Trace number 4290185

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.17 2351.05

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-04-05_c18.xml
MD5SUM340365fb59c69c653973bf6f753c5e6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.04534
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints9
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":20}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":20}]
Minimum constraint arity4
Maximum constraint arity5
Distribution of constraint arities[{"arity":4,"count":5},{"arity":5,"count":4}]
Number of extensional constraints9
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9}]
Optimization problemNO
Type of objective

Solver Data

32.92/15.85	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
32.92/15.85	c This is free software under the dual EPL/GNU LGPL licenses.
32.92/15.85	c See www.sat4j.org for details.
32.92/15.85	c That software uses the Rhino library from the Mozilla project.
32.92/15.85	c version 2.3.6-SNAPSHOT
32.92/15.85	c java.runtime.name	Java(TM) SE Runtime Environment
32.92/15.85	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
32.92/15.85	c java.vm.version	25.131-b11
32.92/15.85	c java.vm.vendor	Oracle Corporation
32.92/15.85	c sun.arch.data.model	64
32.92/15.85	c java.version		1.8.0_131
32.92/15.85	c os.name		Linux
32.92/15.85	c os.version		3.10.0-514.16.1.el7.x86_64
32.92/15.85	c os.arch		amd64
32.92/15.85	c Free memory 		499604488
32.92/15.85	c Max memory 		7247757312
32.92/15.85	c Total memory 		504889344
32.92/15.85	c Number of processors 	4
32.92/15.85	c c --- Begin Solver configuration ---
32.92/15.85	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
32.92/15.85	c Learn all clauses as in MiniSAT
32.92/15.85	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
32.92/15.85	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
32.92/15.85	c No reason simplification
32.92/15.85	c Glucose 2.1 dynamic restart strategy
32.92/15.85	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
32.92/15.85	c timeout=2147483s
32.92/15.85	c DB Simplification allowed=false
32.92/15.85	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
32.92/15.85	c --- End Solver configuration ---
32.92/15.85	c constraints type 
32.92/15.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
32.92/15.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13001560
32.92/15.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2000204
32.92/15.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 18
32.92/15.85	c 15001822 constraints processed.
2400.11/2351.00	c starts		: 134
2400.11/2351.00	c conflicts		: 96638
2400.11/2351.00	c decisions		: 57356055
2400.11/2351.00	c propagations		: 4682796384
2400.11/2351.00	c inspects		: 5462517917
2400.11/2351.00	c shortcuts		: 0
2400.11/2351.00	c learnt literals	: 0
2400.11/2351.00	c learnt binary clauses	: 501
2400.11/2351.00	c learnt ternary clauses	: 604
2400.11/2351.00	c learnt constraints	: 96638
2400.11/2351.00	c ignored constraints	: 0
2400.11/2351.00	c root simplifications	: 0
2400.11/2351.00	c removed literals (reason simplification)	: 0
2400.11/2351.00	c reason swapping (by a shorter reason)	: 0
2400.11/2351.00	c Calls to reduceDB	: 10
2400.11/2351.00	c Number of update (reduction) of LBD	: 92318
2400.11/2351.00	c Imported unit clauses	: 0
2400.11/2351.00	c number of reductions to clauses (during analyze)	: 0
2400.11/2351.00	c number of learned constraints concerned by reduction	: 0
2400.11/2351.00	c number of learning phase by resolution	: 0
2400.11/2351.00	c number of learning phase by cutting planes	: 0
2400.11/2351.00	c number of rounding to 1 operations	: 0
2400.11/2351.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.11/2351.00	c number of reductions of the coefficients by power 2 	: 0
2400.11/2351.00	c number of right shift for reduction by power 2 	: 0
2400.11/2351.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.11/2351.00	c number of ending skipping 	: 0
2400.11/2351.00	c number of internal skipping 	: 0
2400.11/2351.00	c number of derivation steps 	: 0
2400.11/2351.00	c number of skipped derivation steps 	: 0
2400.11/2351.00	c number of remaining unassigned 	: 0
2400.11/2351.00	c number of remaining assigned 	: 0
2400.11/2351.00	c speed (assignments/second)	: 2005418.4127941236
2400.11/2351.00	c non guided choices	: 1001704
2400.12/2351.01	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 501
2400.12/2351.01	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 14213
2400.12/2351.01	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 (7815 MiB free)
  memory of node 1: 16384 MiB (13353 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290185-1532218267/watcher-4290185-1532218267 -o /tmp/evaluation-result-4290185-1532218267/solver-4290185-1532218267 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290185-1532218267.xml 

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

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

solver pid=27820, runsolver pid=27817

[startup+0.100079 s]*
/proc/loadavg: 2.00 2.02 2.13 4/217 27835
/proc/meminfo: memFree=21661364/32770624 swapFree=67108860/67108860
[pid=27820] ppid=27817 vsize=10659012 memory=30696 CPUtime=0.12 cores=0,2,4,6
/proc/27820/stat : 27820 (java) S 27817 27820 23514 0 -1 1077944320 6731 0 0 0 12 0 0 0 20 0 15 0 39390008 10914828288 7674 33554432000 4194304 4196468 140732341555408 140732341537952 139705348607735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
/proc/27820/statm: 2664753 7674 2817 1 0 2627263 0
[pid=27820/tid=27822] ppid=27817 vsize=10659012 memory=-8773748148829981821 CPUtime=0.09 cores=0,2,4,6
/proc/27820/task/27822/stat : 27822 (java) R 27817 27820 23514 0 -1 4202560 4572 0 0 0 9 0 0 0 20 0 15 0 39390008 10914828288 7674 33554432000 4194304 4196468 140732341555408 139705352829504 139705328139116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27823] ppid=27817 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27823/stat : 27823 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914828288 7674 33554432000 4194304 4196468 140732341555408 139705290611344 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27824] ppid=27817 vsize=10659012 memory=139957691057792 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27824/stat : 27824 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914828288 7674 33554432000 4194304 4196468 140732341555408 139705289558544 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27825] ppid=27817 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27825/stat : 27825 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914828288 7674 33554432000 4194304 4196468 140732341555408 139705288505744 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27826] ppid=27817 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27826/stat : 27826 (java) S 27817 27820 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39390009 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704952215824 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27827] ppid=27817 vsize=10659012 memory=139957691057792 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39390011 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27828] ppid=27817 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27828/stat : 27828 (java) S 27817 27820 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39390011 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704383833632 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27829] ppid=27817 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27829/stat : 27829 (java) S 27817 27820 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39390011 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704382780784 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27830] ppid=27817 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27830/stat : 27830 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39390014 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704381729104 139705348626331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27831] ppid=27817 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27831/stat : 27831 (java) S 27817 27820 23514 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 39390014 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704380676464 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27832] ppid=27817 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27832/stat : 27832 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390014 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704379623664 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27833] ppid=27817 vsize=10659012 memory=139957691057792 CPUtime=0.02 cores=0,2,4,6
/proc/27820/task/27833/stat : 27833 (java) S 27817 27820 23514 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 39390014 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704378570864 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27834] ppid=27817 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27834/stat : 27834 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39390014 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704377518304 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27835] ppid=27817 vsize=10659012 memory=139957691057792 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27835/stat : 27835 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390014 10914828288 7674 33554432000 4194304 4196468 140732341555408 139704376466608 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30696 KiB

[startup+0.21056 s]*
/proc/loadavg: 2.00 2.02 2.13 4/217 27835
/proc/meminfo: memFree=21650748/32770624 swapFree=67108860/67108860
[pid=27820] ppid=27817 vsize=10659012 memory=41904 CPUtime=0.33 cores=0,2,4,6
/proc/27820/stat : 27820 (java) S 27817 27820 23514 0 -1 1077944320 8097 0 0 0 32 1 0 0 20 0 15 0 39390008 10914828288 10476 33554432000 4194304 4196468 140732341555408 140732341537952 139705348607735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
/proc/27820/statm: 2664753 10476 3005 1 0 2627263 0
[pid=27820/tid=27822] ppid=27817 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27820/task/27822/stat : 27822 (java) R 27817 27820 23514 0 -1 4202560 5033 0 0 0 20 0 0 0 20 0 15 0 39390008 10914828288 10476 33554432000 4194304 4196468 140732341555408 139705352845888 139705332651365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27823] ppid=27817 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27823/stat : 27823 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914828288 10476 33554432000 4194304 4196468 140732341555408 139705290611344 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27824] ppid=27817 vsize=10659012 memory=139957691263960 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27824/stat : 27824 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914828288 10476 33554432000 4194304 4196468 140732341555408 139705289558544 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27825] ppid=27817 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27825/stat : 27825 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914828288 10476 33554432000 4194304 4196468 140732341555408 139705288505744 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27826] ppid=27817 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27826/stat : 27826 (java) S 27817 27820 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39390009 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704952215824 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27827] ppid=27817 vsize=10659012 memory=139957691057792 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39390011 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27828] ppid=27817 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27828/stat : 27828 (java) S 27817 27820 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39390011 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704383833632 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27829] ppid=27817 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27829/stat : 27829 (java) S 27817 27820 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39390011 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704382780784 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27830] ppid=27817 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27830/stat : 27830 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39390014 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704381729104 139705348626331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27831] ppid=27817 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27820/task/27831/stat : 27831 (java) S 27817 27820 23514 0 -1 1077944384 759 0 0 0 2 0 0 0 20 0 15 0 39390014 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704380676464 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27832] ppid=27817 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27820/task/27832/stat : 27832 (java) S 27817 27820 23514 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 15 0 39390014 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704379623664 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27833] ppid=27817 vsize=10659012 memory=139957691057792 CPUtime=0.07 cores=0,2,4,6
/proc/27820/task/27833/stat : 27833 (java) S 27817 27820 23514 0 -1 1077944384 680 0 0 0 7 0 0 0 20 0 15 0 39390014 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704378570864 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27834] ppid=27817 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27834/stat : 27834 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39390014 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704377518304 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27835] ppid=27817 vsize=10659012 memory=139957691057792 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27835/stat : 27835 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390014 10914828288 10476 33554432000 4194304 4196468 140732341555408 139704376466608 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41904 KiB

[startup+0.310422 s]*
/proc/loadavg: 2.00 2.02 2.13 5/217 27835
/proc/meminfo: memFree=21643304/32770624 swapFree=67108860/67108860
[pid=27820] ppid=27817 vsize=10659088 memory=47824 CPUtime=0.52 cores=0,2,4,6
/proc/27820/stat : 27820 (java) S 27817 27820 23514 0 -1 1077944320 9193 0 0 0 50 2 0 0 20 0 15 0 39390008 10914906112 11956 33554432000 4194304 4196468 140732341555408 140732341537952 139705348607735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
/proc/27820/statm: 2664772 11956 3060 1 0 2627263 0
[pid=27820/tid=27822] ppid=27817 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/27820/task/27822/stat : 27822 (java) R 27817 27820 23514 0 -1 4202560 5810 0 0 0 29 1 0 0 20 0 15 0 39390008 10914906112 11956 33554432000 4194304 4196468 140732341555408 139705352840912 139705332651365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27823] ppid=27817 vsize=10659088 memory=4294977867 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27823/stat : 27823 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914906112 11956 33554432000 4194304 4196468 140732341555408 139705290611344 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27824] ppid=27817 vsize=10659088 memory=139957691264939 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27824/stat : 27824 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914906112 11956 33554432000 4194304 4196468 140732341555408 139705289558544 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27825] ppid=27817 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27825/stat : 27825 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914906112 11956 33554432000 4194304 4196468 140732341555408 139705288505744 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27826] ppid=27817 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27826/stat : 27826 (java) S 27817 27820 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39390009 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704952215824 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27827] ppid=27817 vsize=10659088 memory=139957691057792 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39390011 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27828] ppid=27817 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27828/stat : 27828 (java) S 27817 27820 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39390011 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704383833632 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27829] ppid=27817 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27829/stat : 27829 (java) S 27817 27820 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39390011 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704382780784 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27830] ppid=27817 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27830/stat : 27830 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39390014 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704381729104 139705348626331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27831] ppid=27817 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/27820/task/27831/stat : 27831 (java) R 27817 27820 23514 0 -1 4202560 865 0 0 0 5 0 0 0 20 0 15 0 39390014 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704380662528 139705332513924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27832] ppid=27817 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/27820/task/27832/stat : 27832 (java) S 27817 27820 23514 0 -1 1077944384 433 0 0 0 4 0 0 0 20 0 15 0 39390014 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704379623664 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27833] ppid=27817 vsize=10659088 memory=139957691057792 CPUtime=0.11 cores=0,2,4,6
/proc/27820/task/27833/stat : 27833 (java) R 27817 27820 23514 0 -1 4202560 717 0 0 0 11 0 0 0 20 0 15 0 39390014 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704378570048 139705348629082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27834] ppid=27817 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27834/stat : 27834 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39390014 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704377518304 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27835] ppid=27817 vsize=10659088 memory=139957691057792 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27835/stat : 27835 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390014 10914906112 11956 33554432000 4194304 4196468 140732341555408 139704376466608 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47824 KiB

[startup+0.700735 s]
/proc/loadavg: 2.00 2.02 2.13 5/217 27835
/proc/meminfo: memFree=21593864/32770624 swapFree=67108860/67108860
[pid=27820] ppid=27817 vsize=10659088 memory=167616 CPUtime=1.74 cores=0,2,4,6
/proc/27820/stat : 27820 (java) S 27817 27820 23514 0 -1 1077944320 15102 0 0 0 170 4 0 0 20 0 15 0 39390008 10914906112 41904 33554432000 4194304 4196468 140732341555408 140732341537952 139705348607735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
/proc/27820/statm: 2664772 41904 3114 1 0 2627263 0
[pid=27820/tid=27822] ppid=27817 vsize=10659088 memory=259473604116498 CPUtime=0.68 cores=0,2,4,6
/proc/27820/task/27822/stat : 27822 (java) R 27817 27820 23514 0 -1 4202560 5954 0 0 0 66 2 0 0 20 0 15 0 39390008 10914906112 41904 33554432000 4194304 4196468 140732341555408 139705352841336 139705333044242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27823] ppid=27817 vsize=10659088 memory=4265253205551874080 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27823/stat : 27823 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914906112 41904 33554432000 4194304 4196468 140732341555408 139705290611344 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27824] ppid=27817 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27824/stat : 27824 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914906112 41904 33554432000 4194304 4196468 140732341555408 139705289558544 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27825] ppid=27817 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27825/stat : 27825 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390009 10914906112 41904 33554432000 4194304 4196468 140732341555408 139705288505744 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27826] ppid=27817 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27826/stat : 27826 (java) S 27817 27820 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39390009 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704952215824 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27827] ppid=27817 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39390011 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27828] ppid=27817 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27828/stat : 27828 (java) S 27817 27820 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39390011 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704383833632 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27829] ppid=27817 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27829/stat : 27829 (java) S 27817 27820 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39390011 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704382780784 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27830] ppid=27817 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27830/stat : 27830 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39390014 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704381729104 139705348626331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27831] ppid=27817 vsize=10659088 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/27820/task/27831/stat : 27831 (java) R 27817 27820 23514 0 -1 4202560 3537 0 0 0 41 0 0 0 20 0 15 0 39390014 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704380662488 139705330128931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27832] ppid=27817 vsize=10659088 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/27820/task/27832/stat : 27832 (java) R 27817 27820 23514 0 -1 4202560 2892 0 0 0 38 1 0 0 20 0 15 0 39390014 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704379604472 139705332018550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27833] ppid=27817 vsize=10659088 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/27820/task/27833/stat : 27833 (java) S 27817 27820 23514 0 -1 1077944384 1348 0 0 0 23 0 0 0 20 0 15 0 39390014 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704378570864 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27834] ppid=27817 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27834/stat : 27834 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39390014 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704377518304 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27835] ppid=27817 vsize=10659088 memory=18464 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27835/stat : 27835 (java) S 27817 27820 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39390014 10914906112 41904 33554432000 4194304 4196468 140732341555408 139704376466608 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 167616 KiB

[startup+1.5009 s]
/proc/loadavg: 2.00 2.02 2.13 6/217 27835
/proc/meminfo: memFree=21456304/32770624 swapFree=67108860/67108860
[pid=27820] ppid=27817 vsize=10659088 memory=316984 CPUtime=4.27 cores=0,2,4,6
/proc/27820/stat : 27820 (java) S 27817 27820 23514 0 -1 1077944320 20533 0 0 0 414 13 0 0 20 0 15 0 39390008 10914906112 79246 33554432000 4194304 4196468 140732341555408 140732341537952 139705348607735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
/proc/27820/statm: 2664772 79246 3151 1 0 2627263 0
[pid=27820/tid=27822] ppid=27817 vsize=10659088 memory=10799 CPUtime=1.33 cores=0,2,4,6
/proc/27820/task/27822/stat : 27822 (java) R 27817 27820 23514 0 -1 4202560 6015 0 0 0 131 2 0 0 20 0 15 0 39390008 10914906112 79246 33554432000 4194304 4196468 140732341555408 139705352821176 139704971317033 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27823] ppid=27817 vsize=10659088 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/27820/task/27823/stat : 27823 (java) S 27817 27820 23514 0 -1 1077944384 34 0 0 0 4 1 0 0 20 0 15 0 39390009 10914906112 79246 33554432000 4194304 4196468 140732341555408 139705290611344 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27824] ppid=27817 vsize=10659088 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/27820/task/27824/stat : 27824 (java) S 27817 27820 23514 0 -1 1077944384 133 0 0 0 9 2 0 0 20 0 15 0 39390009 10914906112 79246 33554432000 4194304 4196468 140732341555408 139705289558544 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27825] ppid=27817 vsize=10659088 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27820/task/27825/stat : 27825 (java) S 27817 27820 23514 0 -1 1077944384 134 0 0 0 8 2 0 0 20 0 15 0 39390009 10914906112 79246 33554432000 4194304 4196468 140732341555408 139705288505744 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27826] ppid=27817 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27820/task/27826/stat : 27826 (java) S 27817 27820 23514 0 -1 1077944384 133 0 0 0 7 1 0 0 20 0 15 0 39390009 10914906112 79246 33554432000 4194304 4196468 140732341555408 139704952215824 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27827] ppid=27817 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39390011 10914906112 79246 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0

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

/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 18119 0 0 0 475 3 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27828] ppid=27817 vsize=10725652 memory=6187248 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27828/stat : 27828 (java) S 27817 27820 23514 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704383833696 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27829] ppid=27817 vsize=10725652 memory=6187248 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27829/stat : 27829 (java) S 27817 27820 23514 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704382780800 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27830] ppid=27817 vsize=10725652 memory=6187248 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27830/stat : 27830 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704381729104 139705348626331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27831] ppid=27817 vsize=10725652 memory=6187248 CPUtime=2.52 cores=0,2,4,6
/proc/27820/task/27831/stat : 27831 (java) S 27817 27820 23514 0 -1 1077944384 17710 0 0 0 251 1 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704380676464 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27832] ppid=27817 vsize=10725652 memory=6187248 CPUtime=2.22 cores=0,2,4,6
/proc/27820/task/27832/stat : 27832 (java) S 27817 27820 23514 0 -1 1077944384 10621 0 0 0 220 2 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704379623664 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27833] ppid=27817 vsize=10725652 memory=4136 CPUtime=0.4 cores=0,2,4,6
/proc/27820/task/27833/stat : 27833 (java) S 27817 27820 23514 0 -1 1077944384 5794 0 0 0 39 1 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704378570864 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27834] ppid=27817 vsize=10725652 memory=14068 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27834/stat : 27834 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704377518304 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27835] ppid=27817 vsize=10725652 memory=6187248 CPUtime=1.37 cores=0,2,4,6
/proc/27820/task/27835/stat : 27835 (java) S 27817 27820 23514 0 -1 1077944384 2428 0 0 0 65 72 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704376466608 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27836] ppid=27817 vsize=10725652 memory=6187248 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27836/stat : 27836 (java) S 27817 27820 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39391602 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704375412144 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
Current children cumulated CPU time: 2311.53 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6187248 KiB

[startup+2322.3 s]
/proc/loadavg: 2.32 2.12 2.09 3/217 27978
/proc/meminfo: memFree=13929780/32770624 swapFree=67108860/67108860
[pid=27820] ppid=27817 vsize=10725652 memory=6187248 CPUtime=2371.57 cores=0,2,4,6
/proc/27820/stat : 27820 (java) S 27817 27820 23514 0 -1 1077944320 416559 0 0 0 236592 565 0 0 20 0 16 0 39390008 10983067648 1546812 33554432000 4194304 4196468 140732341555408 140732341537952 139705348607735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
/proc/27820/statm: 2681413 1546812 3186 1 0 2643904 0
[pid=27820/tid=27822] ppid=27817 vsize=10725652 memory=6187248 CPUtime=2302.75 cores=0,2,4,6
/proc/27820/task/27822/stat : 27822 (java) R 27817 27820 23514 0 -1 4202560 153796 0 0 0 230246 29 0 0 20 0 16 0 39390008 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139705352846752 139704968491072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27823] ppid=27817 vsize=10725652 memory=6187248 CPUtime=14.31 cores=0,2,4,6
/proc/27820/task/27823/stat : 27823 (java) S 27817 27820 23514 0 -1 1077944384 49816 0 0 0 1311 120 0 0 20 0 16 0 39390009 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139705290611344 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27824] ppid=27817 vsize=10725652 memory=6187248 CPUtime=14.34 cores=0,2,4,6
/proc/27820/task/27824/stat : 27824 (java) S 27817 27820 23514 0 -1 1077944384 45883 0 0 0 1316 118 0 0 20 0 16 0 39390009 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139705289558544 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27825] ppid=27817 vsize=10725652 memory=6187248 CPUtime=14.4 cores=0,2,4,6
/proc/27820/task/27825/stat : 27825 (java) S 27817 27820 23514 0 -1 1077944384 59131 0 0 0 1325 115 0 0 20 0 16 0 39390009 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139705288505744 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27826] ppid=27817 vsize=10725652 memory=6187248 CPUtime=14.34 cores=0,2,4,6
/proc/27820/task/27826/stat : 27826 (java) S 27817 27820 23514 0 -1 1077944384 51743 0 0 0 1319 115 0 0 20 0 16 0 39390009 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704952215824 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27827] ppid=27817 vsize=10725652 memory=6187248 CPUtime=4.78 cores=0,2,4,6
/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 18124 0 0 0 475 3 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27828] ppid=27817 vsize=10725652 memory=6187248 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27828/stat : 27828 (java) S 27817 27820 23514 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704383833696 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27829] ppid=27817 vsize=10725652 memory=6187248 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27829/stat : 27829 (java) S 27817 27820 23514 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704382780800 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27830] ppid=27817 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27830/stat : 27830 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704381729104 139705348626331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27831] ppid=27817 vsize=10725652 memory=6187248 CPUtime=2.52 cores=0,2,4,6
/proc/27820/task/27831/stat : 27831 (java) S 27817 27820 23514 0 -1 1077944384 17713 0 0 0 251 1 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704380676464 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27832] ppid=27817 vsize=10725652 memory=6791534058613427641 CPUtime=2.22 cores=0,2,4,6
/proc/27820/task/27832/stat : 27832 (java) S 27817 27820 23514 0 -1 1077944384 10624 0 0 0 220 2 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704379623664 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27833] ppid=27817 vsize=10725652 memory=1008 CPUtime=0.4 cores=0,2,4,6
/proc/27820/task/27833/stat : 27833 (java) S 27817 27820 23514 0 -1 1077944384 5802 0 0 0 39 1 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704378570864 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27834] ppid=27817 vsize=10725652 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27834/stat : 27834 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704377518304 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27835] ppid=27817 vsize=10725652 memory=15876 CPUtime=1.41 cores=0,2,4,6
/proc/27820/task/27835/stat : 27835 (java) S 27817 27820 23514 0 -1 1077944384 2467 0 0 0 67 74 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704376466608 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27836] ppid=27817 vsize=10725652 memory=6187248 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27836/stat : 27836 (java) S 27817 27820 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39391602 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704375412144 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
Current children cumulated CPU time: 2371.57 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6187248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.8 s]
/proc/loadavg: 2.59 2.20 2.12 3/218 27987
/proc/meminfo: memFree=13928388/32770624 swapFree=67108860/67108860
[pid=27820] ppid=27817 vsize=10725652 memory=6187248 CPUtime=2400.09 cores=0,2,4,6
/proc/27820/stat : 27820 (java) S 27817 27820 23514 0 -1 1077944320 417294 0 0 0 239443 566 0 0 20 0 16 0 39390008 10983067648 1546812 33554432000 4194304 4196468 140732341555408 140732341537952 139705348607735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
/proc/27820/statm: 2681413 1546812 3186 1 0 2643904 0
[pid=27820/tid=27822] ppid=27817 vsize=10725652 memory=2580 CPUtime=2331.25 cores=0,2,4,6
/proc/27820/task/27822/stat : 27822 (java) R 27817 27820 23514 0 -1 4202560 154464 0 0 0 233096 29 0 0 20 0 16 0 39390008 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139705352846752 139704969287613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27823] ppid=27817 vsize=10725652 memory=4112 CPUtime=14.31 cores=0,2,4,6
/proc/27820/task/27823/stat : 27823 (java) S 27817 27820 23514 0 -1 1077944384 49816 0 0 0 1311 120 0 0 20 0 16 0 39390009 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139705290611344 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27824] ppid=27817 vsize=10725652 memory=6187248 CPUtime=14.34 cores=0,2,4,6
/proc/27820/task/27824/stat : 27824 (java) S 27817 27820 23514 0 -1 1077944384 45883 0 0 0 1316 118 0 0 20 0 16 0 39390009 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139705289558544 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27825] ppid=27817 vsize=10725652 memory=3320 CPUtime=14.4 cores=0,2,4,6
/proc/27820/task/27825/stat : 27825 (java) S 27817 27820 23514 0 -1 1077944384 59131 0 0 0 1325 115 0 0 20 0 16 0 39390009 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139705288505744 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27826] ppid=27817 vsize=10725652 memory=1292 CPUtime=14.34 cores=0,2,4,6
/proc/27820/task/27826/stat : 27826 (java) S 27817 27820 23514 0 -1 1077944384 51743 0 0 0 1319 115 0 0 20 0 16 0 39390009 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704952215824 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27827] ppid=27817 vsize=10725652 memory=2436 CPUtime=4.78 cores=0,2,4,6
/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 18134 0 0 0 475 3 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27828] ppid=27817 vsize=10725652 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27828/stat : 27828 (java) S 27817 27820 23514 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704383833696 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27829] ppid=27817 vsize=10725652 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27829/stat : 27829 (java) S 27817 27820 23514 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 39390011 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704382780800 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27830] ppid=27817 vsize=10725652 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27830/stat : 27830 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704381729104 139705348626331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27831] ppid=27817 vsize=10725652 memory=9380 CPUtime=2.52 cores=0,2,4,6
/proc/27820/task/27831/stat : 27831 (java) S 27817 27820 23514 0 -1 1077944384 17716 0 0 0 251 1 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704380676464 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27832] ppid=27817 vsize=10725652 memory=4052 CPUtime=2.22 cores=0,2,4,6
/proc/27820/task/27832/stat : 27832 (java) S 27817 27820 23514 0 -1 1077944384 10627 0 0 0 220 2 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704379623664 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27833] ppid=27817 vsize=10725652 memory=644 CPUtime=0.4 cores=0,2,4,6
/proc/27820/task/27833/stat : 27833 (java) S 27817 27820 23514 0 -1 1077944384 5815 0 0 0 39 1 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704378570864 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27834] ppid=27817 vsize=10725652 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27834/stat : 27834 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704377518304 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27835] ppid=27817 vsize=10725652 memory=1236 CPUtime=1.43 cores=0,2,4,6
/proc/27820/task/27835/stat : 27835 (java) S 27817 27820 23514 0 -1 1077944384 2505 0 0 0 68 75 0 0 20 0 16 0 39390014 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704376466608 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27836] ppid=27817 vsize=10725652 memory=956 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27836/stat : 27836 (java) S 27817 27820 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39391602 10983067648 1546812 33554432000 4194304 4196468 140732341555408 139704375412144 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6187248 KiB

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

[startup+2351.05 s]
# the end of solver process 27820 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.47 s, system=5.70633 s

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

[startup+2351 s]*
/proc/loadavg: 2.59 2.20 2.12 2/219 27990
/proc/meminfo: memFree=13928124/32770624 swapFree=67108860/67108860
[pid=27820] ppid=27817 vsize=10925344 memory=6187624 CPUtime=2400.12 cores=0,2,4,6
/proc/27820/stat : 27820 (java) S 27817 27820 23514 0 -1 1077944320 418787 0 0 0 239446 566 0 0 20 0 17 0 39390008 11187552256 1546905 33554432000 4194304 4196468 140732341555408 140732341537952 139705348607735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
/proc/27820/statm: 2731336 1546905 3189 1 0 2693827 0
[pid=27820/tid=27822] ppid=27817 vsize=10925344 memory=6791534058613427641 CPUtime=2331.27 cores=0,2,4,6
/proc/27820/task/27822/stat : 27822 (java) S 27817 27820 23514 0 -1 1077944384 154553 0 0 0 233098 29 0 0 20 0 17 0 39390008 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139705352850608 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27823] ppid=27817 vsize=10925344 memory=4126316290023845779 CPUtime=14.31 cores=0,2,4,6
/proc/27820/task/27823/stat : 27823 (java) S 27817 27820 23514 0 -1 1077944384 49816 0 0 0 1311 120 0 0 20 0 17 0 39390009 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139705290611344 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27824] ppid=27817 vsize=10925344 memory=1728 CPUtime=14.34 cores=0,2,4,6
/proc/27820/task/27824/stat : 27824 (java) S 27817 27820 23514 0 -1 1077944384 45883 0 0 0 1316 118 0 0 20 0 17 0 39390009 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139705289558544 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27825] ppid=27817 vsize=10925344 memory=1704 CPUtime=14.4 cores=0,2,4,6
/proc/27820/task/27825/stat : 27825 (java) S 27817 27820 23514 0 -1 1077944384 59131 0 0 0 1325 115 0 0 20 0 17 0 39390009 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139705288505744 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27826] ppid=27817 vsize=10925344 memory=5520 CPUtime=14.34 cores=0,2,4,6
/proc/27820/task/27826/stat : 27826 (java) S 27817 27820 23514 0 -1 1077944384 51743 0 0 0 1319 115 0 0 20 0 17 0 39390009 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704952215824 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27827] ppid=27817 vsize=10925344 memory=4612 CPUtime=4.78 cores=0,2,4,6
/proc/27820/task/27827/stat : 27827 (java) S 27817 27820 23514 0 -1 1077944384 18172 0 0 0 475 3 0 0 20 0 17 0 39390011 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704384887664 139705348618882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27828] ppid=27817 vsize=10925344 memory=9920 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27828/stat : 27828 (java) S 27817 27820 23514 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39390011 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704383833696 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27829] ppid=27817 vsize=10925344 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27829/stat : 27829 (java) S 27817 27820 23514 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 39390011 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704382780800 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27830] ppid=27817 vsize=10925344 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27830/stat : 27830 (java) S 27817 27820 23514 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 17 0 39390014 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704381729104 139705348626331 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27831] ppid=27817 vsize=10925344 memory=8364 CPUtime=2.52 cores=0,2,4,6
/proc/27820/task/27831/stat : 27831 (java) S 27817 27820 23514 0 -1 1077944384 17716 0 0 0 251 1 0 0 20 0 17 0 39390014 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704380676464 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27832] ppid=27817 vsize=10925344 memory=792 CPUtime=2.22 cores=0,2,4,6
/proc/27820/task/27832/stat : 27832 (java) S 27817 27820 23514 0 -1 1077944384 10627 0 0 0 220 2 0 0 20 0 17 0 39390014 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704379623664 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27833] ppid=27817 vsize=10925344 memory=1008 CPUtime=0.4 cores=0,2,4,6
/proc/27820/task/27833/stat : 27833 (java) R 27817 27820 23514 0 -1 4202560 6464 0 0 0 39 1 0 0 20 0 17 0 39390014 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704378570864 139705330014121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27834] ppid=27817 vsize=10925344 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27834/stat : 27834 (java) S 27817 27820 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39390014 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704377518304 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27835] ppid=27817 vsize=10925344 memory=1200 CPUtime=1.43 cores=0,2,4,6
/proc/27820/task/27835/stat : 27835 (java) S 27817 27820 23514 0 -1 1077944384 2505 0 0 0 68 75 0 0 20 0 17 0 39390014 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704376466608 139705348618882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27988] ppid=27817 vsize=10925344 memory=2 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27988/stat : 27988 (java) S 27817 27820 23514 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 17 0 39625089 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704374358640 139705348617941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
[pid=27820/tid=27989] ppid=27817 vsize=10925344 memory=3119 CPUtime=0 cores=0,2,4,6
/proc/27820/task/27989/stat : 27989 (java) R 27817 27820 23514 0 -1 4202560 395 0 0 0 0 0 0 0 20 0 17 0 39625089 11187552256 1546906 33554432000 4194304 4196468 140732341555408 139704373306768 139704968293400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34381824 140732341560433 140732341560585 140732341560585 140732341563343 0
Current children cumulated CPU time: 2400.12 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 6187624 KiB

Child status: 143
Real time (s): 2351.05
CPU time (s): 2400.17
CPU user time (s): 2394.47
CPU system time (s): 5.70633
CPU usage (%): 102.089
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 6187624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.47
system time used= 5.70632
maximum resident set size= 6187808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56462
involuntary context switches= 4272


# summary of solver processes directly reported to runsolver:
#   pid: 27820
#   total CPU time (s): 2400.17
#   total CPU user time (s): 2394.47
#   total CPU system time (s): 5.70633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.94791 second user time and 26.7002 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 02:11:07
IDJOB=4290185
IDBENCH=141437
IDSOLVER=2742
FILE ID=node150/4290185-1532218267
RUNJOBID= node150-1532207966-25848
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-04-05_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290185-1532218267/watcher-4290185-1532218267 -o /tmp/evaluation-result-4290185-1532218267/solver-4290185-1532218267 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290185-1532218267.xml

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

MD5SUM BENCH= 340365fb59c69c653973bf6f753c5e6c
RANDOM SEED=613971515

node150.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.76
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.76
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.76
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.76
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:        21677152 kB
MemAvailable:   31166716 kB
Buffers:          222788 kB
Cached:          9479804 kB
SwapCached:            0 kB
Active:          1796048 kB
Inactive:        8730436 kB
Active(anon):     826708 kB
Inactive(anon):    16868 kB
Active(file):     969340 kB
Inactive(file):  8713568 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2816 kB
Writeback:             0 kB
AnonPages:        831864 kB
Mapped:            46784 kB
Shmem:             17032 kB
Slab:             261940 kB
SReclaimable:     235116 kB
SUnreclaim:        26824 kB
KernelStack:        3824 kB
PageTables:         6856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1351784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57248 MiB
End job on node150 at 2018-07-22 02:50:19