Trace number 4263731

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.1599 2454.55

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-sp-4-1.xml
MD5SUM829564848108aadfa26cd1b017421761
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark718.45502
Satisfiable
(Un)Satisfiability was proved
Number of variables725
Number of constraints701
Number of domains3
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":625},{"size":25,"count":75},{"size":26,"count":25}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":650},{"degree":3,"count":8},{"degree":5,"count":5},{"degree":7,"count":6},{"degree":9,"count":4},{"degree":11,"count":1},{"degree":17,"count":1},{"degree":26,"count":50}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":10},{"arity":3,"count":645},{"arity":4,"count":10},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":8,"count":2},{"arity":25,"count":1},{"arity":26,"count":25}]
Number of extensional constraints625
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":625},{"type":"allDifferent","count":1},{"type":"sum","count":25},{"type":"minimum","count":25},{"type":"maximum","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263731-1502638748/watcher-4263731-1502638748 -o /tmp/evaluation-result-4263731-1502638748/solver-4263731-1502638748 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263731-1502638748.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=23571, runsolver pid=23568

[startup+0.100086 s]*
/proc/loadavg: 7.59 7.12 5.84 5/198 23573
/proc/meminfo: memFree=23031508/32770624 swapFree=67108860/67108860
[pid=23571] ppid=23568 vsize=9936560 memory=16484 CPUtime=0 cores=1,3,5,7
/proc/23571/stat : 23571 (java) S 23568 23571 7968 0 -1 1077944320 3421 0 0 0 0 0 0 0 20 0 6 0 17757492 10175037440 4121 18446744073709551615 4194304 4196468 140725129390128 140725129372672 140617004814071 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
/proc/23571/statm: 2484140 4121 1921 1 0 2473637 0
[pid=23571/tid=23573] ppid=23568 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23573/stat : 23573 (java) R 23568 23571 7968 0 -1 4202560 2119 0 0 0 0 0 0 0 20 0 6 0 17757501 10175037440 4121 18446744073709551615 4194304 4196468 140725129390128 140617009050192 140616988894558 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23574] ppid=23568 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23574/stat : 23574 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17757502 10175037440 4121 18446744073709551615 4194304 4196468 140725129390128 140616615516944 140617004824277 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23575] ppid=23568 vsize=9936560 memory=140449589544576 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17757502 10175037440 4121 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17757502 10175037440 4121 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17757502 10175037440 4121 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.211893 s]*
/proc/loadavg: 7.59 7.12 5.84 7/211 23586
/proc/meminfo: memFree=23019436/32770624 swapFree=67108860/67108860
[pid=23571] ppid=23568 vsize=10551156 memory=26360 CPUtime=0.09 cores=1,3,5,7
/proc/23571/stat : 23571 (java) S 23568 23571 7968 0 -1 1077944320 5054 0 0 0 8 1 0 0 20 0 15 0 17757492 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140725129372672 140617004814071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
/proc/23571/statm: 2637789 6590 2774 1 0 2627261 0
[pid=23571/tid=23573] ppid=23568 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/23571/task/23573/stat : 23573 (java) R 23568 23571 7968 0 -1 4202560 3019 0 0 0 7 0 0 0 20 0 15 0 17757501 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140617009049040 140617004826006 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23574] ppid=23568 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23574/stat : 23574 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757502 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616615516944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23575] ppid=23568 vsize=10551156 memory=140449589564741 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757502 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17757502 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17757502 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23578] ppid=23568 vsize=10551156 memory=140449589544576 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23578/stat : 23578 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17757503 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616568940528 140617004825218 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23579] ppid=23568 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23579/stat : 23579 (java) S 23568 23571 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17757503 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616567886752 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23580] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23580/stat : 23580 (java) S 23568 23571 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17757504 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616566834160 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23581] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23581/stat : 23581 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616565782736 140617004832667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23582] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23582/stat : 23582 (java) S 23568 23571 7968 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 17757506 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616564730352 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23583] ppid=23568 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23583/stat : 23583 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616563677808 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23584] ppid=23568 vsize=10551156 memory=140449589544576 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23584/stat : 23584 (java) R 23568 23571 7968 0 -1 4202560 250 0 0 0 0 0 0 0 20 0 15 0 17757506 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616562625264 140616986051632 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23585] ppid=23568 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23585/stat : 23585 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616561572960 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23586] ppid=23568 vsize=10551156 memory=140449589544576 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23586/stat : 23586 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757511 10804383744 6590 18446744073709551615 4194304 4196468 140725129390128 140616560519472 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26360 KiB

[startup+0.310406 s]*
/proc/loadavg: 7.59 7.12 5.84 6/211 23586
/proc/meminfo: memFree=23008700/32770624 swapFree=67108860/67108860
[pid=23571] ppid=23568 vsize=10551156 memory=36676 CPUtime=0.24 cores=1,3,5,7
/proc/23571/stat : 23571 (java) S 23568 23571 7968 0 -1 1077944320 8434 0 0 0 22 2 0 0 20 0 15 0 17757492 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140725129372672 140617004814071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
/proc/23571/statm: 2637789 9169 2868 1 0 2627261 0
[pid=23571/tid=23573] ppid=23568 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/23571/task/23573/stat : 23573 (java) R 23568 23571 7968 0 -1 4202560 6058 0 0 0 15 2 0 0 20 0 15 0 17757501 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140617009048320 140617004835997 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23574] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23574/stat : 23574 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757502 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616615516944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23575] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757502 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17757502 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17757502 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23578] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23578/stat : 23578 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17757503 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616568940528 140617004825218 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23579] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23579/stat : 23579 (java) S 23568 23571 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17757503 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616567886752 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23580] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23580/stat : 23580 (java) S 23568 23571 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17757504 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616566834160 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23581] ppid=23568 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23581/stat : 23581 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616565782736 140617004832667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23582] ppid=23568 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23571/task/23582/stat : 23582 (java) S 23568 23571 7968 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 15 0 17757506 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616564730352 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23583] ppid=23568 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23571/task/23583/stat : 23583 (java) S 23568 23571 7968 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 17757506 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616563677808 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23584] ppid=23568 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23571/task/23584/stat : 23584 (java) S 23568 23571 7968 0 -1 1077944384 438 0 0 0 4 0 0 0 20 0 15 0 17757506 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616562625264 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23585] ppid=23568 vsize=10551156 memory=140449589544576 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23585/stat : 23585 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616561572960 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23586] ppid=23568 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23586/stat : 23586 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757511 10804383744 9169 18446744073709551615 4194304 4196468 140725129390128 140616560519472 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36676 KiB

[startup+0.705174 s]
/proc/loadavg: 7.59 7.12 5.84 9/211 23586
/proc/meminfo: memFree=22993696/32770624 swapFree=67108860/67108860
[pid=23571] ppid=23568 vsize=10551232 memory=112916 CPUtime=1.4 cores=1,3,5,7
/proc/23571/stat : 23571 (java) S 23568 23571 7968 0 -1 1077944320 12627 0 0 0 136 4 0 0 20 0 15 0 17757492 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140725129372672 140617004814071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
/proc/23571/statm: 2637808 28229 3060 1 0 2627261 0
[pid=23571/tid=23573] ppid=23568 vsize=10551232 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/23571/task/23573/stat : 23573 (java) R 23568 23571 7968 0 -1 4202560 6800 0 0 0 52 3 0 0 20 0 15 0 17757501 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140617009050448 140616645573332 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23574] ppid=23568 vsize=10551232 memory=140449457238903 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23574/stat : 23574 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757502 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616615516944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23575] ppid=23568 vsize=10551232 memory=280898914575968 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757502 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17757502 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17757502 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23578] ppid=23568 vsize=10551232 memory=24 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23578/stat : 23578 (java) S 23568 23571 7968 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 17757503 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616568940528 140617004825218 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23579] ppid=23568 vsize=10551232 memory=76 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23579/stat : 23579 (java) S 23568 23571 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17757503 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616567886752 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23580] ppid=23568 vsize=10551232 memory=69 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23580/stat : 23580 (java) S 23568 23571 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17757504 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616566834160 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23581] ppid=23568 vsize=10551232 memory=91 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23581/stat : 23581 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616565782736 140617004832667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23582] ppid=23568 vsize=10551232 memory=12 CPUtime=0.27 cores=1,3,5,7
/proc/23571/task/23582/stat : 23582 (java) R 23568 23571 7968 0 -1 4202560 1645 0 0 0 27 0 0 0 20 0 15 0 17757506 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616564722304 140616989937799 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23583] ppid=23568 vsize=10551232 memory=2 CPUtime=0.25 cores=1,3,5,7
/proc/23571/task/23583/stat : 23583 (java) R 23568 23571 7968 0 -1 4202560 1115 0 0 0 25 0 0 0 20 0 15 0 17757506 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616563663832 140616986333742 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23584] ppid=23568 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/23571/task/23584/stat : 23584 (java) R 23568 23571 7968 0 -1 1077944384 1694 0 0 0 30 0 0 0 20 0 15 0 17757506 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616562625264 140617004825218 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23585] ppid=23568 vsize=10551232 memory=280898914307616 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23585/stat : 23585 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616561572960 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23586] ppid=23568 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23586/stat : 23586 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757511 10804461568 28229 18446744073709551615 4194304 4196468 140725129390128 140616560519472 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 112916 KiB

[startup+1.50081 s]
/proc/loadavg: 7.54 7.12 5.84 8/211 23586
/proc/meminfo: memFree=22843272/32770624 swapFree=67108860/67108860
[pid=23571] ppid=23568 vsize=10551232 memory=259956 CPUtime=3.94 cores=1,3,5,7
/proc/23571/stat : 23571 (java) S 23568 23571 7968 0 -1 1077944320 19528 0 0 0 384 10 0 0 20 0 15 0 17757492 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140725129372672 140617004814071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
/proc/23571/statm: 2637808 64989 3095 1 0 2627261 0
[pid=23571/tid=23573] ppid=23568 vsize=10551232 memory=105582912604916 CPUtime=1.27 cores=1,3,5,7
/proc/23571/task/23573/stat : 23573 (java) R 23568 23571 7968 0 -1 4202560 7521 0 0 0 123 4 0 0 20 0 15 0 17757501 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140617009049504 140616986760890 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23574] ppid=23568 vsize=10551232 memory=105582912604916 CPUtime=0.04 cores=1,3,5,7
/proc/23571/task/23574/stat : 23574 (java) S 23568 23571 7968 0 -1 1077944384 147 0 0 0 4 0 0 0 20 0 15 0 17757502 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616615516944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23575] ppid=23568 vsize=10551232 memory=105582912604916 CPUtime=0.05 cores=1,3,5,7
/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 96 0 0 0 5 0 0 0 20 0 15 0 17757502 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=10551232 memory=105582912604660 CPUtime=0.03 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 15 0 17757502 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=10551232 memory=105582912604660 CPUtime=0.07 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 97 0 0 0 6 1 0 0 20 0 15 0 17757502 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23578] ppid=23568 vsize=10551232 memory=16724602654207 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23578/stat : 23578 (java) S 23568 23571 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 17757503 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616568940528 140617004825218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23579] ppid=23568 vsize=10551232 memory=7522225674139298146 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23579/stat : 23579 (java) S 23568 23571 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17757503 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616567886752 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23580] ppid=23568 vsize=10551232 memory=7373362713164013632 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23580/stat : 23580 (java) S 23568 23571 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 17757504 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616566834160 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23581] ppid=23568 vsize=10551232 memory=5865469479800824941 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23581/stat : 23581 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616565782736 140617004832667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23582] ppid=23568 vsize=10551232 memory=5865465064658194540 CPUtime=0.99 cores=1,3,5,7
/proc/23571/task/23582/stat : 23582 (java) R 23568 23571 7968 0 -1 4202560 4379 0 0 0 99 0 0 0 20 0 15 0 17757506 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616564716376 140616986336295 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23583] ppid=23568 vsize=10551232 memory=7300728970739542608 CPUtime=1.01 cores=1,3,5,7
/proc/23571/task/23583/stat : 23583 (java) R 23568 23571 7968 0 -1 4202560 3309 0 0 0 101 0 0 0 20 0 15 0 17757506 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616563662800 140616985514686 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23584] ppid=23568 vsize=10551232 memory=7007712420471858773 CPUtime=0.4 cores=1,3,5,7
/proc/23571/task/23584/stat : 23584 (java) S 23568 23571 7968 0 -1 1077944384 2498 0 0 0 40 0 0 0 20 0 15 0 17757506 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616562625264 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23585] ppid=23568 vsize=10551232 memory=7300728970739542608 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23585/stat : 23585 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17757506 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616561572960 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23586] ppid=23568 vsize=10551232 memory=7300728970739542608 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23586/stat : 23586 (java) S 23568 23571 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17757511 10804461568 64989 18446744073709551615 4194304 4196468 140725129390128 140616560519472 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 10551232 KiB

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

/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 12323 0 0 0 1929 69 0 0 20 0 16 0 17757502 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=10617796 memory=5497728 CPUtime=19.79 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 12275 0 0 0 1912 67 0 0 20 0 16 0 17757502 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=10617796 memory=5497728 CPUtime=19.93 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 6828 0 0 0 1925 68 0 0 20 0 16 0 17757502 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23578] ppid=23568 vsize=10617796 memory=5497728 CPUtime=8.18 cores=1,3,5,7
/proc/23571/task/23578/stat : 23578 (java) S 23568 23571 7968 0 -1 1077944384 18953 0 0 0 813 5 0 0 20 0 16 0 17757503 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616568940528 140617004825218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23579] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23579/stat : 23579 (java) S 23568 23571 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 17757503 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616567886816 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23580] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23580/stat : 23580 (java) S 23568 23571 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 17757504 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616566834176 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23581] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23581/stat : 23581 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616565782736 140617004832667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23582] ppid=23568 vsize=10617796 memory=5497728 CPUtime=2.22 cores=1,3,5,7
/proc/23571/task/23582/stat : 23582 (java) S 23568 23571 7968 0 -1 1077944384 13439 0 0 0 220 2 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616564730352 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23583] ppid=23568 vsize=10617796 memory=5497728 CPUtime=2.17 cores=1,3,5,7
/proc/23571/task/23583/stat : 23583 (java) S 23568 23571 7968 0 -1 1077944384 9495 0 0 0 215 2 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616563677808 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23584] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0.55 cores=1,3,5,7
/proc/23571/task/23584/stat : 23584 (java) S 23568 23571 7968 0 -1 1077944384 7641 0 0 0 53 2 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616562625264 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23585] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23585/stat : 23585 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616561572960 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23586] ppid=23568 vsize=10617796 memory=5497728 CPUtime=1.54 cores=1,3,5,7
/proc/23571/task/23586/stat : 23586 (java) S 23568 23571 7968 0 -1 1077944384 2527 0 0 0 65 89 0 0 20 0 16 0 17757511 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616560519472 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23666] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23666/stat : 23666 (java) S 23568 23571 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 17762500 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616559465264 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 2508.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5497728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2454.3 s]
/proc/loadavg: 2.01 2.08 2.36 3/213 23910
/proc/meminfo: memFree=23812512/32770624 swapFree=67108860/67108860
[pid=23571] ppid=23568 vsize=10617796 memory=5497728 CPUtime=2520.04 cores=1,3,5,7
/proc/23571/stat : 23571 (java) S 23568 23571 7968 0 -1 1077944320 292840 0 0 0 251599 405 0 0 20 0 16 0 17757492 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140725129372672 140617004814071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
/proc/23571/statm: 2654449 1374432 3145 1 0 2643902 0
[pid=23571/tid=23573] ppid=23568 vsize=10617796 memory=5497728 CPUtime=2425.69 cores=1,3,5,7
/proc/23571/task/23573/stat : 23573 (java) R 23568 23571 7968 0 -1 4202560 194273 0 0 0 242521 48 0 0 20 0 16 0 17757501 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140617009050240 140616647909537 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23574] ppid=23568 vsize=10617796 memory=5497728 CPUtime=19.9 cores=1,3,5,7
/proc/23571/task/23574/stat : 23574 (java) S 23568 23571 7968 0 -1 1077944384 13581 0 0 0 1925 65 0 0 20 0 16 0 17757502 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616615516944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23575] ppid=23568 vsize=10617796 memory=5497728 CPUtime=19.98 cores=1,3,5,7
/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 12323 0 0 0 1929 69 0 0 20 0 16 0 17757502 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=10617796 memory=5497728 CPUtime=19.79 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 12275 0 0 0 1912 67 0 0 20 0 16 0 17757502 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=10617796 memory=5497728 CPUtime=19.93 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 6828 0 0 0 1925 68 0 0 20 0 16 0 17757502 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23578] ppid=23568 vsize=10617796 memory=5497728 CPUtime=8.18 cores=1,3,5,7
/proc/23571/task/23578/stat : 23578 (java) S 23568 23571 7968 0 -1 1077944384 18962 0 0 0 813 5 0 0 20 0 16 0 17757503 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616568940528 140617004825218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23579] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23579/stat : 23579 (java) S 23568 23571 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 17757503 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616567886816 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23580] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23580/stat : 23580 (java) S 23568 23571 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 17757504 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616566834176 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23581] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23581/stat : 23581 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616565782736 140617004832667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23582] ppid=23568 vsize=10617796 memory=4124 CPUtime=2.22 cores=1,3,5,7
/proc/23571/task/23582/stat : 23582 (java) S 23568 23571 7968 0 -1 1077944384 13442 0 0 0 220 2 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616564730352 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23583] ppid=23568 vsize=10617796 memory=5497728 CPUtime=2.17 cores=1,3,5,7
/proc/23571/task/23583/stat : 23583 (java) S 23568 23571 7968 0 -1 1077944384 9502 0 0 0 215 2 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616563677808 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23584] ppid=23568 vsize=10617796 memory=5497728 CPUtime=0.55 cores=1,3,5,7
/proc/23571/task/23584/stat : 23584 (java) S 23568 23571 7968 0 -1 1077944384 7651 0 0 0 53 2 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616562625264 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23585] ppid=23568 vsize=10617796 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23585/stat : 23585 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17757506 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616561572960 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23586] ppid=23568 vsize=10617796 memory=13380 CPUtime=1.55 cores=1,3,5,7
/proc/23571/task/23586/stat : 23586 (java) S 23568 23571 7968 0 -1 1077944384 2566 0 0 0 65 90 0 0 20 0 16 0 17757511 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616560519472 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23666] ppid=23568 vsize=10617796 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23666/stat : 23666 (java) S 23568 23571 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 17762500 10872623104 1374432 18446744073709551615 4194304 4196468 140725129390128 140616559465264 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5497728 KiB

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

[startup+2454.55 s]
# the end of solver process 23571 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.07 s, system=4.08516 s

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

[startup+2454.41 s]
/proc/loadavg: 2.01 2.08 2.36 3/213 23910
/proc/meminfo: memFree=23812512/32770624 swapFree=67108860/67108860
[pid=23571] ppid=23568 vsize=10817488 memory=5498028 CPUtime=2520.1 cores=1,3,5,7
/proc/23571/stat : 23571 (java) S 23568 23571 7968 0 -1 1077944320 293815 0 0 0 251605 405 0 0 20 0 17 0 17757492 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140725129372672 140617004814071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
/proc/23571/statm: 2704372 1374507 3148 1 0 2693825 0
[pid=23571/tid=23573] ppid=23568 vsize=10817488 memory=1732 CPUtime=2425.75 cores=1,3,5,7
/proc/23571/task/23573/stat : 23573 (java) S 23568 23571 7968 0 -1 1077944384 194354 0 0 0 242527 48 0 0 20 0 17 0 17757501 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140617009056944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23574] ppid=23568 vsize=10817488 memory=4124 CPUtime=19.9 cores=1,3,5,7
/proc/23571/task/23574/stat : 23574 (java) S 23568 23571 7968 0 -1 1077944384 13581 0 0 0 1925 65 0 0 20 0 17 0 17757502 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616615516944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23575] ppid=23568 vsize=10817488 memory=13380 CPUtime=19.98 cores=1,3,5,7
/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 12323 0 0 0 1929 69 0 0 20 0 17 0 17757502 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=10817488 memory=2424 CPUtime=19.79 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 12275 0 0 0 1912 67 0 0 20 0 17 0 17757502 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=10817488 memory=-8774313645642428999 CPUtime=19.93 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 6828 0 0 0 1925 68 0 0 20 0 17 0 17757502 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23578] ppid=23568 vsize=10817488 memory=4612 CPUtime=8.18 cores=1,3,5,7
/proc/23571/task/23578/stat : 23578 (java) S 23568 23571 7968 0 -1 1077944384 19001 0 0 0 813 5 0 0 20 0 17 0 17757503 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616568940528 140617004825218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23579] ppid=23568 vsize=10817488 memory=792 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23579/stat : 23579 (java) S 23568 23571 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 17757503 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616567886816 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23580] ppid=23568 vsize=10817488 memory=8684 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23580/stat : 23580 (java) S 23568 23571 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 17757504 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616566834176 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23581] ppid=23568 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23581/stat : 23581 (java) S 23568 23571 7968 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616565782736 140617004832667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23582] ppid=23568 vsize=10817488 memory=1792 CPUtime=2.22 cores=1,3,5,7
/proc/23571/task/23582/stat : 23582 (java) S 23568 23571 7968 0 -1 1077944384 13442 0 0 0 220 2 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616564730352 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23583] ppid=23568 vsize=10817488 memory=960 CPUtime=2.17 cores=1,3,5,7
/proc/23571/task/23583/stat : 23583 (java) S 23568 23571 7968 0 -1 1077944384 9502 0 0 0 215 2 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616563677808 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23584] ppid=23568 vsize=10817488 memory=2248 CPUtime=0.55 cores=1,3,5,7
/proc/23571/task/23584/stat : 23584 (java) S 23568 23571 7968 0 -1 1077944384 7905 0 0 0 53 2 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616562625264 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23585] ppid=23568 vsize=10817488 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23585/stat : 23585 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616561572960 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23586] ppid=23568 vsize=10817488 memory=5497728 CPUtime=1.55 cores=1,3,5,7
/proc/23571/task/23586/stat : 23586 (java) S 23568 23571 7968 0 -1 1077944384 2566 0 0 0 65 90 0 0 20 0 17 0 17757511 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616560519472 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5498028 KiB

[startup+2454.5 s]
/proc/loadavg: 2.01 2.08 2.36 3/213 23910
/proc/meminfo: memFree=23812512/32770624 swapFree=67108860/67108860
[pid=23571] ppid=23568 vsize=10817488 memory=5498028 CPUtime=2520.1 cores=1,3,5,7
/proc/23571/stat : 23571 (java) S 23568 23571 7968 0 -1 1077944320 293815 0 0 0 251605 405 0 0 20 0 17 0 17757492 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140725129372672 140617004814071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
/proc/23571/statm: 2704372 1374507 3148 1 0 2693825 0
[pid=23571/tid=23573] ppid=23568 vsize=10817488 memory=5497728 CPUtime=2425.75 cores=1,3,5,7
/proc/23571/task/23573/stat : 23573 (java) S 23568 23571 7968 0 -1 1077944384 194354 0 0 0 242527 48 0 0 20 0 17 0 17757501 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140617009056944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23574] ppid=23568 vsize=10817488 memory=5497728 CPUtime=19.9 cores=1,3,5,7
/proc/23571/task/23574/stat : 23574 (java) S 23568 23571 7968 0 -1 1077944384 13581 0 0 0 1925 65 0 0 20 0 17 0 17757502 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616615516944 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23575] ppid=23568 vsize=10817488 memory=5497728 CPUtime=19.98 cores=1,3,5,7
/proc/23571/task/23575/stat : 23575 (java) S 23568 23571 7968 0 -1 1077944384 12323 0 0 0 1929 69 0 0 20 0 17 0 17757502 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616614464400 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23576] ppid=23568 vsize=10817488 memory=5497728 CPUtime=19.79 cores=1,3,5,7
/proc/23571/task/23576/stat : 23576 (java) S 23568 23571 7968 0 -1 1077944384 12275 0 0 0 1912 67 0 0 20 0 17 0 17757502 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616613411856 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23577] ppid=23568 vsize=10817488 memory=5497728 CPUtime=19.93 cores=1,3,5,7
/proc/23571/task/23577/stat : 23577 (java) S 23568 23571 7968 0 -1 1077944384 6828 0 0 0 1925 68 0 0 20 0 17 0 17757502 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616612359312 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23578] ppid=23568 vsize=10817488 memory=5497728 CPUtime=8.18 cores=1,3,5,7
/proc/23571/task/23578/stat : 23578 (java) S 23568 23571 7968 0 -1 1077944384 19001 0 0 0 813 5 0 0 20 0 17 0 17757503 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616568940528 140617004825218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23579] ppid=23568 vsize=10817488 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23579/stat : 23579 (java) S 23568 23571 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 17757503 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616567886816 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23580] ppid=23568 vsize=10817488 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23580/stat : 23580 (java) S 23568 23571 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 17757504 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616566834176 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23581] ppid=23568 vsize=10817488 memory=5497728 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23581/stat : 23581 (java) S 23568 23571 7968 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616565782736 140617004832667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23582] ppid=23568 vsize=10817488 memory=5497728 CPUtime=2.22 cores=1,3,5,7
/proc/23571/task/23582/stat : 23582 (java) S 23568 23571 7968 0 -1 1077944384 13442 0 0 0 220 2 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616564730352 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23583] ppid=23568 vsize=10817488 memory=5497728 CPUtime=2.17 cores=1,3,5,7
/proc/23571/task/23583/stat : 23583 (java) S 23568 23571 7968 0 -1 1077944384 9502 0 0 0 215 2 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616563677808 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23584] ppid=23568 vsize=10817488 memory=5497728 CPUtime=0.55 cores=1,3,5,7
/proc/23571/task/23584/stat : 23584 (java) S 23568 23571 7968 0 -1 1077944384 7905 0 0 0 53 2 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616562625264 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23585] ppid=23568 vsize=10817488 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/23571/task/23585/stat : 23585 (java) S 23568 23571 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17757506 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616561572960 140617004824277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
[pid=23571/tid=23586] ppid=23568 vsize=10817488 memory=4124 CPUtime=1.55 cores=1,3,5,7
/proc/23571/task/23586/stat : 23586 (java) S 23568 23571 7968 0 -1 1077944384 2566 0 0 0 65 90 0 0 20 0 17 0 17757511 11077107712 1374507 18446744073709551615 4194304 4196468 140725129390128 140616560519472 140617004825218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140725129392529 140725129392682 140725129392682 140725129396175 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5498028 KiB

Child status: 143
Real time (s): 2454.55
CPU time (s): 2520.16
CPU user time (s): 2516.07
CPU system time (s): 4.08516
CPU usage (%): 102.673
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5541356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.07
system time used= 4.08516
maximum resident set size= 5541356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56802
involuntary context switches= 1837


# summary of solver processes directly reported to runsolver:
#   pid: 23571
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.07
#   total CPU system time (s): 4.08516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4602 second user time and 25.0645 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 17:25:11
IDJOB=4263731
IDBENCH=140517
IDSOLVER=2651
FILE ID=node128/4263731-1502638748
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-sp-4-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263731-1502638748/watcher-4263731-1502638748 -o /tmp/evaluation-result-4263731-1502638748/solver-4263731-1502638748 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263731-1502638748.xml

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

MD5SUM BENCH= 829564848108aadfa26cd1b017421761
RANDOM SEED=804015558

node128.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.94
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.94
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.94
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.94
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:        23035060 kB
MemAvailable:   23633460 kB
Buffers:          147784 kB
Cached:           737824 kB
SwapCached:            0 kB
Active:          8619708 kB
Inactive:         689668 kB
Active(anon):    8423844 kB
Inactive(anon):    16764 kB
Active(file):     195864 kB
Inactive(file):   672904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:       8423240 kB
Mapped:            44880 kB
Shmem:             17116 kB
Slab:             115788 kB
SReclaimable:      90936 kB
SUnreclaim:        24852 kB
KernelStack:        3424 kB
PageTables:        21584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8224768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 18:06:06