Trace number 4262871

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-05? (TO) 2520.1201 2512.6699

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262871-1502629999/watcher-4262871-1502629999 -o /tmp/evaluation-result-4262871-1502629999/solver-4262871-1502629999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262871-1502629999.xml 

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

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=4044, runsolver pid=4041

[startup+0.102578 s]*
/proc/loadavg: 5.39 4.46 3.34 6/215 4059
/proc/meminfo: memFree=20953960/32770624 swapFree=67108860/67108860
[pid=4044] ppid=4041 vsize=10555400 memory=31352 CPUtime=0.13 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 31794 0 -1 1077944320 6375 0 0 0 12 1 0 0 20 0 15 0 96087981 10808729600 7838 33554432000 4194304 4196468 140728214691856 140728214674400 139860926402295 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
/proc/4044/statm: 2638850 7838 2828 1 0 2627263 0
[pid=4044/tid=4046] ppid=4041 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 31794 0 -1 4202560 4237 0 0 0 8 1 0 0 20 0 15 0 96087982 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860930623808 139860926424221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4047] ppid=4041 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087982 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860852476560 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4048] ppid=4041 vsize=10555400 memory=140709177304704 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087982 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860851423760 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4049] ppid=4041 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087982 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087983 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10555400 memory=140709177304704 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087984 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4052] ppid=4041 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96087984 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860283156000 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4053] ppid=4041 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96087984 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860282103152 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4054] ppid=4041 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860281051472 139860926420891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4055] ppid=4041 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 31794 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 96087987 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860279998832 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4056] ppid=4041 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860278946032 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4057] ppid=4041 vsize=10555400 memory=140709177304704 CPUtime=0.02 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) R 4041 4044 31794 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 96087987 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860277893360 139860926414230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4058] ppid=4041 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860276840672 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4059] ppid=4041 vsize=10555400 memory=140709177304704 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087987 10808729600 7838 33554432000 4194304 4196468 140728214691856 139860275788976 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31352 KiB

[startup+0.210476 s]*
/proc/loadavg: 5.39 4.46 3.34 6/215 4059
/proc/meminfo: memFree=20945260/32770624 swapFree=67108860/67108860
[pid=4044] ppid=4041 vsize=10555400 memory=40904 CPUtime=0.33 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 31794 0 -1 1077944320 7983 0 0 0 31 2 0 0 20 0 15 0 96087981 10808729600 10226 33554432000 4194304 4196468 140728214691856 140728214674400 139860926402295 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
/proc/4044/statm: 2638850 10226 2963 1 0 2627263 0
[pid=4044/tid=4046] ppid=4041 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 31794 0 -1 4202560 4749 0 0 0 18 2 0 0 20 0 15 0 96087982 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860930623872 139860910482782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4047] ppid=4041 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087982 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860852476560 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4048] ppid=4041 vsize=10555400 memory=3977162447638996640 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087982 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860851423760 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4049] ppid=4041 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087982 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087983 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10555400 memory=140709177304704 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087984 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4052] ppid=4041 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96087984 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860283156000 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4053] ppid=4041 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96087984 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860282103152 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4054] ppid=4041 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860281051472 139860926420891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4055] ppid=4041 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 31794 0 -1 1077944384 851 0 0 0 3 0 0 0 20 0 15 0 96087987 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860279998832 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4056] ppid=4041 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 31794 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 96087987 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860278946032 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4057] ppid=4041 vsize=10555400 memory=140709177304704 CPUtime=0.07 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 31794 0 -1 1077944384 762 0 0 0 7 0 0 0 20 0 15 0 96087987 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860277893232 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4058] ppid=4041 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860276840672 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4059] ppid=4041 vsize=10555400 memory=140709177304704 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087987 10808729600 10226 33554432000 4194304 4196468 140728214691856 139860275788976 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40904 KiB

[startup+0.31744 s]*
/proc/loadavg: 5.39 4.46 3.34 8/215 4059
/proc/meminfo: memFree=20938684/32770624 swapFree=67108860/67108860
[pid=4044] ppid=4041 vsize=10555476 memory=47448 CPUtime=0.54 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 31794 0 -1 1077944320 8591 0 0 0 52 2 0 0 20 0 15 0 96087981 10808807424 11862 33554432000 4194304 4196468 140728214691856 140728214674400 139860926402295 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
/proc/4044/statm: 2638869 11862 3034 1 0 2627263 0
[pid=4044/tid=4046] ppid=4041 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 31794 0 -1 4202560 5183 0 0 0 28 2 0 0 20 0 15 0 96087982 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860930638160 139860910482782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4047] ppid=4041 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087982 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860852476560 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4048] ppid=4041 vsize=10555476 memory=140709177362720 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087982 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860851423760 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4049] ppid=4041 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087982 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087983 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10555476 memory=140709177369632 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96087984 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4052] ppid=4041 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96087984 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860283156000 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4053] ppid=4041 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96087984 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860282103152 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4054] ppid=4041 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860281051472 139860926420891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4055] ppid=4041 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) R 4041 4044 31794 0 -1 4202560 866 0 0 0 4 0 0 0 20 0 15 0 96087987 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860279998832 139860912426065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4056] ppid=4041 vsize=10555476 memory=140709034319823 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) R 4041 4044 31794 0 -1 1077944384 324 0 0 0 5 0 0 0 20 0 15 0 96087987 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860278946032 139860926413442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4057] ppid=4041 vsize=10555476 memory=140709177308686 CPUtime=0.13 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) R 4041 4044 31794 0 -1 4202560 851 0 0 0 13 0 0 0 20 0 15 0 96087987 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860277889600 139860905386968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4058] ppid=4041 vsize=10555476 memory=140709034319823 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860276840672 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4059] ppid=4041 vsize=10555476 memory=281418211641280 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087987 10808807424 11862 33554432000 4194304 4196468 140728214691856 139860275788976 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47448 KiB

[startup+0.701436 s]
/proc/loadavg: 5.39 4.46 3.34 11/215 4059
/proc/meminfo: memFree=20836044/32770624 swapFree=67108860/67108860
[pid=4044] ppid=4041 vsize=10555476 memory=189168 CPUtime=1.81 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 31794 0 -1 1077944320 11491 0 0 0 176 5 0 0 20 0 15 0 96087981 10808807424 47292 33554432000 4194304 4196468 140728214691856 140728214674400 139860926402295 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
/proc/4044/statm: 2638869 47292 3106 1 0 2627263 0
[pid=4044/tid=4046] ppid=4041 vsize=10555476 memory=2372 CPUtime=0.66 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 31794 0 -1 4202560 5515 0 0 0 62 4 0 0 20 0 15 0 96087982 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860930635768 139860904413108 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4047] ppid=4041 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 31794 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96087982 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860852476560 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4048] ppid=4041 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 31794 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96087982 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860851423760 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4049] ppid=4041 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087982 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10555476 memory=18448 CPUtime=0.01 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 96087983 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96087984 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4052] ppid=4041 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96087984 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860283156000 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4053] ppid=4041 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96087984 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860282103152 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4054] ppid=4041 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860281051472 139860926420891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4055] ppid=4041 vsize=10555476 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) R 4041 4044 31794 0 -1 4202560 1842 0 0 0 39 0 0 0 20 0 15 0 96087987 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860279985264 139860911773600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4056] ppid=4041 vsize=10555476 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) R 4041 4044 31794 0 -1 4202560 1164 0 0 0 40 0 0 0 20 0 15 0 96087987 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860278932576 139860907946068 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4057] ppid=4041 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) R 4041 4044 31794 0 -1 4202560 1499 0 0 0 30 0 0 0 20 0 15 0 96087987 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860277893232 139860905029197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4058] ppid=4041 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96087987 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860276840672 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4059] ppid=4041 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96087987 10808807424 47292 33554432000 4194304 4196468 140728214691856 139860275788976 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 189168 KiB

[startup+1.50074 s]
/proc/loadavg: 5.39 4.46 3.34 8/215 4059
/proc/meminfo: memFree=20742536/32770624 swapFree=67108860/67108860
[pid=4044] ppid=4041 vsize=10555476 memory=457260 CPUtime=4.33 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 31794 0 -1 1077944320 19713 0 0 0 415 18 0 0 20 0 15 0 96087981 10808807424 114315 33554432000 4194304 4196468 140728214691856 140728214674400 139860926402295 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
/proc/4044/statm: 2638869 114315 3128 1 0 2627263 0
[pid=4044/tid=4046] ppid=4041 vsize=10555476 memory=3467828029646518592 CPUtime=1.31 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 31794 0 -1 4202560 5576 0 0 0 125 6 0 0 20 0 15 0 96087982 10808807424 114315 33554432000 4194304 4196468 140728214691856 139860930636432 139860530330531 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4047] ppid=4041 vsize=10555476 memory=237844 CPUtime=0.1 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 31794 0 -1 1077944384 135 0 0 0 8 2 0 0 20 0 15 0 96087982 10808807424 114315 33554432000 4194304 4196468 140728214691856 139860852476560 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4048] ppid=4041 vsize=10555476 memory=2241 CPUtime=0.12 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 31794 0 -1 1077944384 140 0 0 0 10 2 0 0 20 0 15 0 96087982 10808807424 114315 33554432000 4194304 4196468 140728214691856 139860851423760 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4049] ppid=4041 vsize=10555476 memory=4612 CPUtime=0.12 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 120 0 0 0 10 2 0 0 20 0 15 0 96087982 10808807424 114315 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10555476 memory=15872 CPUtime=0.1 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 140 0 0 0 8 2 0 0 20 0 15 0 96087983 10808807424 114315 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 96087984 10808807424 114315 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0

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

/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 1273 0 0 0 55 13 0 0 20 0 16 0 96087982 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10622040 memory=1134112 CPUtime=0.66 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 1324 0 0 0 53 13 0 0 20 0 16 0 96087983 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10622040 memory=1134112 CPUtime=0.17 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 3643 0 0 0 14 3 0 0 20 0 16 0 96087984 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4052] ppid=4041 vsize=10622040 memory=1142304 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 31794 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 96087984 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860283156064 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4053] ppid=4041 vsize=10622040 memory=1142304 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 31794 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96087984 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860282103168 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4054] ppid=4041 vsize=10622040 memory=1142304 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96087987 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860281051472 139860926420891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4055] ppid=4041 vsize=10622040 memory=1125920 CPUtime=1.83 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 31794 0 -1 1077944384 7354 0 0 0 182 1 0 0 20 0 16 0 96087987 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860279998832 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4056] ppid=4041 vsize=10622040 memory=4140 CPUtime=1.81 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 31794 0 -1 1077944384 5981 0 0 0 180 1 0 0 20 0 16 0 96087987 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860278946032 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4057] ppid=4041 vsize=10622040 memory=27568 CPUtime=0.44 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 31794 0 -1 1077944384 3644 0 0 0 43 1 0 0 20 0 16 0 96087987 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860277893232 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4058] ppid=4041 vsize=10622040 memory=1140256 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96087987 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860276840672 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4059] ppid=4041 vsize=10622040 memory=1004 CPUtime=1.45 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 31794 0 -1 1077944384 2684 0 0 0 68 77 0 0 20 0 16 0 96087987 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860275788976 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4060] ppid=4041 vsize=10622040 memory=1084960 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96088152 10876968960 285576 33554432000 4194304 4196468 140728214691856 139860274734512 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
Current children cumulated CPU time: 2449.85 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1142304 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.47 3/218 4315
/proc/meminfo: memFree=20771464/32770624 swapFree=67108860/67108860
[pid=4044] ppid=4041 vsize=10622040 memory=1185312 CPUtime=2509.89 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 31794 0 -1 1077944320 66051 0 0 0 250849 140 0 0 20 0 16 0 96087981 10876968960 296328 33554432000 4194304 4196468 140728214691856 140728214674400 139860926402295 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
/proc/4044/statm: 2655510 296328 3169 1 0 2643904 0
[pid=4044/tid=4046] ppid=4041 vsize=10622040 memory=1183264 CPUtime=2501.35 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 31794 0 -1 4202560 35658 0 0 0 250120 15 0 0 20 0 16 0 96087982 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860930638352 139860531589413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4047] ppid=4041 vsize=10622040 memory=1183264 CPUtime=0.67 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 31794 0 -1 1077944384 708 0 0 0 54 13 0 0 20 0 16 0 96087982 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860852476560 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4048] ppid=4041 vsize=10622040 memory=1185312 CPUtime=0.7 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 31794 0 -1 1077944384 2324 0 0 0 56 14 0 0 20 0 16 0 96087982 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860851423760 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4049] ppid=4041 vsize=10622040 memory=1179168 CPUtime=0.68 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 1273 0 0 0 55 13 0 0 20 0 16 0 96087982 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10622040 memory=1170976 CPUtime=0.66 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 1324 0 0 0 53 13 0 0 20 0 16 0 96087983 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10622040 memory=1170976 CPUtime=0.17 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 3649 0 0 0 14 3 0 0 20 0 16 0 96087984 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4052] ppid=4041 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 31794 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 96087984 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860283156064 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4053] ppid=4041 vsize=10622040 memory=1177120 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 31794 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96087984 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860282103168 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4054] ppid=4041 vsize=10622040 memory=1177120 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96087987 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860281051472 139860926420891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4055] ppid=4041 vsize=10622040 memory=1183264 CPUtime=1.83 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 31794 0 -1 1077944384 7360 0 0 0 182 1 0 0 20 0 16 0 96087987 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860279998832 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4056] ppid=4041 vsize=10622040 memory=956 CPUtime=1.81 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 31794 0 -1 1077944384 5983 0 0 0 180 1 0 0 20 0 16 0 96087987 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860278946032 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4057] ppid=4041 vsize=10622040 memory=2428 CPUtime=0.44 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 31794 0 -1 1077944384 3648 0 0 0 43 1 0 0 20 0 16 0 96087987 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860277893232 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4058] ppid=4041 vsize=10622040 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96087987 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860276840672 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4059] ppid=4041 vsize=10622040 memory=1420 CPUtime=1.48 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 31794 0 -1 1077944384 2716 0 0 0 68 80 0 0 20 0 16 0 96087987 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860275788976 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4060] ppid=4041 vsize=10622040 memory=1179168 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96088152 10876968960 296328 33554432000 4194304 4196468 140728214691856 139860274734512 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
Current children cumulated CPU time: 2509.89 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1185312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.4 s]
/proc/loadavg: 2.00 2.02 2.46 3/218 4315
/proc/meminfo: memFree=20763544/32770624 swapFree=67108860/67108860
[pid=4044] ppid=4041 vsize=10622040 memory=1191456 CPUtime=2520 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 31794 0 -1 1077944320 66158 0 0 0 251859 141 0 0 20 0 16 0 96087981 10876968960 297864 33554432000 4194304 4196468 140728214691856 140728214674400 139860926402295 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
/proc/4044/statm: 2655510 297864 3169 1 0 2643904 0
[pid=4044/tid=4046] ppid=4041 vsize=10622040 memory=792 CPUtime=2511.45 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 31794 0 -1 4202560 35763 0 0 0 251130 15 0 0 20 0 16 0 96087982 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860930638352 139860531506929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4047] ppid=4041 vsize=10622040 memory=1004 CPUtime=0.67 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 31794 0 -1 1077944384 708 0 0 0 54 13 0 0 20 0 16 0 96087982 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860852476560 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4048] ppid=4041 vsize=10622040 memory=5296 CPUtime=0.7 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 31794 0 -1 1077944384 2324 0 0 0 56 14 0 0 20 0 16 0 96087982 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860851423760 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4049] ppid=4041 vsize=10622040 memory=1196 CPUtime=0.68 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 1273 0 0 0 55 13 0 0 20 0 16 0 96087982 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10622040 memory=8112282956445269571 CPUtime=0.66 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 1324 0 0 0 53 13 0 0 20 0 16 0 96087983 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10622040 memory=4612 CPUtime=0.17 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 3649 0 0 0 14 3 0 0 20 0 16 0 96087984 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4052] ppid=4041 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 31794 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 96087984 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860283156064 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4053] ppid=4041 vsize=10622040 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 31794 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96087984 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860282103168 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4054] ppid=4041 vsize=10622040 memory=15660 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96087987 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860281051472 139860926420891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4055] ppid=4041 vsize=10622040 memory=4044 CPUtime=1.83 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 31794 0 -1 1077944384 7360 0 0 0 182 1 0 0 20 0 16 0 96087987 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860279998832 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4056] ppid=4041 vsize=10622040 memory=1792 CPUtime=1.81 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 31794 0 -1 1077944384 5983 0 0 0 180 1 0 0 20 0 16 0 96087987 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860278946032 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4057] ppid=4041 vsize=10622040 memory=636 CPUtime=0.44 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 31794 0 -1 1077944384 3648 0 0 0 43 1 0 0 20 0 16 0 96087987 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860277893232 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4058] ppid=4041 vsize=10622040 memory=956 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96087987 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860276840672 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4059] ppid=4041 vsize=10622040 memory=2340 CPUtime=1.5 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 31794 0 -1 1077944384 2718 0 0 0 69 81 0 0 20 0 16 0 96087987 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860275788976 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4060] ppid=4041 vsize=10622040 memory=1191456 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96088152 10876968960 297864 33554432000 4194304 4196468 140728214691856 139860274734512 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 1191456 KiB

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

[startup+2512.67 s]
# the end of solver process 4044 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.7 s, system=1.41818 s

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

[startup+2512.6 s]
/proc/loadavg: 2.00 2.02 2.46 3/218 4315
/proc/meminfo: memFree=20763544/32770624 swapFree=67108860/67108860
[pid=4044] ppid=4041 vsize=10821732 memory=1199864 CPUtime=2520.02 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 31794 0 -1 1077944320 66675 0 0 0 251861 141 0 0 20 0 17 0 96087981 11081453568 299966 33554432000 4194304 4196468 140728214691856 140728214674400 139860926402295 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
/proc/4044/statm: 2705433 299966 3172 1 0 2693827 0
[pid=4044/tid=4046] ppid=4041 vsize=10821732 memory=1185312 CPUtime=2511.47 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) S 4041 4044 31794 0 -1 1077944384 35801 0 0 0 251132 15 0 0 20 0 17 0 96087982 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860930645168 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4047] ppid=4041 vsize=10821732 memory=792 CPUtime=0.67 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 31794 0 -1 1077944384 708 0 0 0 54 13 0 0 20 0 17 0 96087982 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860852476560 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4048] ppid=4041 vsize=10821732 memory=1004 CPUtime=0.7 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 31794 0 -1 1077944384 2324 0 0 0 56 14 0 0 20 0 17 0 96087982 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860851423760 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4049] ppid=4041 vsize=10821732 memory=5296 CPUtime=0.68 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 31794 0 -1 1077944384 1273 0 0 0 55 13 0 0 20 0 17 0 96087982 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860850370960 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4050] ppid=4041 vsize=10821732 memory=1236 CPUtime=0.66 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 31794 0 -1 1077944384 1324 0 0 0 53 13 0 0 20 0 17 0 96087983 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860849318160 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4051] ppid=4041 vsize=10821732 memory=2240 CPUtime=0.17 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 31794 0 -1 1077944384 3649 0 0 0 14 3 0 0 20 0 17 0 96087984 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860284210032 139860926413442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4052] ppid=4041 vsize=10821732 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 31794 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 96087984 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860283156064 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4053] ppid=4041 vsize=10821732 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 31794 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96087984 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860282103168 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4054] ppid=4041 vsize=10821732 memory=932 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 31794 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 96087987 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860281051472 139860926420891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4055] ppid=4041 vsize=10821732 memory=15872 CPUtime=1.83 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 31794 0 -1 1077944384 7360 0 0 0 182 1 0 0 20 0 17 0 96087987 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860279998832 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4056] ppid=4041 vsize=10821732 memory=18448 CPUtime=1.81 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 31794 0 -1 1077944384 5983 0 0 0 180 1 0 0 20 0 17 0 96087987 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860278946032 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4057] ppid=4041 vsize=10821732 memory=15660 CPUtime=0.44 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 31794 0 -1 1077944384 3861 0 0 0 43 1 0 0 20 0 17 0 96087987 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860277893232 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4058] ppid=4041 vsize=10821732 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96087987 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860276840672 139860926412501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
[pid=4044/tid=4059] ppid=4041 vsize=10821732 memory=1792 CPUtime=1.5 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 31794 0 -1 1077944384 2718 0 0 0 69 81 0 0 20 0 17 0 96087987 11081453568 299966 33554432000 4194304 4196468 140728214691856 139860275788976 139860926413442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39235584 140728214697094 140728214697247 140728214697247 140728214699983 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 1199864 KiB

Child status: 143
Real time (s): 2512.67
CPU time (s): 2520.12
CPU user time (s): 2518.7
CPU system time (s): 1.41818
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 1199864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.7
system time used= 1.41819
maximum resident set size= 1202248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56856
involuntary context switches= 1053


# summary of solver processes directly reported to runsolver:
#   pid: 4044
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.7
#   total CPU system time (s): 1.41818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4062 second user time and 25.0374 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 14:59:01
IDJOB=4262871
IDBENCH=133712
IDSOLVER=2651
FILE ID=node107/4262871-1502629999
RUNJOBID= node107-1502619133-1624
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262871-1502629999/watcher-4262871-1502629999 -o /tmp/evaluation-result-4262871-1502629999/solver-4262871-1502629999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262871-1502629999.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=1966876638

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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:        20974888 kB
MemAvailable:   23708256 kB
Buffers:          153580 kB
Cached:          2870808 kB
SwapCached:            0 kB
Active:          8731712 kB
Inactive:        2618980 kB
Active(anon):    8329240 kB
Inactive(anon):    24972 kB
Active(file):     402472 kB
Inactive(file):  2594008 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       8326220 kB
Mapped:            55020 kB
Shmem:             25228 kB
Slab:             130716 kB
SReclaimable:     105448 kB
SUnreclaim:        25268 kB
KernelStack:        3488 kB
PageTables:        21372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8185856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 15:40:53