Trace number 4263687

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1201 2487.97

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-12.xml
MD5SUM94ecf309347a79215709974b71377e2d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints3725
Number of domains1
Minimum domain size50
Maximum domain size50
Distribution of domain sizes[{"size":50,"count":100}]
Minimum variable degree50
Maximum variable degree99
Distribution of variable degrees[{"degree":50,"count":50},{"degree":99,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3725}]
Number of extensional constraints0
Number of intensional constraints3725
Distribution of constraint types[{"type":"intension","count":3725}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263687-1502635506/watcher-4263687-1502635506 -o /tmp/evaluation-result-4263687-1502635506/solver-4263687-1502635506 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263687-1502635506.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19224, runsolver pid=19221

[startup+0.100199 s]*
/proc/loadavg: 7.03 6.66 5.11 3/211 19233
/proc/meminfo: memFree=26825052/32770624 swapFree=67108764/67108860
[pid=19224] ppid=19221 vsize=10151672 memory=20984 CPUtime=0.03 cores=0,2,4,6
/proc/19224/stat : 19224 (java) S 19221 19224 4674 0 -1 1077944320 4134 0 0 0 3 0 0 0 20 0 9 0 111057042 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140735791226928 140651797700343 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
/proc/19224/statm: 2537918 5246 2123 1 0 2527415 0
[pid=19224/tid=19226] ppid=19221 vsize=10151672 memory=7077796292425249400 CPUtime=0.02 cores=0,2,4,6
/proc/19224/task/19226/stat : 19226 (java) R 19221 19224 4674 0 -1 4202560 2778 0 0 0 2 0 0 0 20 0 9 0 111057049 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140651801938288 140651790378357 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19227] ppid=19221 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19227/stat : 19227 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111057049 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140651728120976 140651797710549 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19228] ppid=19221 vsize=10151672 memory=139859610519168 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111057049 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111057049 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111057049 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111057051 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 111057051 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140650837267488 140651797710549 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 111057051 10395312128 5246 18446744073709551615 4194304 4196468 140735791244384 140650836214640 140651797710549 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20984 KiB

[startup+0.210253 s]*
/proc/loadavg: 7.03 6.66 5.11 3/217 19239
/proc/meminfo: memFree=26816092/32770624 swapFree=67108764/67108860
[pid=19224] ppid=19221 vsize=10551156 memory=30204 CPUtime=0.13 cores=0,2,4,6
/proc/19224/stat : 19224 (java) S 19221 19224 4674 0 -1 1077944320 7665 0 0 0 11 2 0 0 20 0 15 0 111057042 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140735791226928 140651797700343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
/proc/19224/statm: 2637789 7551 2793 1 0 2627261 0
[pid=19224/tid=19226] ppid=19221 vsize=10551156 memory=8316850467074736180 CPUtime=0.09 cores=0,2,4,6
/proc/19224/task/19226/stat : 19226 (java) R 19221 19224 4674 0 -1 4202560 5519 0 0 0 8 1 0 0 20 0 15 0 111057049 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140651801888688 140651797722269 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19227] ppid=19221 vsize=10551156 memory=12958 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19227/stat : 19227 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140651728120976 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19228] ppid=19221 vsize=10551156 memory=139859610594837 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111057049 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10551156 memory=139859610519168 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111057051 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111057051 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650837267488 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111057051 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650836214640 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19234] ppid=19221 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19234/stat : 19234 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111057054 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650835162960 140651797718939 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19235] ppid=19221 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19235/stat : 19235 (java) S 19221 19224 4674 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 111057054 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650834111344 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19236] ppid=19221 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19236/stat : 19236 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111057054 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650833058544 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19237] ppid=19221 vsize=10551156 memory=139859610519168 CPUtime=0.01 cores=0,2,4,6
/proc/19224/task/19237/stat : 19237 (java) R 19221 19224 4674 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 15 0 111057054 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650832005744 140651797721690 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19238] ppid=19221 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19238/stat : 19238 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111057054 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650830953184 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19239] ppid=19221 vsize=10551156 memory=139859610519168 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19239/stat : 19239 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057059 10804383744 7551 18446744073709551615 4194304 4196468 140735791244384 140650829900464 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30204 KiB

[startup+0.310877 s]*
/proc/loadavg: 7.03 6.66 5.11 4/217 19239
/proc/meminfo: memFree=26811088/32770624 swapFree=67108764/67108860
[pid=19224] ppid=19221 vsize=10551156 memory=39092 CPUtime=0.29 cores=0,2,4,6
/proc/19224/stat : 19224 (java) S 19221 19224 4674 0 -1 1077944320 9043 0 0 0 27 2 0 0 20 0 15 0 111057042 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140735791226928 140651797700343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
/proc/19224/statm: 2637789 9773 2932 1 0 2627261 0
[pid=19224/tid=19226] ppid=19221 vsize=10551156 memory=8316850467074736180 CPUtime=0.19 cores=0,2,4,6
/proc/19224/task/19226/stat : 19226 (java) R 19221 19224 4674 0 -1 4202560 6153 0 0 0 18 1 0 0 20 0 15 0 111057049 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140651801938112 140651404537714 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19227] ppid=19221 vsize=10551156 memory=12958 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19227/stat : 19227 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140651728120976 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19228] ppid=19221 vsize=10551156 memory=139859610594837 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111057049 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10551156 memory=3471342255931356848 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111057051 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10551156 memory=7929203099022995720 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111057051 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650837267488 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111057051 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650836214640 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19234] ppid=19221 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19234/stat : 19234 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111057054 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650835162960 140651797718939 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19235] ppid=19221 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19224/task/19235/stat : 19235 (java) R 19221 19224 4674 0 -1 1077944384 585 0 0 0 1 0 0 0 20 0 15 0 111057054 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650834111440 140651797710549 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19236] ppid=19221 vsize=10551156 memory=3472328296227418159 CPUtime=0.01 cores=0,2,4,6
/proc/19224/task/19236/stat : 19236 (java) R 19221 19224 4674 0 -1 4202560 143 0 0 0 1 0 0 0 20 0 15 0 111057054 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650833045392 140651782865991 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19237] ppid=19221 vsize=10551156 memory=7599809609634659043 CPUtime=0.05 cores=0,2,4,6
/proc/19224/task/19237/stat : 19237 (java) R 19221 19224 4674 0 -1 4202560 794 0 0 0 5 0 0 0 20 0 15 0 111057054 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650832001472 140651775845636 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19238] ppid=19221 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19238/stat : 19238 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111057054 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650830953184 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19239] ppid=19221 vsize=10551156 memory=139859610519168 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19239/stat : 19239 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057059 10804383744 9773 18446744073709551615 4194304 4196468 140735791244384 140650829900464 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39092 KiB

[startup+0.71025 s]
/proc/loadavg: 7.03 6.66 5.11 8/217 19239
/proc/meminfo: memFree=26791424/32770624 swapFree=67108764/67108860
[pid=19224] ppid=19221 vsize=10551232 memory=99024 CPUtime=1.57 cores=0,2,4,6
/proc/19224/stat : 19224 (java) S 19221 19224 4674 0 -1 1077944320 13379 0 0 0 152 5 0 0 20 0 15 0 111057042 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140735791226928 140651797700343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
/proc/19224/statm: 2637808 24756 3060 1 0 2627261 0
[pid=19224/tid=19226] ppid=19221 vsize=10551232 memory=956 CPUtime=0.58 cores=0,2,4,6
/proc/19224/task/19226/stat : 19226 (java) R 19221 19224 4674 0 -1 4202560 7478 0 0 0 55 3 0 0 20 0 15 0 111057049 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140651801931120 140651407788256 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19227] ppid=19221 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19227/stat : 19227 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140651728120976 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19228] ppid=19221 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10551232 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057049 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10551232 memory=928 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111057049 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10551232 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111057051 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111057051 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650837267488 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111057051 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650836214640 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19234] ppid=19221 vsize=10551232 memory=737 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19234/stat : 19234 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111057054 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650835162960 140651797718939 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19235] ppid=19221 vsize=10551232 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/19224/task/19235/stat : 19235 (java) R 19221 19224 4674 0 -1 4202560 1625 0 0 0 32 0 0 0 20 0 15 0 111057054 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650834092360 140651776919623 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19236] ppid=19221 vsize=10551232 memory=844 CPUtime=0.34 cores=0,2,4,6
/proc/19224/task/19236/stat : 19236 (java) R 19221 19224 4674 0 -1 4202560 1090 0 0 0 34 0 0 0 20 0 15 0 111057054 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650833051504 140651776889792 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19237] ppid=19221 vsize=10551232 memory=16436 CPUtime=0.29 cores=0,2,4,6
/proc/19224/task/19237/stat : 19237 (java) S 19221 19224 4674 0 -1 1077944384 1815 0 0 0 29 0 0 0 20 0 15 0 111057054 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650832005744 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19238] ppid=19221 vsize=10551232 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19238/stat : 19238 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111057054 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650830953184 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19239] ppid=19221 vsize=10551232 memory=3044 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19239/stat : 19239 (java) S 19221 19224 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111057059 10804461568 24756 18446744073709551615 4194304 4196468 140735791244384 140650829900464 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 99024 KiB

[startup+1.50133 s]
/proc/loadavg: 7.03 6.66 5.11 6/217 19239
/proc/meminfo: memFree=26420488/32770624 swapFree=67108764/67108860
[pid=19224] ppid=19221 vsize=10551232 memory=395592 CPUtime=3.76 cores=0,2,4,6
/proc/19224/stat : 19224 (java) S 19221 19224 4674 0 -1 1077944320 15782 0 0 0 348 28 0 0 20 0 15 0 111057042 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140735791226928 140651797700343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
/proc/19224/statm: 2637808 98898 3099 1 0 2627261 0
[pid=19224/tid=19226] ppid=19221 vsize=10551232 memory=2257 CPUtime=1.21 cores=0,2,4,6
/proc/19224/task/19226/stat : 19226 (java) R 19221 19224 4674 0 -1 4202560 7621 0 0 0 116 5 0 0 20 0 15 0 111057049 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140651801936712 140651408525575 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19227] ppid=19221 vsize=10551232 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/19224/task/19227/stat : 19227 (java) S 19221 19224 4674 0 -1 1077944384 132 0 0 0 10 4 0 0 20 0 15 0 111057049 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140651728120976 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19228] ppid=19221 vsize=10551232 memory=-7522837582236181595 CPUtime=0.15 cores=0,2,4,6
/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 128 0 0 0 10 5 0 0 20 0 15 0 111057049 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10551232 memory=190628 CPUtime=0.14 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 147 0 0 0 10 4 0 0 20 0 15 0 111057049 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10551232 memory=16436 CPUtime=0.15 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 148 0 0 0 11 4 0 0 20 0 15 0 111057049 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10551232 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 111057051 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10551232 memory=3044 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 111057051 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140650837267488 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10551232 memory=279719006417504 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111057051 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140650836214640 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19234] ppid=19221 vsize=10551232 memory=7306923705150626154 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19234/stat : 19234 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111057054 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140650835162960 140651797718939 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19235] ppid=19221 vsize=10551232 memory=7306923705150626154 CPUtime=0.69 cores=0,2,4,6
/proc/19224/task/19235/stat : 19235 (java) S 19221 19224 4674 0 -1 1077944384 1842 0 0 0 69 0 0 0 20 0 15 0 111057054 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140650834111344 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19236] ppid=19221 vsize=10551232 memory=7306923705150626154 CPUtime=0.76 cores=0,2,4,6
/proc/19224/task/19236/stat : 19236 (java) R 19221 19224 4674 0 -1 4202560 2199 0 0 0 75 1 0 0 20 0 15 0 111057054 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140650833039560 140651775717335 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19237] ppid=19221 vsize=10551232 memory=7306923705150626154 CPUtime=0.42 cores=0,2,4,6
/proc/19224/task/19237/stat : 19237 (java) S 19221 19224 4674 0 -1 1077944384 2119 0 0 0 42 0 0 0 20 0 15 0 111057054 10804461568 98898 18446744073709551615 4194304 4196468 140735791244384 140650832005744 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0

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

/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 8091 0 0 0 781 68 0 0 20 0 16 0 111057049 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10617796 memory=3366932 CPUtime=8.41 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 5460 0 0 0 771 70 0 0 20 0 16 0 111057049 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10617796 memory=3366932 CPUtime=8.54 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 7291 0 0 0 779 75 0 0 20 0 16 0 111057049 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10617796 memory=4148 CPUtime=2.44 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 9727 0 0 0 241 3 0 0 20 0 16 0 111057051 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10617796 memory=3366932 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 111057051 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650837267552 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10617796 memory=3366932 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 111057051 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650836214656 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19234] ppid=19221 vsize=10617796 memory=279719007295856 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19234/stat : 19234 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111057054 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650835162960 140651797718939 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19235] ppid=19221 vsize=10617796 memory=0 CPUtime=1.87 cores=0,2,4,6
/proc/19224/task/19235/stat : 19235 (java) S 19221 19224 4674 0 -1 1077944384 10796 0 0 0 186 1 0 0 20 0 16 0 111057054 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650834111344 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19236] ppid=19221 vsize=10617796 memory=-8774313645642428999 CPUtime=2.08 cores=0,2,4,6
/proc/19224/task/19236/stat : 19236 (java) S 19221 19224 4674 0 -1 1077944384 12708 0 0 0 206 2 0 0 20 0 16 0 111057054 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650833058544 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19237] ppid=19221 vsize=10617796 memory=1444 CPUtime=0.56 cores=0,2,4,6
/proc/19224/task/19237/stat : 19237 (java) S 19221 19224 4674 0 -1 1077944384 5608 0 0 0 55 1 0 0 20 0 16 0 111057054 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650832005744 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19238] ppid=19221 vsize=10617796 memory=3366932 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19238/stat : 19238 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111057054 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650830953184 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19239] ppid=19221 vsize=10617796 memory=3188 CPUtime=1.51 cores=0,2,4,6
/proc/19224/task/19239/stat : 19239 (java) S 19221 19224 4674 0 -1 1077944384 3016 0 0 0 75 76 0 0 20 0 16 0 111057059 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650829900464 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19240] ppid=19221 vsize=10617796 memory=3366932 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19240/stat : 19240 (java) S 19221 19224 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111058362 10872623104 841733 18446744073709551615 4194304 4196468 140735791244384 140650828846000 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
Current children cumulated CPU time: 2473.32 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3366932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.7 s]
/proc/loadavg: 1.98 2.10 2.64 3/216 19725
/proc/meminfo: memFree=19923248/32770624 swapFree=67108764/67108860
[pid=19224] ppid=19221 vsize=10617796 memory=3537684 CPUtime=2520.03 cores=0,2,4,6
/proc/19224/stat : 19224 (java) S 19221 19224 4674 0 -1 1077944320 195433 0 0 0 251623 380 0 0 20 0 16 0 111057042 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140735791226928 140651797700343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
/proc/19224/statm: 2654449 884421 3147 1 0 2643902 0
[pid=19224/tid=19226] ppid=19221 vsize=10617796 memory=3537684 CPUtime=2475.81 cores=0,2,4,6
/proc/19224/task/19226/stat : 19226 (java) R 19221 19224 4674 0 -1 4202560 119883 0 0 0 247564 17 0 0 20 0 16 0 111057049 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140651801939328 140651410380643 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19227] ppid=19221 vsize=10617796 memory=3537684 CPUtime=8.91 cores=0,2,4,6
/proc/19224/task/19227/stat : 19227 (java) S 19221 19224 4674 0 -1 1077944384 8872 0 0 0 823 68 0 0 20 0 16 0 111057049 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140651728120976 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19228] ppid=19221 vsize=10617796 memory=3537684 CPUtime=8.91 cores=0,2,4,6
/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 8609 0 0 0 819 72 0 0 20 0 16 0 111057049 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10617796 memory=3537684 CPUtime=8.84 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 6851 0 0 0 809 75 0 0 20 0 16 0 111057049 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10617796 memory=3537684 CPUtime=8.97 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 7630 0 0 0 817 80 0 0 20 0 16 0 111057049 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10617796 memory=3537684 CPUtime=2.44 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 9992 0 0 0 241 3 0 0 20 0 16 0 111057051 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10617796 memory=3366932 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 111057051 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650837267552 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10617796 memory=3537684 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 111057051 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650836214656 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19234] ppid=19221 vsize=10617796 memory=3537684 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19234/stat : 19234 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111057054 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650835162960 140651797718939 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19235] ppid=19221 vsize=10617796 memory=984 CPUtime=1.87 cores=0,2,4,6
/proc/19224/task/19235/stat : 19235 (java) S 19221 19224 4674 0 -1 1077944384 10804 0 0 0 186 1 0 0 20 0 16 0 111057054 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650834111344 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19236] ppid=19221 vsize=10617796 memory=9000 CPUtime=2.08 cores=0,2,4,6
/proc/19224/task/19236/stat : 19236 (java) S 19221 19224 4674 0 -1 1077944384 12711 0 0 0 206 2 0 0 20 0 16 0 111057054 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650833058544 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19237] ppid=19221 vsize=10617796 memory=3537684 CPUtime=0.56 cores=0,2,4,6
/proc/19224/task/19237/stat : 19237 (java) S 19221 19224 4674 0 -1 1077944384 5612 0 0 0 55 1 0 0 20 0 16 0 111057054 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650832005744 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19238] ppid=19221 vsize=10617796 memory=3537684 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19238/stat : 19238 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111057054 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650830953184 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19239] ppid=19221 vsize=10617796 memory=4064 CPUtime=1.53 cores=0,2,4,6
/proc/19224/task/19239/stat : 19239 (java) S 19221 19224 4674 0 -1 1077944384 3057 0 0 0 76 77 0 0 20 0 16 0 111057059 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650829900464 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19240] ppid=19221 vsize=10617796 memory=3537684 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19240/stat : 19240 (java) S 19221 19224 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111058362 10872623104 884421 18446744073709551615 4194304 4196468 140735791244384 140650828846000 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3537684 KiB

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

[startup+2487.97 s]
# the end of solver process 19224 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.82533 s

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

[startup+2487.81 s]
/proc/loadavg: 1.98 2.10 2.64 3/216 19725
/proc/meminfo: memFree=19923248/32770624 swapFree=67108764/67108860
[pid=19224] ppid=19221 vsize=10817488 memory=3537904 CPUtime=2520.04 cores=0,2,4,6
/proc/19224/stat : 19224 (java) S 19221 19224 4674 0 -1 1077944320 196160 0 0 0 251624 380 0 0 20 0 17 0 111057042 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140735791226928 140651797700343 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
/proc/19224/statm: 2704372 884476 3149 1 0 2693825 0
[pid=19224/tid=19226] ppid=19221 vsize=10817488 memory=-8774313645642428999 CPUtime=2475.82 cores=0,2,4,6
/proc/19224/task/19226/stat : 19226 (java) S 19221 19224 4674 0 -1 1077944384 119945 0 0 0 247565 17 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651801943216 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19227] ppid=19221 vsize=10817488 memory=644 CPUtime=8.91 cores=0,2,4,6
/proc/19224/task/19227/stat : 19227 (java) S 19221 19224 4674 0 -1 1077944384 8872 0 0 0 823 68 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651728120976 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19228] ppid=19221 vsize=10817488 memory=1796 CPUtime=8.91 cores=0,2,4,6
/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 8609 0 0 0 819 72 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10817488 memory=956 CPUtime=8.84 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 6851 0 0 0 809 75 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10817488 memory=2244 CPUtime=8.97 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 7630 0 0 0 817 80 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10817488 memory=4288 CPUtime=2.44 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 9997 0 0 0 241 3 0 0 20 0 17 0 111057051 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10817488 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 111057051 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650837267552 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10817488 memory=928 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111057051 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650836214656 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19234] ppid=19221 vsize=10817488 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19234/stat : 19234 (java) S 19221 19224 4674 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650835162960 140651797718939 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19235] ppid=19221 vsize=10817488 memory=844 CPUtime=1.87 cores=0,2,4,6
/proc/19224/task/19235/stat : 19235 (java) S 19221 19224 4674 0 -1 1077944384 10804 0 0 0 186 1 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650834111344 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19236] ppid=19221 vsize=10817488 memory=32180 CPUtime=2.08 cores=0,2,4,6
/proc/19224/task/19236/stat : 19236 (java) S 19221 19224 4674 0 -1 1077944384 12712 0 0 0 206 2 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650833058544 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19237] ppid=19221 vsize=10817488 memory=1232 CPUtime=0.56 cores=0,2,4,6
/proc/19224/task/19237/stat : 19237 (java) S 19221 19224 4674 0 -1 1077944384 5785 0 0 0 55 1 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650832005744 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19238] ppid=19221 vsize=10817488 memory=644 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19238/stat : 19238 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650830953184 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19239] ppid=19221 vsize=10817488 memory=1796 CPUtime=1.53 cores=0,2,4,6
/proc/19224/task/19239/stat : 19239 (java) S 19221 19224 4674 0 -1 1077944384 3057 0 0 0 76 77 0 0 20 0 17 0 111057059 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650829900464 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3537904 KiB

[startup+2487.9 s]
/proc/loadavg: 1.98 2.10 2.64 3/216 19725
/proc/meminfo: memFree=19923248/32770624 swapFree=67108764/67108860
[pid=19224] ppid=19221 vsize=10817488 memory=3537904 CPUtime=2520.04 cores=0,2,4,6
/proc/19224/stat : 19224 (java) S 19221 19224 4674 0 -1 1077944320 196160 0 0 0 251624 380 0 0 20 0 17 0 111057042 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140735791226928 140651797700343 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
/proc/19224/statm: 2704372 884476 3149 1 0 2693825 0
[pid=19224/tid=19226] ppid=19221 vsize=10817488 memory=984 CPUtime=2475.82 cores=0,2,4,6
/proc/19224/task/19226/stat : 19226 (java) S 19221 19224 4674 0 -1 1077944384 119945 0 0 0 247565 17 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651801943216 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19227] ppid=19221 vsize=10817488 memory=3537684 CPUtime=8.91 cores=0,2,4,6
/proc/19224/task/19227/stat : 19227 (java) S 19221 19224 4674 0 -1 1077944384 8872 0 0 0 823 68 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651728120976 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19228] ppid=19221 vsize=10817488 memory=3366932 CPUtime=8.91 cores=0,2,4,6
/proc/19224/task/19228/stat : 19228 (java) S 19221 19224 4674 0 -1 1077944384 8609 0 0 0 819 72 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651727068176 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19229] ppid=19221 vsize=10817488 memory=3537684 CPUtime=8.84 cores=0,2,4,6
/proc/19224/task/19229/stat : 19229 (java) S 19221 19224 4674 0 -1 1077944384 6851 0 0 0 809 75 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651726015376 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19230] ppid=19221 vsize=10817488 memory=3537684 CPUtime=8.97 cores=0,2,4,6
/proc/19224/task/19230/stat : 19230 (java) S 19221 19224 4674 0 -1 1077944384 7630 0 0 0 817 80 0 0 20 0 17 0 111057049 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140651724962576 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19231] ppid=19221 vsize=10817488 memory=3537684 CPUtime=2.44 cores=0,2,4,6
/proc/19224/task/19231/stat : 19231 (java) S 19221 19224 4674 0 -1 1077944384 9997 0 0 0 241 3 0 0 20 0 17 0 111057051 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650838321520 140651797711490 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19232] ppid=19221 vsize=10817488 memory=3537684 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19232/stat : 19232 (java) S 19221 19224 4674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 111057051 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650837267552 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19233] ppid=19221 vsize=10817488 memory=9000 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19233/stat : 19233 (java) S 19221 19224 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111057051 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650836214656 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19234] ppid=19221 vsize=10817488 memory=3537684 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19234/stat : 19234 (java) S 19221 19224 4674 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650835162960 140651797718939 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19235] ppid=19221 vsize=10817488 memory=3537684 CPUtime=1.87 cores=0,2,4,6
/proc/19224/task/19235/stat : 19235 (java) S 19221 19224 4674 0 -1 1077944384 10804 0 0 0 186 1 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650834111344 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19236] ppid=19221 vsize=10817488 memory=3537684 CPUtime=2.08 cores=0,2,4,6
/proc/19224/task/19236/stat : 19236 (java) S 19221 19224 4674 0 -1 1077944384 12712 0 0 0 206 2 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650833058544 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19237] ppid=19221 vsize=10817488 memory=3537684 CPUtime=0.56 cores=0,2,4,6
/proc/19224/task/19237/stat : 19237 (java) S 19221 19224 4674 0 -1 1077944384 5785 0 0 0 55 1 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650832005744 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19238] ppid=19221 vsize=10817488 memory=844 CPUtime=0 cores=0,2,4,6
/proc/19224/task/19238/stat : 19238 (java) S 19221 19224 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111057054 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650830953184 140651797710549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
[pid=19224/tid=19239] ppid=19221 vsize=10817488 memory=4148 CPUtime=1.53 cores=0,2,4,6
/proc/19224/task/19239/stat : 19239 (java) S 19221 19224 4674 0 -1 1077944384 3057 0 0 0 76 77 0 0 20 0 17 0 111057059 11077107712 884476 18446744073709551615 4194304 4196468 140735791244384 140650829900464 140651797711490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7610368 140735791247760 140735791247913 140735791247913 140735791251407 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3537904 KiB

Child status: 143
Real time (s): 2487.97
CPU time (s): 2520.12
CPU user time (s): 2516.3
CPU system time (s): 3.82533
CPU usage (%): 101.293
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3537904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.82533
maximum resident set size= 3538404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57127
involuntary context switches= 8585


# summary of solver processes directly reported to runsolver:
#   pid: 19224
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.82533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7915 second user time and 23.4952 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:31:12
IDJOB=4263687
IDBENCH=138400
IDSOLVER=2651
FILE ID=node134/4263687-1502635506
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263687-1502635506/watcher-4263687-1502635506 -o /tmp/evaluation-result-4263687-1502635506/solver-4263687-1502635506 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263687-1502635506.xml

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

MD5SUM BENCH= 94ecf309347a79215709974b71377e2d
RANDOM SEED=8992746

node134.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.43
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.43
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.43
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.43
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:        26836612 kB
MemAvailable:   27055528 kB
Buffers:          226780 kB
Cached:           286124 kB
SwapCached:            4 kB
Active:          5261924 kB
Inactive:         211692 kB
Active(anon):    4907824 kB
Inactive(anon):    94432 kB
Active(file):     354100 kB
Inactive(file):   117260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1684 kB
Writeback:             4 kB
AnonPages:       4960836 kB
Mapped:            68968 kB
Shmem:             41564 kB
Slab:             153128 kB
SReclaimable:     126784 kB
SUnreclaim:        26344 kB
KernelStack:        3616 kB
PageTables:        15304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6467764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4829184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 17:12:40