Trace number 4263183

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05SAT (TO)135 2520.1201 2505.1201

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark461.74399
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.73/0.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.73/0.70	c This is free software under the dual EPL/GNU LGPL licenses.
1.73/0.70	c See www.sat4j.org for details.
1.73/0.70	c That software uses the Rhino library from the Mozilla project.
1.73/0.70	c version CUSTOM.v20170705
1.73/0.70	c java.runtime.name	Java(TM) SE Runtime Environment
1.73/0.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.73/0.70	c java.vm.version	25.131-b11
1.73/0.70	c java.vm.vendor	Oracle Corporation
1.73/0.70	c sun.arch.data.model	64
1.73/0.70	c java.version		1.8.0_131
1.73/0.70	c os.name		Linux
1.73/0.70	c os.version		3.10.0-514.16.1.el7.x86_64
1.73/0.70	c os.arch		amd64
1.73/0.70	c Free memory 		499604488
1.73/0.70	c Max memory 		7247757312
1.73/0.70	c Total memory 		504889344
1.73/0.70	c Number of processors 	4
1.73/0.70	c c --- Begin Solver configuration ---
1.73/0.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.73/0.70	c Learn all clauses as in MiniSAT
1.73/0.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.73/0.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.73/0.70	c No reason simplification
1.73/0.70	c Glucose 2.1 dynamic restart strategy
1.73/0.70	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
1.73/0.70	c timeout=2147483s
1.73/0.70	c DB Simplification allowed=false
1.73/0.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.73/0.70	c --- End Solver configuration ---
1.73/0.70	c constraints type 
1.73/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1.73/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 190575
1.73/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37740
1.73/0.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 30
1.73/0.70	c 228405 constraints processed.
3.02/1.12	o 183
47.77/44.19	o 180
48.41/44.72	o 174
48.57/44.87	o 141
381.44/375.30	o 140
2456.56/2441.76	o 135
2520.10/2505.10	c starts		: 10366
2520.10/2505.10	c conflicts		: 5661536
2520.10/2505.10	c decisions		: 31262455
2520.10/2505.10	c propagations		: 4393803622
2520.10/2505.10	c inspects		: 25015114832
2520.10/2505.10	c shortcuts		: 0
2520.10/2505.10	c learnt literals	: 0
2520.10/2505.10	c learnt binary clauses	: 1110
2520.10/2505.10	c learnt ternary clauses	: 1445
2520.10/2505.10	c learnt constraints	: 5661536
2520.10/2505.10	c ignored constraints	: 0
2520.10/2505.10	c root simplifications	: 0
2520.10/2505.10	c removed literals (reason simplification)	: 0
2520.10/2505.10	c reason swapping (by a shorter reason)	: 0
2520.10/2505.10	c Calls to reduceDB	: 157
2520.10/2505.10	c Number of update (reduction) of LBD	: 2789667
2520.10/2505.10	c Imported unit clauses	: 0
2520.10/2505.10	c number of reductions to clauses (during analyze)	: 0
2520.10/2505.10	c number of learned constraints concerned by reduction	: 0
2520.10/2505.10	c number of learning phase by resolution	: 0
2520.10/2505.10	c number of learning phase by cutting planes	: 0
2520.10/2505.10	c number of rounding to 1 operations	: 0
2520.10/2505.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.10/2505.10	c number of reductions of the coefficients by power 2 	: 0
2520.10/2505.10	c number of right shift for reduction by power 2 	: 0
2520.10/2505.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.10/2505.10	c speed (assignments/second)	: 1754437.8488368844
2520.10/2505.10	c non guided choices	302825
2520.10/2505.10	c learnt constraints type 
2520.10/2505.10	s SATISFIABLE
2520.10/2505.10	v <instantiation type="solution">
2520.10/2505.10	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
2520.10/2505.10	v 	<values> 12 14 13 7 9 8 4 0 3 1 2 5 6 10 11 20 4 20 12 8 4 5 4 8 2 9 1 19 7 12 </values>
2520.10/2505.10	v </instantiation>
2520.10/2505.10	

Verifier Data

OK	135

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263183-1502633040/watcher-4263183-1502633040 -o /tmp/evaluation-result-4263183-1502633040/solver-4263183-1502633040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263183-1502633040.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=9827, runsolver pid=9824

[startup+0.100058 s]*
/proc/loadavg: 6.59 5.01 3.46 7/215 9842
/proc/meminfo: memFree=20479504/32770624 swapFree=67108860/67108860
[pid=9827] ppid=9824 vsize=10555400 memory=30236 CPUtime=0.12 cores=0,2,4,6
/proc/9827/stat : 9827 (java) S 9824 9827 4973 0 -1 1077944320 6695 0 0 0 11 1 0 0 20 0 15 0 96384907 10808729600 7559 33554432000 4194304 4196468 140726805014096 140726804996640 140680316731127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
/proc/9827/statm: 2638850 7559 2783 1 0 2627263 0
[pid=9827/tid=9829] ppid=9824 vsize=10555400 memory=-8537242119706604736 CPUtime=0.09 cores=0,2,4,6
/proc/9827/task/9829/stat : 9829 (java) R 9824 9827 4973 0 -1 4202560 4535 0 0 0 8 1 0 0 20 0 15 0 96384908 10808729600 7559 33554432000 4194304 4196468 140726805014096 140680320919472 140680316743062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9830] ppid=9824 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9830/stat : 9830 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808729600 7559 33554432000 4194304 4196468 140726805014096 140680253422352 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9831] ppid=9824 vsize=10555400 memory=140293868574336 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9831/stat : 9831 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808729600 7559 33554432000 4194304 4196468 140726805014096 140680252369808 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9832] ppid=9824 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9832/stat : 9832 (java) S 9824 9827 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96384908 10808729600 7559 33554432000 4194304 4196468 140726805014096 140680251317264 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9833] ppid=9824 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9833/stat : 9833 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808729600 7559 33554432000 4194304 4196468 140726805014096 140680250264720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9834] ppid=9824 vsize=10555400 memory=140293868574336 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384910 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9835] ppid=9824 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9835/stat : 9835 (java) S 9824 9827 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96384910 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679806993312 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9836] ppid=9824 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9836/stat : 9836 (java) S 9824 9827 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96384910 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679805940720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9837] ppid=9824 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9837/stat : 9837 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679804889296 140680316749723 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9838] ppid=9824 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9838/stat : 9838 (java) S 9824 9827 4973 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679803836912 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9839] ppid=9824 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9839/stat : 9839 (java) S 9824 9827 4973 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679802784368 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9840] ppid=9824 vsize=10555400 memory=140293868574336 CPUtime=0.02 cores=0,2,4,6
/proc/9827/task/9840/stat : 9840 (java) S 9824 9827 4973 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 96384913 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679801731824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9841] ppid=9824 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9841/stat : 9841 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679800679520 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9842] ppid=9824 vsize=10555400 memory=140293868574336 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9842/stat : 9842 (java) S 9824 9827 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 7559 33554432000 4194304 4196468 140726805014096 140679799626032 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30236 KiB

[startup+0.210527 s]*
/proc/loadavg: 6.59 5.01 3.46 6/215 9842
/proc/meminfo: memFree=20472308/32770624 swapFree=67108860/67108860
[pid=9827] ppid=9824 vsize=10555400 memory=38060 CPUtime=0.28 cores=0,2,4,6
/proc/9827/stat : 9827 (java) S 9824 9827 4973 0 -1 1077944320 7757 0 0 0 26 2 0 0 20 0 15 0 96384907 10808729600 9515 33554432000 4194304 4196468 140726805014096 140726804996640 140680316731127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
/proc/9827/statm: 2638850 9515 2907 1 0 2627263 0
[pid=9827/tid=9829] ppid=9824 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9827/task/9829/stat : 9829 (java) R 9824 9827 4973 0 -1 4202560 5380 0 0 0 18 1 0 0 20 0 15 0 96384908 10808729600 9515 33554432000 4194304 4196468 140726805014096 140680320953504 140680316752474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9830] ppid=9824 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9830/stat : 9830 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808729600 9515 33554432000 4194304 4196468 140726805014096 140680253422352 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9831] ppid=9824 vsize=10555400 memory=140293868584416 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9831/stat : 9831 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808729600 9515 33554432000 4194304 4196468 140726805014096 140680252369808 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9832] ppid=9824 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9832/stat : 9832 (java) S 9824 9827 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96384908 10808729600 9515 33554432000 4194304 4196468 140726805014096 140680251317264 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9833] ppid=9824 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9833/stat : 9833 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808729600 9515 33554432000 4194304 4196468 140726805014096 140680250264720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9834] ppid=9824 vsize=10555400 memory=140293868574336 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384910 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9835] ppid=9824 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9835/stat : 9835 (java) S 9824 9827 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96384910 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679806993312 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9836] ppid=9824 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9836/stat : 9836 (java) S 9824 9827 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96384910 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679805940720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9837] ppid=9824 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9837/stat : 9837 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679804889296 140680316749723 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9838] ppid=9824 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9838/stat : 9838 (java) S 9824 9827 4973 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679803836912 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9839] ppid=9824 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9827/task/9839/stat : 9839 (java) S 9824 9827 4973 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 15 0 96384913 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679802784368 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9840] ppid=9824 vsize=10555400 memory=140293868574336 CPUtime=0.05 cores=0,2,4,6
/proc/9827/task/9840/stat : 9840 (java) R 9824 9827 4973 0 -1 4202560 399 0 0 0 5 0 0 0 20 0 15 0 96384913 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679801731824 140680295403730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9841] ppid=9824 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9841/stat : 9841 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679800679520 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9842] ppid=9824 vsize=10555400 memory=140293868574336 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9842/stat : 9842 (java) S 9824 9827 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96384913 10808729600 9515 33554432000 4194304 4196468 140726805014096 140679799626032 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38060 KiB

[startup+0.310362 s]*
/proc/loadavg: 6.59 5.01 3.46 8/215 9842
/proc/meminfo: memFree=20464648/32770624 swapFree=67108860/67108860
[pid=9827] ppid=9824 vsize=10555476 memory=46220 CPUtime=0.51 cores=0,2,4,6
/proc/9827/stat : 9827 (java) S 9824 9827 4973 0 -1 1077944320 8817 0 0 0 48 3 0 0 20 0 15 0 96384907 10808807424 11555 33554432000 4194304 4196468 140726805014096 140726804996640 140680316731127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
/proc/9827/statm: 2638869 11555 3028 1 0 2627263 0
[pid=9827/tid=9829] ppid=9824 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/9827/task/9829/stat : 9829 (java) R 9824 9827 4973 0 -1 4202560 5760 0 0 0 28 2 0 0 20 0 15 0 96384908 10808807424 11555 33554432000 4194304 4196468 140726805014096 140680320958976 140680316743062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9830] ppid=9824 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9830/stat : 9830 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808807424 11555 33554432000 4194304 4196468 140726805014096 140680253422352 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9831] ppid=9824 vsize=10555476 memory=14273649216804504 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9831/stat : 9831 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808807424 11555 33554432000 4194304 4196468 140726805014096 140680252369808 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9832] ppid=9824 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9832/stat : 9832 (java) S 9824 9827 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96384908 10808807424 11555 33554432000 4194304 4196468 140726805014096 140680251317264 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9833] ppid=9824 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9833/stat : 9833 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384908 10808807424 11555 33554432000 4194304 4196468 140726805014096 140680250264720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9834] ppid=9824 vsize=10555476 memory=140293868574336 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96384910 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9835] ppid=9824 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9835/stat : 9835 (java) S 9824 9827 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96384910 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679806993312 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9836] ppid=9824 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9836/stat : 9836 (java) S 9824 9827 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96384910 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679805940720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9837] ppid=9824 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9837/stat : 9837 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96384913 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679804889296 140680316749723 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9838] ppid=9824 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9827/task/9838/stat : 9838 (java) S 9824 9827 4973 0 -1 1077944384 596 0 0 0 4 0 0 0 20 0 15 0 96384913 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679803836912 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9839] ppid=9824 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/9827/task/9839/stat : 9839 (java) S 9824 9827 4973 0 -1 1077944384 389 0 0 0 4 0 0 0 20 0 15 0 96384913 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679802784368 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9840] ppid=9824 vsize=10555476 memory=140293868574336 CPUtime=0.11 cores=0,2,4,6
/proc/9827/task/9840/stat : 9840 (java) R 9824 9827 4973 0 -1 4202560 708 0 0 0 11 0 0 0 20 0 15 0 96384913 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679801727392 140680295711441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9841] ppid=9824 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9841/stat : 9841 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96384913 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679800679520 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9842] ppid=9824 vsize=10555476 memory=140293868574336 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9842/stat : 9842 (java) S 9824 9827 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96384913 10808807424 11555 33554432000 4194304 4196468 140726805014096 140679799626032 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46220 KiB

[startup+0.700692 s]
/proc/loadavg: 6.59 5.01 3.46 8/215 9842
/proc/meminfo: memFree=20410384/32770624 swapFree=67108860/67108860
[pid=9827] ppid=9824 vsize=10555476 memory=206092 CPUtime=1.73 cores=0,2,4,6
/proc/9827/stat : 9827 (java) S 9824 9827 4973 0 -1 1077944320 13036 0 0 0 167 6 0 0 20 0 15 0 96384907 10808807424 51523 33554432000 4194304 4196468 140726805014096 140726804996640 140680316731127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
/proc/9827/statm: 2638869 51523 3109 1 0 2627263 0
[pid=9827/tid=9829] ppid=9824 vsize=10555476 memory=1728 CPUtime=0.65 cores=0,2,4,6
/proc/9827/task/9829/stat : 9829 (java) R 9824 9827 4973 0 -1 4202560 5908 0 0 0 62 3 0 0 20 0 15 0 96384908 10808807424 51523 33554432000 4194304 4196468 140726805014096 140680320959104 140680300811614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9830] ppid=9824 vsize=10555476 memory=792 CPUtime=0.01 cores=0,2,4,6
/proc/9827/task/9830/stat : 9830 (java) S 9824 9827 4973 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 15 0 96384908 10808807424 51523 33554432000 4194304 4196468 140726805014096 140680253422352 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9831] ppid=9824 vsize=10555476 memory=9992 CPUtime=0.02 cores=0,2,4,6
/proc/9827/task/9831/stat : 9831 (java) S 9824 9827 4973 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 15 0 96384908 10808807424 51523 33554432000 4194304 4196468 140726805014096 140680252369808 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9832] ppid=9824 vsize=10555476 memory=1224 CPUtime=0.01 cores=0,2,4,6
/proc/9827/task/9832/stat : 9832 (java) S 9824 9827 4973 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 15 0 96384908 10808807424 51523 33554432000 4194304 4196468 140726805014096 140680251317264 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9833] ppid=9824 vsize=10555476 memory=5716 CPUtime=0.01 cores=0,2,4,6
/proc/9827/task/9833/stat : 9833 (java) S 9824 9827 4973 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 96384908 10808807424 51523 33554432000 4194304 4196468 140726805014096 140680250264720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9834] ppid=9824 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96384910 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9835] ppid=9824 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9835/stat : 9835 (java) S 9824 9827 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96384910 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679806993312 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9836] ppid=9824 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9836/stat : 9836 (java) S 9824 9827 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96384910 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679805940720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9837] ppid=9824 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9837/stat : 9837 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96384913 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679804889296 140680316749723 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9838] ppid=9824 vsize=10555476 memory=4639098309541127021 CPUtime=0.39 cores=0,2,4,6
/proc/9827/task/9838/stat : 9838 (java) R 9824 9827 4973 0 -1 4202560 2491 0 0 0 39 0 0 0 20 0 15 0 96384913 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679803816880 140680300141950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9839] ppid=9824 vsize=10555476 memory=7597685182856913236 CPUtime=0.4 cores=0,2,4,6
/proc/9827/task/9839/stat : 9839 (java) R 9824 9827 4973 0 -1 4202560 2146 0 0 0 40 0 0 0 20 0 15 0 96384913 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679802773072 140680316752474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9840] ppid=9824 vsize=10555476 memory=7236547281622689387 CPUtime=0.19 cores=0,2,4,6
/proc/9827/task/9840/stat : 9840 (java) S 9824 9827 4973 0 -1 1077944384 988 0 0 0 19 0 0 0 20 0 15 0 96384913 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679801731824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9841] ppid=9824 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9841/stat : 9841 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96384913 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679800679520 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9842] ppid=9824 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9842/stat : 9842 (java) S 9824 9827 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96384913 10808807424 51523 33554432000 4194304 4196468 140726805014096 140679799626032 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 206092 KiB

[startup+1.50081 s]
/proc/loadavg: 6.59 5.01 3.46 9/216 9843
/proc/meminfo: memFree=20289032/32770624 swapFree=67108860/67108860
[pid=9827] ppid=9824 vsize=10622040 memory=222340 CPUtime=3.98 cores=0,2,4,6
/proc/9827/stat : 9827 (java) S 9824 9827 4973 0 -1 1077944320 18000 0 0 0 391 7 0 0 20 0 16 0 96384907 10876968960 55585 33554432000 4194304 4196468 140726805014096 140726804996640 140680316731127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
/proc/9827/statm: 2655510 55585 3121 1 0 2643904 0
[pid=9827/tid=9829] ppid=9824 vsize=10622040 memory=1 CPUtime=1.45 cores=0,2,4,6
/proc/9827/task/9829/stat : 9829 (java) R 9824 9827 4973 0 -1 4202560 5945 0 0 0 142 3 0 0 20 0 16 0 96384908 10876968960 55585 33554432000 4194304 4196468 140726805014096 140680320969408 140679928995429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9830] ppid=9824 vsize=10622040 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9827/task/9830/stat : 9830 (java) S 9824 9827 4973 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 16 0 96384908 10876968960 55585 33554432000 4194304 4196468 140726805014096 140680253422352 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9831] ppid=9824 vsize=10622040 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9827/task/9831/stat : 9831 (java) S 9824 9827 4973 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 16 0 96384908 10876968960 55585 33554432000 4194304 4196468 140726805014096 140680252369808 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9832] ppid=9824 vsize=10622040 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9827/task/9832/stat : 9832 (java) S 9824 9827 4973 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 96384908 10876968960 55585 33554432000 4194304 4196468 140726805014096 140680251317264 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9833] ppid=9824 vsize=10622040 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9827/task/9833/stat : 9833 (java) S 9824 9827 4973 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 96384908 10876968960 55585 33554432000 4194304 4196468 140726805014096 140680250264720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9834] ppid=9824 vsize=10622040 memory=140293868576049 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 96384910 10876968960 55585 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0

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

/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 24282 0 0 0 18 5 0 0 20 0 16 0 96384910 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9835] ppid=9824 vsize=10622040 memory=1371060 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9835/stat : 9835 (java) S 9824 9827 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96384910 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679806993376 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9836] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9836/stat : 9836 (java) S 9824 9827 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96384910 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679805940736 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9837] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9837/stat : 9837 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679804889296 140680316749723 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9838] ppid=9824 vsize=10622040 memory=1364392 CPUtime=1.8 cores=0,2,4,6
/proc/9827/task/9838/stat : 9838 (java) S 9824 9827 4973 0 -1 1077944384 11246 0 0 0 179 1 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679803836912 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9839] ppid=9824 vsize=10622040 memory=1364392 CPUtime=1.63 cores=0,2,4,6
/proc/9827/task/9839/stat : 9839 (java) S 9824 9827 4973 0 -1 1077944384 8623 0 0 0 162 1 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679802784368 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9840] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0.32 cores=0,2,4,6
/proc/9827/task/9840/stat : 9840 (java) S 9824 9827 4973 0 -1 1077944384 3115 0 0 0 31 1 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679801731824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9841] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9841/stat : 9841 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679800679520 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9842] ppid=9824 vsize=10622040 memory=1364392 CPUtime=1.18 cores=0,2,4,6
/proc/9827/task/9842/stat : 9842 (java) S 9824 9827 4973 0 -1 1077944384 1719 0 0 0 57 61 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679799626032 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9843] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9843/stat : 9843 (java) S 9824 9827 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96384979 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679798571824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
Current children cumulated CPU time: 2457.17 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1364392 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.20 4/218 10027
/proc/meminfo: memFree=22914660/32770624 swapFree=67108860/67108860
[pid=9827] ppid=9824 vsize=10622040 memory=1364392 CPUtime=2517.27 cores=0,2,4,6
/proc/9827/stat : 9827 (java) S 9824 9827 4973 0 -1 1077944320 120394 0 0 0 251466 261 0 0 20 0 16 0 96384907 10876968960 341098 33554432000 4194304 4196468 140726805014096 140726804996640 140680316731127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
/proc/9827/statm: 2655510 341098 3161 1 0 2643904 0
[pid=9827/tid=9829] ppid=9824 vsize=10622040 memory=1364392 CPUtime=2499.04 cores=0,2,4,6
/proc/9827/task/9829/stat : 9829 (java) R 9824 9827 4973 0 -1 4202560 36203 0 0 0 249890 14 0 0 20 0 16 0 96384908 10876968960 341098 33554432000 4194304 4196468 140726805014096 140680320970048 140679929512213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9830] ppid=9824 vsize=10622040 memory=1364392 CPUtime=3.24 cores=0,2,4,6
/proc/9827/task/9830/stat : 9830 (java) S 9824 9827 4973 0 -1 1077944384 8483 0 0 0 276 48 0 0 20 0 16 0 96384908 10876968960 341098 33554432000 4194304 4196468 140726805014096 140680253422352 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9831] ppid=9824 vsize=10622040 memory=1364392 CPUtime=3.25 cores=0,2,4,6
/proc/9827/task/9831/stat : 9831 (java) S 9824 9827 4973 0 -1 1077944384 8061 0 0 0 277 48 0 0 20 0 16 0 96384908 10876968960 341098 33554432000 4194304 4196468 140726805014096 140680252369808 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9832] ppid=9824 vsize=10622040 memory=1364392 CPUtime=3.24 cores=0,2,4,6
/proc/9827/task/9832/stat : 9832 (java) S 9824 9827 4973 0 -1 1077944384 7858 0 0 0 276 48 0 0 20 0 16 0 96384908 10876968960 341098 33554432000 4194304 4196468 140726805014096 140680251317264 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9833] ppid=9824 vsize=10622040 memory=1364392 CPUtime=3.24 cores=0,2,4,6
/proc/9827/task/9833/stat : 9833 (java) S 9824 9827 4973 0 -1 1077944384 9168 0 0 0 276 48 0 0 20 0 16 0 96384908 10876968960 341098 33554432000 4194304 4196468 140726805014096 140680250264720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9834] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0.24 cores=0,2,4,6
/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 24460 0 0 0 19 5 0 0 20 0 16 0 96384910 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9835] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9835/stat : 9835 (java) S 9824 9827 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96384910 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679806993376 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9836] ppid=9824 vsize=10622040 memory=280587529348216 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9836/stat : 9836 (java) S 9824 9827 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96384910 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679805940736 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9837] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9837/stat : 9837 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679804889296 140680316749723 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9838] ppid=9824 vsize=10622040 memory=4144 CPUtime=1.8 cores=0,2,4,6
/proc/9827/task/9838/stat : 9838 (java) S 9824 9827 4973 0 -1 1077944384 11248 0 0 0 179 1 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679803836912 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9839] ppid=9824 vsize=10622040 memory=1364392 CPUtime=1.63 cores=0,2,4,6
/proc/9827/task/9839/stat : 9839 (java) S 9824 9827 4973 0 -1 1077944384 8625 0 0 0 162 1 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679802784368 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9840] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0.32 cores=0,2,4,6
/proc/9827/task/9840/stat : 9840 (java) S 9824 9827 4973 0 -1 1077944384 3118 0 0 0 31 1 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679801731824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9841] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9841/stat : 9841 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679800679520 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9842] ppid=9824 vsize=10622040 memory=1292 CPUtime=1.2 cores=0,2,4,6
/proc/9827/task/9842/stat : 9842 (java) S 9824 9827 4973 0 -1 1077944384 1750 0 0 0 58 62 0 0 20 0 16 0 96384913 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679799626032 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9843] ppid=9824 vsize=10622040 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9843/stat : 9843 (java) S 9824 9827 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96384979 10876968960 341098 33554432000 4194304 4196468 140726805014096 140679798571824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
Current children cumulated CPU time: 2517.27 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1364392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.9 s]
/proc/loadavg: 2.00 2.03 2.20 4/218 10027
/proc/meminfo: memFree=22914784/32770624 swapFree=67108860/67108860
[pid=9827] ppid=9824 vsize=10622040 memory=1225580 CPUtime=2520.04 cores=0,2,4,6
/proc/9827/stat : 9827 (java) S 9824 9827 4973 0 -1 1077944320 121294 0 0 0 251743 261 0 0 20 0 16 0 96384907 10876968960 306395 33554432000 4194304 4196468 140726805014096 140726804996640 140680316731127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
/proc/9827/statm: 2655510 306395 3161 1 0 2643904 0
[pid=9827/tid=9829] ppid=9824 vsize=10622040 memory=1225580 CPUtime=2501.58 cores=0,2,4,6
/proc/9827/task/9829/stat : 9829 (java) R 9824 9827 4973 0 -1 4202560 36208 0 0 0 250144 14 0 0 20 0 16 0 96384908 10876968960 306395 33554432000 4194304 4196468 140726805014096 140680320970048 140679928995294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9830] ppid=9824 vsize=10622040 memory=1364392 CPUtime=3.29 cores=0,2,4,6
/proc/9827/task/9830/stat : 9830 (java) S 9824 9827 4973 0 -1 1077944384 8531 0 0 0 281 48 0 0 20 0 16 0 96384908 10876968960 306395 33554432000 4194304 4196468 140726805014096 140680253422352 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9831] ppid=9824 vsize=10622040 memory=1364392 CPUtime=3.31 cores=0,2,4,6
/proc/9827/task/9831/stat : 9831 (java) S 9824 9827 4973 0 -1 1077944384 8201 0 0 0 283 48 0 0 20 0 16 0 96384908 10876968960 306395 33554432000 4194304 4196468 140726805014096 140680252369808 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9832] ppid=9824 vsize=10622040 memory=280587529348216 CPUtime=3.3 cores=0,2,4,6
/proc/9827/task/9832/stat : 9832 (java) S 9824 9827 4973 0 -1 1077944384 8062 0 0 0 282 48 0 0 20 0 16 0 96384908 10876968960 306395 33554432000 4194304 4196468 140726805014096 140680251317264 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9833] ppid=9824 vsize=10622040 memory=1364392 CPUtime=3.3 cores=0,2,4,6
/proc/9827/task/9833/stat : 9833 (java) S 9824 9827 4973 0 -1 1077944384 9284 0 0 0 282 48 0 0 20 0 16 0 96384908 10876968960 306395 33554432000 4194304 4196468 140726805014096 140680250264720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9834] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0.24 cores=0,2,4,6
/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 24847 0 0 0 19 5 0 0 20 0 16 0 96384910 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9835] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9835/stat : 9835 (java) S 9824 9827 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96384910 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679806993376 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9836] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9836/stat : 9836 (java) S 9824 9827 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96384910 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679805940736 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9837] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9837/stat : 9837 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96384913 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679804889296 140680316749723 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9838] ppid=9824 vsize=10622040 memory=1364392 CPUtime=1.8 cores=0,2,4,6
/proc/9827/task/9838/stat : 9838 (java) S 9824 9827 4973 0 -1 1077944384 11248 0 0 0 179 1 0 0 20 0 16 0 96384913 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679803836912 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9839] ppid=9824 vsize=10622040 memory=1364392 CPUtime=1.63 cores=0,2,4,6
/proc/9827/task/9839/stat : 9839 (java) S 9824 9827 4973 0 -1 1077944384 8625 0 0 0 162 1 0 0 20 0 16 0 96384913 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679802784368 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9840] ppid=9824 vsize=10622040 memory=1225580 CPUtime=0.32 cores=0,2,4,6
/proc/9827/task/9840/stat : 9840 (java) S 9824 9827 4973 0 -1 1077944384 3118 0 0 0 31 1 0 0 20 0 16 0 96384913 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679801731824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9841] ppid=9824 vsize=10622040 memory=7280 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9841/stat : 9841 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96384913 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679800679520 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9842] ppid=9824 vsize=10622040 memory=4144 CPUtime=1.2 cores=0,2,4,6
/proc/9827/task/9842/stat : 9842 (java) S 9824 9827 4973 0 -1 1077944384 1750 0 0 0 58 62 0 0 20 0 16 0 96384913 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679799626032 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9843] ppid=9824 vsize=10622040 memory=1364392 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9843/stat : 9843 (java) S 9824 9827 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96384979 10876968960 306395 33554432000 4194304 4196468 140726805014096 140679798571824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1225580 KiB

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

[startup+2505.12 s]
# the end of solver process 9827 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.49 s, system=2.62668 s

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

[startup+2505.01 s]*
/proc/loadavg: 2.00 2.03 2.20 4/219 10030
/proc/meminfo: memFree=23053852/32770624 swapFree=67108860/67108860
[pid=9827] ppid=9824 vsize=10821732 memory=1225652 CPUtime=2520.1 cores=0,2,4,6
/proc/9827/stat : 9827 (java) S 9824 9827 4973 0 -1 1077944320 121571 0 0 0 251748 262 0 0 20 0 17 0 96384907 11081453568 306413 33554432000 4194304 4196468 140726805014096 140726804996640 140680316731127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
/proc/9827/statm: 2705433 306413 3164 1 0 2693827 0
[pid=9827/tid=9829] ppid=9824 vsize=10821732 memory=8112282956445269571 CPUtime=2501.62 cores=0,2,4,6
/proc/9827/task/9829/stat : 9829 (java) S 9824 9827 4973 0 -1 1077944384 36215 0 0 0 250148 14 0 0 20 0 17 0 96384908 11081453568 306413 33554432000 4194304 4196468 140726805014096 140680320974000 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9830] ppid=9824 vsize=10821732 memory=0 CPUtime=3.29 cores=0,2,4,6
/proc/9827/task/9830/stat : 9830 (java) S 9824 9827 4973 0 -1 1077944384 8531 0 0 0 281 48 0 0 20 0 17 0 96384908 11081453568 306413 33554432000 4194304 4196468 140726805014096 140680253422352 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9831] ppid=9824 vsize=10821732 memory=0 CPUtime=3.31 cores=0,2,4,6
/proc/9827/task/9831/stat : 9831 (java) S 9824 9827 4973 0 -1 1077944384 8201 0 0 0 283 48 0 0 20 0 17 0 96384908 11081453568 306413 33554432000 4194304 4196468 140726805014096 140680252369808 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9832] ppid=9824 vsize=10821732 memory=0 CPUtime=3.3 cores=0,2,4,6
/proc/9827/task/9832/stat : 9832 (java) S 9824 9827 4973 0 -1 1077944384 8062 0 0 0 282 48 0 0 20 0 17 0 96384908 11081453568 306413 33554432000 4194304 4196468 140726805014096 140680251317264 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9833] ppid=9824 vsize=10821732 memory=0 CPUtime=3.3 cores=0,2,4,6
/proc/9827/task/9833/stat : 9833 (java) S 9824 9827 4973 0 -1 1077944384 9284 0 0 0 282 48 0 0 20 0 17 0 96384908 11081453568 306413 33554432000 4194304 4196468 140726805014096 140680250264720 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9834] ppid=9824 vsize=10821732 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/9827/task/9834/stat : 9834 (java) S 9824 9827 4973 0 -1 1077944384 24847 0 0 0 19 5 0 0 20 0 17 0 96384910 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679808047088 140680316742274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9835] ppid=9824 vsize=10821732 memory=3763099673816014896 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9835/stat : 9835 (java) S 9824 9827 4973 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96384910 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679806993376 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9836] ppid=9824 vsize=10821732 memory=3761971557755271224 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9836/stat : 9836 (java) S 9824 9827 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 96384910 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679805940736 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9837] ppid=9824 vsize=10821732 memory=8026650869813564775 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9837/stat : 9837 (java) S 9824 9827 4973 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 96384913 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679804889296 140680316749723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9838] ppid=9824 vsize=10821732 memory=0 CPUtime=1.8 cores=0,2,4,6
/proc/9827/task/9838/stat : 9838 (java) S 9824 9827 4973 0 -1 1077944384 11286 0 0 0 179 1 0 0 20 0 17 0 96384913 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679803836912 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9839] ppid=9824 vsize=10821732 memory=7451578361684439087 CPUtime=1.63 cores=0,2,4,6
/proc/9827/task/9839/stat : 9839 (java) S 9824 9827 4973 0 -1 1077944384 8636 0 0 0 162 1 0 0 20 0 17 0 96384913 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679802784368 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9840] ppid=9824 vsize=10821732 memory=7008596941070370480 CPUtime=0.32 cores=0,2,4,6
/proc/9827/task/9840/stat : 9840 (java) S 9824 9827 4973 0 -1 1077944384 3192 0 0 0 31 1 0 0 20 0 17 0 96384913 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679801731824 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9841] ppid=9824 vsize=10821732 memory=3472285459099776878 CPUtime=0 cores=0,2,4,6
/proc/9827/task/9841/stat : 9841 (java) S 9824 9827 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96384913 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679800679520 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=9842] ppid=9824 vsize=10821732 memory=2321526240896648885 CPUtime=1.2 cores=0,2,4,6
/proc/9827/task/9842/stat : 9842 (java) S 9824 9827 4973 0 -1 1077944384 1750 0 0 0 58 62 0 0 20 0 17 0 96384913 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679799626032 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=10028] ppid=9824 vsize=10821732 memory=140293764869231 CPUtime=0 cores=0,2,4,6
/proc/9827/task/10028/stat : 10028 (java) S 9824 9827 4973 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 96635398 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679797518576 140680316741333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
[pid=9827/tid=10029] ppid=9824 vsize=10821732 memory=140293868574336 CPUtime=0 cores=0,2,4,6
/proc/9827/task/10029/stat : 10029 (java) S 9824 9827 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96635398 11081453568 306413 33554432000 4194304 4196468 140726805014096 140679796466960 140680316742274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26247168 140726805017734 140726805017887 140726805017887 140726805020623 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 1225652 KiB

Child status: 143
Real time (s): 2505.12
CPU time (s): 2520.12
CPU user time (s): 2517.49
CPU system time (s): 2.62668
CPU usage (%): 100.599
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 1506660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.49
system time used= 2.62669
maximum resident set size= 1506864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121607
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56925
involuntary context switches= 1511


# summary of solver processes directly reported to runsolver:
#   pid: 9827
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.49
#   total CPU system time (s): 2.62668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0588 second user time and 19.0739 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 15:49:42
IDJOB=4263183
IDBENCH=135732
IDSOLVER=2651
FILE ID=node151/4263183-1502633040
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263183-1502633040/watcher-4263183-1502633040 -o /tmp/evaluation-result-4263183-1502633040/solver-4263183-1502633040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263183-1502633040.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=621425688

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20497736 kB
MemAvailable:   23609456 kB
Buffers:          238904 kB
Cached:          3164160 kB
SwapCached:            0 kB
Active:          9214520 kB
Inactive:        2610432 kB
Active(anon):    8424372 kB
Inactive(anon):    25044 kB
Active(file):     790148 kB
Inactive(file):  2585388 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:       8428768 kB
Mapped:            55332 kB
Shmem:             25224 kB
Slab:             130648 kB
SReclaimable:     104040 kB
SUnreclaim:        26608 kB
KernelStack:        3536 kB
PageTables:        21304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8130560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 16:31:27