Trace number 4290012

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 2018-07-11? (TO) 2400.22 2372.19

General information on the benchmark

NameBibd/
Bibd-sc-34-085-30-12-10_c18.xml
MD5SUM16a7a800d3f63e1acf189b42778a783a
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 variables101150
Number of constraints48366
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50575}]
Minimum variable degree0
Maximum variable degree36
Distribution of variable degrees[{"degree":0,"count":50575},{"degree":2,"count":47685},{"degree":36,"count":2890}]
Minimum constraint arity3
Maximum constraint arity2890
Distribution of constraint arities[{"arity":3,"count":47685},{"arity":34,"count":85},{"arity":85,"count":595},{"arity":2890,"count":1}]
Number of extensional constraints0
Number of intensional constraints47685
Distribution of constraint types[{"type":"intension","count":47685},{"type":"lex","count":1},{"type":"sum","count":680}]
Optimization problemNO
Type of objective

Solver Data

36.36/19.52	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
36.36/19.52	c This is free software under the dual EPL/GNU LGPL licenses.
36.36/19.52	c See www.sat4j.org for details.
36.36/19.52	c That software uses the Rhino library from the Mozilla project.
36.36/19.52	c version 2.3.6-SNAPSHOT
36.36/19.52	c java.runtime.name	Java(TM) SE Runtime Environment
36.36/19.52	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
36.36/19.52	c java.vm.version	25.131-b11
36.36/19.52	c java.vm.vendor	Oracle Corporation
36.36/19.52	c sun.arch.data.model	64
36.36/19.52	c java.version		1.8.0_131
36.36/19.52	c os.name		Linux
36.36/19.52	c os.version		3.10.0-514.16.1.el7.x86_64
36.36/19.52	c os.arch		amd64
36.36/19.52	c Free memory 		499604488
36.36/19.52	c Max memory 		7247757312
36.36/19.52	c Total memory 		504889344
36.36/19.52	c Number of processors 	4
36.36/19.52	c c --- Begin Solver configuration ---
36.36/19.52	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
36.36/19.52	c Learn all clauses as in MiniSAT
36.36/19.52	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
36.36/19.52	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
36.36/19.52	c No reason simplification
36.36/19.52	c Glucose 2.1 dynamic restart strategy
36.36/19.52	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
36.36/19.52	c timeout=2147483s
36.36/19.52	c DB Simplification allowed=false
36.36/19.52	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
36.36/19.52	c --- End Solver configuration ---
36.36/19.52	c constraints type 
36.36/19.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 101150
36.36/19.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 54145
36.36/19.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6195012
36.36/19.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 96964
36.36/19.52	c 6447271 constraints processed.
2400.11/2372.10	c starts		: 14037
2400.11/2372.10	c conflicts		: 4162491
2400.11/2372.10	c decisions		: 97425222
2400.11/2372.10	c propagations		: 4085946887
2400.11/2372.10	c inspects		: 11937359701
2400.11/2372.10	c shortcuts		: 0
2400.11/2372.10	c learnt literals	: 16336
2400.11/2372.10	c learnt binary clauses	: 92000
2400.11/2372.10	c learnt ternary clauses	: 224511
2400.11/2372.10	c learnt constraints	: 4146155
2400.11/2372.10	c ignored constraints	: 0
2400.11/2372.10	c root simplifications	: 0
2400.11/2372.10	c removed literals (reason simplification)	: 0
2400.11/2372.10	c reason swapping (by a shorter reason)	: 0
2400.11/2372.10	c Calls to reduceDB	: 86
2400.11/2372.10	c Number of update (reduction) of LBD	: 1666690
2400.11/2372.10	c Imported unit clauses	: 0
2400.11/2372.10	c number of reductions to clauses (during analyze)	: 0
2400.11/2372.10	c number of learned constraints concerned by reduction	: 0
2400.11/2372.10	c number of learning phase by resolution	: 0
2400.11/2372.10	c number of learning phase by cutting planes	: 0
2400.11/2372.10	c number of rounding to 1 operations	: 0
2400.11/2372.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.11/2372.10	c number of reductions of the coefficients by power 2 	: 0
2400.11/2372.10	c number of right shift for reduction by power 2 	: 0
2400.11/2372.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.11/2372.10	c number of ending skipping 	: 0
2400.11/2372.10	c number of internal skipping 	: 0
2400.11/2372.10	c number of derivation steps 	: 0
2400.11/2372.10	c number of skipped derivation steps 	: 0
2400.11/2372.10	c number of remaining unassigned 	: 0
2400.11/2372.10	c number of remaining assigned 	: 0
2400.11/2372.10	c speed (assignments/second)	: 1736913.6297205682
2400.11/2372.10	c non guided choices	: 60649757
2400.11/2372.16	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 92000
2400.11/2372.16	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 426416
2400.11/2372.16	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 (10668 MiB free)
  memory of node 1: 16384 MiB (11893 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290012-1532215951/watcher-4290012-1532215951 -o /tmp/evaluation-result-4290012-1532215951/solver-4290012-1532215951 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27132 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290012-1532215951.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=28306, runsolver pid=28303

[startup+0.102818 s]*
/proc/loadavg: 1.93 2.09 2.43 3/218 28321
/proc/meminfo: memFree=23084704/32770624 swapFree=67108860/67108860
[pid=28306] ppid=28303 vsize=10659012 memory=30404 CPUtime=0.13 cores=1,3,5,7
/proc/28306/stat : 28306 (java) S 28303 28306 24904 0 -1 1077944320 6671 0 0 0 12 1 0 0 20 0 15 0 39158300 10914828288 7601 33554432000 4194304 4196468 140727974744240 140727974726784 140265858182903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
/proc/28306/statm: 2664753 7601 2844 1 0 2627263 0
[pid=28306/tid=28308] ppid=28303 vsize=10659012 memory=-8773748148830115199 CPUtime=0.1 cores=1,3,5,7
/proc/28306/task/28308/stat : 28308 (java) R 28303 28306 24904 0 -1 4202560 4521 0 0 0 9 1 0 0 20 0 15 0 39158300 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265862408016 140265858204829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28309] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28309/stat : 28309 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265784257424 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28310] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28310/stat : 28310 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265783204624 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28311] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28311/stat : 28311 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265782152336 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28312] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28312/stat : 28312 (java) S 28303 28306 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265461378064 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28313] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28313/stat : 28313 (java) S 28303 28306 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39158302 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265349986416 140265858194050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28314] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28314/stat : 28314 (java) S 28303 28306 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39158303 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265348932384 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28315] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28315/stat : 28315 (java) S 28303 28306 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39158303 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265347880048 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28316] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28316/stat : 28316 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39158305 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265346828368 140265858201499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28317] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28317/stat : 28317 (java) S 28303 28306 24904 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 39158305 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265345776240 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28318] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28318/stat : 28318 (java) S 28303 28306 24904 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39158305 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265344723440 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28319] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0.02 cores=1,3,5,7
/proc/28306/task/28319/stat : 28319 (java) R 28303 28306 24904 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 39158305 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265343671152 140265858194838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28320] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28320/stat : 28320 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39158305 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265342618592 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28321] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28321/stat : 28321 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158306 10914828288 7601 33554432000 4194304 4196468 140727974744240 140265341565360 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30404 KiB

[startup+0.212591 s]*
/proc/loadavg: 1.93 2.09 2.43 4/218 28321
/proc/meminfo: memFree=23075848/32770624 swapFree=67108860/67108860
[pid=28306] ppid=28303 vsize=10659012 memory=41820 CPUtime=0.34 cores=1,3,5,7
/proc/28306/stat : 28306 (java) S 28303 28306 24904 0 -1 1077944320 8043 0 0 0 32 2 0 0 20 0 15 0 39158300 10914828288 10455 33554432000 4194304 4196468 140727974744240 140727974726784 140265858182903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
/proc/28306/statm: 2664753 10455 3004 1 0 2627263 0
[pid=28306/tid=28308] ppid=28303 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28306/task/28308/stat : 28308 (java) R 28303 28306 24904 0 -1 4202560 5030 0 0 0 19 1 0 0 20 0 15 0 39158300 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265862419184 140265842263390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28309] ppid=28303 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28309/stat : 28309 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265784257424 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28310] ppid=28303 vsize=10659012 memory=288370637677540992 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28310/stat : 28310 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265783204624 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28311] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28311/stat : 28311 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265782152336 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28312] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28312/stat : 28312 (java) S 28303 28306 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265461378064 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28313] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28313/stat : 28313 (java) S 28303 28306 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39158302 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265349986416 140265858194050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28314] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28314/stat : 28314 (java) S 28303 28306 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39158303 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265348932384 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28315] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28315/stat : 28315 (java) S 28303 28306 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39158303 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265347880048 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28316] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28316/stat : 28316 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39158305 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265346828368 140265858201499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28317] ppid=28303 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28306/task/28317/stat : 28317 (java) S 28303 28306 24904 0 -1 1077944384 537 0 0 0 2 0 0 0 20 0 15 0 39158305 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265345776240 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28318] ppid=28303 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28306/task/28318/stat : 28318 (java) S 28303 28306 24904 0 -1 1077944384 431 0 0 0 1 0 0 0 20 0 15 0 39158305 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265344723440 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28319] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0.08 cores=1,3,5,7
/proc/28306/task/28319/stat : 28319 (java) S 28303 28306 24904 0 -1 1077944384 681 0 0 0 8 0 0 0 20 0 15 0 39158305 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265343671152 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28320] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28320/stat : 28320 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39158305 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265342618592 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28321] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28321/stat : 28321 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158306 10914828288 10455 33554432000 4194304 4196468 140727974744240 140265341565360 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41820 KiB

[startup+0.310647 s]*
/proc/loadavg: 2.10 2.12 2.44 5/218 28321
/proc/meminfo: memFree=23061456/32770624 swapFree=67108860/67108860
[pid=28306] ppid=28303 vsize=10659012 memory=54928 CPUtime=0.6 cores=1,3,5,7
/proc/28306/stat : 28306 (java) S 28303 28306 24904 0 -1 1077944320 9774 0 0 0 58 2 0 0 20 0 15 0 39158300 10914828288 13732 33554432000 4194304 4196468 140727974744240 140727974726784 140265858182903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
/proc/28306/statm: 2664753 13732 3050 1 0 2627263 0
[pid=28306/tid=28308] ppid=28303 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/28306/task/28308/stat : 28308 (java) R 28303 28306 24904 0 -1 4202560 5361 0 0 0 29 1 0 0 20 0 15 0 39158300 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265862420768 140265858204829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28309] ppid=28303 vsize=10659012 memory=4294979967 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28309/stat : 28309 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265784257424 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28310] ppid=28303 vsize=10659012 memory=288370637677540992 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28310/stat : 28310 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265783204624 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28311] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28311/stat : 28311 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265782152336 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28312] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28312/stat : 28312 (java) S 28303 28306 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39158301 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265461378064 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28313] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28313/stat : 28313 (java) S 28303 28306 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39158302 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265349986416 140265858194050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28314] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28314/stat : 28314 (java) S 28303 28306 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39158303 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265348932384 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28315] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28315/stat : 28315 (java) S 28303 28306 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39158303 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265347880048 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28316] ppid=28303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28316/stat : 28316 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39158305 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265346828368 140265858201499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28317] ppid=28303 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28306/task/28317/stat : 28317 (java) R 28303 28306 24904 0 -1 4202560 1151 0 0 0 8 0 0 0 20 0 15 0 39158305 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265345768872 140265838883200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28318] ppid=28303 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28306/task/28318/stat : 28318 (java) R 28303 28306 24904 0 -1 4202560 823 0 0 0 7 0 0 0 20 0 15 0 39158305 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265344709016 140265839702963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28319] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0.13 cores=1,3,5,7
/proc/28306/task/28319/stat : 28319 (java) R 28303 28306 24904 0 -1 1077944384 1089 0 0 0 13 0 0 0 20 0 15 0 39158305 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265343671152 140265858194050 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28320] ppid=28303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28320/stat : 28320 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39158305 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265342618592 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28321] ppid=28303 vsize=10659012 memory=140261525829248 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28321/stat : 28321 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158306 10914828288 13732 33554432000 4194304 4196468 140727974744240 140265341565360 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54928 KiB

[startup+0.700782 s]
/proc/loadavg: 2.10 2.12 2.44 5/218 28321
/proc/meminfo: memFree=23023108/32770624 swapFree=67108860/67108860
[pid=28306] ppid=28303 vsize=10659088 memory=210008 CPUtime=1.74 cores=1,3,5,7
/proc/28306/stat : 28306 (java) S 28303 28306 24904 0 -1 1077944320 11466 0 0 0 165 9 0 0 20 0 15 0 39158300 10914906112 52502 33554432000 4194304 4196468 140727974744240 140727974726784 140265858182903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
/proc/28306/statm: 2664772 52502 3114 1 0 2627263 0
[pid=28306/tid=28308] ppid=28303 vsize=10659088 memory=8584 CPUtime=0.64 cores=1,3,5,7
/proc/28306/task/28308/stat : 28308 (java) R 28303 28306 24904 0 -1 4202560 5807 0 0 0 61 3 0 0 20 0 15 0 39158300 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265862421512 140265464356286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28309] ppid=28303 vsize=10659088 memory=18484 CPUtime=0.02 cores=1,3,5,7
/proc/28306/task/28309/stat : 28309 (java) S 28303 28306 24904 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 15 0 39158301 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265784257424 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28310] ppid=28303 vsize=10659088 memory=644 CPUtime=0.01 cores=1,3,5,7
/proc/28306/task/28310/stat : 28310 (java) S 28303 28306 24904 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 39158301 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265783204624 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28311] ppid=28303 vsize=10659088 memory=1788 CPUtime=0.02 cores=1,3,5,7
/proc/28306/task/28311/stat : 28311 (java) S 28303 28306 24904 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 15 0 39158301 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265782152336 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28312] ppid=28303 vsize=10659088 memory=952 CPUtime=0.01 cores=1,3,5,7
/proc/28306/task/28312/stat : 28312 (java) S 28303 28306 24904 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 39158301 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265461378064 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28313] ppid=28303 vsize=10659088 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28313/stat : 28313 (java) S 28303 28306 24904 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39158302 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265349986416 140265858194050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28314] ppid=28303 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28314/stat : 28314 (java) S 28303 28306 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39158303 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265348932384 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28315] ppid=28303 vsize=10659088 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28315/stat : 28315 (java) S 28303 28306 24904 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 39158303 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265347880048 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28316] ppid=28303 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28316/stat : 28316 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39158305 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265346828368 140265858201499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28317] ppid=28303 vsize=10659088 memory=7013340940837610608 CPUtime=0.37 cores=1,3,5,7
/proc/28306/task/28317/stat : 28317 (java) S 28303 28306 24904 0 -1 1077944384 1735 0 0 0 37 0 0 0 20 0 15 0 39158305 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265345776240 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28318] ppid=28303 vsize=10659088 memory=5788647689011156329 CPUtime=0.37 cores=1,3,5,7
/proc/28306/task/28318/stat : 28318 (java) S 28303 28306 24904 0 -1 1077944384 1149 0 0 0 37 0 0 0 20 0 15 0 39158305 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265344723440 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28319] ppid=28303 vsize=10659088 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/28306/task/28319/stat : 28319 (java) S 28303 28306 24904 0 -1 1077944384 1236 0 0 0 20 0 0 0 20 0 15 0 39158305 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265343671152 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28320] ppid=28303 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28320/stat : 28320 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39158305 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265342618592 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28321] ppid=28303 vsize=10659088 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28321/stat : 28321 (java) S 28303 28306 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39158306 10914906112 52502 33554432000 4194304 4196468 140727974744240 140265341565360 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 210008 KiB

[startup+1.50172 s]
/proc/loadavg: 2.10 2.12 2.44 5/218 28321
/proc/meminfo: memFree=22866144/32770624 swapFree=67108860/67108860
[pid=28306] ppid=28303 vsize=10659088 memory=393260 CPUtime=4.05 cores=1,3,5,7
/proc/28306/stat : 28306 (java) S 28303 28306 24904 0 -1 1077944320 13519 0 0 0 387 18 0 0 20 0 15 0 39158300 10914906112 98315 33554432000 4194304 4196468 140727974744240 140727974726784 140265858182903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
/proc/28306/statm: 2664772 98315 3143 1 0 2627263 0
[pid=28306/tid=28308] ppid=28303 vsize=10659088 memory=377420 CPUtime=1.37 cores=1,3,5,7
/proc/28306/task/28308/stat : 28308 (java) R 28303 28306 24904 0 -1 4202560 6028 0 0 0 132 5 0 0 20 0 15 0 39158300 10914906112 98315 33554432000 4194304 4196468 140727974744240 140265862418848 140265465955268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28309] ppid=28303 vsize=10659088 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/28306/task/28309/stat : 28309 (java) S 28303 28306 24904 0 -1 1077944384 145 0 0 0 6 2 0 0 20 0 15 0 39158301 10914906112 98315 33554432000 4194304 4196468 140727974744240 140265784257424 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28310] ppid=28303 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28306/task/28310/stat : 28310 (java) S 28303 28306 24904 0 -1 1077944384 109 0 0 0 5 2 0 0 20 0 15 0 39158301 10914906112 98315 33554432000 4194304 4196468 140727974744240 140265783204624 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28311] ppid=28303 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28306/task/28311/stat : 28311 (java) S 28303 28306 24904 0 -1 1077944384 119 0 0 0 5 3 0 0 20 0 15 0 39158301 10914906112 98315 33554432000 4194304 4196468 140727974744240 140265782152336 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28312] ppid=28303 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28306/task/28312/stat : 28312 (java) S 28303 28306 24904 0 -1 1077944384 140 0 0 0 5 2 0 0 20 0 15 0 39158301 10914906112 98315 33554432000 4194304 4196468 140727974744240 140265461378064 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28313] ppid=28303 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28313/stat : 28313 (java) S 28303 28306 24904 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 39158302 10914906112 98315 33554432000 4194304 4196468 140727974744240 140265349986416 140265858194050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0

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

/proc/28306/task/28314/stat : 28314 (java) S 28303 28306 24904 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39158303 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265348932448 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28315] ppid=28303 vsize=10727700 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28315/stat : 28315 (java) S 28303 28306 24904 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39158303 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265347880048 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28316] ppid=28303 vsize=10727700 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28316/stat : 28316 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265346828368 140265858201499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28317] ppid=28303 vsize=10727700 memory=4169840 CPUtime=3.7 cores=1,3,5,7
/proc/28306/task/28317/stat : 28317 (java) S 28303 28306 24904 0 -1 1077944384 8489 0 0 0 368 2 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265345776240 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28318] ppid=28303 vsize=10727700 memory=4169840 CPUtime=3.86 cores=1,3,5,7
/proc/28306/task/28318/stat : 28318 (java) S 28303 28306 24904 0 -1 1077944384 9061 0 0 0 385 1 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265344723440 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28319] ppid=28303 vsize=10727700 memory=4169840 CPUtime=0.7 cores=1,3,5,7
/proc/28306/task/28319/stat : 28319 (java) S 28303 28306 24904 0 -1 1077944384 5572 0 0 0 69 1 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265343671152 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28320] ppid=28303 vsize=10727700 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28320/stat : 28320 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265342618592 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28321] ppid=28303 vsize=10727700 memory=4169840 CPUtime=1.26 cores=1,3,5,7
/proc/28306/task/28321/stat : 28321 (java) S 28303 28306 24904 0 -1 1077944384 2023 0 0 0 54 72 0 0 20 0 16 0 39158306 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265341565360 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28322] ppid=28303 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28322/stat : 28322 (java) S 28303 28306 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39160269 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265338413744 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
Current children cumulated CPU time: 2350.43 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4169840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2371.9 s]
/proc/loadavg: 3.52 2.57 2.24 6/217 28574
/proc/meminfo: memFree=11042872/32770624 swapFree=67108860/67108860
[pid=28306] ppid=28303 vsize=10727700 memory=4169840 CPUtime=2400.06 cores=1,3,5,7
/proc/28306/stat : 28306 (java) S 28303 28306 24904 0 -1 1077944320 847009 0 0 0 239750 256 0 0 20 0 16 0 39158300 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140727974726784 140265858182903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
/proc/28306/statm: 2681925 1042460 3201 1 0 2644416 0
[pid=28306/tid=28308] ppid=28303 vsize=10727700 memory=4169840 CPUtime=2363.39 cores=1,3,5,7
/proc/28306/task/28308/stat : 28308 (java) R 28303 28306 24904 0 -1 4202560 678338 0 0 0 236254 85 0 0 20 0 16 0 39158300 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265862421608 140265464508595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28309] ppid=28303 vsize=10727700 memory=4169840 CPUtime=6.21 cores=1,3,5,7
/proc/28306/task/28309/stat : 28309 (java) S 28303 28306 24904 0 -1 1077944384 34901 0 0 0 594 27 0 0 20 0 16 0 39158301 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265784257424 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28310] ppid=28303 vsize=10727700 memory=4169840 CPUtime=6.17 cores=1,3,5,7
/proc/28306/task/28310/stat : 28310 (java) S 28303 28306 24904 0 -1 1077944384 32376 0 0 0 593 24 0 0 20 0 16 0 39158301 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265783204624 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28311] ppid=28303 vsize=10727700 memory=4169840 CPUtime=6.21 cores=1,3,5,7
/proc/28306/task/28311/stat : 28311 (java) S 28303 28306 24904 0 -1 1077944384 30694 0 0 0 596 25 0 0 20 0 16 0 39158301 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265782152336 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28312] ppid=28303 vsize=10727700 memory=4169840 CPUtime=6.17 cores=1,3,5,7
/proc/28306/task/28312/stat : 28312 (java) S 28303 28306 24904 0 -1 1077944384 32846 0 0 0 593 24 0 0 20 0 16 0 39158301 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265461378064 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28313] ppid=28303 vsize=10727700 memory=4169840 CPUtime=2.26 cores=1,3,5,7
/proc/28306/task/28313/stat : 28313 (java) S 28303 28306 24904 0 -1 1077944384 11217 0 0 0 222 4 0 0 20 0 16 0 39158302 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265349986416 140265858194050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28314] ppid=28303 vsize=10727700 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28314/stat : 28314 (java) S 28303 28306 24904 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39158303 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265348932448 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28315] ppid=28303 vsize=10727700 memory=280522837653760 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28315/stat : 28315 (java) S 28303 28306 24904 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39158303 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265347880048 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28316] ppid=28303 vsize=10727700 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28316/stat : 28316 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265346828368 140265858201499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28317] ppid=28303 vsize=10727700 memory=3004 CPUtime=3.7 cores=1,3,5,7
/proc/28306/task/28317/stat : 28317 (java) S 28303 28306 24904 0 -1 1077944384 8492 0 0 0 368 2 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265345776240 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28318] ppid=28303 vsize=10727700 memory=4169840 CPUtime=3.86 cores=1,3,5,7
/proc/28306/task/28318/stat : 28318 (java) S 28303 28306 24904 0 -1 1077944384 9074 0 0 0 385 1 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265344723440 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28319] ppid=28303 vsize=10727700 memory=4140 CPUtime=0.7 cores=1,3,5,7
/proc/28306/task/28319/stat : 28319 (java) S 28303 28306 24904 0 -1 1077944384 5575 0 0 0 69 1 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265343671152 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28320] ppid=28303 vsize=10727700 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28320/stat : 28320 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39158305 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265342618592 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28321] ppid=28303 vsize=10727700 memory=644 CPUtime=1.29 cores=1,3,5,7
/proc/28306/task/28321/stat : 28321 (java) S 28303 28306 24904 0 -1 1077944384 2063 0 0 0 55 74 0 0 20 0 16 0 39158306 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265341565360 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28322] ppid=28303 vsize=10727700 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28322/stat : 28322 (java) S 28303 28306 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39160269 10985164800 1042460 33554432000 4194304 4196468 140727974744240 140265338413744 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4169840 KiB

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

[startup+2372.19 s]
# the end of solver process 28306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.64 s, system=2.58646 s

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

[startup+2372.01 s]*
/proc/loadavg: 3.52 2.57 2.24 5/218 28577
/proc/meminfo: memFree=11042872/32770624 swapFree=67108860/67108860
[pid=28306] ppid=28303 vsize=10927392 memory=4170164 CPUtime=2400.11 cores=1,3,5,7
/proc/28306/stat : 28306 (java) S 28303 28306 24904 0 -1 1077944320 848619 0 0 0 239755 256 0 0 20 0 17 0 39158300 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140727974726784 140265858182903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
/proc/28306/statm: 2731848 1042541 3203 1 0 2694339 0
[pid=28306/tid=28308] ppid=28303 vsize=10927392 memory=1408 CPUtime=2363.43 cores=1,3,5,7
/proc/28306/task/28308/stat : 28308 (java) S 28303 28306 24904 0 -1 1077944384 678467 0 0 0 236258 85 0 0 20 0 17 0 39158300 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265862425776 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28309] ppid=28303 vsize=10927392 memory=3004 CPUtime=6.21 cores=1,3,5,7
/proc/28306/task/28309/stat : 28309 (java) S 28303 28306 24904 0 -1 1077944384 34901 0 0 0 594 27 0 0 20 0 17 0 39158301 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265784257424 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28310] ppid=28303 vsize=10927392 memory=6791534058613427641 CPUtime=6.17 cores=1,3,5,7
/proc/28306/task/28310/stat : 28310 (java) S 28303 28306 24904 0 -1 1077944384 32376 0 0 0 593 24 0 0 20 0 17 0 39158301 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265783204624 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28311] ppid=28303 vsize=10927392 memory=840 CPUtime=6.21 cores=1,3,5,7
/proc/28306/task/28311/stat : 28311 (java) S 28303 28306 24904 0 -1 1077944384 30694 0 0 0 596 25 0 0 20 0 17 0 39158301 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265782152336 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28312] ppid=28303 vsize=10927392 memory=1796 CPUtime=6.17 cores=1,3,5,7
/proc/28306/task/28312/stat : 28312 (java) S 28303 28306 24904 0 -1 1077944384 32846 0 0 0 593 24 0 0 20 0 17 0 39158301 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265461378064 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28313] ppid=28303 vsize=10927392 memory=912 CPUtime=2.26 cores=1,3,5,7
/proc/28306/task/28313/stat : 28313 (java) S 28303 28306 24904 0 -1 1077944384 11264 0 0 0 222 4 0 0 20 0 17 0 39158302 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265349986416 140265858194050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28314] ppid=28303 vsize=10927392 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28314/stat : 28314 (java) S 28303 28306 24904 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39158303 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265348932448 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28315] ppid=28303 vsize=10927392 memory=2700 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28315/stat : 28315 (java) S 28303 28306 24904 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 39158303 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265347880048 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28316] ppid=28303 vsize=10927392 memory=2900 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28316/stat : 28316 (java) S 28303 28306 24904 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 17 0 39158305 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265346828368 140265858201499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28317] ppid=28303 vsize=10927392 memory=4100 CPUtime=3.7 cores=1,3,5,7
/proc/28306/task/28317/stat : 28317 (java) S 28303 28306 24904 0 -1 1077944384 8610 0 0 0 368 2 0 0 20 0 17 0 39158305 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265345776240 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28318] ppid=28303 vsize=10927392 memory=1408 CPUtime=3.87 cores=1,3,5,7
/proc/28306/task/28318/stat : 28318 (java) S 28303 28306 24904 0 -1 1077944384 9457 0 0 0 386 1 0 0 20 0 17 0 39158305 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265344723440 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28319] ppid=28303 vsize=10927392 memory=3160 CPUtime=0.71 cores=1,3,5,7
/proc/28306/task/28319/stat : 28319 (java) S 28303 28306 24904 0 -1 1077944384 5845 0 0 0 69 2 0 0 20 0 17 0 39158305 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265343671152 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28320] ppid=28303 vsize=10927392 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28320/stat : 28320 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39158305 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265342618592 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28321] ppid=28303 vsize=10927392 memory=1408 CPUtime=1.29 cores=1,3,5,7
/proc/28306/task/28321/stat : 28321 (java) S 28303 28306 24904 0 -1 1077944384 2063 0 0 0 55 74 0 0 20 0 17 0 39158306 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265341565360 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28575] ppid=28303 vsize=10927392 memory=3004 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28575/stat : 28575 (java) S 28303 28306 24904 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 17 0 39395490 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265337360752 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28576] ppid=28303 vsize=10927392 memory=8388100 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28576/stat : 28576 (java) S 28303 28306 24904 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 39395491 11189649408 1042541 33554432000 4194304 4196468 140727974744240 140265336308880 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4170164 KiB

[startup+2372.11 s]
/proc/loadavg: 3.52 2.57 2.24 5/218 28577
/proc/meminfo: memFree=11042872/32770624 swapFree=67108860/67108860
[pid=28306] ppid=28303 vsize=10927392 memory=4170176 CPUtime=2400.11 cores=1,3,5,7
/proc/28306/stat : 28306 (java) S 28303 28306 24904 0 -1 1077944320 848879 0 0 0 239755 256 0 0 20 0 17 0 39158300 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140727974726784 140265858182903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
/proc/28306/statm: 2731848 1042544 3203 1 0 2694339 0
[pid=28306/tid=28308] ppid=28303 vsize=10927392 memory=4169840 CPUtime=2363.43 cores=1,3,5,7
/proc/28306/task/28308/stat : 28308 (java) S 28303 28306 24904 0 -1 1077944384 678467 0 0 0 236258 85 0 0 20 0 17 0 39158300 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265862425776 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28309] ppid=28303 vsize=10927392 memory=4169840 CPUtime=6.21 cores=1,3,5,7
/proc/28306/task/28309/stat : 28309 (java) S 28303 28306 24904 0 -1 1077944384 34901 0 0 0 594 27 0 0 20 0 17 0 39158301 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265784257424 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28310] ppid=28303 vsize=10927392 memory=4169840 CPUtime=6.17 cores=1,3,5,7
/proc/28306/task/28310/stat : 28310 (java) S 28303 28306 24904 0 -1 1077944384 32376 0 0 0 593 24 0 0 20 0 17 0 39158301 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265783204624 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28311] ppid=28303 vsize=10927392 memory=4169840 CPUtime=6.21 cores=1,3,5,7
/proc/28306/task/28311/stat : 28311 (java) S 28303 28306 24904 0 -1 1077944384 30694 0 0 0 596 25 0 0 20 0 17 0 39158301 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265782152336 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28312] ppid=28303 vsize=10927392 memory=4169840 CPUtime=6.17 cores=1,3,5,7
/proc/28306/task/28312/stat : 28312 (java) S 28303 28306 24904 0 -1 1077944384 32846 0 0 0 593 24 0 0 20 0 17 0 39158301 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265461378064 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28313] ppid=28303 vsize=10927392 memory=4169840 CPUtime=2.26 cores=1,3,5,7
/proc/28306/task/28313/stat : 28313 (java) S 28303 28306 24904 0 -1 1077944384 11264 0 0 0 222 4 0 0 20 0 17 0 39158302 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265349986416 140265858194050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28314] ppid=28303 vsize=10927392 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28314/stat : 28314 (java) S 28303 28306 24904 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39158303 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265348932448 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28315] ppid=28303 vsize=10927392 memory=4169840 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28315/stat : 28315 (java) S 28303 28306 24904 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 39158303 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265347880048 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28316] ppid=28303 vsize=10927392 memory=280522837653760 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28316/stat : 28316 (java) S 28303 28306 24904 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 17 0 39158305 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265346828368 140265858201499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28317] ppid=28303 vsize=10927392 memory=1408 CPUtime=3.7 cores=1,3,5,7
/proc/28306/task/28317/stat : 28317 (java) S 28303 28306 24904 0 -1 1077944384 8610 0 0 0 368 2 0 0 20 0 17 0 39158305 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265345776240 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28318] ppid=28303 vsize=10927392 memory=3004 CPUtime=3.87 cores=1,3,5,7
/proc/28306/task/28318/stat : 28318 (java) S 28303 28306 24904 0 -1 1077944384 9457 0 0 0 386 1 0 0 20 0 17 0 39158305 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265344723440 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28319] ppid=28303 vsize=10927392 memory=4169840 CPUtime=0.71 cores=1,3,5,7
/proc/28306/task/28319/stat : 28319 (java) S 28303 28306 24904 0 -1 1077944384 5875 0 0 0 69 2 0 0 20 0 17 0 39158305 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265343671152 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28320] ppid=28303 vsize=10927392 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28320/stat : 28320 (java) S 28303 28306 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39158305 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265342618592 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28321] ppid=28303 vsize=10927392 memory=4169840 CPUtime=1.29 cores=1,3,5,7
/proc/28306/task/28321/stat : 28321 (java) S 28303 28306 24904 0 -1 1077944384 2063 0 0 0 55 74 0 0 20 0 17 0 39158306 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265341565360 140265858194050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28575] ppid=28303 vsize=10927392 memory=644 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28575/stat : 28575 (java) S 28303 28306 24904 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 17 0 39395490 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265337360752 140265858193109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
[pid=28306/tid=28576] ppid=28303 vsize=10927392 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/28306/task/28576/stat : 28576 (java) R 28303 28306 24904 0 -1 4202560 308 0 0 0 0 0 0 0 20 0 17 0 39395491 11189649408 1042544 33554432000 4194304 4196468 140727974744240 140265336308880 140265461522304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35139584 140727974749297 140727974749449 140727974749449 140727974752207 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4170176 KiB

Child status: 143
Real time (s): 2372.19
CPU time (s): 2400.22
CPU user time (s): 2397.64
CPU system time (s): 2.58646
CPU usage (%): 101.182
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4170176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.64
system time used= 2.58646
maximum resident set size= 4170716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 849412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56319
involuntary context switches= 925


# summary of solver processes directly reported to runsolver:
#   pid: 28306
#   total CPU time (s): 2400.22
#   total CPU user time (s): 2397.64
#   total CPU system time (s): 2.58646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1344 second user time and 22.4542 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 01:32:31
IDJOB=4290012
IDBENCH=141329
IDSOLVER=2742
FILE ID=node103/4290012-1532215951
RUNJOBID= node103-1532209718-27132
PBS_JOBID= 21018940
Free space on /tmp= 56868 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bibd/Bibd-sc-34-085-30-12-10_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290012-1532215951/watcher-4290012-1532215951 -o /tmp/evaluation-result-4290012-1532215951/solver-4290012-1532215951 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27132 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290012-1532215951.xml

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

MD5SUM BENCH= 16a7a800d3f63e1acf189b42778a783a
RANDOM SEED=1538538396

node103.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.48
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.48
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.48
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.48
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:        23103596 kB
MemAvailable:   31433996 kB
Buffers:          216632 kB
Cached:          8319752 kB
SwapCached:            0 kB
Active:          1835860 kB
Inactive:        7261036 kB
Active(anon):     563208 kB
Inactive(anon):    16984 kB
Active(file):    1272652 kB
Inactive(file):  7244052 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4776 kB
Writeback:             0 kB
AnonPages:        567664 kB
Mapped:            46748 kB
Shmem:             17036 kB
Slab:             269624 kB
SReclaimable:     242156 kB
SUnreclaim:        27468 kB
KernelStack:        3584 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1373724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56860 MiB
End job on node103 at 2018-07-22 02:12:03