Trace number 4263165

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.1101 2496.6699

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-08.xml
MD5SUM7fa074241beecf824461849015848bff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.51636
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints152
Number of domains4
Minimum domain size2
Maximum domain size201
Distribution of domain sizes[{"size":2,"count":100},{"size":3,"count":100},{"size":65,"count":1},{"size":201,"count":10}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":97},{"degree":3,"count":13},{"degree":4,"count":32},{"degree":8,"count":28},{"degree":9,"count":36},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":32},{"arity":10,"count":68},{"arity":11,"count":1},{"arity":12,"count":9}]
Number of extensional constraints96
Number of intensional constraints41
Distribution of constraint types[{"type":"extension","count":96},{"type":"intension","count":41},{"type":"sum","count":11},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263165-1502602936/watcher-4263165-1502602936 -o /tmp/evaluation-result-4263165-1502602936/solver-4263165-1502602936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263165-1502602936.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=18580, runsolver pid=18577
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 2.05 2.04 2.06 2/194 18596
/proc/meminfo: memFree=31775616/32770624 swapFree=67108776/67108860
[pid=18580] ppid=18577 vsize=10417928 memory=23520 CPUtime=0.05 cores=1,3,5,7
/proc/18580/stat : 18580 (java) S 18577 18580 7084 0 -1 1077944320 4794 0 0 0 4 1 0 0 20 0 13 0 159946398 10667958272 5880 18446744073709551615 4194304 4196468 140736314374432 140736314356976 139623578439415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
/proc/18580/statm: 2604482 5880 2401 1 0 2593979 0
[pid=18580/tid=18588] ppid=18577 vsize=10484492 memory=8042472842692829087 CPUtime=0.04 cores=1,3,5,7
/proc/18580/task/18588/stat : 18588 (java) R 18577 18580 7084 0 -1 4202560 3135 0 0 0 3 1 0 0 20 0 14 0 159946404 10736119808 6010 18446744073709551615 4194304 4196468 140736314374432 139623582681064 139623578461341 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18589] ppid=18577 vsize=10484492 memory=732370384618781669 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18589/stat : 18589 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 159946404 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623550282384 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18590] ppid=18577 vsize=10484492 memory=140246281328256 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18590/stat : 18590 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 159946404 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623188126224 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18591] ppid=18577 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 159946404 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 159946404 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 159946406 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 159946406 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623074342432 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18595] ppid=18577 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18595/stat : 18595 (java) S 18577 18580 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 159946406 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623073289584 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18601] ppid=18577 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18601/stat : 18601 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623072237904 139623578458011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18602] ppid=18577 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18602/stat : 18602 (java) R 18577 18580 7084 0 -1 4202560 289 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623071171784 139623571545077 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18603] ppid=18577 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18603/stat : 18603 (java) S 18577 18580 7084 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623070132160 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18604] ppid=18577 vsize=10484492 memory=140246281328256 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18604/stat : 18604 (java) R 18577 18580 7084 0 -1 4202560 180 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623069077256 139623556936672 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18605] ppid=18577 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18605/stat : 18605 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 159946409 10736119808 6011 18446744073709551615 4194304 4196468 140736314374432 139623068027104 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 23520 KiB

[startup+0.21042 s]*
/proc/loadavg: 2.05 2.04 2.06 2/212 18614
/proc/meminfo: memFree=31758420/32770624 swapFree=67108776/67108860
[pid=18580] ppid=18577 vsize=10551156 memory=27996 CPUtime=0.1 cores=1,3,5,7
/proc/18580/stat : 18580 (java) S 18577 18580 7084 0 -1 1077944320 5461 0 0 0 9 1 0 0 20 0 15 0 159946398 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 140736314356976 139623578439415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
/proc/18580/statm: 2637789 6999 2792 1 0 2627261 0
[pid=18580/tid=18588] ppid=18577 vsize=10551156 memory=8042472842692829087 CPUtime=0.08 cores=1,3,5,7
/proc/18580/task/18588/stat : 18588 (java) D 18577 18580 7084 0 -1 4202560 3379 0 0 0 7 1 0 0 20 0 15 0 159946404 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623582665296 139623578461341 0 4 1 16800974 18446744071580419588 0 0 -1 1 0 0 7 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18589] ppid=18577 vsize=10551156 memory=732370384618781669 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18589/stat : 18589 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623550282384 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18590] ppid=18577 vsize=10551156 memory=140246281328256 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18590/stat : 18590 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623188126224 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18591] ppid=18577 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946404 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10551156 memory=140246281328256 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946406 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 159946406 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623074342432 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18595] ppid=18577 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18595/stat : 18595 (java) S 18577 18580 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 159946406 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623073289584 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18601] ppid=18577 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18601/stat : 18601 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623072237904 139623578458011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18602] ppid=18577 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18602/stat : 18602 (java) S 18577 18580 7084 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623071185264 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18603] ppid=18577 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18603/stat : 18603 (java) S 18577 18580 7084 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623070132464 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18604] ppid=18577 vsize=10551156 memory=140246281328256 CPUtime=0.01 cores=1,3,5,7
/proc/18580/task/18604/stat : 18604 (java) S 18577 18580 7084 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 159946409 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623069079664 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18605] ppid=18577 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18605/stat : 18605 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623068027104 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18614] ppid=18577 vsize=10551156 memory=140246281328256 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18614/stat : 18614 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946416 10804383744 6999 18446744073709551615 4194304 4196468 140736314374432 139623066975408 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27996 KiB

[startup+0.310628 s]*
/proc/loadavg: 2.05 2.04 2.06 3/213 18615
/proc/meminfo: memFree=31739776/32770624 swapFree=67108776/67108860
[pid=18580] ppid=18577 vsize=10551156 memory=36692 CPUtime=0.22 cores=1,3,5,7
/proc/18580/stat : 18580 (java) S 18577 18580 7084 0 -1 1077944320 8408 0 0 0 19 3 0 0 20 0 15 0 159946398 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 140736314356976 139623578439415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
/proc/18580/statm: 2637789 9173 2873 1 0 2627261 0
[pid=18580/tid=18588] ppid=18577 vsize=10551156 memory=7810487918915055718 CPUtime=0.15 cores=1,3,5,7
/proc/18580/task/18588/stat : 18588 (java) D 18577 18580 7084 0 -1 4202560 6065 0 0 0 13 2 0 0 20 0 15 0 159946404 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623582664848 139623578461341 0 4 1 16800974 18446744071580419588 0 0 -1 1 0 0 9 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18589] ppid=18577 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18589/stat : 18589 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623550282384 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18590] ppid=18577 vsize=10551156 memory=140246281328256 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18590/stat : 18590 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623188126224 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18591] ppid=18577 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10551156 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946404 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10551156 memory=140246281328256 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946406 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10551156 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 159946406 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623074342432 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18595] ppid=18577 vsize=10551156 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18595/stat : 18595 (java) S 18577 18580 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 159946406 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623073289584 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18601] ppid=18577 vsize=10551156 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18601/stat : 18601 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623072237904 139623578458011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18602] ppid=18577 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18580/task/18602/stat : 18602 (java) S 18577 18580 7084 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 159946409 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623071185264 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18603] ppid=18577 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18603/stat : 18603 (java) S 18577 18580 7084 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623070132464 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18604] ppid=18577 vsize=10551156 memory=140246441274654 CPUtime=0.04 cores=1,3,5,7
/proc/18580/task/18604/stat : 18604 (java) S 18577 18580 7084 0 -1 1077944384 402 0 0 0 4 0 0 0 20 0 15 0 159946409 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623069079664 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18605] ppid=18577 vsize=10551156 memory=10667958271 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18605/stat : 18605 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946409 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623068027104 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18614] ppid=18577 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18614/stat : 18614 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946416 10804383744 9173 18446744073709551615 4194304 4196468 140736314374432 139623066975408 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36692 KiB

[startup+0.708551 s]
/proc/loadavg: 2.05 2.04 2.06 6/213 18615
/proc/meminfo: memFree=31704440/32770624 swapFree=67108776/67108860
[pid=18580] ppid=18577 vsize=10551232 memory=92232 CPUtime=1.27 cores=1,3,5,7
/proc/18580/stat : 18580 (java) S 18577 18580 7084 0 -1 1077944320 13992 0 0 0 121 6 0 0 20 0 15 0 159946398 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 140736314356976 139623578439415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
/proc/18580/statm: 2637808 23058 3058 1 0 2627261 0
[pid=18580/tid=18588] ppid=18577 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/18580/task/18588/stat : 18588 (java) R 18577 18580 7084 0 -1 4202560 7328 0 0 0 50 3 0 0 20 0 15 0 159946404 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623582660512 139623220560725 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18589] ppid=18577 vsize=10551232 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18589/stat : 18589 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623550282384 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18590] ppid=18577 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18590/stat : 18590 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623188126224 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18591] ppid=18577 vsize=10551232 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946404 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10551232 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 159946404 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10551232 memory=11364 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 159946406 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10551232 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 159946406 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623074342432 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18595] ppid=18577 vsize=10551232 memory=4600 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18595/stat : 18595 (java) S 18577 18580 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 159946406 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623073289584 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18601] ppid=18577 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18601/stat : 18601 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946409 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623072237904 139623578458011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18602] ppid=18577 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/18580/task/18602/stat : 18602 (java) R 18577 18580 7084 0 -1 4202560 2204 0 0 0 21 0 0 0 20 0 15 0 159946409 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623071166280 139623559140018 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18603] ppid=18577 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/18580/task/18603/stat : 18603 (java) R 18577 18580 7084 0 -1 4202560 1379 0 0 0 22 0 0 0 20 0 15 0 159946409 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623070132592 139623559983591 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18604] ppid=18577 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/18580/task/18604/stat : 18604 (java) S 18577 18580 7084 0 -1 1077944384 1710 0 0 0 26 0 0 0 20 0 15 0 159946409 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623069079664 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18605] ppid=18577 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18605/stat : 18605 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 159946409 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623068027104 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18614] ppid=18577 vsize=10551232 memory=40 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18614/stat : 18614 (java) S 18577 18580 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 159946416 10804461568 23058 18446744073709551615 4194304 4196468 140736314374432 139623066975408 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92232 KiB

[startup+1.50159 s]
/proc/loadavg: 2.20 2.07 2.07 7/213 18615
/proc/meminfo: memFree=31374564/32770624 swapFree=67108776/67108860
[pid=18580] ppid=18577 vsize=10551232 memory=264876 CPUtime=3.76 cores=1,3,5,7
/proc/18580/stat : 18580 (java) S 18577 18580 7084 0 -1 1077944320 21218 0 0 0 363 13 0 0 20 0 15 0 159946398 10804461568 66219 18446744073709551615 4194304 4196468 140736314374432 140736314356976 139623578439415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
/proc/18580/statm: 2637808 66219 3098 1 0 2627261 0
[pid=18580/tid=18588] ppid=18577 vsize=10551232 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/18580/task/18588/stat : 18588 (java) R 18577 18580 7084 0 -1 4202560 7376 0 0 0 119 5 0 0 20 0 15 0 159946404 10804461568 66219 18446744073709551615 4194304 4196468 140736314374432 139623582667080 139623222444792 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18589] ppid=18577 vsize=10551232 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/18580/task/18589/stat : 18589 (java) S 18577 18580 7084 0 -1 1077944384 124 0 0 0 6 1 0 0 20 0 15 0 159946404 10804461568 66219 18446744073709551615 4194304 4196468 140736314374432 139623550282384 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18590] ppid=18577 vsize=10551232 memory=4 CPUtime=0.04 cores=1,3,5,7
/proc/18580/task/18590/stat : 18590 (java) S 18577 18580 7084 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 15 0 159946404 10804461568 66219 18446744073709551615 4194304 4196468 140736314374432 139623188126224 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18591] ppid=18577 vsize=10551232 memory=6 CPUtime=0.06 cores=1,3,5,7
/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 15 0 159946404 10804461568 66219 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10551232 memory=6 CPUtime=0.06 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 122 0 0 0 5 1 0 0 20 0 15 0 159946404 10804461568 66219 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 159946406 10804461568 66219 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 159946406 10804461568 66219 18446744073709551615 4194304 4196468 140736314374432 139623074342432 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0

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

/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 34812 0 0 0 522 65 0 0 20 0 16 0 159946404 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10617796 memory=4099712 CPUtime=5.92 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 38243 0 0 0 526 66 0 0 20 0 16 0 159946404 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10617796 memory=4099712 CPUtime=2.08 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 7842 0 0 0 204 4 0 0 20 0 16 0 159946406 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10617796 memory=3319560 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 159946406 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623074342496 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18595] ppid=18577 vsize=10617796 memory=4099712 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18595/stat : 18595 (java) S 18577 18580 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 159946406 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623073289600 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18601] ppid=18577 vsize=10617796 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18601/stat : 18601 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623072237904 139623578458011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18602] ppid=18577 vsize=10617796 memory=932 CPUtime=2.15 cores=1,3,5,7
/proc/18580/task/18602/stat : 18602 (java) S 18577 18580 7084 0 -1 1077944384 14919 0 0 0 213 2 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623071185264 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18603] ppid=18577 vsize=10617796 memory=1608 CPUtime=1.97 cores=1,3,5,7
/proc/18580/task/18603/stat : 18603 (java) S 18577 18580 7084 0 -1 1077944384 13196 0 0 0 195 2 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623070132464 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18604] ppid=18577 vsize=10617796 memory=4099712 CPUtime=0.46 cores=1,3,5,7
/proc/18580/task/18604/stat : 18604 (java) S 18577 18580 7084 0 -1 1077944384 6814 0 0 0 45 1 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623069079664 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18605] ppid=18577 vsize=10617796 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18605/stat : 18605 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623068027104 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18614] ppid=18577 vsize=10617796 memory=4288 CPUtime=1.42 cores=1,3,5,7
/proc/18580/task/18614/stat : 18614 (java) S 18577 18580 7084 0 -1 1077944384 2124 0 0 0 65 77 0 0 20 0 16 0 159946416 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623066975408 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18616] ppid=18577 vsize=10617796 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18616/stat : 18616 (java) S 18577 18580 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 159947341 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623065920944 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
Current children cumulated CPU time: 2405.85 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4099712 KiB

[startup+2442.3 s]
/proc/loadavg: 4.79 4.43 4.26 6/213 19014
/proc/meminfo: memFree=19457816/32770624 swapFree=67108776/67108860
[pid=18580] ppid=18577 vsize=10617796 memory=4099712 CPUtime=2465.89 cores=1,3,5,7
/proc/18580/stat : 18580 (java) S 18577 18580 7084 0 -1 1077944320 736929 0 0 0 246184 405 0 0 20 0 16 0 159946398 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 140736314356976 139623578439415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
/proc/18580/statm: 2654449 1024928 3144 1 0 2643902 0
[pid=18580/tid=18588] ppid=18577 vsize=10617796 memory=4099712 CPUtime=2434.04 cores=1,3,5,7
/proc/18580/task/18588/stat : 18588 (java) R 18577 18580 7084 0 -1 4202560 555539 0 0 0 243338 66 0 0 20 0 16 0 159946404 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623582678464 139623223641581 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18589] ppid=18577 vsize=10617796 memory=4099712 CPUtime=5.94 cores=1,3,5,7
/proc/18580/task/18589/stat : 18589 (java) S 18577 18580 7084 0 -1 1077944384 28541 0 0 0 528 66 0 0 20 0 16 0 159946404 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623550282384 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18590] ppid=18577 vsize=10617796 memory=4099712 CPUtime=5.9 cores=1,3,5,7
/proc/18580/task/18590/stat : 18590 (java) S 18577 18580 7084 0 -1 1077944384 33385 0 0 0 524 66 0 0 20 0 16 0 159946404 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623188126224 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18591] ppid=18577 vsize=10617796 memory=4099712 CPUtime=5.87 cores=1,3,5,7
/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 34812 0 0 0 522 65 0 0 20 0 16 0 159946404 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10617796 memory=4099712 CPUtime=5.92 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 38243 0 0 0 526 66 0 0 20 0 16 0 159946404 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10617796 memory=4099712 CPUtime=2.08 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 7854 0 0 0 204 4 0 0 20 0 16 0 159946406 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10617796 memory=4099712 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 159946406 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623074342496 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18595] ppid=18577 vsize=10617796 memory=4099712 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18595/stat : 18595 (java) S 18577 18580 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 159946406 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623073289600 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18601] ppid=18577 vsize=10617796 memory=4099712 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18601/stat : 18601 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623072237904 139623578458011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18602] ppid=18577 vsize=10617796 memory=56 CPUtime=2.15 cores=1,3,5,7
/proc/18580/task/18602/stat : 18602 (java) S 18577 18580 7084 0 -1 1077944384 14923 0 0 0 213 2 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623071185264 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18603] ppid=18577 vsize=10617796 memory=4099712 CPUtime=1.97 cores=1,3,5,7
/proc/18580/task/18603/stat : 18603 (java) S 18577 18580 7084 0 -1 1077944384 13200 0 0 0 195 2 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623070132464 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18604] ppid=18577 vsize=10617796 memory=4099712 CPUtime=0.46 cores=1,3,5,7
/proc/18580/task/18604/stat : 18604 (java) S 18577 18580 7084 0 -1 1077944384 6830 0 0 0 45 1 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623069079664 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18605] ppid=18577 vsize=10617796 memory=4099712 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18605/stat : 18605 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 159946409 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623068027104 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18614] ppid=18577 vsize=10617796 memory=4099712 CPUtime=1.46 cores=1,3,5,7
/proc/18580/task/18614/stat : 18614 (java) S 18577 18580 7084 0 -1 1077944384 2185 0 0 0 67 79 0 0 20 0 16 0 159946416 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623066975408 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18616] ppid=18577 vsize=10617796 memory=4099712 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18616/stat : 18616 (java) S 18577 18580 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 159947341 10872623104 1024928 18446744073709551615 4194304 4196468 140736314374432 139623065920944 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
Current children cumulated CPU time: 2465.89 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4099712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496.4 s]
/proc/loadavg: 4.74 4.47 4.28 6/213 19015
/proc/meminfo: memFree=19457272/32770624 swapFree=67108776/67108860
[pid=18580] ppid=18577 vsize=10617796 memory=4099888 CPUtime=2520.02 cores=1,3,5,7
/proc/18580/stat : 18580 (java) S 18577 18580 7084 0 -1 1077944320 752025 0 0 0 251593 409 0 0 20 0 16 0 159946398 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 140736314356976 139623578439415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
/proc/18580/statm: 2654449 1024972 3144 1 0 2643902 0
[pid=18580/tid=18588] ppid=18577 vsize=10617796 memory=-8774313645642428999 CPUtime=2488.14 cores=1,3,5,7
/proc/18580/task/18588/stat : 18588 (java) R 18577 18580 7084 0 -1 4202560 570549 0 0 0 248747 67 0 0 20 0 16 0 159946404 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623582678464 139623223641984 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18589] ppid=18577 vsize=10617796 memory=16444 CPUtime=5.94 cores=1,3,5,7
/proc/18580/task/18589/stat : 18589 (java) S 18577 18580 7084 0 -1 1077944384 28541 0 0 0 528 66 0 0 20 0 16 0 159946404 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623550282384 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18590] ppid=18577 vsize=10617796 memory=2756 CPUtime=5.9 cores=1,3,5,7
/proc/18580/task/18590/stat : 18590 (java) S 18577 18580 7084 0 -1 1077944384 33385 0 0 0 524 66 0 0 20 0 16 0 159946404 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623188126224 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18591] ppid=18577 vsize=10617796 memory=2428 CPUtime=5.87 cores=1,3,5,7
/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 34812 0 0 0 522 65 0 0 20 0 16 0 159946404 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10617796 memory=1152 CPUtime=5.92 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 38243 0 0 0 526 66 0 0 20 0 16 0 159946404 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10617796 memory=3268 CPUtime=2.08 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 7866 0 0 0 204 4 0 0 20 0 16 0 159946406 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10617796 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 159946406 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623074342496 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18595] ppid=18577 vsize=10617796 memory=38860 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18595/stat : 18595 (java) S 18577 18580 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 159946406 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623073289600 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18601] ppid=18577 vsize=10617796 memory=636 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18601/stat : 18601 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 159946409 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623072237904 139623578458011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18602] ppid=18577 vsize=10617796 memory=1796 CPUtime=2.15 cores=1,3,5,7
/proc/18580/task/18602/stat : 18602 (java) S 18577 18580 7084 0 -1 1077944384 14927 0 0 0 213 2 0 0 20 0 16 0 159946409 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623071185264 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18603] ppid=18577 vsize=10617796 memory=960 CPUtime=1.98 cores=1,3,5,7
/proc/18580/task/18603/stat : 18603 (java) S 18577 18580 7084 0 -1 1077944384 13204 0 0 0 196 2 0 0 20 0 16 0 159946409 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623070132464 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18604] ppid=18577 vsize=10617796 memory=1236 CPUtime=0.46 cores=1,3,5,7
/proc/18580/task/18604/stat : 18604 (java) S 18577 18580 7084 0 -1 1077944384 6836 0 0 0 45 1 0 0 20 0 16 0 159946409 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623069079664 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18605] ppid=18577 vsize=10617796 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18605/stat : 18605 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 159946409 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623068027104 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18614] ppid=18577 vsize=10617796 memory=4288 CPUtime=1.48 cores=1,3,5,7
/proc/18580/task/18614/stat : 18614 (java) S 18577 18580 7084 0 -1 1077944384 2245 0 0 0 67 81 0 0 20 0 16 0 159946416 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623066975408 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18616] ppid=18577 vsize=10617796 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18616/stat : 18616 (java) S 18577 18580 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 159947341 10872623104 1024972 18446744073709551615 4194304 4196468 140736314374432 139623065920944 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4099888 KiB

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

[startup+2496.67 s]
# the end of solver process 18580 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.98 s, system=4.13554 s

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

[startup+2496.6 s]
/proc/loadavg: 4.74 4.47 4.28 6/213 19015
/proc/meminfo: memFree=19457272/32770624 swapFree=67108776/67108860
[pid=18580] ppid=18577 vsize=10817488 memory=4100100 CPUtime=2520.05 cores=1,3,5,7
/proc/18580/stat : 18580 (java) S 18577 18580 7084 0 -1 1077944320 752546 0 0 0 251595 410 0 0 20 0 17 0 159946398 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 140736314356976 139623578439415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
/proc/18580/statm: 2704372 1025025 3146 1 0 2693825 0
[pid=18580/tid=18588] ppid=18577 vsize=10817488 memory=4099888 CPUtime=2488.15 cores=1,3,5,7
/proc/18580/task/18588/stat : 18588 (java) S 18577 18580 7084 0 -1 1077944384 570600 0 0 0 248748 67 0 0 20 0 17 0 159946404 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623582682288 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18589] ppid=18577 vsize=10817488 memory=1152 CPUtime=5.94 cores=1,3,5,7
/proc/18580/task/18589/stat : 18589 (java) S 18577 18580 7084 0 -1 1077944384 28541 0 0 0 528 66 0 0 20 0 17 0 159946404 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623550282384 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18590] ppid=18577 vsize=10817488 memory=4099888 CPUtime=5.9 cores=1,3,5,7
/proc/18580/task/18590/stat : 18590 (java) S 18577 18580 7084 0 -1 1077944384 33385 0 0 0 524 66 0 0 20 0 17 0 159946404 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623188126224 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18591] ppid=18577 vsize=10817488 memory=636 CPUtime=5.87 cores=1,3,5,7
/proc/18580/task/18591/stat : 18591 (java) S 18577 18580 7084 0 -1 1077944384 34812 0 0 0 522 65 0 0 20 0 17 0 159946404 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623187073424 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18592] ppid=18577 vsize=10817488 memory=1796 CPUtime=5.92 cores=1,3,5,7
/proc/18580/task/18592/stat : 18592 (java) S 18577 18580 7084 0 -1 1077944384 38243 0 0 0 526 66 0 0 20 0 17 0 159946404 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623186020624 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18593] ppid=18577 vsize=10817488 memory=960 CPUtime=2.08 cores=1,3,5,7
/proc/18580/task/18593/stat : 18593 (java) S 18577 18580 7084 0 -1 1077944384 7897 0 0 0 204 4 0 0 20 0 17 0 159946406 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623075396464 139623578450562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18594] ppid=18577 vsize=10817488 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18594/stat : 18594 (java) S 18577 18580 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 159946406 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623074342496 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18595] ppid=18577 vsize=10817488 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18595/stat : 18595 (java) S 18577 18580 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 159946406 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623073289600 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18601] ppid=18577 vsize=10817488 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18601/stat : 18601 (java) S 18577 18580 7084 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 17 0 159946409 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623072237904 139623578458011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18602] ppid=18577 vsize=10817488 memory=1796 CPUtime=2.15 cores=1,3,5,7
/proc/18580/task/18602/stat : 18602 (java) S 18577 18580 7084 0 -1 1077944384 14927 0 0 0 213 2 0 0 20 0 17 0 159946409 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623071185264 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18603] ppid=18577 vsize=10817488 memory=960 CPUtime=1.98 cores=1,3,5,7
/proc/18580/task/18603/stat : 18603 (java) S 18577 18580 7084 0 -1 1077944384 13204 0 0 0 196 2 0 0 20 0 17 0 159946409 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623070132464 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18604] ppid=18577 vsize=10817488 memory=1236 CPUtime=0.46 cores=1,3,5,7
/proc/18580/task/18604/stat : 18604 (java) S 18577 18580 7084 0 -1 1077944384 6916 0 0 0 45 1 0 0 20 0 17 0 159946409 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623069079664 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18605] ppid=18577 vsize=10817488 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/18580/task/18605/stat : 18605 (java) S 18577 18580 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 159946409 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623068027104 139623578449621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
[pid=18580/tid=18614] ppid=18577 vsize=10817488 memory=4288 CPUtime=1.48 cores=1,3,5,7
/proc/18580/task/18614/stat : 18614 (java) S 18577 18580 7084 0 -1 1077944384 2245 0 0 0 67 81 0 0 20 0 17 0 159946416 11077107712 1025025 18446744073709551615 4194304 4196468 140736314374432 139623066975408 139623578450562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6938624 140736314380688 140736314380841 140736314380841 140736314384335 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4100100 KiB

Child status: 143
Real time (s): 2496.67
CPU time (s): 2520.11
CPU user time (s): 2515.98
CPU system time (s): 4.13554
CPU usage (%): 100.939
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 4100100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.98
system time used= 4.13554
maximum resident set size= 4100440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 753670
page faults= 0
swaps= 0
block input operations= 7328
block output operations= 1792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58434
involuntary context switches= 1340


# summary of solver processes directly reported to runsolver:
#   pid: 18580
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.98
#   total CPU system time (s): 4.13554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3835 second user time and 25.0207 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 07:27:51
IDJOB=4263165
IDBENCH=115898
IDSOLVER=2651
FILE ID=node132/4263165-1502602936
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263165-1502602936/watcher-4263165-1502602936 -o /tmp/evaluation-result-4263165-1502602936/solver-4263165-1502602936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263165-1502602936.xml

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

MD5SUM BENCH= 7fa074241beecf824461849015848bff
RANDOM SEED=1654526357

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31790472 kB
MemAvailable:   31986792 kB
Buffers:          217644 kB
Cached:           303152 kB
SwapCached:           84 kB
Active:           446972 kB
Inactive:         130028 kB
Active(anon):       1636 kB
Inactive(anon):   104320 kB
Active(file):     445336 kB
Inactive(file):    25708 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1636 kB
Writeback:             8 kB
AnonPages:         56160 kB
Mapped:            63460 kB
Shmem:             49768 kB
Slab:             109516 kB
SReclaimable:      82220 kB
SUnreclaim:        27296 kB
KernelStack:        3136 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 08:09:28