Trace number 4263307

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.1699 2436.8799

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K11-P04.xml
MD5SUM83a9e5860e8605726185e9821b8e29ef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables561
Number of constraints255
Number of domains2
Minimum domain size253
Maximum domain size254
Distribution of domain sizes[{"size":253,"count":253},{"size":254,"count":44}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":264},{"degree":2,"count":253},{"degree":12,"count":22},{"degree":13,"count":22}]
Minimum constraint arity3
Maximum constraint arity253
Distribution of constraint arities[{"arity":3,"count":253},{"arity":44,"count":1},{"arity":253,"count":1}]
Number of extensional constraints0
Number of intensional constraints253
Distribution of constraint types[{"type":"intension","count":253},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263307-1502614171/watcher-4263307-1502614171 -o /tmp/evaluation-result-4263307-1502614171/solver-4263307-1502614171 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263307-1502614171.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=20988, runsolver pid=20985

[startup+0.104405 s]*
/proc/loadavg: 2.20 3.21 2.87 3/209 20997
/proc/meminfo: memFree=28677712/32770624 swapFree=67108776/67108860
[pid=20988] ppid=20985 vsize=10151672 memory=20216 CPUtime=0.03 cores=0,2,4,6
/proc/20988/stat : 20988 (java) S 20985 20988 7084 0 -1 1077944320 3919 0 0 0 3 0 0 0 20 0 9 0 161069840 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140728079603056 140625171578615 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
/proc/20988/statm: 2537918 5054 2155 1 0 2527415 0
[pid=20988/tid=20990] ppid=20985 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/20988/task/20990/stat : 20990 (java) R 20985 20988 7084 0 -1 4202560 2564 0 0 0 3 0 0 0 20 0 9 0 161069847 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140625175814008 140625152973821 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20991] ppid=20985 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20991/stat : 20991 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 161069847 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140625101998736 140625171588821 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20992] ppid=20985 vsize=10151672 memory=140424236611200 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20992/stat : 20992 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 161069847 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140625100945936 140625171588821 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20993] ppid=20985 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20993/stat : 20993 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 161069847 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625171588821 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 161069847 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140625098840336 140625171588821 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10151672 memory=140424236611200 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 161069849 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140624667822960 140625171589762 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 161069849 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140624666768928 140625171588821 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 161069849 10395312128 5054 18446744073709551615 4194304 4196468 140728079620512 140624665716080 140625171588821 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20216 KiB

[startup+0.213252 s]*
/proc/loadavg: 2.20 3.21 2.87 4/215 21003
/proc/meminfo: memFree=28666896/32770624 swapFree=67108776/67108860
[pid=20988] ppid=20985 vsize=10551156 memory=31404 CPUtime=0.15 cores=0,2,4,6
/proc/20988/stat : 20988 (java) S 20985 20988 7084 0 -1 1077944320 7591 0 0 0 13 2 0 0 20 0 15 0 161069840 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140728079603056 140625171578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
/proc/20988/statm: 2637789 7851 2802 1 0 2627261 0
[pid=20988/tid=20990] ppid=20985 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/20988/task/20990/stat : 20990 (java) R 20985 20988 7084 0 -1 4202560 5423 0 0 0 9 1 0 0 20 0 15 0 161069847 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140625175789792 140625171600541 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20991] ppid=20985 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20991/stat : 20991 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161069847 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140625101998736 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20992] ppid=20985 vsize=10551156 memory=3617709808477648544 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20992/stat : 20992 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161069847 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140625100945936 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20993] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20993/stat : 20993 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161069847 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161069847 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140625098840336 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10551156 memory=140424236611200 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161069849 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624667822960 140625171589762 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161069849 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624666768928 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161069849 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624665716080 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20998] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20998/stat : 20998 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161069852 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624664664400 140625171597211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20999] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20999/stat : 20999 (java) S 20985 20988 7084 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 161069852 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624663611760 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21000] ppid=20985 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21000/stat : 21000 (java) S 20985 20988 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 161069852 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624662558960 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21001] ppid=20985 vsize=10551156 memory=140424236611200 CPUtime=0.02 cores=0,2,4,6
/proc/20988/task/21001/stat : 21001 (java) S 20985 20988 7084 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 15 0 161069852 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624661506160 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21002] ppid=20985 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21002/stat : 21002 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161069852 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624660453600 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21003] ppid=20985 vsize=10551156 memory=140424236611200 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21003/stat : 21003 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161069856 10804383744 7851 18446744073709551615 4194304 4196468 140728079620512 140624659401904 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31404 KiB

[startup+0.310504 s]*
/proc/loadavg: 2.20 3.21 2.87 4/215 21003
/proc/meminfo: memFree=28661840/32770624 swapFree=67108776/67108860
[pid=20988] ppid=20985 vsize=10551156 memory=39380 CPUtime=0.31 cores=0,2,4,6
/proc/20988/stat : 20988 (java) S 20985 20988 7084 0 -1 1077944320 8623 0 0 0 28 3 0 0 20 0 15 0 161069840 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140728079603056 140625171578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
/proc/20988/statm: 2637789 9845 2905 1 0 2627261 0
[pid=20988/tid=20990] ppid=20985 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/20988/task/20990/stat : 20990 (java) R 20985 20988 7084 0 -1 4202560 5783 0 0 0 19 2 0 0 20 0 15 0 161069847 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140625175810816 140625152972717 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20991] ppid=20985 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20991/stat : 20991 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161069847 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140625101998736 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20992] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20992/stat : 20992 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161069847 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140625100945936 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20993] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20993/stat : 20993 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161069847 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161069847 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140625098840336 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161069849 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624667822960 140625171589762 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161069849 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624666768928 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161069849 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624665716080 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20998] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20998/stat : 20998 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161069852 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624664664400 140625171597211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20999] ppid=20985 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20988/task/20999/stat : 20999 (java) S 20985 20988 7084 0 -1 1077944384 572 0 0 0 1 0 0 0 20 0 15 0 161069852 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624663611760 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21000] ppid=20985 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20988/task/21000/stat : 21000 (java) S 20985 20988 7084 0 -1 1077944384 130 0 0 0 1 0 0 0 20 0 15 0 161069852 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624662558960 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21001] ppid=20985 vsize=10551156 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/20988/task/21001/stat : 21001 (java) S 20985 20988 7084 0 -1 1077944384 778 0 0 0 6 0 0 0 20 0 15 0 161069852 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624661506160 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21002] ppid=20985 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21002/stat : 21002 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161069852 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624660453600 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21003] ppid=20985 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21003/stat : 21003 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161069856 10804383744 9845 18446744073709551615 4194304 4196468 140728079620512 140624659401904 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39380 KiB

[startup+0.701411 s]
/proc/loadavg: 2.20 3.21 2.87 5/215 21003
/proc/meminfo: memFree=28619704/32770624 swapFree=67108776/67108860
[pid=20988] ppid=20985 vsize=10551232 memory=185680 CPUtime=1.33 cores=0,2,4,6
/proc/20988/stat : 20988 (java) S 20985 20988 7084 0 -1 1077944320 11173 0 0 0 126 7 0 0 20 0 15 0 161069840 10804461568 46420 18446744073709551615 4194304 4196468 140728079620512 140728079603056 140625171578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
/proc/20988/statm: 2637808 46420 3078 1 0 2627261 0
[pid=20988/tid=20990] ppid=20985 vsize=10551232 memory=1836 CPUtime=0.57 cores=0,2,4,6
/proc/20988/task/20990/stat : 20990 (java) R 20985 20988 7084 0 -1 4202560 6987 0 0 0 53 4 0 0 20 0 15 0 161069847 10804461568 46420 18446744073709551615 4194304 4196468 140728079620512 140625175807064 140624765270167 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20991] ppid=20985 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20991/stat : 20991 (java) S 20985 20988 7084 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 161069847 10804461568 46420 18446744073709551615 4194304 4196468 140728079620512 140625101998736 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20992] ppid=20985 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20992/stat : 20992 (java) S 20985 20988 7084 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 161069847 10804461568 46420 18446744073709551615 4194304 4196468 140728079620512 140625100945936 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20993] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20993/stat : 20993 (java) S 20985 20988 7084 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 161069847 10804461568 46420 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) S 20985 20988 7084 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 161069847 10804461568 46420 18446744073709551615 4194304 4196468 140728079620512 140625098840336 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 161069849 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624667822960 140625171589762 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 161069849 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624666768928 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161069849 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624665716080 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20998] ppid=20985 vsize=10551232 memory=40 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20998/stat : 20998 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161069852 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624664664400 140625171597211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20999] ppid=20985 vsize=10551232 memory=208 CPUtime=0.19 cores=0,2,4,6
/proc/20988/task/20999/stat : 20999 (java) R 20985 20988 7084 0 -1 4202560 973 0 0 0 19 0 0 0 20 0 15 0 161069852 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624663601680 140625151295751 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21000] ppid=20985 vsize=10551232 memory=140424090106913 CPUtime=0.26 cores=0,2,4,6
/proc/20988/task/21000/stat : 21000 (java) R 20985 20988 7084 0 -1 4202560 592 0 0 0 26 0 0 0 20 0 15 0 161069852 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624662547216 140625152278912 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21001] ppid=20985 vsize=10551232 memory=288230600329142066 CPUtime=0.23 cores=0,2,4,6
/proc/20988/task/21001/stat : 21001 (java) S 20985 20988 7084 0 -1 1077944384 1131 0 0 0 23 0 0 0 20 0 15 0 161069852 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624661506160 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21002] ppid=20985 vsize=10551232 memory=13849655444265308 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21002/stat : 21002 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161069852 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624660453600 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21003] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21003/stat : 21003 (java) S 20985 20988 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161069856 10804461568 46475 18446744073709551615 4194304 4196468 140728079620512 140624659401904 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 185680 KiB

[startup+1.50141 s]
/proc/loadavg: 2.20 3.21 2.87 3/215 21003
/proc/meminfo: memFree=28468780/32770624 swapFree=67108776/67108860
[pid=20988] ppid=20985 vsize=10551232 memory=542408 CPUtime=3.48 cores=0,2,4,6
/proc/20988/stat : 20988 (java) S 20985 20988 7084 0 -1 1077944320 13582 0 0 0 311 37 0 0 20 0 15 0 161069840 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140728079603056 140625171578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
/proc/20988/statm: 2637808 135602 3098 1 0 2627261 0
[pid=20988/tid=20990] ppid=20985 vsize=10551232 memory=67700 CPUtime=0.99 cores=0,2,4,6
/proc/20988/task/20990/stat : 20990 (java) S 20985 20988 7084 0 -1 1077944384 7070 0 0 0 93 6 0 0 20 0 15 0 161069847 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140625175815664 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20991] ppid=20985 vsize=10551232 memory=456820 CPUtime=0.36 cores=0,2,4,6
/proc/20988/task/20991/stat : 20991 (java) R 20985 20988 7084 0 -1 4202560 447 0 0 0 30 6 0 0 20 0 15 0 161069847 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140625101998624 140625164206823 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20992] ppid=20985 vsize=10551232 memory=140424090080929 CPUtime=0.37 cores=0,2,4,6
/proc/20988/task/20992/stat : 20992 (java) R 20985 20988 7084 0 -1 4202560 364 0 0 0 30 7 0 0 20 0 15 0 161069847 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140625100946136 140625156032522 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20993] ppid=20985 vsize=10551232 memory=6872598998417432672 CPUtime=0.38 cores=0,2,4,6
/proc/20988/task/20993/stat : 20993 (java) R 20985 20988 7084 0 -1 4202560 322 0 0 0 31 7 0 0 20 0 15 0 161069847 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625164206823 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10551232 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) R 20985 20988 7084 0 -1 4202560 345 0 0 0 30 7 0 0 20 0 15 0 161069847 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140625098840232 140625164206823 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 161069849 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140624667821280 140625171588821 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 161069849 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140624666768992 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 161069849 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140624665716080 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20998] ppid=20985 vsize=10551232 memory=164 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20998/stat : 20998 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161069852 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140624664664400 140625171597211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20999] ppid=20985 vsize=10551232 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/20988/task/20999/stat : 20999 (java) S 20985 20988 7084 0 -1 1077944384 1364 0 0 0 31 0 0 0 20 0 15 0 161069852 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140624663611760 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21000] ppid=20985 vsize=10551232 memory=6944652177228980320 CPUtime=0.38 cores=0,2,4,6
/proc/20988/task/21000/stat : 21000 (java) S 20985 20988 7084 0 -1 1077944384 955 0 0 0 38 0 0 0 20 0 15 0 161069852 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140624662558960 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21001] ppid=20985 vsize=10551232 memory=8772 CPUtime=0.24 cores=0,2,4,6
/proc/20988/task/21001/stat : 21001 (java) S 20985 20988 7084 0 -1 1077944384 1139 0 0 0 24 0 0 0 20 0 15 0 161069852 10804461568 135602 18446744073709551615 4194304 4196468 140728079620512 140624661506160 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0

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

/proc/20988/task/20993/stat : 20993 (java) S 20985 20988 7084 0 -1 1077944384 12646 0 0 0 2531 113 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10617796 memory=5593796 CPUtime=26.49 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) S 20985 20988 7084 0 -1 1077944384 16662 0 0 0 2530 119 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625098840336 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10617796 memory=5593796 CPUtime=8.81 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 14353 0 0 0 877 4 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624667822960 140625171589762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624666768992 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10617796 memory=2320541500572976865 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624665716096 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20998] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20998/stat : 20998 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624664664400 140625171597211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20999] ppid=20985 vsize=10617796 memory=4156 CPUtime=1.47 cores=0,2,4,6
/proc/20988/task/20999/stat : 20999 (java) S 20985 20988 7084 0 -1 1077944384 8189 0 0 0 145 2 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624663611760 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21000] ppid=20985 vsize=10617796 memory=5593796 CPUtime=1.3 cores=0,2,4,6
/proc/20988/task/21000/stat : 21000 (java) S 20985 20988 7084 0 -1 1077944384 5646 0 0 0 129 1 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624662558960 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21001] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0.45 cores=0,2,4,6
/proc/20988/task/21001/stat : 21001 (java) S 20985 20988 7084 0 -1 1077944384 6668 0 0 0 44 1 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624661506160 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21002] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21002/stat : 21002 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624660453600 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21003] ppid=20985 vsize=10617796 memory=5593796 CPUtime=1.27 cores=0,2,4,6
/proc/20988/task/21003/stat : 21003 (java) S 20985 20988 7084 0 -1 1077944384 2766 0 0 0 65 62 0 0 20 0 16 0 161069856 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624659401904 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21005] ppid=20985 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21005/stat : 21005 (java) S 20985 20988 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161075262 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624658347440 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
Current children cumulated CPU time: 2405.71 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5593796 KiB

[startup+2382.3 s]
/proc/loadavg: 1.91 2.04 2.12 3/216 21256
/proc/meminfo: memFree=25975796/32770624 swapFree=67108776/67108860
[pid=20988] ppid=20985 vsize=10617796 memory=5593796 CPUtime=2465.74 cores=0,2,4,6
/proc/20988/stat : 20988 (java) S 20985 20988 7084 0 -1 1077944320 315768 0 0 0 246019 555 0 0 20 0 16 0 161069840 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140728079603056 140625171578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
/proc/20988/statm: 2654449 1398449 3130 1 0 2643902 0
[pid=20988/tid=20990] ppid=20985 vsize=10617796 memory=-8774313645642428999 CPUtime=2346.37 cores=0,2,4,6
/proc/20988/task/20990/stat : 20990 (java) R 20985 20988 7084 0 -1 4202560 215067 0 0 0 234612 25 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625175815384 140624767290109 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20991] ppid=20985 vsize=10617796 memory=5593796 CPUtime=26.39 cores=0,2,4,6
/proc/20988/task/20991/stat : 20991 (java) S 20985 20988 7084 0 -1 1077944384 11813 0 0 0 2523 116 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625101998736 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20992] ppid=20985 vsize=10617796 memory=5593796 CPUtime=26.61 cores=0,2,4,6
/proc/20988/task/20992/stat : 20992 (java) S 20985 20988 7084 0 -1 1077944384 20394 0 0 0 2541 120 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625100945936 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20993] ppid=20985 vsize=10617796 memory=5593796 CPUtime=26.44 cores=0,2,4,6
/proc/20988/task/20993/stat : 20993 (java) S 20985 20988 7084 0 -1 1077944384 12646 0 0 0 2531 113 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10617796 memory=280848179921136 CPUtime=26.49 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) S 20985 20988 7084 0 -1 1077944384 16662 0 0 0 2530 119 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625098840336 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10617796 memory=4156 CPUtime=8.81 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 14362 0 0 0 877 4 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624667822960 140625171589762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624666768992 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624665716096 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20998] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20998/stat : 20998 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624664664400 140625171597211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20999] ppid=20985 vsize=10617796 memory=5593796 CPUtime=1.47 cores=0,2,4,6
/proc/20988/task/20999/stat : 20999 (java) S 20985 20988 7084 0 -1 1077944384 8192 0 0 0 145 2 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624663611760 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21000] ppid=20985 vsize=10617796 memory=5593796 CPUtime=1.3 cores=0,2,4,6
/proc/20988/task/21000/stat : 21000 (java) S 20985 20988 7084 0 -1 1077944384 5659 0 0 0 129 1 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624662558960 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21001] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0.45 cores=0,2,4,6
/proc/20988/task/21001/stat : 21001 (java) S 20985 20988 7084 0 -1 1077944384 6672 0 0 0 44 1 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624661506160 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21002] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21002/stat : 21002 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624660453600 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21003] ppid=20985 vsize=10617796 memory=5593796 CPUtime=1.29 cores=0,2,4,6
/proc/20988/task/21003/stat : 21003 (java) S 20985 20988 7084 0 -1 1077944384 2807 0 0 0 66 63 0 0 20 0 16 0 161069856 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624659401904 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21005] ppid=20985 vsize=10617796 memory=5593796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21005/stat : 21005 (java) S 20985 20988 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161075262 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624658347440 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
Current children cumulated CPU time: 2465.74 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5593796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2436.6 s]
/proc/loadavg: 1.96 2.03 2.12 3/216 21337
/proc/meminfo: memFree=25766132/32770624 swapFree=67108776/67108860
[pid=20988] ppid=20985 vsize=10617796 memory=5593796 CPUtime=2520.06 cores=0,2,4,6
/proc/20988/stat : 20988 (java) S 20985 20988 7084 0 -1 1077944320 320276 0 0 0 251449 557 0 0 20 0 16 0 161069840 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140728079603056 140625171578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
/proc/20988/statm: 2654449 1398449 3130 1 0 2643902 0
[pid=20988/tid=20990] ppid=20985 vsize=10617796 memory=39180 CPUtime=2400.66 cores=0,2,4,6
/proc/20988/task/20990/stat : 20990 (java) R 20985 20988 7084 0 -1 4202560 219505 0 0 0 240041 25 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625175815384 140624767290538 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20991] ppid=20985 vsize=10617796 memory=4156 CPUtime=26.39 cores=0,2,4,6
/proc/20988/task/20991/stat : 20991 (java) S 20985 20988 7084 0 -1 1077944384 11813 0 0 0 2523 116 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625101998736 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20992] ppid=20985 vsize=10617796 memory=67816 CPUtime=26.61 cores=0,2,4,6
/proc/20988/task/20992/stat : 20992 (java) S 20985 20988 7084 0 -1 1077944384 20394 0 0 0 2541 120 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625100945936 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20993] ppid=20985 vsize=10617796 memory=1296 CPUtime=26.44 cores=0,2,4,6
/proc/20988/task/20993/stat : 20993 (java) S 20985 20988 7084 0 -1 1077944384 12646 0 0 0 2531 113 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10617796 memory=2460 CPUtime=26.49 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) S 20985 20988 7084 0 -1 1077944384 16662 0 0 0 2530 119 0 0 20 0 16 0 161069847 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140625098840336 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10617796 memory=1836 CPUtime=8.81 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 14371 0 0 0 877 4 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624667822960 140625171589762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10617796 memory=796 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624666768992 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10617796 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 16 0 161069849 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624665716096 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20998] ppid=20985 vsize=10617796 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20998/stat : 20998 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624664664400 140625171597211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20999] ppid=20985 vsize=10617796 memory=11364 CPUtime=1.47 cores=0,2,4,6
/proc/20988/task/20999/stat : 20999 (java) S 20985 20988 7084 0 -1 1077944384 8195 0 0 0 145 2 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624663611760 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21000] ppid=20985 vsize=10617796 memory=1224 CPUtime=1.3 cores=0,2,4,6
/proc/20988/task/21000/stat : 21000 (java) S 20985 20988 7084 0 -1 1077944384 5672 0 0 0 129 1 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624662558960 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21001] ppid=20985 vsize=10617796 memory=4600 CPUtime=0.45 cores=0,2,4,6
/proc/20988/task/21001/stat : 21001 (java) S 20985 20988 7084 0 -1 1077944384 6676 0 0 0 44 1 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624661506160 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21002] ppid=20985 vsize=10617796 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21002/stat : 21002 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161069852 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624660453600 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21003] ppid=20985 vsize=10617796 memory=1724 CPUtime=1.33 cores=0,2,4,6
/proc/20988/task/21003/stat : 21003 (java) S 20985 20988 7084 0 -1 1077944384 2848 0 0 0 68 65 0 0 20 0 16 0 161069856 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624659401904 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21005] ppid=20985 vsize=10617796 memory=988 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21005/stat : 21005 (java) S 20985 20988 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161075262 10872623104 1398449 18446744073709551615 4194304 4196468 140728079620512 140624658347440 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5593796 KiB

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

[startup+2436.88 s]
# the end of solver process 20988 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.57 s, system=5.60288 s

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

[startup+2436.8 s]
/proc/loadavg: 1.96 2.03 2.12 3/216 21337
/proc/meminfo: memFree=25766132/32770624 swapFree=67108776/67108860
[pid=20988] ppid=20985 vsize=10817488 memory=5594104 CPUtime=2520.07 cores=0,2,4,6
/proc/20988/stat : 20988 (java) S 20985 20988 7084 0 -1 1077944320 321022 0 0 0 251450 557 0 0 20 0 17 0 161069840 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140728079603056 140625171578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
/proc/20988/statm: 2704372 1398526 3133 1 0 2693825 0
[pid=20988/tid=20990] ppid=20985 vsize=10817488 memory=4872558044660077418 CPUtime=2400.67 cores=0,2,4,6
/proc/20988/task/20990/stat : 20990 (java) S 20985 20988 7084 0 -1 1077944384 219594 0 0 0 240042 25 0 0 20 0 17 0 161069847 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140625175821488 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20991] ppid=20985 vsize=10817488 memory=12320 CPUtime=26.39 cores=0,2,4,6
/proc/20988/task/20991/stat : 20991 (java) S 20985 20988 7084 0 -1 1077944384 11813 0 0 0 2523 116 0 0 20 0 17 0 161069847 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140625101998736 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20992] ppid=20985 vsize=10817488 memory=1196 CPUtime=26.61 cores=0,2,4,6
/proc/20988/task/20992/stat : 20992 (java) S 20985 20988 7084 0 -1 1077944384 20394 0 0 0 2541 120 0 0 20 0 17 0 161069847 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140625100945936 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20993] ppid=20985 vsize=10817488 memory=15884 CPUtime=26.44 cores=0,2,4,6
/proc/20988/task/20993/stat : 20993 (java) S 20985 20988 7084 0 -1 1077944384 12646 0 0 0 2531 113 0 0 20 0 17 0 161069847 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140625099893136 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20994] ppid=20985 vsize=10817488 memory=4044 CPUtime=26.49 cores=0,2,4,6
/proc/20988/task/20994/stat : 20994 (java) S 20985 20988 7084 0 -1 1077944384 16662 0 0 0 2530 119 0 0 20 0 17 0 161069847 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140625098840336 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20995] ppid=20985 vsize=10817488 memory=-8774313645642428999 CPUtime=8.81 cores=0,2,4,6
/proc/20988/task/20995/stat : 20995 (java) S 20985 20988 7084 0 -1 1077944384 14412 0 0 0 877 4 0 0 20 0 17 0 161069849 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624667822960 140625171589762 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20996] ppid=20985 vsize=10817488 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20996/stat : 20996 (java) S 20985 20988 7084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 161069849 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624666768992 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20997] ppid=20985 vsize=10817488 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20997/stat : 20997 (java) S 20985 20988 7084 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 161069849 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624665716096 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20998] ppid=20985 vsize=10817488 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/20988/task/20998/stat : 20998 (java) S 20985 20988 7084 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 17 0 161069852 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624664664400 140625171597211 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=20999] ppid=20985 vsize=10817488 memory=5593796 CPUtime=1.47 cores=0,2,4,6
/proc/20988/task/20999/stat : 20999 (java) S 20985 20988 7084 0 -1 1077944384 8195 0 0 0 145 2 0 0 20 0 17 0 161069852 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624663611760 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21000] ppid=20985 vsize=10817488 memory=5593796 CPUtime=1.3 cores=0,2,4,6
/proc/20988/task/21000/stat : 21000 (java) S 20985 20988 7084 0 -1 1077944384 5672 0 0 0 129 1 0 0 20 0 17 0 161069852 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624662558960 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21001] ppid=20985 vsize=10817488 memory=5593796 CPUtime=0.45 cores=0,2,4,6
/proc/20988/task/21001/stat : 21001 (java) S 20985 20988 7084 0 -1 1077944384 6742 0 0 0 44 1 0 0 20 0 17 0 161069852 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624661506160 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21002] ppid=20985 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20988/task/21002/stat : 21002 (java) S 20985 20988 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161069852 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624660453600 140625171588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
[pid=20988/tid=21003] ppid=20985 vsize=10817488 memory=4872558044660077418 CPUtime=1.33 cores=0,2,4,6
/proc/20988/task/21003/stat : 21003 (java) S 20985 20988 7084 0 -1 1077944384 2848 0 0 0 68 65 0 0 20 0 17 0 161069856 11077107712 1398526 18446744073709551615 4194304 4196468 140728079620512 140624659401904 140625171589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30081024 140728079626640 140728079626793 140728079626793 140728079630287 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5594104 KiB

Child status: 143
Real time (s): 2436.88
CPU time (s): 2520.17
CPU user time (s): 2514.57
CPU system time (s): 5.60288
CPU usage (%): 103.418
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5594104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.57
system time used= 5.60288
maximum resident set size= 5594300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321906
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56093
involuntary context switches= 3427


# summary of solver processes directly reported to runsolver:
#   pid: 20988
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2514.57
#   total CPU system time (s): 5.60288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4592 second user time and 23.2139 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 10:35:06
IDJOB=4263307
IDBENCH=120746
IDSOLVER=2651
FILE ID=node132/4263307-1502614171
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K11-P04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263307-1502614171/watcher-4263307-1502614171 -o /tmp/evaluation-result-4263307-1502614171/solver-4263307-1502614171 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263307-1502614171.xml

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

MD5SUM BENCH= 83a9e5860e8605726185e9821b8e29ef
RANDOM SEED=827096783

node132.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.74
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.74
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.74
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.74
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:        28689080 kB
MemAvailable:   28910884 kB
Buffers:          222292 kB
Cached:           323904 kB
SwapCached:           84 kB
Active:          3523460 kB
Inactive:         147264 kB
Active(anon):    3072196 kB
Inactive(anon):   101972 kB
Active(file):     451264 kB
Inactive(file):    45292 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1640 kB
Writeback:            12 kB
AnonPages:       3123900 kB
Mapped:            75712 kB
Shmem:             49768 kB
Slab:             109356 kB
SReclaimable:      82164 kB
SUnreclaim:        27192 kB
KernelStack:        3520 kB
PageTables:        11116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4577660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3006464 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= 62028 MiB
End job on node132 at 2017-08-13 11:15:43