Trace number 4263735

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.2 2471.1499

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbo-10-30-1.xml
MD5SUMcf5c2add0e1079255d589b4f638ee707
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark644.396
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of constraints351
Number of domains3
Minimum domain size2
Maximum domain size31
Distribution of domain sizes[{"size":2,"count":300},{"size":30,"count":50},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":330},{"degree":5,"count":30},{"degree":31,"count":20}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":300},{"arity":5,"count":2},{"arity":6,"count":6},{"arity":7,"count":4},{"arity":8,"count":6},{"arity":9,"count":2},{"arity":11,"count":30},{"arity":30,"count":1}]
Number of extensional constraints300
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":300},{"type":"allDifferent","count":1},{"type":"sum","count":30},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263735-1502638830/watcher-4263735-1502638830 -o /tmp/evaluation-result-4263735-1502638830/solver-4263735-1502638830 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263735-1502638830.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
solver pid=5473, runsolver pid=5470
Current StackSize limit: 8192 KiB


[startup+0.101322 s]*
/proc/loadavg: 1.93 2.77 3.06 2/204 5482
/proc/meminfo: memFree=26122988/32770624 swapFree=67108860/67108860
[pid=5473] ppid=5470 vsize=10417928 memory=21972 CPUtime=0.05 cores=1,3,5,7
/proc/5473/stat : 5473 (java) S 5470 5473 17093 0 -1 1077944320 4460 0 0 0 4 1 0 0 20 0 13 0 66076286 10667958272 5493 18446744073709551615 4194304 4196468 140732605887328 140732605869872 139713340129015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
/proc/5473/statm: 2604482 5493 2261 1 0 2593979 0
[pid=5473/tid=5475] ppid=5470 vsize=10417928 memory=4206751525541407381 CPUtime=0.04 cores=1,3,5,7
/proc/5473/task/5475/stat : 5475 (java) R 5470 5473 17093 0 -1 4202560 2929 0 0 0 4 0 0 0 20 0 13 0 66076291 10667958272 5691 18446744073709551615 4194304 4196468 140732605887328 139713344364824 139713340150941 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5476] ppid=5470 vsize=10417928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5476/stat : 5476 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 66076292 10667958272 5691 18446744073709551615 4194304 4196468 140732605887328 139713281166352 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5477] ppid=5470 vsize=10417928 memory=139635764196992 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5477/stat : 5477 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66076292 10667958272 5691 18446744073709551615 4194304 4196468 140732605887328 139713280113808 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5478] ppid=5470 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5478/stat : 5478 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 66076292 10667958272 5691 18446744073709551615 4194304 4196468 140732605887328 139713279060752 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5479] ppid=5470 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5479/stat : 5479 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66076292 10667958272 5691 18446744073709551615 4194304 4196468 140732605887328 139713278008208 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5480] ppid=5470 vsize=10417928 memory=139635764196992 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5480/stat : 5480 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66076294 10667958272 5691 18446744073709551615 4194304 4196468 140732605887328 139712835373296 139713340140162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5481] ppid=5470 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 66076294 10667958272 5691 18446744073709551615 4194304 4196468 140732605887328 139712834319520 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 66076294 10667958272 5756 18446744073709551615 4194304 4196468 140732605887328 139712833266416 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5483] ppid=5470 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5483/stat : 5483 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 66076297 10667958272 5756 18446744073709551615 4194304 4196468 140732605887328 139712832214992 139713340147611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5484] ppid=5470 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5484/stat : 5484 (java) R 5470 5473 17093 0 -1 4202560 284 0 0 0 0 0 0 0 20 0 13 0 66076297 10667958272 5756 18446744073709551615 4194304 4196468 140732605887328 139712831149640 139713333234732 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5485] ppid=5470 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5485/stat : 5485 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 66076297 10667958272 5756 18446744073709551615 4194304 4196468 140732605887328 139712830110272 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5486] ppid=5470 vsize=10417928 memory=139635764196992 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5486/stat : 5486 (java) R 5470 5473 17093 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 13 0 66076297 10667958272 5756 18446744073709551615 4194304 4196468 140732605887328 139712829057440 139713319168640 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 21972 KiB

[startup+0.210503 s]*
/proc/loadavg: 1.93 2.77 3.06 3/210 5488
/proc/meminfo: memFree=26118556/32770624 swapFree=67108860/67108860
[pid=5473] ppid=5470 vsize=10551156 memory=30028 CPUtime=0.12 cores=1,3,5,7
/proc/5473/stat : 5473 (java) S 5470 5473 17093 0 -1 1077944320 7611 0 0 0 10 2 0 0 20 0 15 0 66076286 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 140732605869872 139713340129015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
/proc/5473/statm: 2637789 7507 2793 1 0 2627261 0
[pid=5473/tid=5475] ppid=5470 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/5473/task/5475/stat : 5475 (java) R 5470 5473 17093 0 -1 4202560 5537 0 0 0 7 1 0 0 20 0 15 0 66076291 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139713344317360 139713340150941 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5476] ppid=5470 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5476/stat : 5476 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076292 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139713281166352 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5477] ppid=5470 vsize=10551156 memory=288370011915908736 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5477/stat : 5477 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66076292 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139713280113808 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5478] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5478/stat : 5478 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076292 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139713279060752 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5479] ppid=5470 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5479/stat : 5479 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66076292 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139713278008208 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5480] ppid=5470 vsize=10551156 memory=139635764196992 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5480/stat : 5480 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66076294 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712835373296 139713340140162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5481] ppid=5470 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66076294 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712834319520 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66076294 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712833266416 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5483] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5483/stat : 5483 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66076297 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712832214992 139713340147611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5484] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5484/stat : 5484 (java) S 5470 5473 17093 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 66076297 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712831163120 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5485] ppid=5470 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5485/stat : 5485 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66076297 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712830110576 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5486] ppid=5470 vsize=10551156 memory=139635764196992 CPUtime=0.01 cores=1,3,5,7
/proc/5473/task/5486/stat : 5486 (java) R 5470 5473 17093 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 15 0 66076297 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712829057520 139713319264539 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5487] ppid=5470 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5487/stat : 5487 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66076297 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712828005216 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5488] ppid=5470 vsize=10551156 memory=139635764196992 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5488/stat : 5488 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076303 10804383744 7507 18446744073709551615 4194304 4196468 140732605887328 139712826952240 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30028 KiB

[startup+0.319169 s]*
/proc/loadavg: 1.93 2.77 3.06 5/210 5488
/proc/meminfo: memFree=26107896/32770624 swapFree=67108860/67108860
[pid=5473] ppid=5470 vsize=10551156 memory=39208 CPUtime=0.31 cores=1,3,5,7
/proc/5473/stat : 5473 (java) S 5470 5473 17093 0 -1 1077944320 9126 0 0 0 28 3 0 0 20 0 15 0 66076286 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 140732605869872 139713340129015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
/proc/5473/statm: 2637789 9802 2928 1 0 2627261 0
[pid=5473/tid=5475] ppid=5470 vsize=10551156 memory=-7677926825137650786 CPUtime=0.2 cores=1,3,5,7
/proc/5473/task/5475/stat : 5475 (java) R 5470 5473 17093 0 -1 4202560 6171 0 0 0 18 2 0 0 20 0 15 0 66076291 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139713344359984 139713340150941 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5476] ppid=5470 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5476/stat : 5476 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076292 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139713281166352 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5477] ppid=5470 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5477/stat : 5477 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66076292 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139713280113808 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5478] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5478/stat : 5478 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076292 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139713279060752 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5479] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5479/stat : 5479 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66076292 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139713278008208 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5480] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5480/stat : 5480 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66076294 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712835373296 139713340140162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5481] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66076294 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712834319520 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66076294 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712833266416 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5483] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5483/stat : 5483 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66076297 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712832214992 139713340147611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5484] ppid=5470 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5473/task/5484/stat : 5484 (java) R 5470 5473 17093 0 -1 4202560 572 0 0 0 2 0 0 0 20 0 15 0 66076297 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712831144136 139713318507534 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5485] ppid=5470 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5473/task/5485/stat : 5485 (java) R 5470 5473 17093 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 15 0 66076297 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712830110576 139713340140162 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5486] ppid=5470 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5473/task/5486/stat : 5486 (java) R 5470 5473 17093 0 -1 4202560 756 0 0 0 6 0 0 0 20 0 15 0 66076297 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712829053464 139713332366142 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5487] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5487/stat : 5487 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66076297 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712828005216 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5488] ppid=5470 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5488/stat : 5488 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076303 10804383744 9802 18446744073709551615 4194304 4196468 140732605887328 139712826952240 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39208 KiB

[startup+0.701167 s]
/proc/loadavg: 1.93 2.77 3.06 5/210 5488
/proc/meminfo: memFree=26090696/32770624 swapFree=67108860/67108860
[pid=5473] ppid=5470 vsize=10551232 memory=106908 CPUtime=1.44 cores=1,3,5,7
/proc/5473/stat : 5473 (java) S 5470 5473 17093 0 -1 1077944320 13302 0 0 0 139 5 0 0 20 0 15 0 66076286 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 140732605869872 139713340129015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
/proc/5473/statm: 2637808 26727 3058 1 0 2627261 0
[pid=5473/tid=5475] ppid=5470 vsize=10551232 memory=37252 CPUtime=0.56 cores=1,3,5,7
/proc/5473/task/5475/stat : 5475 (java) R 5470 5473 17093 0 -1 4202560 7426 0 0 0 53 3 0 0 20 0 15 0 66076291 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139713344365256 139712957437836 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5476] ppid=5470 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5476/stat : 5476 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076292 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139713281166352 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5477] ppid=5470 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5477/stat : 5477 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66076292 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139713280113808 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5478] ppid=5470 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5478/stat : 5478 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076292 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139713279060752 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5479] ppid=5470 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5479/stat : 5479 (java) S 5470 5473 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66076292 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139713278008208 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5480] ppid=5470 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5480/stat : 5480 (java) S 5470 5473 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66076294 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712835373296 139713340140162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5481] ppid=5470 vsize=10551232 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66076294 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712834319520 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66076294 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712833266416 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5483] ppid=5470 vsize=10551232 memory=139635628555751 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5483/stat : 5483 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66076297 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712832214992 139713340147611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5484] ppid=5470 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/5473/task/5484/stat : 5484 (java) R 5470 5473 17093 0 -1 4202560 1706 0 0 0 29 0 0 0 20 0 15 0 66076297 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712831153504 139713323515733 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5485] ppid=5470 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/5473/task/5485/stat : 5485 (java) R 5470 5473 17093 0 -1 4202560 1311 0 0 0 28 0 0 0 20 0 15 0 66076297 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712830097968 139713321477853 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5486] ppid=5470 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/5473/task/5486/stat : 5486 (java) S 5470 5473 17093 0 -1 1077944384 1487 0 0 0 27 0 0 0 20 0 15 0 66076297 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712829057520 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5487] ppid=5470 vsize=10551232 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5487/stat : 5487 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66076297 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712828005216 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5488] ppid=5470 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5488/stat : 5488 (java) S 5470 5473 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66076303 10804461568 26727 18446744073709551615 4194304 4196468 140732605887328 139712826952240 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 106908 KiB

[startup+1.50083 s]
/proc/loadavg: 1.93 2.77 3.06 5/210 5488
/proc/meminfo: memFree=25937608/32770624 swapFree=67108860/67108860
[pid=5473] ppid=5470 vsize=10551232 memory=277092 CPUtime=4.01 cores=1,3,5,7
/proc/5473/stat : 5473 (java) S 5470 5473 17093 0 -1 1077944320 17958 0 0 0 388 13 0 0 20 0 15 0 66076286 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 140732605869872 139713340129015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
/proc/5473/statm: 2637808 69273 3112 1 0 2627261 0
[pid=5473/tid=5475] ppid=5470 vsize=10551232 memory=6442213876473817182 CPUtime=1.28 cores=1,3,5,7
/proc/5473/task/5475/stat : 5475 (java) R 5470 5473 17093 0 -1 4202560 7908 0 0 0 124 4 0 0 20 0 15 0 66076291 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 139713344359984 139712958052857 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5476] ppid=5470 vsize=10551232 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5473/task/5476/stat : 5476 (java) S 5470 5473 17093 0 -1 1077944384 132 0 0 0 5 1 0 0 20 0 15 0 66076292 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 139713281166352 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5477] ppid=5470 vsize=10551232 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5473/task/5477/stat : 5477 (java) S 5470 5473 17093 0 -1 1077944384 135 0 0 0 5 1 0 0 20 0 15 0 66076292 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 139713280113808 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5478] ppid=5470 vsize=10551232 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5473/task/5478/stat : 5478 (java) S 5470 5473 17093 0 -1 1077944384 40 0 0 0 3 1 0 0 20 0 15 0 66076292 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 139713279060752 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5479] ppid=5470 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5473/task/5479/stat : 5479 (java) S 5470 5473 17093 0 -1 1077944384 145 0 0 0 4 1 0 0 20 0 15 0 66076292 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 139713278008208 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5480] ppid=5470 vsize=10551232 memory=279271255922912 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5480/stat : 5480 (java) S 5470 5473 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 66076294 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 139712835373296 139713340140162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5481] ppid=5470 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66076294 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 139712834319520 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66076294 10804461568 69273 18446744073709551615 4194304 4196468 140732605887328 139712833266416 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0

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

/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66076294 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712834319520 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66076294 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712833266416 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5483] ppid=5470 vsize=10617796 memory=37384 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5483/stat : 5483 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66076297 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712832214992 139713340147611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5484] ppid=5470 vsize=10617796 memory=4150344 CPUtime=1.59 cores=1,3,5,7
/proc/5473/task/5484/stat : 5484 (java) S 5470 5473 17093 0 -1 1077944384 11346 0 0 0 157 2 0 0 20 0 16 0 66076297 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712831163120 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5485] ppid=5470 vsize=10617796 memory=4150344 CPUtime=2.06 cores=1,3,5,7
/proc/5473/task/5485/stat : 5485 (java) S 5470 5473 17093 0 -1 1077944384 10229 0 0 0 205 1 0 0 20 0 16 0 66076297 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712830110576 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5486] ppid=5470 vsize=10617796 memory=4150344 CPUtime=0.55 cores=1,3,5,7
/proc/5473/task/5486/stat : 5486 (java) S 5470 5473 17093 0 -1 1077944384 9821 0 0 0 53 2 0 0 20 0 16 0 66076297 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712829057520 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5487] ppid=5470 vsize=10617796 memory=4150344 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5487/stat : 5487 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66076297 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712828005216 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5488] ppid=5470 vsize=10617796 memory=4150344 CPUtime=1.61 cores=1,3,5,7
/proc/5473/task/5488/stat : 5488 (java) S 5470 5473 17093 0 -1 1077944384 1992 0 0 0 75 86 0 0 20 0 16 0 66076303 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712826952240 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5490] ppid=5470 vsize=10617796 memory=4150344 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5490/stat : 5490 (java) S 5470 5473 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66079181 10872623104 1037586 18446744073709551615 4194304 4196468 140732605887328 139712825898032 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
Current children cumulated CPU time: 2476.73 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4150344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.9 s]
/proc/loadavg: 1.99 2.02 2.11 3/211 5735
/proc/meminfo: memFree=25686012/32770624 swapFree=67108860/67108860
[pid=5473] ppid=5470 vsize=10617796 memory=4915488 CPUtime=2520.05 cores=1,3,5,7
/proc/5473/stat : 5473 (java) S 5470 5473 17093 0 -1 1077944320 515368 0 0 0 251629 376 0 0 20 0 16 0 66076286 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 140732605869872 139713340129015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
/proc/5473/statm: 2654449 1228872 3145 1 0 2643902 0
[pid=5473/tid=5475] ppid=5470 vsize=10617796 memory=4915488 CPUtime=2448.75 cores=1,3,5,7
/proc/5473/task/5475/stat : 5475 (java) R 5470 5473 17093 0 -1 4202560 397498 0 0 0 244822 53 0 0 20 0 16 0 66076291 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139713344365056 139712959610256 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5476] ppid=5470 vsize=10617796 memory=4150344 CPUtime=14.54 cores=1,3,5,7
/proc/5473/task/5476/stat : 5476 (java) S 5470 5473 17093 0 -1 1077944384 11385 0 0 0 1394 60 0 0 20 0 16 0 66076292 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139713281166352 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5477] ppid=5470 vsize=10617796 memory=7680170660397595203 CPUtime=14.51 cores=1,3,5,7
/proc/5473/task/5477/stat : 5477 (java) S 5470 5473 17093 0 -1 1077944384 15511 0 0 0 1394 57 0 0 20 0 16 0 66076292 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139713280113808 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5478] ppid=5470 vsize=10617796 memory=4915488 CPUtime=14.49 cores=1,3,5,7
/proc/5473/task/5478/stat : 5478 (java) S 5470 5473 17093 0 -1 1077944384 22177 0 0 0 1390 59 0 0 20 0 16 0 66076292 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139713279060752 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5479] ppid=5470 vsize=10617796 memory=4915488 CPUtime=14.56 cores=1,3,5,7
/proc/5473/task/5479/stat : 5479 (java) S 5470 5473 17093 0 -1 1077944384 18689 0 0 0 1394 62 0 0 20 0 16 0 66076292 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139713278008208 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5480] ppid=5470 vsize=10617796 memory=4150344 CPUtime=7.27 cores=1,3,5,7
/proc/5473/task/5480/stat : 5480 (java) S 5470 5473 17093 0 -1 1077944384 15302 0 0 0 724 3 0 0 20 0 16 0 66076294 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712835373296 139713340140162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5481] ppid=5470 vsize=10617796 memory=4150344 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 66076294 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712834319584 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10617796 memory=4915488 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 66076294 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712833266432 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5483] ppid=5470 vsize=10617796 memory=4915488 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5483/stat : 5483 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66076297 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712832214992 139713340147611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5484] ppid=5470 vsize=10617796 memory=4915488 CPUtime=1.59 cores=1,3,5,7
/proc/5473/task/5484/stat : 5484 (java) S 5470 5473 17093 0 -1 1077944384 11349 0 0 0 157 2 0 0 20 0 16 0 66076297 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712831163120 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5485] ppid=5470 vsize=10617796 memory=4028 CPUtime=2.06 cores=1,3,5,7
/proc/5473/task/5485/stat : 5485 (java) S 5470 5473 17093 0 -1 1077944384 10229 0 0 0 205 1 0 0 20 0 16 0 66076297 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712830110576 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5486] ppid=5470 vsize=10617796 memory=796 CPUtime=0.55 cores=1,3,5,7
/proc/5473/task/5486/stat : 5486 (java) S 5470 5473 17093 0 -1 1077944384 9821 0 0 0 53 2 0 0 20 0 16 0 66076297 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712829057520 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5487] ppid=5470 vsize=10617796 memory=10960 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5487/stat : 5487 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66076297 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712828005216 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5488] ppid=5470 vsize=10617796 memory=4915488 CPUtime=1.63 cores=1,3,5,7
/proc/5473/task/5488/stat : 5488 (java) S 5470 5473 17093 0 -1 1077944384 1996 0 0 0 76 87 0 0 20 0 16 0 66076303 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712826952240 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5490] ppid=5470 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5490/stat : 5490 (java) S 5470 5473 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66079181 10872623104 1228872 18446744073709551615 4194304 4196468 140732605887328 139712825898032 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4915488 KiB

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

[startup+2471.15 s]
# the end of solver process 5473 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.41 s, system=3.79436 s

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

[startup+2471.01 s]*
/proc/loadavg: 1.99 2.02 2.11 2/212 5739
/proc/meminfo: memFree=25685748/32770624 swapFree=67108860/67108860
[pid=5473] ppid=5470 vsize=10817488 memory=4915780 CPUtime=2520.15 cores=1,3,5,7
/proc/5473/stat : 5473 (java) S 5470 5473 17093 0 -1 1077944320 515699 0 0 0 251639 376 0 0 20 0 17 0 66076286 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 140732605869872 139713340129015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
/proc/5473/statm: 2704372 1228945 3147 1 0 2693825 0
[pid=5473/tid=5475] ppid=5470 vsize=10817488 memory=-7677926825137650786 CPUtime=2448.85 cores=1,3,5,7
/proc/5473/task/5475/stat : 5475 (java) S 5470 5473 17093 0 -1 1077944384 397527 0 0 0 244832 53 0 0 20 0 17 0 66076291 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139713344371888 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5476] ppid=5470 vsize=10817488 memory=4872558044660077418 CPUtime=14.54 cores=1,3,5,7
/proc/5473/task/5476/stat : 5476 (java) S 5470 5473 17093 0 -1 1077944384 11385 0 0 0 1394 60 0 0 20 0 17 0 66076292 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139713281166352 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5477] ppid=5470 vsize=10817488 memory=1156 CPUtime=14.51 cores=1,3,5,7
/proc/5473/task/5477/stat : 5477 (java) S 5470 5473 17093 0 -1 1077944384 15511 0 0 0 1394 57 0 0 20 0 17 0 66076292 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139713280113808 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5478] ppid=5470 vsize=10817488 memory=3212 CPUtime=14.49 cores=1,3,5,7
/proc/5473/task/5478/stat : 5478 (java) S 5470 5473 17093 0 -1 1077944384 22177 0 0 0 1390 59 0 0 20 0 17 0 66076292 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139713279060752 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5479] ppid=5470 vsize=10817488 memory=4915488 CPUtime=14.56 cores=1,3,5,7
/proc/5473/task/5479/stat : 5479 (java) S 5470 5473 17093 0 -1 1077944384 18689 0 0 0 1394 62 0 0 20 0 17 0 66076292 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139713278008208 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5480] ppid=5470 vsize=10817488 memory=4068 CPUtime=7.27 cores=1,3,5,7
/proc/5473/task/5480/stat : 5480 (java) S 5470 5473 17093 0 -1 1077944384 15304 0 0 0 724 3 0 0 20 0 17 0 66076294 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712835373296 139713340140162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5481] ppid=5470 vsize=10817488 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 66076294 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712834319584 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10817488 memory=3228 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 66076294 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712833266432 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5483] ppid=5470 vsize=10817488 memory=971440 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5483/stat : 5483 (java) S 5470 5473 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 66076297 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712832214992 139713340147611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5484] ppid=5470 vsize=10817488 memory=3904 CPUtime=1.59 cores=1,3,5,7
/proc/5473/task/5484/stat : 5484 (java) S 5470 5473 17093 0 -1 1077944384 11349 0 0 0 157 2 0 0 20 0 17 0 66076297 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712831163120 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5485] ppid=5470 vsize=10817488 memory=21036 CPUtime=2.06 cores=1,3,5,7
/proc/5473/task/5485/stat : 5485 (java) S 5470 5473 17093 0 -1 1077944384 10229 0 0 0 205 1 0 0 20 0 17 0 66076297 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712830110576 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5486] ppid=5470 vsize=10817488 memory=1788 CPUtime=0.55 cores=1,3,5,7
/proc/5473/task/5486/stat : 5486 (java) S 5470 5473 17093 0 -1 1077944384 9950 0 0 0 53 2 0 0 20 0 17 0 66076297 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712829057520 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5487] ppid=5470 vsize=10817488 memory=37384 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5487/stat : 5487 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66076297 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712828005216 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5488] ppid=5470 vsize=10817488 memory=1296 CPUtime=1.63 cores=1,3,5,7
/proc/5473/task/5488/stat : 5488 (java) S 5470 5473 17093 0 -1 1077944384 1996 0 0 0 76 87 0 0 20 0 17 0 66076303 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712826952240 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5737] ppid=5470 vsize=10817488 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5737/stat : 5737 (java) S 5470 5473 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 66323376 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712824844272 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5738] ppid=5470 vsize=10817488 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5738/stat : 5738 (java) S 5470 5473 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66323376 11077107712 1228945 18446744073709551615 4194304 4196468 140732605887328 139712823792656 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
Current children cumulated CPU time: 2520.15 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4915780 KiB

[startup+2471.11 s]
/proc/loadavg: 1.99 2.02 2.11 2/212 5739
/proc/meminfo: memFree=25685748/32770624 swapFree=67108860/67108860
[pid=5473] ppid=5470 vsize=10817488 memory=4915792 CPUtime=2520.15 cores=1,3,5,7
/proc/5473/stat : 5473 (java) S 5470 5473 17093 0 -1 1077944320 515797 0 0 0 251639 376 0 0 20 0 17 0 66076286 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 140732605869872 139713340129015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
/proc/5473/statm: 2704372 1228948 3147 1 0 2693825 0
[pid=5473/tid=5475] ppid=5470 vsize=10817488 memory=4150344 CPUtime=2448.85 cores=1,3,5,7
/proc/5473/task/5475/stat : 5475 (java) S 5470 5473 17093 0 -1 1077944384 397527 0 0 0 244832 53 0 0 20 0 17 0 66076291 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139713344371888 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5476] ppid=5470 vsize=10817488 memory=4915488 CPUtime=14.54 cores=1,3,5,7
/proc/5473/task/5476/stat : 5476 (java) S 5470 5473 17093 0 -1 1077944384 11385 0 0 0 1394 60 0 0 20 0 17 0 66076292 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139713281166352 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5477] ppid=5470 vsize=10817488 memory=4915488 CPUtime=14.51 cores=1,3,5,7
/proc/5473/task/5477/stat : 5477 (java) S 5470 5473 17093 0 -1 1077944384 15511 0 0 0 1394 57 0 0 20 0 17 0 66076292 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139713280113808 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5478] ppid=5470 vsize=10817488 memory=4915488 CPUtime=14.49 cores=1,3,5,7
/proc/5473/task/5478/stat : 5478 (java) S 5470 5473 17093 0 -1 1077944384 22177 0 0 0 1390 59 0 0 20 0 17 0 66076292 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139713279060752 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5479] ppid=5470 vsize=10817488 memory=4915488 CPUtime=14.56 cores=1,3,5,7
/proc/5473/task/5479/stat : 5479 (java) S 5470 5473 17093 0 -1 1077944384 18689 0 0 0 1394 62 0 0 20 0 17 0 66076292 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139713278008208 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5480] ppid=5470 vsize=10817488 memory=4915488 CPUtime=7.27 cores=1,3,5,7
/proc/5473/task/5480/stat : 5480 (java) S 5470 5473 17093 0 -1 1077944384 15304 0 0 0 724 3 0 0 20 0 17 0 66076294 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712835373296 139713340140162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5481] ppid=5470 vsize=10817488 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5481/stat : 5481 (java) S 5470 5473 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 66076294 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712834319584 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5482] ppid=5470 vsize=10817488 memory=4150344 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5482/stat : 5482 (java) S 5470 5473 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 66076294 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712833266432 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5483] ppid=5470 vsize=10817488 memory=4150344 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5483/stat : 5483 (java) S 5470 5473 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 66076297 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712832214992 139713340147611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5484] ppid=5470 vsize=10817488 memory=4915488 CPUtime=1.59 cores=1,3,5,7
/proc/5473/task/5484/stat : 5484 (java) S 5470 5473 17093 0 -1 1077944384 11349 0 0 0 157 2 0 0 20 0 17 0 66076297 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712831163120 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5485] ppid=5470 vsize=10817488 memory=4915488 CPUtime=2.06 cores=1,3,5,7
/proc/5473/task/5485/stat : 5485 (java) S 5470 5473 17093 0 -1 1077944384 10229 0 0 0 205 1 0 0 20 0 17 0 66076297 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712830110576 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5486] ppid=5470 vsize=10817488 memory=4048 CPUtime=0.56 cores=1,3,5,7
/proc/5473/task/5486/stat : 5486 (java) R 5470 5473 17093 0 -1 4202560 10032 0 0 0 54 2 0 0 20 0 17 0 66076297 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712829057520 139713319438880 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5487] ppid=5470 vsize=10817488 memory=4150344 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5487/stat : 5487 (java) S 5470 5473 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66076297 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712828005216 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5488] ppid=5470 vsize=10817488 memory=1000 CPUtime=1.63 cores=1,3,5,7
/proc/5473/task/5488/stat : 5488 (java) S 5470 5473 17093 0 -1 1077944384 1996 0 0 0 76 87 0 0 20 0 17 0 66076303 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712826952240 139713340140162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5737] ppid=5470 vsize=10817488 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5737/stat : 5737 (java) S 5470 5473 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 66323376 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712824844272 139713340139221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
[pid=5473/tid=5738] ppid=5470 vsize=10817488 memory=4915488 CPUtime=0 cores=1,3,5,7
/proc/5473/task/5738/stat : 5738 (java) R 5470 5473 17093 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 17 0 66323376 11077107712 1228948 18446744073709551615 4194304 4196468 140732605887328 139712823792656 139713340140950 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38920192 140732605895056 140732605895209 140732605895209 140732605898703 0
Current children cumulated CPU time: 2520.15 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4915792 KiB

Child status: 143
Real time (s): 2471.15
CPU time (s): 2520.2
CPU user time (s): 2516.41
CPU system time (s): 3.79436
CPU usage (%): 101.985
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 4915792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.41
system time used= 3.79436
maximum resident set size= 4916300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515957
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56903
involuntary context switches= 1386


# summary of solver processes directly reported to runsolver:
#   pid: 5473
#   total CPU time (s): 2520.2
#   total CPU user time (s): 2516.41
#   total CPU system time (s): 3.79436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.645 second user time and 24.3571 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 17:26:21
IDJOB=4263735
IDBENCH=140521
IDSOLVER=2651
FILE ID=node127/4263735-1502638830
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbo-10-30-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263735-1502638830/watcher-4263735-1502638830 -o /tmp/evaluation-result-4263735-1502638830/solver-4263735-1502638830 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263735-1502638830.xml

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

MD5SUM BENCH= cf5c2add0e1079255d589b4f638ee707
RANDOM SEED=1544027389

node127.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.92
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.92
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.92
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.92
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:        26135348 kB
MemAvailable:   26564988 kB
Buffers:          197240 kB
Cached:           528764 kB
SwapCached:            0 kB
Active:          5991960 kB
Inactive:         206692 kB
Active(anon):    5422324 kB
Inactive(anon):    83888 kB
Active(file):     569636 kB
Inactive(file):   122804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1960 kB
Writeback:             4 kB
AnonPages:       5472780 kB
Mapped:            58784 kB
Shmem:             33444 kB
Slab:             131628 kB
SReclaimable:     106068 kB
SUnreclaim:        25560 kB
KernelStack:        3424 kB
PageTables:        15620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7101428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5326848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 18:07:32