Trace number 4290107

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.14 2389.56

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K07-P03_c18.xml
MD5SUMca21bb45cdf77f5b8e0b27a9f8e7d69e
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 variables182
Number of constraints79
Number of domains2
Minimum domain size77
Maximum domain size78
Distribution of domain sizes[{"size":77,"count":77},{"size":78,"count":21}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":84},{"degree":2,"count":77},{"degree":8,"count":14},{"degree":9,"count":7}]
Minimum constraint arity3
Maximum constraint arity77
Distribution of constraint arities[{"arity":3,"count":77},{"arity":21,"count":1},{"arity":77,"count":1}]
Number of extensional constraints0
Number of intensional constraints77
Distribution of constraint types[{"type":"intension","count":77},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290107-1532212882/watcher-4290107-1532212882 -o /tmp/evaluation-result-4290107-1532212882/solver-4290107-1532212882 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290107-1532212882.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=28991, runsolver pid=28988

[startup+0.100156 s]*
/proc/loadavg: 2.01 2.03 2.05 5/216 29006
/proc/meminfo: memFree=15951656/32770624 swapFree=67108860/67108860
[pid=28991] ppid=28988 vsize=10659012 memory=29984 CPUtime=0.13 cores=1,3,5,7
/proc/28991/stat : 28991 (java) S 28988 28991 26151 0 -1 1077944320 6576 0 0 0 12 1 0 0 20 0 15 0 38851421 10914828288 7496 33554432000 4194304 4196468 140728473255504 140728473238048 140197486890743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
/proc/28991/statm: 2664753 7496 2824 1 0 2627263 0
[pid=28991/tid=28993] ppid=28988 vsize=10659012 memory=-8125511277465472378 CPUtime=0.09 cores=1,3,5,7
/proc/28991/task/28993/stat : 28993 (java) R 28988 28991 26151 0 -1 4202560 4409 0 0 0 8 1 0 0 20 0 15 0 38851421 10914828288 7496 33554432000 4194304 4196468 140728473255504 140197491105344 140197486902678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28994] ppid=28988 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28994/stat : 28994 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851422 10914828288 7496 33554432000 4194304 4196468 140728473255504 140197412964624 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28995] ppid=28988 vsize=10659012 memory=140376130188928 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28995/stat : 28995 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851422 10914828288 7496 33554432000 4194304 4196468 140728473255504 140197411912080 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851422 10914828288 7496 33554432000 4194304 4196468 140728473255504 140197410859536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851422 10914828288 7496 33554432000 4194304 4196468 140728473255504 140197409806992 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10659012 memory=140376130188928 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851424 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196977768944 140197486901890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28999] ppid=28988 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28999/stat : 28999 (java) S 28988 28991 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38851424 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196976715168 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29000] ppid=28988 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29000/stat : 29000 (java) S 28988 28991 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38851424 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196975662576 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29001] ppid=28988 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29001/stat : 29001 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851426 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196974611152 140197486909339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29002] ppid=28988 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29002/stat : 29002 (java) S 28988 28991 26151 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 38851427 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196973557744 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29003] ppid=28988 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29003/stat : 29003 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851427 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196972505200 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29004] ppid=28988 vsize=10659012 memory=140376130188928 CPUtime=0.02 cores=1,3,5,7
/proc/28991/task/29004/stat : 29004 (java) S 28988 28991 26151 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 38851427 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196971452656 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29005] ppid=28988 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29005/stat : 29005 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851427 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196970400352 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29006] ppid=28988 vsize=10659012 memory=140376130188928 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29006/stat : 29006 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851427 10914828288 7496 33554432000 4194304 4196468 140728473255504 140196969347888 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29984 KiB

[startup+0.212886 s]*
/proc/loadavg: 2.01 2.03 2.05 3/216 29006
/proc/meminfo: memFree=15939884/32770624 swapFree=67108860/67108860
[pid=28991] ppid=28988 vsize=10659012 memory=41972 CPUtime=0.34 cores=1,3,5,7
/proc/28991/stat : 28991 (java) S 28988 28991 26151 0 -1 1077944320 8061 0 0 0 32 2 0 0 20 0 15 0 38851421 10914828288 10493 33554432000 4194304 4196468 140728473255504 140728473238048 140197486890743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
/proc/28991/statm: 2664753 10493 3007 1 0 2627263 0
[pid=28991/tid=28993] ppid=28988 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28991/task/28993/stat : 28993 (java) R 28988 28991 26151 0 -1 4202560 5007 0 0 0 19 1 0 0 20 0 15 0 38851421 10914828288 10493 33554432000 4194304 4196468 140728473255504 140197491126000 140197470971230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28994] ppid=28988 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28994/stat : 28994 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851422 10914828288 10493 33554432000 4194304 4196468 140728473255504 140197412964624 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28995] ppid=28988 vsize=10659012 memory=140376130387627 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28995/stat : 28995 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851422 10914828288 10493 33554432000 4194304 4196468 140728473255504 140197411912080 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851422 10914828288 10493 33554432000 4194304 4196468 140728473255504 140197410859536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851422 10914828288 10493 33554432000 4194304 4196468 140728473255504 140197409806992 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10659012 memory=140376130188928 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851424 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196977768944 140197486901890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28999] ppid=28988 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28999/stat : 28999 (java) S 28988 28991 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38851424 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196976715168 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29000] ppid=28988 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29000/stat : 29000 (java) S 28988 28991 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38851424 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196975662576 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29001] ppid=28988 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29001/stat : 29001 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851426 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196974611152 140197486909339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29002] ppid=28988 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28991/task/29002/stat : 29002 (java) S 28988 28991 26151 0 -1 1077944384 618 0 0 0 2 0 0 0 20 0 15 0 38851427 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196973557744 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29003] ppid=28988 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28991/task/29003/stat : 29003 (java) S 28988 28991 26151 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 15 0 38851427 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196972505200 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29004] ppid=28988 vsize=10659012 memory=140376130188928 CPUtime=0.07 cores=1,3,5,7
/proc/28991/task/29004/stat : 29004 (java) S 28988 28991 26151 0 -1 1077944384 727 0 0 0 7 0 0 0 20 0 15 0 38851427 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196971452656 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29005] ppid=28988 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29005/stat : 29005 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851427 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196970400352 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29006] ppid=28988 vsize=10659012 memory=140376130188928 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29006/stat : 29006 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851427 10914828288 10493 33554432000 4194304 4196468 140728473255504 140196969347888 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41972 KiB

[startup+0.31024 s]*
/proc/loadavg: 2.01 2.03 2.05 4/216 29006
/proc/meminfo: memFree=15934488/32770624 swapFree=67108860/67108860
[pid=28991] ppid=28988 vsize=10659088 memory=47180 CPUtime=0.54 cores=1,3,5,7
/proc/28991/stat : 28991 (java) S 28988 28991 26151 0 -1 1077944320 8869 0 0 0 52 2 0 0 20 0 15 0 38851421 10914906112 11795 33554432000 4194304 4196468 140728473255504 140728473238048 140197486890743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
/proc/28991/statm: 2664772 11795 3061 1 0 2627263 0
[pid=28991/tid=28993] ppid=28988 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/28991/task/28993/stat : 28993 (java) R 28988 28991 26151 0 -1 4202560 5595 0 0 0 28 1 0 0 20 0 15 0 38851421 10914906112 11795 33554432000 4194304 4196468 140728473255504 140197491126432 140197077549455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28994] ppid=28988 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28994/stat : 28994 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851422 10914906112 11795 33554432000 4194304 4196468 140728473255504 140197412964624 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28995] ppid=28988 vsize=10659088 memory=140376130387624 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28995/stat : 28995 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851422 10914906112 11795 33554432000 4194304 4196468 140728473255504 140197411912080 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851422 10914906112 11795 33554432000 4194304 4196468 140728473255504 140197410859536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851422 10914906112 11795 33554432000 4194304 4196468 140728473255504 140197409806992 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10659088 memory=140376130188928 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38851424 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196977768944 140197486901890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28999] ppid=28988 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28999/stat : 28999 (java) S 28988 28991 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38851424 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196976715168 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29000] ppid=28988 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29000/stat : 29000 (java) S 28988 28991 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38851424 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196975662576 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29001] ppid=28988 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29001/stat : 29001 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851426 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196974611152 140197486909339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29002] ppid=28988 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28991/task/29002/stat : 29002 (java) S 28988 28991 26151 0 -1 1077944384 661 0 0 0 4 0 0 0 20 0 15 0 38851427 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196973557744 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29003] ppid=28988 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/28991/task/29003/stat : 29003 (java) R 28988 28991 26151 0 -1 4202560 433 0 0 0 5 0 0 0 20 0 15 0 38851427 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196972504384 140197471778732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29004] ppid=28988 vsize=10659088 memory=140376130188928 CPUtime=0.13 cores=1,3,5,7
/proc/28991/task/29004/stat : 29004 (java) R 28988 28991 26151 0 -1 4202560 815 0 0 0 13 0 0 0 20 0 15 0 38851427 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196971452656 140197465845293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29005] ppid=28988 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29005/stat : 29005 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851427 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196970400352 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29006] ppid=28988 vsize=10659088 memory=140376130188928 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29006/stat : 29006 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851427 10914906112 11795 33554432000 4194304 4196468 140728473255504 140196969347888 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47180 KiB

[startup+0.701183 s]
/proc/loadavg: 2.01 2.03 2.05 6/216 29006
/proc/meminfo: memFree=15895052/32770624 swapFree=67108860/67108860
[pid=28991] ppid=28988 vsize=10659088 memory=216008 CPUtime=1.68 cores=1,3,5,7
/proc/28991/stat : 28991 (java) S 28988 28991 26151 0 -1 1077944320 11423 0 0 0 159 9 0 0 20 0 15 0 38851421 10914906112 54002 33554432000 4194304 4196468 140728473255504 140728473238048 140197486890743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
/proc/28991/statm: 2664772 54002 3105 1 0 2627263 0
[pid=28991/tid=28993] ppid=28988 vsize=10659088 memory=1836 CPUtime=0.63 cores=1,3,5,7
/proc/28991/task/28993/stat : 28993 (java) S 28988 28991 26151 0 -1 1077944384 6005 0 0 0 60 3 0 0 20 0 15 0 38851421 10914906112 54002 33554432000 4194304 4196468 140728473255504 140197491127536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28994] ppid=28988 vsize=10659088 memory=12976 CPUtime=0.04 cores=1,3,5,7
/proc/28991/task/28994/stat : 28994 (java) R 28988 28991 26151 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 15 0 38851422 10914906112 54002 33554432000 4194304 4196468 140728473255504 140197412964824 140197471912815 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28995] ppid=28988 vsize=10659088 memory=792 CPUtime=0.03 cores=1,3,5,7
/proc/28991/task/28995/stat : 28995 (java) R 28988 28991 26151 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 15 0 38851422 10914906112 54002 33554432000 4194304 4196468 140728473255504 140197411909888 140197471912864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10659088 memory=1952 CPUtime=0.04 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) R 28988 28991 26151 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 15 0 38851422 10914906112 54002 33554432000 4194304 4196468 140728473255504 140197410859536 140197471917856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10659088 memory=1232 CPUtime=0.04 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) R 28988 28991 26151 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 15 0 38851422 10914906112 54002 33554432000 4194304 4196468 140728473255504 140197409806992 140197479990443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 38851424 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196977767456 140197486900949 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28999] ppid=28988 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28999/stat : 28999 (java) S 28988 28991 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38851424 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196976715168 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29000] ppid=28988 vsize=10659088 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29000/stat : 29000 (java) S 28988 28991 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38851424 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196975662576 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29001] ppid=28988 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29001/stat : 29001 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851426 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196974611152 140197486909339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29002] ppid=28988 vsize=10659088 memory=6297835844906604903 CPUtime=0.31 cores=1,3,5,7
/proc/28991/task/29002/stat : 29002 (java) S 28988 28991 26151 0 -1 1077944384 1442 0 0 0 31 0 0 0 20 0 15 0 38851427 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196973542736 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29003] ppid=28988 vsize=10659088 memory=7597685182856913236 CPUtime=0.28 cores=1,3,5,7
/proc/28991/task/29003/stat : 29003 (java) S 28988 28991 26151 0 -1 1077944384 1001 0 0 0 28 0 0 0 20 0 15 0 38851427 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196972505200 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29004] ppid=28988 vsize=10659088 memory=6004260725198966864 CPUtime=0.27 cores=1,3,5,7
/proc/28991/task/29004/stat : 29004 (java) S 28988 28991 26151 0 -1 1077944384 1497 0 0 0 27 0 0 0 20 0 15 0 38851427 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196971448528 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29005] ppid=28988 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29005/stat : 29005 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38851427 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196970400352 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29006] ppid=28988 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29006/stat : 29006 (java) S 28988 28991 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38851427 10914906112 54002 33554432000 4194304 4196468 140728473255504 140196969347888 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 216008 KiB

[startup+1.50086 s]
/proc/loadavg: 2.01 2.03 2.05 5/217 29007
/proc/meminfo: memFree=15742284/32770624 swapFree=67108860/67108860
[pid=28991] ppid=28988 vsize=10725652 memory=241116 CPUtime=3.69 cores=1,3,5,7
/proc/28991/stat : 28991 (java) S 28988 28991 26151 0 -1 1077944320 12634 0 0 0 357 12 0 0 20 0 16 0 38851421 10983067648 60279 33554432000 4194304 4196468 140728473255504 140728473238048 140197486890743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
/proc/28991/statm: 2681413 60279 3133 1 0 2643904 0
[pid=28991/tid=28993] ppid=28988 vsize=10725652 memory=5 CPUtime=1.4 cores=1,3,5,7
/proc/28991/task/28993/stat : 28993 (java) R 28988 28991 26151 0 -1 4202560 6054 0 0 0 137 3 0 0 20 0 16 0 38851421 10983067648 60279 33554432000 4194304 4196468 140728473255504 140197491127416 140197081577213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28994] ppid=28988 vsize=10725652 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28991/task/28994/stat : 28994 (java) S 28988 28991 26151 0 -1 1077944384 36 0 0 0 4 1 0 0 20 0 16 0 38851422 10983067648 60279 33554432000 4194304 4196468 140728473255504 140197412964624 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28995] ppid=28988 vsize=10725652 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28991/task/28995/stat : 28995 (java) S 28988 28991 26151 0 -1 1077944384 28 0 0 0 4 1 0 0 20 0 16 0 38851422 10983067648 60279 33554432000 4194304 4196468 140728473255504 140197411912080 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10725652 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) S 28988 28991 26151 0 -1 1077944384 35 0 0 0 4 1 0 0 20 0 16 0 38851422 10983067648 60279 33554432000 4194304 4196468 140728473255504 140197410859536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10725652 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) S 28988 28991 26151 0 -1 1077944384 40 0 0 0 5 1 0 0 20 0 16 0 38851422 10983067648 60279 33554432000 4194304 4196468 140728473255504 140197409806992 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10725652 memory=140376130190641 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 38851424 10983067648 60279 33554432000 4194304 4196468 140728473255504 140196977768944 140197486901890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0

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

/proc/28991/task/28995/stat : 28995 (java) S 28988 28991 26151 0 -1 1077944384 2930 0 0 0 155 56 0 0 20 0 16 0 38851422 10983067648 655763 33554432000 4194304 4196468 140728473255504 140197411912080 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10725652 memory=2623052 CPUtime=2.12 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) S 28988 28991 26151 0 -1 1077944384 3239 0 0 0 155 57 0 0 20 0 16 0 38851422 10983067648 655763 33554432000 4194304 4196468 140728473255504 140197410859536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10725652 memory=2623052 CPUtime=2.11 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) S 28988 28991 26151 0 -1 1077944384 3970 0 0 0 155 56 0 0 20 0 16 0 38851422 10983067648 655763 33554432000 4194304 4196468 140728473255504 140197409806992 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10725652 memory=2623052 CPUtime=0.25 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 14754 0 0 0 22 3 0 0 20 0 16 0 38851424 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196977768944 140197486901890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28999] ppid=28988 vsize=10725652 memory=2623052 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28999/stat : 28999 (java) S 28988 28991 26151 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 38851424 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196976715232 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29000] ppid=28988 vsize=10725652 memory=2623052 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29000/stat : 29000 (java) S 28988 28991 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38851424 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196975662592 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29001] ppid=28988 vsize=10725652 memory=2623052 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29001/stat : 29001 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38851426 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196974611152 140197486909339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29002] ppid=28988 vsize=10725652 memory=2623052 CPUtime=1.35 cores=1,3,5,7
/proc/28991/task/29002/stat : 29002 (java) S 28988 28991 26151 0 -1 1077944384 3838 0 0 0 134 1 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196973557744 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29003] ppid=28988 vsize=10725652 memory=2623052 CPUtime=1.22 cores=1,3,5,7
/proc/28991/task/29003/stat : 29003 (java) S 28988 28991 26151 0 -1 1077944384 3507 0 0 0 121 1 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196972505200 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29004] ppid=28988 vsize=10725652 memory=2623052 CPUtime=0.39 cores=1,3,5,7
/proc/28991/task/29004/stat : 29004 (java) S 28988 28991 26151 0 -1 1077944384 3003 0 0 0 38 1 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196971452656 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29005] ppid=28988 vsize=10725652 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29005/stat : 29005 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196970400352 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29006] ppid=28988 vsize=10725652 memory=2852 CPUtime=1.43 cores=1,3,5,7
/proc/28991/task/29006/stat : 29006 (java) S 28988 28991 26151 0 -1 1077944384 2258 0 0 0 65 78 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196969347888 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29007] ppid=28988 vsize=10725652 memory=2660 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29007/stat : 29007 (java) S 28988 28991 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38851518 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196968293680 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
Current children cumulated CPU time: 2393.05 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2623052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.3 s]
/proc/loadavg: 2.00 2.03 2.22 3/218 29421
/proc/meminfo: memFree=13694076/32770624 swapFree=67108860/67108860
[pid=28991] ppid=28988 vsize=10725652 memory=2623052 CPUtime=2400.06 cores=1,3,5,7
/proc/28991/stat : 28991 (java) S 28988 28991 26151 0 -1 1077944320 85558 0 0 0 239689 317 0 0 20 0 16 0 38851421 10983067648 655763 33554432000 4194304 4196468 140728473255504 140728473238048 140197486890743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
/proc/28991/statm: 2681413 655763 3171 1 0 2643904 0
[pid=28991/tid=28993] ppid=28988 vsize=10725652 memory=2623052 CPUtime=2386.87 cores=1,3,5,7
/proc/28991/task/28993/stat : 28993 (java) R 28988 28991 26151 0 -1 4202560 43707 0 0 0 238667 20 0 0 20 0 16 0 38851421 10983067648 655763 33554432000 4194304 4196468 140728473255504 140197491129632 140197081767414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28994] ppid=28988 vsize=10725652 memory=2623052 CPUtime=2.12 cores=1,3,5,7
/proc/28991/task/28994/stat : 28994 (java) S 28988 28991 26151 0 -1 1077944384 2941 0 0 0 156 56 0 0 20 0 16 0 38851422 10983067648 655763 33554432000 4194304 4196468 140728473255504 140197412964624 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28995] ppid=28988 vsize=10725652 memory=2623052 CPUtime=2.11 cores=1,3,5,7
/proc/28991/task/28995/stat : 28995 (java) S 28988 28991 26151 0 -1 1077944384 2930 0 0 0 155 56 0 0 20 0 16 0 38851422 10983067648 655763 33554432000 4194304 4196468 140728473255504 140197411912080 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10725652 memory=2623052 CPUtime=2.12 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) S 28988 28991 26151 0 -1 1077944384 3239 0 0 0 155 57 0 0 20 0 16 0 38851422 10983067648 655763 33554432000 4194304 4196468 140728473255504 140197410859536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10725652 memory=2623052 CPUtime=2.11 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) S 28988 28991 26151 0 -1 1077944384 3970 0 0 0 155 56 0 0 20 0 16 0 38851422 10983067648 655763 33554432000 4194304 4196468 140728473255504 140197409806992 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10725652 memory=2623052 CPUtime=0.25 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 14754 0 0 0 22 3 0 0 20 0 16 0 38851424 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196977768944 140197486901890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28999] ppid=28988 vsize=10725652 memory=2623052 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28999/stat : 28999 (java) S 28988 28991 26151 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 38851424 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196976715232 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29000] ppid=28988 vsize=10725652 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29000/stat : 29000 (java) S 28988 28991 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38851424 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196975662592 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29001] ppid=28988 vsize=10725652 memory=5787213848656569433 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29001/stat : 29001 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38851426 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196974611152 140197486909339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29002] ppid=28988 vsize=10725652 memory=2623052 CPUtime=1.35 cores=1,3,5,7
/proc/28991/task/29002/stat : 29002 (java) S 28988 28991 26151 0 -1 1077944384 3838 0 0 0 134 1 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196973557744 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29003] ppid=28988 vsize=10725652 memory=2623052 CPUtime=1.22 cores=1,3,5,7
/proc/28991/task/29003/stat : 29003 (java) S 28988 28991 26151 0 -1 1077944384 3507 0 0 0 121 1 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196972505200 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29004] ppid=28988 vsize=10725652 memory=288230574492221466 CPUtime=0.39 cores=1,3,5,7
/proc/28991/task/29004/stat : 29004 (java) S 28988 28991 26151 0 -1 1077944384 3003 0 0 0 38 1 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196971452656 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29005] ppid=28988 vsize=10725652 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29005/stat : 29005 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196970400352 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29006] ppid=28988 vsize=10725652 memory=2340 CPUtime=1.43 cores=1,3,5,7
/proc/28991/task/29006/stat : 29006 (java) S 28988 28991 26151 0 -1 1077944384 2260 0 0 0 65 78 0 0 20 0 16 0 38851427 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196969347888 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29007] ppid=28988 vsize=10725652 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29007/stat : 29007 (java) S 28988 28991 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38851518 10983067648 655763 33554432000 4194304 4196468 140728473255504 140196968293680 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2623052 KiB

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

[startup+2389.56 s]
# the end of solver process 28991 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.95 s, system=3.18939 s

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

[startup+2389.41 s]
/proc/loadavg: 2.00 2.03 2.22 3/218 29421
/proc/meminfo: memFree=13694076/32770624 swapFree=67108860/67108860
[pid=28991] ppid=28988 vsize=10925344 memory=2623268 CPUtime=2400.07 cores=1,3,5,7
/proc/28991/stat : 28991 (java) S 28988 28991 26151 0 -1 1077944320 85930 0 0 0 239690 317 0 0 20 0 17 0 38851421 11187552256 655817 33554432000 4194304 4196468 140728473255504 140728473238048 140197486890743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
/proc/28991/statm: 2731336 655817 3174 1 0 2693827 0
[pid=28991/tid=28993] ppid=28988 vsize=10925344 memory=2623052 CPUtime=2386.88 cores=1,3,5,7
/proc/28991/task/28993/stat : 28993 (java) S 28988 28991 26151 0 -1 1077944384 43747 0 0 0 238668 20 0 0 20 0 17 0 38851421 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197491133616 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28994] ppid=28988 vsize=10925344 memory=1408 CPUtime=2.12 cores=1,3,5,7
/proc/28991/task/28994/stat : 28994 (java) S 28988 28991 26151 0 -1 1077944384 2941 0 0 0 156 56 0 0 20 0 17 0 38851422 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197412964624 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28995] ppid=28988 vsize=10925344 memory=3252 CPUtime=2.11 cores=1,3,5,7
/proc/28991/task/28995/stat : 28995 (java) S 28988 28991 26151 0 -1 1077944384 2930 0 0 0 155 56 0 0 20 0 17 0 38851422 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197411912080 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10925344 memory=4002572 CPUtime=2.12 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) S 28988 28991 26151 0 -1 1077944384 3239 0 0 0 155 57 0 0 20 0 17 0 38851422 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197410859536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10925344 memory=4104 CPUtime=2.11 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) S 28988 28991 26151 0 -1 1077944384 3970 0 0 0 155 56 0 0 20 0 17 0 38851422 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197409806992 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10925344 memory=1398720917958146503 CPUtime=0.25 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 14754 0 0 0 22 3 0 0 20 0 17 0 38851424 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196977768944 140197486901890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28999] ppid=28988 vsize=10925344 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28999/stat : 28999 (java) S 28988 28991 26151 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 38851424 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196976715232 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29000] ppid=28988 vsize=10925344 memory=840 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29000/stat : 29000 (java) S 28988 28991 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38851424 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196975662592 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29001] ppid=28988 vsize=10925344 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29001/stat : 29001 (java) S 28988 28991 26151 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 38851426 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196974611152 140197486909339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29002] ppid=28988 vsize=10925344 memory=920 CPUtime=1.35 cores=1,3,5,7
/proc/28991/task/29002/stat : 29002 (java) S 28988 28991 26151 0 -1 1077944384 3838 0 0 0 134 1 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196973557744 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29003] ppid=28988 vsize=10925344 memory=3848 CPUtime=1.22 cores=1,3,5,7
/proc/28991/task/29003/stat : 29003 (java) S 28988 28991 26151 0 -1 1077944384 3507 0 0 0 121 1 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196972505200 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29004] ppid=28988 vsize=10925344 memory=2852 CPUtime=0.39 cores=1,3,5,7
/proc/28991/task/29004/stat : 29004 (java) S 28988 28991 26151 0 -1 1077944384 3039 0 0 0 38 1 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196971452656 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29005] ppid=28988 vsize=10925344 memory=2660 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29005/stat : 29005 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196970400352 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29006] ppid=28988 vsize=10925344 memory=1584 CPUtime=1.43 cores=1,3,5,7
/proc/28991/task/29006/stat : 29006 (java) S 28988 28991 26151 0 -1 1077944384 2260 0 0 0 65 78 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196969347888 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 2623268 KiB

[startup+2389.5 s]
/proc/loadavg: 2.00 2.03 2.22 3/218 29421
/proc/meminfo: memFree=13694076/32770624 swapFree=67108860/67108860
[pid=28991] ppid=28988 vsize=10925344 memory=2623268 CPUtime=2400.07 cores=1,3,5,7
/proc/28991/stat : 28991 (java) S 28988 28991 26151 0 -1 1077944320 85930 0 0 0 239690 317 0 0 20 0 17 0 38851421 11187552256 655817 33554432000 4194304 4196468 140728473255504 140728473238048 140197486890743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
/proc/28991/statm: 2731336 655817 3174 1 0 2693827 0
[pid=28991/tid=28993] ppid=28988 vsize=10925344 memory=2623052 CPUtime=2386.88 cores=1,3,5,7
/proc/28991/task/28993/stat : 28993 (java) S 28988 28991 26151 0 -1 1077944384 43747 0 0 0 238668 20 0 0 20 0 17 0 38851421 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197491133616 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28994] ppid=28988 vsize=10925344 memory=2623052 CPUtime=2.12 cores=1,3,5,7
/proc/28991/task/28994/stat : 28994 (java) S 28988 28991 26151 0 -1 1077944384 2941 0 0 0 156 56 0 0 20 0 17 0 38851422 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197412964624 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28995] ppid=28988 vsize=10925344 memory=2623052 CPUtime=2.11 cores=1,3,5,7
/proc/28991/task/28995/stat : 28995 (java) S 28988 28991 26151 0 -1 1077944384 2930 0 0 0 155 56 0 0 20 0 17 0 38851422 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197411912080 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28996] ppid=28988 vsize=10925344 memory=2623052 CPUtime=2.12 cores=1,3,5,7
/proc/28991/task/28996/stat : 28996 (java) S 28988 28991 26151 0 -1 1077944384 3239 0 0 0 155 57 0 0 20 0 17 0 38851422 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197410859536 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28997] ppid=28988 vsize=10925344 memory=2623052 CPUtime=2.11 cores=1,3,5,7
/proc/28991/task/28997/stat : 28997 (java) S 28988 28991 26151 0 -1 1077944384 3970 0 0 0 155 56 0 0 20 0 17 0 38851422 11187552256 655817 33554432000 4194304 4196468 140728473255504 140197409806992 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28998] ppid=28988 vsize=10925344 memory=2623052 CPUtime=0.25 cores=1,3,5,7
/proc/28991/task/28998/stat : 28998 (java) S 28988 28991 26151 0 -1 1077944384 14754 0 0 0 22 3 0 0 20 0 17 0 38851424 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196977768944 140197486901890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=28999] ppid=28988 vsize=10925344 memory=2623052 CPUtime=0 cores=1,3,5,7
/proc/28991/task/28999/stat : 28999 (java) S 28988 28991 26151 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 38851424 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196976715232 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29000] ppid=28988 vsize=10925344 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29000/stat : 29000 (java) S 28988 28991 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38851424 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196975662592 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29001] ppid=28988 vsize=10925344 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29001/stat : 29001 (java) S 28988 28991 26151 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 38851426 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196974611152 140197486909339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29002] ppid=28988 vsize=10925344 memory=2340 CPUtime=1.35 cores=1,3,5,7
/proc/28991/task/29002/stat : 29002 (java) S 28988 28991 26151 0 -1 1077944384 3838 0 0 0 134 1 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196973557744 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29003] ppid=28988 vsize=10925344 memory=2244 CPUtime=1.22 cores=1,3,5,7
/proc/28991/task/29003/stat : 29003 (java) S 28988 28991 26151 0 -1 1077944384 3507 0 0 0 121 1 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196972505200 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29004] ppid=28988 vsize=10925344 memory=2623052 CPUtime=0.39 cores=1,3,5,7
/proc/28991/task/29004/stat : 29004 (java) S 28988 28991 26151 0 -1 1077944384 3039 0 0 0 38 1 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196971452656 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29005] ppid=28988 vsize=10925344 memory=2623052 CPUtime=0 cores=1,3,5,7
/proc/28991/task/29005/stat : 29005 (java) S 28988 28991 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196970400352 140197486900949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
[pid=28991/tid=29006] ppid=28988 vsize=10925344 memory=4140 CPUtime=1.43 cores=1,3,5,7
/proc/28991/task/29006/stat : 29006 (java) S 28988 28991 26151 0 -1 1077944384 2260 0 0 0 65 78 0 0 20 0 17 0 38851427 11187552256 655817 33554432000 4194304 4196468 140728473255504 140196969347888 140197486901890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13131776 140728473261169 140728473261321 140728473261321 140728473264079 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 2623268 KiB

Child status: 143
Real time (s): 2389.56
CPU time (s): 2400.14
CPU user time (s): 2396.95
CPU system time (s): 3.18939
CPU usage (%): 100.443
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 2645284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.95
system time used= 3.1894
maximum resident set size= 2733348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53944
involuntary context switches= 1630


# summary of solver processes directly reported to runsolver:
#   pid: 28991
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.95
#   total CPU system time (s): 3.18939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0848 second user time and 22.4966 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 00:41:22
IDJOB=4290107
IDBENCH=141174
IDSOLVER=2742
FILE ID=node107/4290107-1532212882
RUNJOBID= node107-1532208159-28447
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P03_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290107-1532212882/watcher-4290107-1532212882 -o /tmp/evaluation-result-4290107-1532212882/solver-4290107-1532212882 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290107-1532212882.xml

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

MD5SUM BENCH= ca21bb45cdf77f5b8e0b27a9f8e7d69e
RANDOM SEED=700293417

node107.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.40
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.40
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.40
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.40
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:        15970064 kB
MemAvailable:   27597828 kB
Buffers:          225612 kB
Cached:         11555308 kB
SwapCached:            0 kB
Active:          5763804 kB
Inactive:       10406564 kB
Active(anon):    4392052 kB
Inactive(anon):    16864 kB
Active(file):    1371752 kB
Inactive(file): 10389700 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2584 kB
Writeback:             0 kB
AnonPages:       4408716 kB
Mapped:            46924 kB
Shmem:             17036 kB
Slab:             321616 kB
SReclaimable:     294772 kB
SUnreclaim:        26844 kB
KernelStack:        3808 kB
PageTables:        13716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5120596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3880960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 01:21:12