Trace number 4289814

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.22 2306.08

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy14_c18.xml
MD5SUM289cb43960e2b184f01d0d99cacee99d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16618
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1470
Number of constraints5725
Number of domains3
Minimum domain size2
Maximum domain size57
Distribution of domain sizes[{"size":2,"count":728},{"size":14,"count":364},{"size":57,"count":378}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":742},{"degree":41,"count":336},{"degree":42,"count":364},{"degree":43,"count":26},{"degree":44,"count":2}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":365},{"arity":3,"count":28},{"arity":4,"count":4200},{"arity":5,"count":350},{"arity":14,"count":390},{"arity":16,"count":364},{"arity":26,"count":28}]
Number of extensional constraints378
Number of intensional constraints4565
Distribution of constraint types[{"type":"extension","count":378},{"type":"intension","count":4565},{"type":"regular","count":14},{"type":"allDifferent","count":26},{"type":"cardinality","count":14},{"type":"element","count":728}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

96.33/42.71	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
96.33/42.71	c This is free software under the dual EPL/GNU LGPL licenses.
96.33/42.71	c See www.sat4j.org for details.
96.33/42.71	c That software uses the Rhino library from the Mozilla project.
96.33/42.71	c version 2.3.6-SNAPSHOT
96.33/42.71	c java.runtime.name	Java(TM) SE Runtime Environment
96.33/42.71	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
96.33/42.71	c java.vm.version	25.131-b11
96.33/42.71	c java.vm.vendor	Oracle Corporation
96.33/42.71	c sun.arch.data.model	64
96.33/42.71	c java.version		1.8.0_131
96.33/42.71	c os.name		Linux
96.33/42.71	c os.version		3.10.0-514.16.1.el7.x86_64
96.33/42.71	c os.arch		amd64
96.33/42.71	c Free memory 		499604488
96.33/42.71	c Max memory 		7247757312
96.33/42.71	c Total memory 		504889344
96.33/42.71	c Number of processors 	4
96.33/42.71	c c --- Begin Solver configuration ---
96.33/42.71	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
96.33/42.71	c Learn all clauses as in MiniSAT
96.33/42.71	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
96.33/42.71	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
96.33/42.71	c No reason simplification
96.33/42.71	c Glucose 2.1 dynamic restart strategy
96.33/42.71	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
96.33/42.71	c timeout=2147483s
96.33/42.71	c DB Simplification allowed=false
96.33/42.71	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
96.33/42.71	c --- End Solver configuration ---
96.33/42.71	c constraints type 
96.33/42.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 2940
96.33/42.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 22760780
96.33/42.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6083924
96.33/42.71	c org.sat4j.specs.Constr$1 => 1330
96.33/42.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 13330
96.33/42.71	c 28862304 constraints processed.
2400.13/2306.00	c starts		: 3752
2400.13/2306.00	c conflicts		: 1692633
2400.13/2306.00	c decisions		: 219107197
2400.13/2306.00	c propagations		: 5334193319
2400.13/2306.00	c inspects		: 7241998358
2400.13/2306.00	c shortcuts		: 0
2400.13/2306.00	c learnt literals	: 349
2400.13/2306.00	c learnt binary clauses	: 15205
2400.13/2306.00	c learnt ternary clauses	: 14303
2400.13/2306.00	c learnt constraints	: 1692284
2400.13/2306.00	c ignored constraints	: 0
2400.13/2306.00	c root simplifications	: 0
2400.13/2306.00	c removed literals (reason simplification)	: 0
2400.13/2306.00	c reason swapping (by a shorter reason)	: 0
2400.13/2306.00	c Calls to reduceDB	: 53
2400.13/2306.00	c Number of update (reduction) of LBD	: 1201180
2400.13/2306.00	c Imported unit clauses	: 0
2400.13/2306.00	c number of reductions to clauses (during analyze)	: 0
2400.13/2306.00	c number of learned constraints concerned by reduction	: 0
2400.13/2306.00	c number of learning phase by resolution	: 0
2400.13/2306.00	c number of learning phase by cutting planes	: 0
2400.13/2306.00	c number of rounding to 1 operations	: 0
2400.13/2306.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.13/2306.00	c number of reductions of the coefficients by power 2 	: 0
2400.13/2306.01	c number of right shift for reduction by power 2 	: 0
2400.13/2306.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.13/2306.01	c number of ending skipping 	: 0
2400.13/2306.01	c number of internal skipping 	: 0
2400.13/2306.01	c number of derivation steps 	: 0
2400.13/2306.01	c number of skipped derivation steps 	: 0
2400.13/2306.01	c number of remaining unassigned 	: 0
2400.13/2306.01	c number of remaining assigned 	: 0
2400.13/2306.01	c speed (assignments/second)	: 2362480.753610248
2400.13/2306.01	c non guided choices	: 111747323
2400.13/2306.03	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 15205
2400.13/2306.03	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 106452
2400.13/2306.03	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 (7179 MiB free)
  memory of node 1: 16384 MiB (10530 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289814-1532222364/watcher-4289814-1532222364 -o /tmp/evaluation-result-4289814-1532222364/solver-4289814-1532222364 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289814-1532222364.xml 

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

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=31528, runsolver pid=31525


[startup+0.100129 s]*
/proc/loadavg: 2.03 2.92 2.95 3/217 31543
/proc/meminfo: memFree=18117976/32770624 swapFree=67108860/67108860
[pid=31528] ppid=31525 vsize=10659012 memory=30060 CPUtime=0.12 cores=1,3,5,7
/proc/31528/stat : 31528 (java) S 31525 31528 26014 0 -1 1077944320 6605 0 0 0 11 1 0 0 20 0 15 0 39799241 10914828288 7515 33554432000 4194304 4196468 140725125628208 140725125610752 139881909071607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
/proc/31528/statm: 2664753 7515 2845 1 0 2627263 0
[pid=31528/tid=31530] ppid=31525 vsize=10659012 memory=-8773748148830113667 CPUtime=0.09 cores=1,3,5,7
/proc/31528/task/31530/stat : 31530 (java) R 31525 31528 26014 0 -1 4202560 4422 0 0 0 8 1 0 0 20 0 15 0 39799242 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881913292736 139881909093533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31531] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31531/stat : 31531 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881515637904 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31532] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31532/stat : 31532 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881514585104 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31533] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31533/stat : 31533 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881513532304 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31534] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31534/stat : 31534 (java) S 31525 31528 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881512479504 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31535] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31536] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31536/stat : 31536 (java) S 31525 31528 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881467847712 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31537] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31537/stat : 31537 (java) S 31525 31528 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881466794864 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31538] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31538/stat : 31538 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881465743184 139881909090203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31539] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31539/stat : 31539 (java) S 31525 31528 26014 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881464691568 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31540] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31540/stat : 31540 (java) S 31525 31528 26014 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881463638768 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31541] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0.02 cores=1,3,5,7
/proc/31528/task/31541/stat : 31541 (java) R 31525 31528 26014 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 39799247 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881462585968 139881888040382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31542] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31542/stat : 31542 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881461533408 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31543] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31543/stat : 31543 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 7515 33554432000 4194304 4196468 140725125628208 139881460480688 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30060 KiB

[startup+0.212009 s]*
/proc/loadavg: 2.03 2.92 2.95 3/217 31543
/proc/meminfo: memFree=18104440/32770624 swapFree=67108860/67108860
[pid=31528] ppid=31525 vsize=10659012 memory=42040 CPUtime=0.33 cores=1,3,5,7
/proc/31528/stat : 31528 (java) S 31525 31528 26014 0 -1 1077944320 8129 0 0 0 31 2 0 0 20 0 15 0 39799241 10914828288 10510 33554432000 4194304 4196468 140725125628208 140725125610752 139881909071607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
/proc/31528/statm: 2664753 10510 3007 1 0 2627263 0
[pid=31528/tid=31530] ppid=31525 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31528/task/31530/stat : 31530 (java) R 31525 31528 26014 0 -1 4202560 5019 0 0 0 18 1 0 0 20 0 15 0 39799242 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881913307184 139881893152094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31531] ppid=31525 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31531/stat : 31531 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881515637904 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31532] ppid=31525 vsize=10659012 memory=140690357081716 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31532/stat : 31532 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881514585104 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31533] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31533/stat : 31533 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881513532304 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31534] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31534/stat : 31534 (java) S 31525 31528 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881512479504 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31535] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31536] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31536/stat : 31536 (java) S 31525 31528 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881467847712 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31537] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31537/stat : 31537 (java) S 31525 31528 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881466794864 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31538] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31538/stat : 31538 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881465743184 139881909090203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31539] ppid=31525 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31528/task/31539/stat : 31539 (java) S 31525 31528 26014 0 -1 1077944384 546 0 0 0 2 0 0 0 20 0 15 0 39799247 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881464691568 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31540] ppid=31525 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31528/task/31540/stat : 31540 (java) S 31525 31528 26014 0 -1 1077944384 473 0 0 0 2 0 0 0 20 0 15 0 39799247 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881463638768 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31541] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0.07 cores=1,3,5,7
/proc/31528/task/31541/stat : 31541 (java) R 31525 31528 26014 0 -1 4202560 724 0 0 0 7 0 0 0 20 0 15 0 39799247 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881462585968 139881909092954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31542] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31542/stat : 31542 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881461533408 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31543] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31543/stat : 31543 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 10510 33554432000 4194304 4196468 140725125628208 139881460480688 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42040 KiB

[startup+0.313839 s]*
/proc/loadavg: 2.03 2.92 2.95 5/217 31543
/proc/meminfo: memFree=18092020/32770624 swapFree=67108860/67108860
[pid=31528] ppid=31525 vsize=10659012 memory=55600 CPUtime=0.61 cores=1,3,5,7
/proc/31528/stat : 31528 (java) S 31525 31528 26014 0 -1 1077944320 10096 0 0 0 58 3 0 0 20 0 15 0 39799241 10914828288 13900 33554432000 4194304 4196468 140725125628208 140725125610752 139881909071607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
/proc/31528/statm: 2664753 13900 3049 1 0 2627263 0
[pid=31528/tid=31530] ppid=31525 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/31528/task/31530/stat : 31530 (java) R 31525 31528 26014 0 -1 4202560 5545 0 0 0 28 2 0 0 20 0 15 0 39799242 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881913283888 139881893152094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31531] ppid=31525 vsize=10659012 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31531/stat : 31531 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881515637904 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31532] ppid=31525 vsize=10659012 memory=140690357090300 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31532/stat : 31532 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881514585104 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31533] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31533/stat : 31533 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881513532304 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31534] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31534/stat : 31534 (java) S 31525 31528 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39799242 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881512479504 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31535] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31536] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31536/stat : 31536 (java) S 31525 31528 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881467847712 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31537] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31537/stat : 31537 (java) S 31525 31528 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39799244 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881466794864 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31538] ppid=31525 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31538/stat : 31538 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881465743184 139881909090203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31539] ppid=31525 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31528/task/31539/stat : 31539 (java) R 31525 31528 26014 0 -1 4202560 1009 0 0 0 7 0 0 0 20 0 15 0 39799247 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881464672584 139881888318199 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31540] ppid=31525 vsize=10659012 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31528/task/31540/stat : 31540 (java) R 31525 31528 26014 0 -1 4202560 1057 0 0 0 8 0 0 0 20 0 15 0 39799247 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881463619784 139881889773271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31541] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0.13 cores=1,3,5,7
/proc/31528/task/31541/stat : 31541 (java) R 31525 31528 26014 0 -1 1077944384 1120 0 0 0 13 0 0 0 20 0 15 0 39799247 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881462585968 139881909082754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31542] ppid=31525 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31542/stat : 31542 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881461533408 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31543] ppid=31525 vsize=10659012 memory=140690356881024 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31543/stat : 31543 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799247 10914828288 13900 33554432000 4194304 4196468 140725125628208 139881460480688 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55600 KiB

[startup+0.704117 s]
/proc/loadavg: 2.03 2.92 2.95 5/217 31543
/proc/meminfo: memFree=18066520/32770624 swapFree=67108860/67108860
[pid=31528] ppid=31525 vsize=10659088 memory=129044 CPUtime=1.89 cores=1,3,5,7
/proc/31528/stat : 31528 (java) S 31525 31528 26014 0 -1 1077944320 13093 0 0 0 185 4 0 0 20 0 15 0 39799241 10914906112 32261 33554432000 4194304 4196468 140725125628208 140725125610752 139881909071607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
/proc/31528/statm: 2664772 32261 3107 1 0 2627263 0
[pid=31528/tid=31530] ppid=31525 vsize=10659088 memory=18460 CPUtime=0.67 cores=1,3,5,7
/proc/31528/task/31530/stat : 31530 (java) R 31525 31528 26014 0 -1 4202560 5894 0 0 0 65 2 0 0 20 0 15 0 39799242 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881913309424 139881531711360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31531] ppid=31525 vsize=10659088 memory=9556 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31531/stat : 31531 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881515637904 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31532] ppid=31525 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31532/stat : 31532 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881514585104 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31533] ppid=31525 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31533/stat : 31533 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799242 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881513532304 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31534] ppid=31525 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31534/stat : 31534 (java) S 31525 31528 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39799242 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881512479504 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31535] ppid=31525 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39799244 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31536] ppid=31525 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31536/stat : 31536 (java) S 31525 31528 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39799244 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881467847712 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31537] ppid=31525 vsize=10659088 memory=6153431502485415784 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31537/stat : 31537 (java) S 31525 31528 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39799244 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881466794864 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31538] ppid=31525 vsize=10659088 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31538/stat : 31538 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39799247 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881465743184 139881909090203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31539] ppid=31525 vsize=10659088 memory=7444843076533644388 CPUtime=0.43 cores=1,3,5,7
/proc/31528/task/31539/stat : 31539 (java) R 31525 31528 26014 0 -1 4202560 2178 0 0 0 43 0 0 0 20 0 15 0 39799247 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881464672584 139881892557581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31540] ppid=31525 vsize=10659088 memory=8514726395715218844 CPUtime=0.44 cores=1,3,5,7
/proc/31528/task/31540/stat : 31540 (java) R 31525 31528 26014 0 -1 4202560 1909 0 0 0 44 0 0 0 20 0 15 0 39799247 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881463628000 139881892572004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31541] ppid=31525 vsize=10659088 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/31528/task/31541/stat : 31541 (java) S 31525 31528 26014 0 -1 1077944384 1742 0 0 0 31 0 0 0 20 0 15 0 39799247 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881462585968 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31542] ppid=31525 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31542/stat : 31542 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39799247 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881461533408 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31543] ppid=31525 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31543/stat : 31543 (java) S 31525 31528 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39799247 10914906112 32261 33554432000 4194304 4196468 140725125628208 139881460480688 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 129044 KiB

[startup+1.50123 s]
/proc/loadavg: 2.03 2.92 2.95 5/217 31543
/proc/meminfo: memFree=17925972/32770624 swapFree=67108860/67108860
[pid=31528] ppid=31525 vsize=10663468 memory=397268 CPUtime=4.56 cores=1,3,5,7
/proc/31528/stat : 31528 (java) S 31525 31528 26014 0 -1 1077944320 20079 0 0 0 442 14 0 0 20 0 15 0 39799241 10919391232 99317 33554432000 4194304 4196468 140725125628208 140725125610752 139881909071607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
/proc/31528/statm: 2665867 99317 3143 1 0 2628358 0
[pid=31528/tid=31530] ppid=31525 vsize=10663468 memory=293204 CPUtime=1.37 cores=1,3,5,7
/proc/31528/task/31530/stat : 31530 (java) R 31525 31528 26014 0 -1 4202560 6199 0 0 0 132 5 0 0 20 0 15 0 39799242 10919391232 99317 33554432000 4194304 4196468 140725125628208 139881913302904 139881536356588 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31531] ppid=31525 vsize=10663468 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31528/task/31531/stat : 31531 (java) S 31525 31528 26014 0 -1 1077944384 49 0 0 0 6 1 0 0 20 0 15 0 39799242 10919391232 99317 33554432000 4194304 4196468 140725125628208 139881515637904 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31532] ppid=31525 vsize=10663468 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31528/task/31532/stat : 31532 (java) S 31525 31528 26014 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 15 0 39799242 10919391232 99317 33554432000 4194304 4196468 140725125628208 139881514585104 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31533] ppid=31525 vsize=10663468 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31528/task/31533/stat : 31533 (java) S 31525 31528 26014 0 -1 1077944384 36 0 0 0 5 1 0 0 20 0 15 0 39799242 10919391232 99317 33554432000 4194304 4196468 140725125628208 139881513532304 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31534] ppid=31525 vsize=10663468 memory=20 CPUtime=0.04 cores=1,3,5,7
/proc/31528/task/31534/stat : 31534 (java) S 31525 31528 26014 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 15 0 39799242 10919391232 99317 33554432000 4194304 4196468 140725125628208 139881512479504 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31535] ppid=31525 vsize=10663468 memory=281380487935728 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39799244 10919391232 99317 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0

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

/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 29398 0 0 0 708 5 0 0 20 0 16 0 39799244 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31536] ppid=31525 vsize=10727700 memory=7446316 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31536/stat : 31536 (java) S 31525 31528 26014 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 39799244 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881467847776 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31537] ppid=31525 vsize=10727700 memory=7446316 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31537/stat : 31537 (java) S 31525 31528 26014 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 39799244 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881466794880 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31538] ppid=31525 vsize=10727700 memory=9580 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31538/stat : 31538 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39799247 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881465743184 139881909090203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31539] ppid=31525 vsize=10727700 memory=6791534058613427641 CPUtime=4.04 cores=1,3,5,7
/proc/31528/task/31539/stat : 31539 (java) S 31525 31528 26014 0 -1 1077944384 13081 0 0 0 402 2 0 0 20 0 16 0 39799247 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881464691568 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31540] ppid=31525 vsize=10727700 memory=7446316 CPUtime=3.6 cores=1,3,5,7
/proc/31528/task/31540/stat : 31540 (java) S 31525 31528 26014 0 -1 1077944384 13181 0 0 0 358 2 0 0 20 0 16 0 39799247 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881463638768 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31541] ppid=31525 vsize=10727700 memory=5520 CPUtime=0.92 cores=1,3,5,7
/proc/31528/task/31541/stat : 31541 (java) S 31525 31528 26014 0 -1 1077944384 10543 0 0 0 89 3 0 0 20 0 16 0 39799247 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881462585968 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31542] ppid=31525 vsize=10727700 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31542/stat : 31542 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39799247 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881461533408 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31543] ppid=31525 vsize=10727700 memory=6651432 CPUtime=1.39 cores=1,3,5,7
/proc/31528/task/31543/stat : 31543 (java) S 31525 31528 26014 0 -1 1077944384 2177 0 0 0 61 78 0 0 20 0 16 0 39799247 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881460480688 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31549] ppid=31525 vsize=10727700 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31549/stat : 31549 (java) S 31525 31528 26014 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 39804054 10985164800 1861579 33554432000 4194304 4196468 140725125628208 139881457329072 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
Current children cumulated CPU time: 2296.54 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 7446316 KiB

[startup+2262.3 s]
/proc/loadavg: 1.11 1.63 1.95 2/195 31702
/proc/meminfo: memFree=10847036/32770624 swapFree=67108860/67108860
[pid=31528] ppid=31525 vsize=10727700 memory=7446440 CPUtime=2356.56 cores=1,3,5,7
/proc/31528/stat : 31528 (java) S 31525 31528 26014 0 -1 1077944320 351988 0 0 0 235023 633 0 0 20 0 16 0 39799241 10985164800 1861610 33554432000 4194304 4196468 140725125628208 140725125610752 139881909071607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
/proc/31528/statm: 2681925 1861610 3195 1 0 2644416 0
[pid=31528/tid=31530] ppid=31525 vsize=10727700 memory=7446440 CPUtime=2226.12 cores=1,3,5,7
/proc/31528/task/31530/stat : 31530 (java) R 31525 31528 26014 0 -1 4202560 185347 0 0 0 222564 48 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881913310592 139881540489778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31531] ppid=31525 vsize=10727700 memory=7446440 CPUtime=28.38 cores=1,3,5,7
/proc/31528/task/31531/stat : 31531 (java) S 31525 31528 26014 0 -1 1077944384 24365 0 0 0 2709 129 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881515637904 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31532] ppid=31525 vsize=10727700 memory=7446440 CPUtime=28.22 cores=1,3,5,7
/proc/31528/task/31532/stat : 31532 (java) S 31525 31528 26014 0 -1 1077944384 28387 0 0 0 2698 124 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881514585104 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31533] ppid=31525 vsize=10727700 memory=7446440 CPUtime=28.22 cores=1,3,5,7
/proc/31528/task/31533/stat : 31533 (java) S 31525 31528 26014 0 -1 1077944384 19607 0 0 0 2696 126 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881513532304 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31534] ppid=31525 vsize=10727700 memory=7446440 CPUtime=28.4 cores=1,3,5,7
/proc/31528/task/31534/stat : 31534 (java) S 31525 31528 26014 0 -1 1077944384 24312 0 0 0 2719 121 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881512479504 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31535] ppid=31525 vsize=10727700 memory=6628 CPUtime=7.14 cores=1,3,5,7
/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 29408 0 0 0 709 5 0 0 20 0 16 0 39799244 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31536] ppid=31525 vsize=10727700 memory=7446440 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31536/stat : 31536 (java) S 31525 31528 26014 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 39799244 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881467847776 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31537] ppid=31525 vsize=10727700 memory=7446440 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31537/stat : 31537 (java) S 31525 31528 26014 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 39799244 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881466794880 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31538] ppid=31525 vsize=10727700 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31538/stat : 31538 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881465743184 139881909090203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31539] ppid=31525 vsize=10727700 memory=6791534058613427641 CPUtime=4.04 cores=1,3,5,7
/proc/31528/task/31539/stat : 31539 (java) S 31525 31528 26014 0 -1 1077944384 13094 0 0 0 402 2 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881464691568 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31540] ppid=31525 vsize=10727700 memory=2592 CPUtime=3.6 cores=1,3,5,7
/proc/31528/task/31540/stat : 31540 (java) S 31525 31528 26014 0 -1 1077944384 13184 0 0 0 358 2 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881463638768 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31541] ppid=31525 vsize=10727700 memory=1204 CPUtime=0.92 cores=1,3,5,7
/proc/31528/task/31541/stat : 31541 (java) S 31525 31528 26014 0 -1 1077944384 10546 0 0 0 89 3 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881462585968 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31542] ppid=31525 vsize=10727700 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31542/stat : 31542 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881461533408 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31543] ppid=31525 vsize=10727700 memory=7446440 CPUtime=1.43 cores=1,3,5,7
/proc/31528/task/31543/stat : 31543 (java) S 31525 31528 26014 0 -1 1077944384 2249 0 0 0 63 80 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881460480688 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31549] ppid=31525 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31549/stat : 31549 (java) S 31525 31528 26014 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 39804054 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881457329072 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
Current children cumulated CPU time: 2356.56 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 7446440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2305.8 s]
/proc/loadavg: 1.05 1.54 1.91 2/195 31703
/proc/meminfo: memFree=10847288/32770624 swapFree=67108860/67108860
[pid=31528] ppid=31525 vsize=10727700 memory=7446440 CPUtime=2400.09 cores=1,3,5,7
/proc/31528/stat : 31528 (java) S 31525 31528 26014 0 -1 1077944320 355489 0 0 0 239372 637 0 0 20 0 16 0 39799241 10985164800 1861610 33554432000 4194304 4196468 140725125628208 140725125610752 139881909071607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
/proc/31528/statm: 2681925 1861610 3195 1 0 2644416 0
[pid=31528/tid=31530] ppid=31525 vsize=10727700 memory=1788 CPUtime=2269.61 cores=1,3,5,7
/proc/31528/task/31530/stat : 31530 (java) R 31525 31528 26014 0 -1 4202560 188746 0 0 0 226912 49 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881913310592 139881540808898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31531] ppid=31525 vsize=10727700 memory=644 CPUtime=28.38 cores=1,3,5,7
/proc/31528/task/31531/stat : 31531 (java) S 31525 31528 26014 0 -1 1077944384 24365 0 0 0 2709 129 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881515637904 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31532] ppid=31525 vsize=10727700 memory=952 CPUtime=28.22 cores=1,3,5,7
/proc/31528/task/31532/stat : 31532 (java) S 31525 31528 26014 0 -1 1077944384 28387 0 0 0 2698 124 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881514585104 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31533] ppid=31525 vsize=10727700 memory=6791534058613427641 CPUtime=28.22 cores=1,3,5,7
/proc/31528/task/31533/stat : 31533 (java) S 31525 31528 26014 0 -1 1077944384 19607 0 0 0 2696 126 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881513532304 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31534] ppid=31525 vsize=10727700 memory=4008 CPUtime=28.4 cores=1,3,5,7
/proc/31528/task/31534/stat : 31534 (java) S 31525 31528 26014 0 -1 1077944384 24312 0 0 0 2719 121 0 0 20 0 16 0 39799242 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881512479504 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31535] ppid=31525 vsize=10727700 memory=18460 CPUtime=7.14 cores=1,3,5,7
/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 29427 0 0 0 709 5 0 0 20 0 16 0 39799244 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31536] ppid=31525 vsize=10727700 memory=9580 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31536/stat : 31536 (java) S 31525 31528 26014 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 39799244 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881467847776 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31537] ppid=31525 vsize=10727700 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31537/stat : 31537 (java) S 31525 31528 26014 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 39799244 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881466794880 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31538] ppid=31525 vsize=10727700 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31538/stat : 31538 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881465743184 139881909090203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31539] ppid=31525 vsize=10727700 memory=1004 CPUtime=4.04 cores=1,3,5,7
/proc/31528/task/31539/stat : 31539 (java) S 31525 31528 26014 0 -1 1077944384 13121 0 0 0 402 2 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881464691568 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31540] ppid=31525 vsize=10727700 memory=14056 CPUtime=3.61 cores=1,3,5,7
/proc/31528/task/31540/stat : 31540 (java) S 31525 31528 26014 0 -1 1077944384 13190 0 0 0 358 3 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881463638768 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31541] ppid=31525 vsize=10727700 memory=1296 CPUtime=0.92 cores=1,3,5,7
/proc/31528/task/31541/stat : 31541 (java) S 31525 31528 26014 0 -1 1077944384 10552 0 0 0 89 3 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881462585968 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31542] ppid=31525 vsize=10727700 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31542/stat : 31542 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881461533408 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31543] ppid=31525 vsize=10727700 memory=1724 CPUtime=1.46 cores=1,3,5,7
/proc/31528/task/31543/stat : 31543 (java) S 31525 31528 26014 0 -1 1077944384 2293 0 0 0 64 82 0 0 20 0 16 0 39799247 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881460480688 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31549] ppid=31525 vsize=10727700 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31549/stat : 31549 (java) S 31525 31528 26014 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 39804054 10985164800 1861610 33554432000 4194304 4196468 140725125628208 139881457329072 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 7446440 KiB

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

[startup+2306.08 s]
# the end of solver process 31528 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.81 s, system=6.40957 s

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

[startup+2306 s]*
/proc/loadavg: 1.05 1.54 1.91 1/196 31706
/proc/meminfo: memFree=10847132/32770624 swapFree=67108860/67108860
[pid=31528] ppid=31525 vsize=10927392 memory=7446788 CPUtime=2400.13 cores=1,3,5,7
/proc/31528/stat : 31528 (java) S 31525 31528 26014 0 -1 1077944320 357091 0 0 0 239376 637 0 0 20 0 17 0 39799241 11189649408 1861697 33554432000 4194304 4196468 140725125628208 140725125610752 139881909071607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
/proc/31528/statm: 2731848 1861697 3198 1 0 2694339 0
[pid=31528/tid=31530] ppid=31525 vsize=10927392 memory=6791534058613427641 CPUtime=2269.65 cores=1,3,5,7
/proc/31528/task/31530/stat : 31530 (java) S 31525 31528 26014 0 -1 1077944384 188851 0 0 0 226916 49 0 0 20 0 17 0 39799242 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881913314480 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31531] ppid=31525 vsize=10927392 memory=4126316290023845779 CPUtime=28.38 cores=1,3,5,7
/proc/31528/task/31531/stat : 31531 (java) S 31525 31528 26014 0 -1 1077944384 24365 0 0 0 2709 129 0 0 20 0 17 0 39799242 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881515637904 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31532] ppid=31525 vsize=10927392 memory=12834 CPUtime=28.22 cores=1,3,5,7
/proc/31528/task/31532/stat : 31532 (java) S 31525 31528 26014 0 -1 1077944384 28387 0 0 0 2698 124 0 0 20 0 17 0 39799242 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881514585104 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31533] ppid=31525 vsize=10927392 memory=25331 CPUtime=28.22 cores=1,3,5,7
/proc/31528/task/31533/stat : 31533 (java) S 31525 31528 26014 0 -1 1077944384 19607 0 0 0 2696 126 0 0 20 0 17 0 39799242 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881513532304 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31534] ppid=31525 vsize=10927392 memory=7084818000957751401 CPUtime=28.4 cores=1,3,5,7
/proc/31528/task/31534/stat : 31534 (java) S 31525 31528 26014 0 -1 1077944384 24312 0 0 0 2719 121 0 0 20 0 17 0 39799242 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881512479504 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31535] ppid=31525 vsize=10927392 memory=5864621752174723172 CPUtime=7.14 cores=1,3,5,7
/proc/31528/task/31535/stat : 31535 (java) S 31525 31528 26014 0 -1 1077944384 29465 0 0 0 709 5 0 0 20 0 17 0 39799244 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881468901744 139881909082754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31536] ppid=31525 vsize=10927392 memory=5864062096377135209 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31536/stat : 31536 (java) S 31525 31528 26014 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 39799244 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881467847776 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31537] ppid=31525 vsize=10927392 memory=6221000949919405415 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31537/stat : 31537 (java) S 31525 31528 26014 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 39799244 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881466794880 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31538] ppid=31525 vsize=10927392 memory=7084820200048181347 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31538/stat : 31538 (java) S 31525 31528 26014 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 17 0 39799247 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881465743184 139881909090203 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31539] ppid=31525 vsize=10927392 memory=8171313563123863638 CPUtime=4.04 cores=1,3,5,7
/proc/31528/task/31539/stat : 31539 (java) S 31525 31528 26014 0 -1 1077944384 13121 0 0 0 402 2 0 0 20 0 17 0 39799247 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881464691568 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31540] ppid=31525 vsize=10927392 memory=5789773511961569636 CPUtime=3.61 cores=1,3,5,7
/proc/31528/task/31540/stat : 31540 (java) S 31525 31528 26014 0 -1 1077944384 13190 0 0 0 358 3 0 0 20 0 17 0 39799247 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881463638768 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31541] ppid=31525 vsize=10927392 memory=6929978111956111456 CPUtime=0.92 cores=1,3,5,7
/proc/31528/task/31541/stat : 31541 (java) R 31525 31528 26014 0 -1 4202560 11232 0 0 0 89 3 0 0 20 0 17 0 39799247 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881462585968 139881894746751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31542] ppid=31525 vsize=10927392 memory=-2895008908443676273 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31542/stat : 31542 (java) S 31525 31528 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39799247 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881461533408 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31543] ppid=31525 vsize=10927392 memory=7882542223024607850 CPUtime=1.46 cores=1,3,5,7
/proc/31528/task/31543/stat : 31543 (java) S 31525 31528 26014 0 -1 1077944384 2293 0 0 0 64 82 0 0 20 0 17 0 39799247 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881460480688 139881909082754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31704] ppid=31525 vsize=10927392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31704/stat : 31704 (java) S 31525 31528 26014 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 17 0 40029822 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881456275568 139881909081813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
[pid=31528/tid=31705] ppid=31525 vsize=10927392 memory=290763849282617370 CPUtime=0 cores=1,3,5,7
/proc/31528/task/31705/stat : 31705 (java) R 31525 31528 26014 0 -1 4202560 306 0 0 0 0 0 0 0 20 0 17 0 40029822 11189649408 1861697 33554432000 4194304 4196468 140725125628208 139881455223696 139881909083542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31920128 140725125633137 140725125633289 140725125633289 140725125636047 0
Current children cumulated CPU time: 2400.13 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 7446788 KiB

Child status: 143
Real time (s): 2306.08
CPU time (s): 2400.22
CPU user time (s): 2393.81
CPU system time (s): 6.40957
CPU usage (%): 104.082
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 7446788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.81
system time used= 6.40957
maximum resident set size= 7446932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54357
involuntary context switches= 2617


# summary of solver processes directly reported to runsolver:
#   pid: 31528
#   total CPU time (s): 2400.22
#   total CPU user time (s): 2393.81
#   total CPU system time (s): 6.40957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8046 second user time and 22.2489 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 03:19:24
IDJOB=4289814
IDBENCH=141545
IDSOLVER=2742
FILE ID=node106/4289814-1532222364
RUNJOBID= node106-1532209822-28266
PBS_JOBID= 21018937
Free space on /tmp= 53032 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289814-1532222364/watcher-4289814-1532222364 -o /tmp/evaluation-result-4289814-1532222364/solver-4289814-1532222364 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289814-1532222364.xml

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

MD5SUM BENCH= 289cb43960e2b184f01d0d99cacee99d
RANDOM SEED=928822127

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        18136020 kB
MemAvailable:   31779256 kB
Buffers:          226844 kB
Cached:         13508792 kB
SwapCached:            0 kB
Active:          1367904 kB
Inactive:       12585080 kB
Active(anon):     219868 kB
Inactive(anon):    17108 kB
Active(file):    1148036 kB
Inactive(file): 12567972 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2848 kB
Writeback:             0 kB
AnonPages:        164276 kB
Mapped:            46992 kB
Shmem:             17068 kB
Slab:             382836 kB
SReclaimable:     355688 kB
SUnreclaim:        27148 kB
KernelStack:        3824 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1171056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53032 MiB
End job on node106 at 2018-07-22 03:57:50