Trace number 4258121

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) 252.347 195.556

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbp-15-30-1.xml
MD5SUMc6a062133c2754337f0ab1bb59bcc4d1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark245.379
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of constraints511
Number of domains3
Minimum domain size2
Maximum domain size31
Distribution of domain sizes[{"size":2,"count":450},{"size":30,"count":60},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":480},{"degree":3,"count":10},{"degree":5,"count":12},{"degree":7,"count":6},{"degree":9,"count":2},{"degree":31,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":450},{"arity":5,"count":30},{"arity":16,"count":30},{"arity":30,"count":1}]
Number of extensional constraints450
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":450},{"type":"allDifferent","count":1},{"type":"sum","count":30},{"type":"minimum","count":15},{"type":"maximum","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

104.25/48.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
104.25/48.30	c This is free software under the dual EPL/GNU LGPL licenses.
104.25/48.30	c See www.sat4j.org for details.
104.25/48.30	c That software uses the Rhino library from the Mozilla project.
104.25/48.30	c version CUSTOM.v20170705
104.25/48.30	c java.runtime.name	Java(TM) SE Runtime Environment
104.25/48.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
104.25/48.30	c java.vm.version	25.131-b11
104.25/48.30	c java.vm.vendor	Oracle Corporation
104.25/48.30	c sun.arch.data.model	64
104.25/48.30	c java.version		1.8.0_131
104.25/48.30	c os.name		Linux
104.25/48.30	c os.version		3.10.0-514.16.1.el7.x86_64
104.25/48.30	c os.arch		amd64
104.25/48.30	c Free memory 		499604488
104.25/48.30	c Max memory 		7247757312
104.25/48.30	c Total memory 		504889344
104.25/48.30	c Number of processors 	4
104.25/48.30	c c --- Begin Solver configuration ---
104.25/48.30	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
104.25/48.30	c Learn all clauses as in MiniSAT
104.25/48.30	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
104.25/48.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
104.25/48.30	c No reason simplification
104.25/48.30	c Glucose 2.1 dynamic restart strategy
104.25/48.30	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
104.25/48.30	c timeout=2147483s
104.25/48.30	c DB Simplification allowed=false
104.25/48.30	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
104.25/48.30	c --- End Solver configuration ---
104.25/48.30	c constraints type 
104.25/48.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 1080
104.25/48.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28898850
104.25/48.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5746889
104.25/48.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 1020
104.25/48.30	c 34647839 constraints processed.
252.27/195.50	c starts		: 23
252.27/195.50	c conflicts		: 4464
252.27/195.50	c decisions		: 47532685
252.27/195.50	c propagations		: 380451320
252.27/195.50	c inspects		: 431916419
252.27/195.50	c shortcuts		: 0
252.27/195.50	c learnt literals	: 0
252.27/195.50	c learnt binary clauses	: 288
252.27/195.50	c learnt ternary clauses	: 145
252.27/195.50	c learnt constraints	: 4464
252.27/195.50	c ignored constraints	: 0
252.27/195.50	c root simplifications	: 0
252.27/195.50	c removed literals (reason simplification)	: 0
252.27/195.50	c reason swapping (by a shorter reason)	: 0
252.27/195.50	c Calls to reduceDB	: 0
252.27/195.50	c Number of update (reduction) of LBD	: 1557
252.27/195.50	c Imported unit clauses	: 0
252.27/195.50	c number of reductions to clauses (during analyze)	: 0
252.27/195.50	c number of learned constraints concerned by reduction	: 0
252.27/195.50	c number of learning phase by resolution	: 0
252.27/195.50	c number of learning phase by cutting planes	: 0
252.27/195.50	c number of rounding to 1 operations	: 0
252.27/195.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.27/195.50	c number of reductions of the coefficients by power 2 	: 0
252.27/195.50	c number of right shift for reduction by power 2 	: 0
252.27/195.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.27/195.50	c speed (assignments/second)	: 2587488.149080151
252.27/195.50	c non guided choices	13969033
252.27/195.51	c learnt constraints type 
252.27/195.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4176
252.27/195.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 288
252.27/195.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 (15197 MiB free)
  memory of node 1: 16384 MiB (11853 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258121-1502653423/watcher-4258121-1502653423 -o /tmp/evaluation-result-4258121-1502653423/solver-4258121-1502653423 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258121-1502653423.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=20589, runsolver pid=20586
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 2.10 2.91 3.77 2/204 20598
/proc/meminfo: memFree=27688296/32770624 swapFree=67108860/67108860
[pid=20589] ppid=20586 vsize=10417928 memory=21804 CPUtime=0.04 cores=0,2,4,6
/proc/20589/stat : 20589 (java) S 20586 20589 17093 0 -1 1077944320 4386 0 0 0 4 0 0 0 20 0 13 0 67535579 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 140729137738656 139765601996535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
/proc/20589/statm: 2604482 5451 2339 1 0 2593979 0
[pid=20589/tid=20591] ppid=20586 vsize=10417928 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/20589/task/20591/stat : 20591 (java) R 20586 20589 17093 0 -1 4202560 2758 0 0 0 4 0 0 0 20 0 13 0 67535584 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765606232344 139765602018461 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20592] ppid=20586 vsize=10417928 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20592/stat : 20592 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 67535585 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765558962704 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20593] ppid=20586 vsize=10417928 memory=139815773652608 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 67535585 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 67535585 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 67535585 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10417928 memory=139815773652608 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 67535586 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 67535587 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 67535587 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 67535589 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20600] ppid=20586 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20600/stat : 20600 (java) R 20586 20589 17093 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 13 0 67535589 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765161043904 139765602006741 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20601] ppid=20586 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20601/stat : 20601 (java) R 20586 20589 17093 0 -1 4202560 258 0 0 0 0 0 0 0 20 0 13 0 67535589 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765159979080 139765594285908 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20602] ppid=20586 vsize=10417928 memory=139815773652608 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20602/stat : 20602 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 67535589 10667958272 5451 18446744073709551615 4194304 4196468 140729137756112 139765158938608 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 21804 KiB

[startup+0.210048 s]*
/proc/loadavg: 2.10 2.91 3.77 2/209 20603
/proc/meminfo: memFree=27687588/32770624 swapFree=67108860/67108860
[pid=20589] ppid=20586 vsize=10484492 memory=22860 CPUtime=0.06 cores=0,2,4,6
/proc/20589/stat : 20589 (java) S 20586 20589 17093 0 -1 1077944320 4678 0 0 0 5 1 0 0 20 0 14 0 67535579 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 140729137738656 139765601996535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
/proc/20589/statm: 2621123 5715 2557 1 0 2610620 0
[pid=20589/tid=20591] ppid=20586 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/20589/task/20591/stat : 20591 (java) D 20586 20589 17093 0 -1 4202560 2792 0 0 0 4 0 0 0 20 0 14 0 67535584 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765606234016 139765602018557 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20592] ppid=20586 vsize=10484492 memory=330 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20592/stat : 20592 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67535585 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765558962704 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20593] ppid=20586 vsize=10484492 memory=288370191925364352 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67535585 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 67535585 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67535585 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10484492 memory=139815773652608 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 67535586 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 67535587 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 67535587 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67535589 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20600] ppid=20586 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20600/stat : 20600 (java) S 20586 20589 17093 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 14 0 67535589 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765161044208 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20601] ppid=20586 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20601/stat : 20601 (java) S 20586 20589 17093 0 -1 1077944384 277 0 0 0 0 0 0 0 20 0 14 0 67535589 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765159991664 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20602] ppid=20586 vsize=10484492 memory=139815773652608 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20602/stat : 20602 (java) S 20586 20589 17093 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 67535589 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765158938608 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20603] ppid=20586 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20603/stat : 20603 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 67535590 10736119808 5715 18446744073709551615 4194304 4196468 140729137756112 139765157886304 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22860 KiB

[startup+0.31176 s]*
/proc/loadavg: 2.10 2.91 3.77 4/210 20604
/proc/meminfo: memFree=27678432/32770624 swapFree=67108860/67108860
[pid=20589] ppid=20586 vsize=10551156 memory=33460 CPUtime=0.2 cores=0,2,4,6
/proc/20589/stat : 20589 (java) S 20586 20589 17093 0 -1 1077944320 8075 0 0 0 18 2 0 0 20 0 15 0 67535579 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 140729137738656 139765601996535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
/proc/20589/statm: 2637789 8365 2874 1 0 2627261 0
[pid=20589/tid=20591] ppid=20586 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/20589/task/20591/stat : 20591 (java) R 20586 20589 17093 0 -1 4202560 5756 0 0 0 12 1 0 0 20 0 15 0 67535584 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765606217840 139765602018461 0 4 1 16800974 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20592] ppid=20586 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20592/stat : 20592 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535585 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765558962704 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20593] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535585 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535585 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535585 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535586 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535587 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535587 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535589 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20600] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20600/stat : 20600 (java) S 20586 20589 17093 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 67535589 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765161044208 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20601] ppid=20586 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20589/task/20601/stat : 20601 (java) S 20586 20589 17093 0 -1 1077944384 466 0 0 0 1 0 0 0 20 0 15 0 67535589 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765159991664 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20602] ppid=20586 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/20589/task/20602/stat : 20602 (java) S 20586 20589 17093 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 15 0 67535589 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765158938608 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20603] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20603/stat : 20603 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535590 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765157886304 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20604] ppid=20586 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20604/stat : 20604 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535602 10804383744 8365 18446744073709551615 4194304 4196468 140729137756112 139765156834352 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33460 KiB

[startup+0.701247 s]
/proc/loadavg: 2.10 2.91 3.77 4/210 20604
/proc/meminfo: memFree=27665264/32770624 swapFree=67108860/67108860
[pid=20589] ppid=20586 vsize=10551232 memory=96612 CPUtime=1.25 cores=0,2,4,6
/proc/20589/stat : 20589 (java) S 20586 20589 17093 0 -1 1077944320 13294 0 0 0 120 5 0 0 20 0 15 0 67535579 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 140729137738656 139765601996535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
/proc/20589/statm: 2637808 24153 3057 1 0 2627261 0
[pid=20589/tid=20591] ppid=20586 vsize=10551232 memory=47660 CPUtime=0.51 cores=0,2,4,6
/proc/20589/task/20591/stat : 20591 (java) R 20586 20589 17093 0 -1 4202560 7377 0 0 0 48 3 0 0 20 0 15 0 67535584 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765606234704 139765235108618 0 4 1 16800974 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20592] ppid=20586 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20592/stat : 20592 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535585 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765558962704 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20593] ppid=20586 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535585 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535585 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67535585 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67535586 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535587 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535587 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535589 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20600] ppid=20586 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/20589/task/20600/stat : 20600 (java) R 20586 20589 17093 0 -1 4202560 1377 0 0 0 24 0 0 0 20 0 15 0 67535589 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765161031056 139765579591312 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20601] ppid=20586 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/20589/task/20601/stat : 20601 (java) R 20586 20589 17093 0 -1 4202560 1564 0 0 0 21 0 0 0 20 0 15 0 67535589 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765159977544 139765583517973 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20602] ppid=20586 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/20589/task/20602/stat : 20602 (java) R 20586 20589 17093 0 -1 1077944384 1607 0 0 0 25 0 0 0 20 0 15 0 67535589 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765158938608 139765602007682 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20603] ppid=20586 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20603/stat : 20603 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535590 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765157886304 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20604] ppid=20586 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20604/stat : 20604 (java) S 20586 20589 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67535602 10804461568 24153 18446744073709551615 4194304 4196468 140729137756112 139765156834352 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 96612 KiB

[startup+1.50124 s]
/proc/loadavg: 2.10 2.91 3.77 5/210 20604
/proc/meminfo: memFree=27540772/32770624 swapFree=67108860/67108860
[pid=20589] ppid=20586 vsize=10551232 memory=260004 CPUtime=3.83 cores=0,2,4,6
/proc/20589/stat : 20589 (java) S 20586 20589 17093 0 -1 1077944320 19853 0 0 0 369 14 0 0 20 0 15 0 67535579 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 140729137738656 139765601996535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
/proc/20589/statm: 2637808 65001 3103 1 0 2627261 0
[pid=20589/tid=20591] ppid=20586 vsize=10551232 memory=4028 CPUtime=1.24 cores=0,2,4,6
/proc/20589/task/20591/stat : 20591 (java) R 20586 20589 17093 0 -1 4202560 7891 0 0 0 120 4 0 0 20 0 15 0 67535584 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765606223376 139765586336684 0 4 1 16800974 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20592] ppid=20586 vsize=10551232 memory=37988 CPUtime=0.06 cores=0,2,4,6
/proc/20589/task/20592/stat : 20592 (java) S 20586 20589 17093 0 -1 1077944384 110 0 0 0 5 1 0 0 20 0 15 0 67535585 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765558962704 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20593] ppid=20586 vsize=10551232 memory=1296 CPUtime=0.04 cores=0,2,4,6
/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 94 0 0 0 3 1 0 0 20 0 15 0 67535585 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 101 0 0 0 3 1 0 0 20 0 15 0 67535585 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10551232 memory=279631227784592 CPUtime=0.05 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 101 0 0 0 4 1 0 0 20 0 15 0 67535585 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10551232 memory=279631227784464 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 67535586 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10551232 memory=6485400618202 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67535587 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67535587 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67535589 10804461568 65001 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0

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

/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 34245 0 0 0 1687 76 0 0 20 0 16 0 67535585 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10617796 memory=5533940 CPUtime=17.6 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 38171 0 0 0 1689 71 0 0 20 0 16 0 67535585 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10617796 memory=5533944 CPUtime=17.63 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 37277 0 0 0 1686 77 0 0 20 0 16 0 67535585 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10617796 memory=5533944 CPUtime=6.5 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 14745 0 0 0 649 1 0 0 20 0 16 0 67535586 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10617796 memory=5533944 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 67535587 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10617796 memory=5533944 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67535587 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10617796 memory=5533944 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67535589 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20600] ppid=20586 vsize=10617796 memory=5533868 CPUtime=1.84 cores=0,2,4,6
/proc/20589/task/20600/stat : 20600 (java) S 20586 20589 17093 0 -1 1077944384 5764 0 0 0 183 1 0 0 20 0 16 0 67535589 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765161044208 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20601] ppid=20586 vsize=10617796 memory=5533944 CPUtime=1.79 cores=0,2,4,6
/proc/20589/task/20601/stat : 20601 (java) S 20586 20589 17093 0 -1 1077944384 6656 0 0 0 178 1 0 0 20 0 16 0 67535589 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765159991664 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20602] ppid=20586 vsize=10617796 memory=5533944 CPUtime=0.53 cores=0,2,4,6
/proc/20589/task/20602/stat : 20602 (java) S 20586 20589 17093 0 -1 1077944384 3786 0 0 0 52 1 0 0 20 0 16 0 67535589 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765158938608 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20603] ppid=20586 vsize=10617796 memory=5533944 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20603/stat : 20603 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67535590 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765157886304 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20604] ppid=20586 vsize=10617796 memory=5533944 CPUtime=0.09 cores=0,2,4,6
/proc/20589/task/20604/stat : 20604 (java) S 20586 20589 17093 0 -1 1077944384 180 0 0 0 5 4 0 0 20 0 16 0 67535602 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765156834352 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20621] ppid=20586 vsize=10617796 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20621/stat : 20621 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67540426 10872623104 1383486 18446744073709551615 4194304 4196468 140729137756112 139765155780144 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
Current children cumulated CPU time: 219.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5533944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+195.301 s]
/proc/loadavg: 2.25 2.63 3.50 3/212 20704
/proc/meminfo: memFree=18036108/32770624 swapFree=67108860/67108860
[pid=20589] ppid=20586 vsize=10617796 memory=5534096 CPUtime=252.07 cores=0,2,4,6
/proc/20589/stat : 20589 (java) S 20586 20589 17093 0 -1 1077944320 259345 0 0 0 24866 341 0 0 20 0 16 0 67535579 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 140729137738656 139765601996535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
/proc/20589/statm: 2654449 1383524 3139 1 0 2643902 0
[pid=20589/tid=20591] ppid=20586 vsize=10617796 memory=5534096 CPUtime=170.75 cores=0,2,4,6
/proc/20589/task/20591/stat : 20591 (java) R 20586 20589 17093 0 -1 4202560 76606 0 0 0 17050 25 0 0 20 0 16 0 67535584 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765606233240 139765237809697 0 4 1 16800974 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20592] ppid=20586 vsize=10617796 memory=5534084 CPUtime=17.56 cores=0,2,4,6
/proc/20589/task/20592/stat : 20592 (java) S 20586 20589 17093 0 -1 1077944384 39792 0 0 0 1677 79 0 0 20 0 16 0 67535585 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765558962704 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20593] ppid=20586 vsize=10617796 memory=5534096 CPUtime=17.63 cores=0,2,4,6
/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 34245 0 0 0 1687 76 0 0 20 0 16 0 67535585 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10617796 memory=5534096 CPUtime=17.6 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 38171 0 0 0 1689 71 0 0 20 0 16 0 67535585 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10617796 memory=5534084 CPUtime=17.63 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 37277 0 0 0 1686 77 0 0 20 0 16 0 67535585 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10617796 memory=5534096 CPUtime=6.5 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 14754 0 0 0 649 1 0 0 20 0 16 0 67535586 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10617796 memory=5534096 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 67535587 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10617796 memory=5534096 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67535587 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10617796 memory=5534096 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67535589 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20600] ppid=20586 vsize=10617796 memory=139815614249473 CPUtime=1.84 cores=0,2,4,6
/proc/20589/task/20600/stat : 20600 (java) S 20586 20589 17093 0 -1 1077944384 6071 0 0 0 183 1 0 0 20 0 16 0 67535589 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765161044208 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20601] ppid=20586 vsize=10617796 memory=5534096 CPUtime=1.81 cores=0,2,4,6
/proc/20589/task/20601/stat : 20601 (java) S 20586 20589 17093 0 -1 1077944384 6975 0 0 0 179 2 0 0 20 0 16 0 67535589 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765159991664 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20602] ppid=20586 vsize=10617796 memory=279631228238432 CPUtime=0.53 cores=0,2,4,6
/proc/20589/task/20602/stat : 20602 (java) S 20586 20589 17093 0 -1 1077944384 3852 0 0 0 52 1 0 0 20 0 16 0 67535589 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765158938608 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20603] ppid=20586 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20603/stat : 20603 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 67535590 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765157886304 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20604] ppid=20586 vsize=10617796 memory=4028 CPUtime=0.11 cores=0,2,4,6
/proc/20589/task/20604/stat : 20604 (java) S 20586 20589 17093 0 -1 1077944384 223 0 0 0 6 5 0 0 20 0 16 0 67535602 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765156834352 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20621] ppid=20586 vsize=10617796 memory=38008 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20621/stat : 20621 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 67540426 10872623104 1383524 18446744073709551615 4194304 4196468 140729137756112 139765155780144 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5534096 KiB

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

[startup+195.556 s]
# the end of solver process 20589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.886 s, system=3.46045 s

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

[startup+195.405 s]
/proc/loadavg: 2.25 2.63 3.50 3/212 20704
/proc/meminfo: memFree=18036108/32770624 swapFree=67108860/67108860
[pid=20589] ppid=20586 vsize=10817488 memory=5534312 CPUtime=252.18 cores=0,2,4,6
/proc/20589/stat : 20589 (java) S 20586 20589 17093 0 -1 1077944320 259915 0 0 0 24877 341 0 0 20 0 17 0 67535579 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 140729137738656 139765601996535 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
/proc/20589/statm: 2704372 1383578 3141 1 0 2693825 0
[pid=20589/tid=20591] ppid=20586 vsize=10817488 memory=5534096 CPUtime=170.86 cores=0,2,4,6
/proc/20589/task/20591/stat : 20591 (java) R 20586 20589 17093 0 -1 4202560 76618 0 0 0 17061 25 0 0 20 0 17 0 67535584 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765606232720 139765237679521 0 4 1 16800974 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20592] ppid=20586 vsize=10817488 memory=5534096 CPUtime=17.56 cores=0,2,4,6
/proc/20589/task/20592/stat : 20592 (java) S 20586 20589 17093 0 -1 1077944384 39792 0 0 0 1677 79 0 0 20 0 17 0 67535585 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765558962704 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20593] ppid=20586 vsize=10817488 memory=4028 CPUtime=17.63 cores=0,2,4,6
/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 34245 0 0 0 1687 76 0 0 20 0 17 0 67535585 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10817488 memory=1000 CPUtime=17.6 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 38171 0 0 0 1689 71 0 0 20 0 17 0 67535585 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10817488 memory=796 CPUtime=17.63 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 37277 0 0 0 1686 77 0 0 20 0 17 0 67535585 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10817488 memory=10968 CPUtime=6.5 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 14781 0 0 0 649 1 0 0 20 0 17 0 67535586 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10817488 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 67535587 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10817488 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 67535587 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10817488 memory=21392 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 17 0 67535589 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20600] ppid=20586 vsize=10817488 memory=1788 CPUtime=1.84 cores=0,2,4,6
/proc/20589/task/20600/stat : 20600 (java) S 20586 20589 17093 0 -1 1077944384 6071 0 0 0 183 1 0 0 20 0 17 0 67535589 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765161044208 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20601] ppid=20586 vsize=10817488 memory=5534096 CPUtime=1.81 cores=0,2,4,6
/proc/20589/task/20601/stat : 20601 (java) S 20586 20589 17093 0 -1 1077944384 6975 0 0 0 179 2 0 0 20 0 17 0 67535589 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765159991664 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20602] ppid=20586 vsize=10817488 memory=796 CPUtime=0.53 cores=0,2,4,6
/proc/20589/task/20602/stat : 20602 (java) S 20586 20589 17093 0 -1 1077944384 3882 0 0 0 52 1 0 0 20 0 17 0 67535589 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765158938608 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20603] ppid=20586 vsize=10817488 memory=10968 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20603/stat : 20603 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67535590 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765157886304 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20604] ppid=20586 vsize=10817488 memory=15876 CPUtime=0.11 cores=0,2,4,6
/proc/20589/task/20604/stat : 20604 (java) S 20586 20589 17093 0 -1 1077944384 223 0 0 0 6 5 0 0 20 0 17 0 67535602 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765156834352 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
Current children cumulated CPU time: 252.18 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5534312 KiB

[startup+195.501 s]
/proc/loadavg: 2.25 2.63 3.50 3/212 20704
/proc/meminfo: memFree=18036108/32770624 swapFree=67108860/67108860
[pid=20589] ppid=20586 vsize=10817488 memory=5534312 CPUtime=252.27 cores=0,2,4,6
/proc/20589/stat : 20589 (java) S 20586 20589 17093 0 -1 1077944320 259915 0 0 0 24886 341 0 0 20 0 17 0 67535579 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 140729137738656 139765601996535 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
/proc/20589/statm: 2704372 1383578 3141 1 0 2693825 0
[pid=20589/tid=20591] ppid=20586 vsize=10817488 memory=5534096 CPUtime=170.95 cores=0,2,4,6
/proc/20589/task/20591/stat : 20591 (java) R 20586 20589 17093 0 -1 4202560 76618 0 0 0 17070 25 0 0 20 0 17 0 67535584 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765606232720 139765237679505 0 4 1 16800974 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20592] ppid=20586 vsize=10817488 memory=5534096 CPUtime=17.56 cores=0,2,4,6
/proc/20589/task/20592/stat : 20592 (java) S 20586 20589 17093 0 -1 1077944384 39792 0 0 0 1677 79 0 0 20 0 17 0 67535585 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765558962704 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20593] ppid=20586 vsize=10817488 memory=5534096 CPUtime=17.63 cores=0,2,4,6
/proc/20589/task/20593/stat : 20593 (java) S 20586 20589 17093 0 -1 1077944384 34245 0 0 0 1687 76 0 0 20 0 17 0 67535585 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765557910160 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20594] ppid=20586 vsize=10817488 memory=5534096 CPUtime=17.6 cores=0,2,4,6
/proc/20589/task/20594/stat : 20594 (java) S 20586 20589 17093 0 -1 1077944384 38171 0 0 0 1689 71 0 0 20 0 17 0 67535585 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765556857104 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20595] ppid=20586 vsize=10817488 memory=5534084 CPUtime=17.63 cores=0,2,4,6
/proc/20589/task/20595/stat : 20595 (java) S 20586 20589 17093 0 -1 1077944384 37277 0 0 0 1686 77 0 0 20 0 17 0 67535585 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765555804560 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20596] ppid=20586 vsize=10817488 memory=5534096 CPUtime=6.5 cores=0,2,4,6
/proc/20589/task/20596/stat : 20596 (java) S 20586 20589 17093 0 -1 1077944384 14781 0 0 0 649 1 0 0 20 0 17 0 67535586 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765165255408 139765602007682 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20597] ppid=20586 vsize=10817488 memory=5534096 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20597/stat : 20597 (java) S 20586 20589 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 67535587 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765164201632 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20598] ppid=20586 vsize=10817488 memory=5534084 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20598/stat : 20598 (java) S 20586 20589 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 67535587 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765163148528 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20599] ppid=20586 vsize=10817488 memory=5534096 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20599/stat : 20599 (java) S 20586 20589 17093 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 17 0 67535589 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765162097104 139765602015131 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20600] ppid=20586 vsize=10817488 memory=5534096 CPUtime=1.84 cores=0,2,4,6
/proc/20589/task/20600/stat : 20600 (java) S 20586 20589 17093 0 -1 1077944384 6071 0 0 0 183 1 0 0 20 0 17 0 67535589 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765161044208 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20601] ppid=20586 vsize=10817488 memory=139815614249473 CPUtime=1.81 cores=0,2,4,6
/proc/20589/task/20601/stat : 20601 (java) S 20586 20589 17093 0 -1 1077944384 6975 0 0 0 179 2 0 0 20 0 17 0 67535589 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765159991664 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20602] ppid=20586 vsize=10817488 memory=4028 CPUtime=0.53 cores=0,2,4,6
/proc/20589/task/20602/stat : 20602 (java) S 20586 20589 17093 0 -1 1077944384 3882 0 0 0 52 1 0 0 20 0 17 0 67535589 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765158938608 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20603] ppid=20586 vsize=10817488 memory=38008 CPUtime=0 cores=0,2,4,6
/proc/20589/task/20603/stat : 20603 (java) S 20586 20589 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67535590 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765157886304 139765602006741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
[pid=20589/tid=20604] ppid=20586 vsize=10817488 memory=21392 CPUtime=0.11 cores=0,2,4,6
/proc/20589/task/20604/stat : 20604 (java) S 20586 20589 17093 0 -1 1077944384 223 0 0 0 6 5 0 0 20 0 17 0 67535602 11077107712 1383578 18446744073709551615 4194304 4196468 140729137756112 139765156834352 139765602007682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140729137758613 140729137758766 140729137758766 140729137762255 0
Current children cumulated CPU time: 252.27 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5534312 KiB

Child status: 143
Real time (s): 195.556
CPU time (s): 252.347
CPU user time (s): 248.886
CPU system time (s): 3.46045
CPU usage (%): 129.041
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5534312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.886
system time used= 3.46045
maximum resident set size= 5534692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260241
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7554
involuntary context switches= 918


# summary of solver processes directly reported to runsolver:
#   pid: 20589
#   total CPU time (s): 252.347
#   total CPU user time (s): 248.886
#   total CPU system time (s): 3.46045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.21408 second user time and 1.88837 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 21:29:34
IDJOB=4258121
IDBENCH=140543
IDSOLVER=2643
FILE ID=node127/4258121-1502653423
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbp-15-30-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258121-1502653423/watcher-4258121-1502653423 -o /tmp/evaluation-result-4258121-1502653423/solver-4258121-1502653423 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258121-1502653423.xml

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

MD5SUM BENCH= c6a062133c2754337f0ab1bb59bcc4d1
RANDOM SEED=1984745700

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:        27700000 kB
MemAvailable:   28152004 kB
Buffers:          204084 kB
Cached:           543688 kB
SwapCached:            0 kB
Active:          4411000 kB
Inactive:         226388 kB
Active(anon):    3839304 kB
Inactive(anon):    83872 kB
Active(file):     571696 kB
Inactive(file):   142516 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2016 kB
Writeback:             0 kB
AnonPages:       3889780 kB
Mapped:            59148 kB
Shmem:             33444 kB
Slab:             132940 kB
SReclaimable:     107256 kB
SUnreclaim:        25684 kB
KernelStack:        3440 kB
PageTables:        12492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5156860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3723264 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 21:32:50