Trace number 4290163

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.1 2332.37

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g17-g37_c18.xml
MD5SUM15f6930ab26cfa444fe93224da66a51d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark89.8838
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints113
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":64}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":24},{"degree":5,"count":36}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":112},{"arity":64,"count":1}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290163-1532221220/watcher-4290163-1532221220 -o /tmp/evaluation-result-4290163-1532221220/solver-4290163-1532221220 -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-4290163-1532221220.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
solver pid=30473, runsolver pid=30470
Current StackSize limit: 8192 KiB


[startup+0.100461 s]*
/proc/loadavg: 2.09 2.11 2.34 2/217 30488
/proc/meminfo: memFree=18496380/32770624 swapFree=67108860/67108860
[pid=30473] ppid=30470 vsize=10659012 memory=30084 CPUtime=0.12 cores=1,3,5,7
/proc/30473/stat : 30473 (java) S 30470 30473 26151 0 -1 1077944320 6592 0 0 0 11 1 0 0 20 0 15 0 39685167 10914828288 7521 33554432000 4194304 4196468 140726187820352 140726187802896 139662588890871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
/proc/30473/statm: 2664753 7521 2817 1 0 2627263 0
[pid=30473/tid=30475] ppid=30470 vsize=10659012 memory=-8773748148829851011 CPUtime=0.08 cores=1,3,5,7
/proc/30473/task/30475/stat : 30475 (java) R 30470 30473 26151 0 -1 4202560 4417 0 0 0 8 0 0 0 20 0 15 0 39685167 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662593112000 139662588912797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30476] ppid=30470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30476/stat : 30476 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685168 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662541511696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30477] ppid=30470 vsize=10659012 memory=139654209595008 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685168 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685168 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685168 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10659012 memory=139654209595008 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685169 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30481] ppid=30470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30481/stat : 30481 (java) S 30470 30473 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39685169 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662147568800 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30482] ppid=30470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30482/stat : 30482 (java) S 30470 30473 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39685170 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662146515696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30483] ppid=30470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30483/stat : 30483 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662145464272 139662588909467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30484] ppid=30470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30484/stat : 30484 (java) S 30470 30473 26151 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 39685172 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662144412400 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30485] ppid=30470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30485/stat : 30485 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662143359856 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30486] ppid=30470 vsize=10659012 memory=139654209595008 CPUtime=0.02 cores=1,3,5,7
/proc/30473/task/30486/stat : 30486 (java) R 30470 30473 26151 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 39685172 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662142306800 139662588902806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30487] ppid=30470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30487/stat : 30487 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662141254496 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30488] ppid=30470 vsize=10659012 memory=139654209595008 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30488/stat : 30488 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685172 10914828288 7521 33554432000 4194304 4196468 140726187820352 139662140201520 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30084 KiB

[startup+0.210633 s]*
/proc/loadavg: 2.09 2.11 2.34 4/217 30488
/proc/meminfo: memFree=18485768/32770624 swapFree=67108860/67108860
[pid=30473] ppid=30470 vsize=10659012 memory=41780 CPUtime=0.33 cores=1,3,5,7
/proc/30473/stat : 30473 (java) S 30470 30473 26151 0 -1 1077944320 8055 0 0 0 31 2 0 0 20 0 15 0 39685167 10914828288 10445 33554432000 4194304 4196468 140726187820352 140726187802896 139662588890871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
/proc/30473/statm: 2664753 10445 3002 1 0 2627263 0
[pid=30473/tid=30475] ppid=30470 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30473/task/30475/stat : 30475 (java) R 30470 30473 26151 0 -1 4202560 4997 0 0 0 19 1 0 0 20 0 15 0 39685167 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662593127152 139662572934501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30476] ppid=30470 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30476/stat : 30476 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685168 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662541511696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30477] ppid=30470 vsize=10659012 memory=139654209796442 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685168 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685168 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685168 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10659012 memory=139654209595008 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685169 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30481] ppid=30470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30481/stat : 30481 (java) S 30470 30473 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39685169 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662147568800 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30482] ppid=30470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30482/stat : 30482 (java) S 30470 30473 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39685170 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662146515696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30483] ppid=30470 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30483/stat : 30483 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662145464272 139662588909467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30484] ppid=30470 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30473/task/30484/stat : 30484 (java) S 30470 30473 26151 0 -1 1077944384 813 0 0 0 2 0 0 0 20 0 15 0 39685172 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662144412400 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30485] ppid=30470 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30473/task/30485/stat : 30485 (java) S 30470 30473 26151 0 -1 1077944384 194 0 0 0 2 0 0 0 20 0 15 0 39685172 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662143359856 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30486] ppid=30470 vsize=10659012 memory=139654209595008 CPUtime=0.07 cores=1,3,5,7
/proc/30473/task/30486/stat : 30486 (java) R 30470 30473 26151 0 -1 4202560 682 0 0 0 7 0 0 0 20 0 15 0 39685172 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662142306800 139662567760160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30487] ppid=30470 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30487/stat : 30487 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662141254496 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30488] ppid=30470 vsize=10659012 memory=139654209595008 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30488/stat : 30488 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685172 10914828288 10445 33554432000 4194304 4196468 140726187820352 139662140201520 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41780 KiB

[startup+0.310659 s]*
/proc/loadavg: 2.09 2.11 2.34 4/217 30488
/proc/meminfo: memFree=18477952/32770624 swapFree=67108860/67108860
[pid=30473] ppid=30470 vsize=10659088 memory=47212 CPUtime=0.52 cores=1,3,5,7
/proc/30473/stat : 30473 (java) S 30470 30473 26151 0 -1 1077944320 8894 0 0 0 50 2 0 0 20 0 15 0 39685167 10914906112 11803 33554432000 4194304 4196468 140726187820352 140726187802896 139662588890871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
/proc/30473/statm: 2664772 11803 3031 1 0 2627263 0
[pid=30473/tid=30475] ppid=30470 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30473/task/30475/stat : 30475 (java) R 30470 30473 26151 0 -1 4202560 5630 0 0 0 28 1 0 0 20 0 15 0 39685167 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662593127040 139662588902806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30476] ppid=30470 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30476/stat : 30476 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685168 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662541511696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30477] ppid=30470 vsize=10659088 memory=139654209793049 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685168 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685168 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685168 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10659088 memory=139654209595008 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685169 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30481] ppid=30470 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30481/stat : 30481 (java) S 30470 30473 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39685169 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662147568800 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30482] ppid=30470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30482/stat : 30482 (java) S 30470 30473 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39685170 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662146515696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30483] ppid=30470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30483/stat : 30483 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662145464272 139662588909467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30484] ppid=30470 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30473/task/30484/stat : 30484 (java) S 30470 30473 26151 0 -1 1077944384 837 0 0 0 4 0 0 0 20 0 15 0 39685172 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662144412400 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30485] ppid=30470 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/30473/task/30485/stat : 30485 (java) R 30470 30473 26151 0 -1 1077944384 292 0 0 0 4 0 0 0 20 0 15 0 39685172 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662143359856 139662588902018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30486] ppid=30470 vsize=10659088 memory=139654209595008 CPUtime=0.12 cores=1,3,5,7
/proc/30473/task/30486/stat : 30486 (java) R 30470 30473 26151 0 -1 4202560 767 0 0 0 12 0 0 0 20 0 15 0 39685172 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662142306800 139662567429747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30487] ppid=30470 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30487/stat : 30487 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662141254496 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30488] ppid=30470 vsize=10659088 memory=139654209595008 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30488/stat : 30488 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685172 10914906112 11803 33554432000 4194304 4196468 140726187820352 139662140201520 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47212 KiB

[startup+0.700707 s]
/proc/loadavg: 2.09 2.11 2.34 4/217 30488
/proc/meminfo: memFree=18455492/32770624 swapFree=67108860/67108860
[pid=30473] ppid=30470 vsize=10659088 memory=102216 CPUtime=1.53 cores=1,3,5,7
/proc/30473/stat : 30473 (java) S 30470 30473 26151 0 -1 1077944320 10822 0 0 0 150 3 0 0 20 0 15 0 39685167 10914906112 25554 33554432000 4194304 4196468 140726187820352 140726187802896 139662588890871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
/proc/30473/statm: 2664772 25554 3101 1 0 2627263 0
[pid=30473/tid=30475] ppid=30470 vsize=10659088 memory=1836 CPUtime=0.67 cores=1,3,5,7
/proc/30473/task/30475/stat : 30475 (java) R 30470 30473 26151 0 -1 4202560 5803 0 0 0 65 2 0 0 20 0 15 0 39685167 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662593098560 139662223048521 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30476] ppid=30470 vsize=10659088 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30476/stat : 30476 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685168 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662541511696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30477] ppid=30470 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685168 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685168 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39685168 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39685169 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30481] ppid=30470 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30481/stat : 30481 (java) S 30470 30473 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39685169 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662147568800 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30482] ppid=30470 vsize=10659088 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30482/stat : 30482 (java) S 30470 30473 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39685170 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662146515696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30483] ppid=30470 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30483/stat : 30483 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662145464272 139662588909467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30484] ppid=30470 vsize=10659088 memory=6297835844906604903 CPUtime=0.28 cores=1,3,5,7
/proc/30473/task/30484/stat : 30484 (java) R 30470 30473 26151 0 -1 4202560 1506 0 0 0 28 0 0 0 20 0 15 0 39685172 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662144399872 139662568734481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30485] ppid=30470 vsize=10659088 memory=7597685182856913236 CPUtime=0.31 cores=1,3,5,7
/proc/30473/task/30485/stat : 30485 (java) R 30470 30473 26151 0 -1 4202560 774 0 0 0 31 0 0 0 20 0 15 0 39685172 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662143348608 139662575042528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30486] ppid=30470 vsize=10659088 memory=5788087943085183056 CPUtime=0.24 cores=1,3,5,7
/proc/30473/task/30486/stat : 30486 (java) S 30470 30473 26151 0 -1 1077944384 1367 0 0 0 24 0 0 0 20 0 15 0 39685172 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662142306800 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30487] ppid=30470 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30487/stat : 30487 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39685172 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662141254496 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30488] ppid=30470 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30488/stat : 30488 (java) S 30470 30473 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39685172 10914906112 25554 33554432000 4194304 4196468 140726187820352 139662140201520 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 102216 KiB

[startup+1.50077 s]
/proc/loadavg: 2.09 2.11 2.34 5/217 30488
/proc/meminfo: memFree=18296608/32770624 swapFree=67108860/67108860
[pid=30473] ppid=30470 vsize=10659088 memory=302532 CPUtime=4.06 cores=1,3,5,7
/proc/30473/stat : 30473 (java) S 30470 30473 26151 0 -1 1077944320 19032 0 0 0 393 13 0 0 20 0 15 0 39685167 10914906112 75633 33554432000 4194304 4196468 140726187820352 140726187802896 139662588890871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
/proc/30473/statm: 2664772 75633 3142 1 0 2627263 0
[pid=30473/tid=30475] ppid=30470 vsize=10659088 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/30473/task/30475/stat : 30475 (java) R 30470 30473 26151 0 -1 4202560 5852 0 0 0 133 4 0 0 20 0 15 0 39685167 10914906112 75633 33554432000 4194304 4196468 140726187820352 139662593117784 139662222580835 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30476] ppid=30470 vsize=10659088 memory=-6951259422114956437 CPUtime=0.1 cores=1,3,5,7
/proc/30473/task/30476/stat : 30476 (java) S 30470 30473 26151 0 -1 1077944384 134 0 0 0 8 2 0 0 20 0 15 0 39685168 10914906112 75633 33554432000 4194304 4196468 140726187820352 139662541511696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30477] ppid=30470 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 147 0 0 0 5 1 0 0 20 0 15 0 39685168 10914906112 75633 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10659088 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 116 0 0 0 6 1 0 0 20 0 15 0 39685168 10914906112 75633 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10659088 memory=4134692831991786133 CPUtime=0.07 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 66 0 0 0 6 1 0 0 20 0 15 0 39685168 10914906112 75633 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39685169 10914906112 75633 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0

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

/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 15328 0 0 0 1969 105 0 0 20 0 16 0 39685168 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10725652 memory=6000744 CPUtime=20.68 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 15285 0 0 0 1962 106 0 0 20 0 16 0 39685168 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10725652 memory=6000744 CPUtime=20.79 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 13035 0 0 0 1972 107 0 0 20 0 16 0 39685168 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10725652 memory=6000744 CPUtime=6.71 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 21553 0 0 0 667 4 0 0 20 0 16 0 39685169 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30481] ppid=30470 vsize=10725652 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30481/stat : 30481 (java) S 30470 30473 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39685169 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662147568864 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30482] ppid=30470 vsize=10725652 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30482/stat : 30482 (java) S 30470 30473 26151 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 39685170 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662146515712 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30483] ppid=30470 vsize=10725652 memory=6000744 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30483/stat : 30483 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662145464272 139662588909467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30484] ppid=30470 vsize=10725652 memory=6791534058613427641 CPUtime=1.9 cores=1,3,5,7
/proc/30473/task/30484/stat : 30484 (java) S 30470 30473 26151 0 -1 1077944384 11097 0 0 0 188 2 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662144412400 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30485] ppid=30470 vsize=10725652 memory=6791534058613427641 CPUtime=1.99 cores=1,3,5,7
/proc/30473/task/30485/stat : 30485 (java) S 30470 30473 26151 0 -1 1077944384 8533 0 0 0 198 1 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662143359856 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30486] ppid=30470 vsize=10725652 memory=4126316290023845779 CPUtime=0.41 cores=1,3,5,7
/proc/30473/task/30486/stat : 30486 (java) S 30470 30473 26151 0 -1 1077944384 4640 0 0 0 41 0 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662142306800 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30487] ppid=30470 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30487/stat : 30487 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662141254496 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30488] ppid=30470 vsize=10725652 memory=4140 CPUtime=1.42 cores=1,3,5,7
/proc/30473/task/30488/stat : 30488 (java) S 30470 30473 26151 0 -1 1077944384 2777 0 0 0 61 81 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662140201520 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30489] ppid=30470 vsize=10725652 memory=14000 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30489/stat : 30489 (java) S 30470 30473 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39688399 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662139147312 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
Current children cumulated CPU time: 2390.21 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6000744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.11 s]
/proc/loadavg: 2.02 2.06 2.11 3/217 30691
/proc/meminfo: memFree=10263012/32770624 swapFree=67108860/67108860
[pid=30473] ppid=30470 vsize=10725652 memory=6000744 CPUtime=2400.02 cores=1,3,5,7
/proc/30473/stat : 30473 (java) S 30470 30473 26151 0 -1 1077944320 270476 0 0 0 239458 544 0 0 20 0 16 0 39685167 10983067648 1500186 33554432000 4194304 4196468 140726187820352 140726187802896 139662588890871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
/proc/30473/statm: 2681413 1500186 3187 1 0 2643904 0
[pid=30473/tid=30475] ppid=30470 vsize=10725652 memory=6000744 CPUtime=2304.54 cores=1,3,5,7
/proc/30473/task/30475/stat : 30475 (java) R 30470 30473 26151 0 -1 4202560 159138 0 0 0 230414 40 0 0 20 0 16 0 39685167 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662593129840 139662224692106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30476] ppid=30470 vsize=10725652 memory=6000744 CPUtime=20.74 cores=1,3,5,7
/proc/30473/task/30476/stat : 30476 (java) S 30470 30473 26151 0 -1 1077944384 17632 0 0 0 1964 110 0 0 20 0 16 0 39685168 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662541511696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30477] ppid=30470 vsize=10725652 memory=6000744 CPUtime=20.74 cores=1,3,5,7
/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 15328 0 0 0 1969 105 0 0 20 0 16 0 39685168 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10725652 memory=6000744 CPUtime=20.68 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 15285 0 0 0 1962 106 0 0 20 0 16 0 39685168 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10725652 memory=6000744 CPUtime=20.79 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 13035 0 0 0 1972 107 0 0 20 0 16 0 39685168 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10725652 memory=1232 CPUtime=6.71 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 21553 0 0 0 667 4 0 0 20 0 16 0 39685169 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30481] ppid=30470 vsize=10725652 memory=6000744 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30481/stat : 30481 (java) S 30470 30473 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39685169 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662147568864 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30482] ppid=30470 vsize=10725652 memory=6000744 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30482/stat : 30482 (java) S 30470 30473 26151 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 39685170 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662146515712 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30483] ppid=30470 vsize=10725652 memory=6000744 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30483/stat : 30483 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662145464272 139662588909467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30484] ppid=30470 vsize=10725652 memory=6000744 CPUtime=1.9 cores=1,3,5,7
/proc/30473/task/30484/stat : 30484 (java) S 30470 30473 26151 0 -1 1077944384 11100 0 0 0 188 2 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662144412400 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30485] ppid=30470 vsize=10725652 memory=6000744 CPUtime=1.99 cores=1,3,5,7
/proc/30473/task/30485/stat : 30485 (java) S 30470 30473 26151 0 -1 1077944384 8540 0 0 0 198 1 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662143359856 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30486] ppid=30470 vsize=10725652 memory=4140 CPUtime=0.41 cores=1,3,5,7
/proc/30473/task/30486/stat : 30486 (java) S 30470 30473 26151 0 -1 1077944384 4644 0 0 0 41 0 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662142306800 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30487] ppid=30470 vsize=10725652 memory=14000 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30487/stat : 30487 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662141254496 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30488] ppid=30470 vsize=10725652 memory=2340 CPUtime=1.42 cores=1,3,5,7
/proc/30473/task/30488/stat : 30488 (java) S 30470 30473 26151 0 -1 1077944384 2780 0 0 0 61 81 0 0 20 0 16 0 39685172 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662140201520 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30489] ppid=30470 vsize=10725652 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30489/stat : 30489 (java) S 30470 30473 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39688399 10983067648 1500186 33554432000 4194304 4196468 140726187820352 139662139147312 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6000744 KiB

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

[startup+2332.37 s]
# the end of solver process 30473 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.63 s, system=5.47397 s

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

[startup+2332.21 s]
/proc/loadavg: 2.02 2.06 2.11 3/217 30691
/proc/meminfo: memFree=10263012/32770624 swapFree=67108860/67108860
[pid=30473] ppid=30470 vsize=10925344 memory=6001044 CPUtime=2400.03 cores=1,3,5,7
/proc/30473/stat : 30473 (java) S 30470 30473 26151 0 -1 1077944320 271573 0 0 0 239459 544 0 0 20 0 17 0 39685167 11187552256 1500261 33554432000 4194304 4196468 140726187820352 140726187802896 139662588890871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
/proc/30473/statm: 2731336 1500261 3190 1 0 2693827 0
[pid=30473/tid=30475] ppid=30470 vsize=10925344 memory=1200 CPUtime=2304.55 cores=1,3,5,7
/proc/30473/task/30475/stat : 30475 (java) S 30470 30473 26151 0 -1 1077944384 159221 0 0 0 230415 40 0 0 20 0 17 0 39685167 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662593133744 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30476] ppid=30470 vsize=10925344 memory=6791534058613427641 CPUtime=20.74 cores=1,3,5,7
/proc/30473/task/30476/stat : 30476 (java) S 30470 30473 26151 0 -1 1077944384 17632 0 0 0 1964 110 0 0 20 0 17 0 39685168 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662541511696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30477] ppid=30470 vsize=10925344 memory=2400 CPUtime=20.74 cores=1,3,5,7
/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 15328 0 0 0 1969 105 0 0 20 0 17 0 39685168 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10925344 memory=1836 CPUtime=20.68 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 15285 0 0 0 1962 106 0 0 20 0 17 0 39685168 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10925344 memory=12976 CPUtime=20.79 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 13035 0 0 0 1972 107 0 0 20 0 17 0 39685168 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10925344 memory=792 CPUtime=6.71 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 21591 0 0 0 667 4 0 0 20 0 17 0 39685169 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30481] ppid=30470 vsize=10925344 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30481/stat : 30481 (java) S 30470 30473 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39685169 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662147568864 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30482] ppid=30470 vsize=10925344 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30482/stat : 30482 (java) S 30470 30473 26151 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39685170 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662146515712 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30483] ppid=30470 vsize=10925344 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30483/stat : 30483 (java) S 30470 30473 26151 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662145464272 139662588909467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30484] ppid=30470 vsize=10925344 memory=1708 CPUtime=1.9 cores=1,3,5,7
/proc/30473/task/30484/stat : 30484 (java) S 30470 30473 26151 0 -1 1077944384 11100 0 0 0 188 2 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662144412400 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30485] ppid=30470 vsize=10925344 memory=5412 CPUtime=1.99 cores=1,3,5,7
/proc/30473/task/30485/stat : 30485 (java) S 30470 30473 26151 0 -1 1077944384 8540 0 0 0 198 1 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662143359856 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30486] ppid=30470 vsize=10925344 memory=4612 CPUtime=0.41 cores=1,3,5,7
/proc/30473/task/30486/stat : 30486 (java) S 30470 30473 26151 0 -1 1077944384 5022 0 0 0 41 0 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662142306800 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30487] ppid=30470 vsize=10925344 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30487/stat : 30487 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662141254496 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30488] ppid=30470 vsize=10925344 memory=1436 CPUtime=1.42 cores=1,3,5,7
/proc/30473/task/30488/stat : 30488 (java) S 30470 30473 26151 0 -1 1077944384 2780 0 0 0 61 81 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662140201520 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 6001044 KiB

[startup+2332.3 s]
/proc/loadavg: 2.02 2.06 2.11 3/217 30691
/proc/meminfo: memFree=10263012/32770624 swapFree=67108860/67108860
[pid=30473] ppid=30470 vsize=10925344 memory=6001044 CPUtime=2400.03 cores=1,3,5,7
/proc/30473/stat : 30473 (java) S 30470 30473 26151 0 -1 1077944320 271573 0 0 0 239459 544 0 0 20 0 17 0 39685167 11187552256 1500261 33554432000 4194304 4196468 140726187820352 140726187802896 139662588890871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
/proc/30473/statm: 2731336 1500261 3190 1 0 2693827 0
[pid=30473/tid=30475] ppid=30470 vsize=10925344 memory=1232 CPUtime=2304.55 cores=1,3,5,7
/proc/30473/task/30475/stat : 30475 (java) S 30470 30473 26151 0 -1 1077944384 159221 0 0 0 230415 40 0 0 20 0 17 0 39685167 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662593133744 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30476] ppid=30470 vsize=10925344 memory=6000744 CPUtime=20.74 cores=1,3,5,7
/proc/30473/task/30476/stat : 30476 (java) S 30470 30473 26151 0 -1 1077944384 17632 0 0 0 1964 110 0 0 20 0 17 0 39685168 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662541511696 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30477] ppid=30470 vsize=10925344 memory=6000744 CPUtime=20.74 cores=1,3,5,7
/proc/30473/task/30477/stat : 30477 (java) S 30470 30473 26151 0 -1 1077944384 15328 0 0 0 1969 105 0 0 20 0 17 0 39685168 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662540459152 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30478] ppid=30470 vsize=10925344 memory=6000744 CPUtime=20.68 cores=1,3,5,7
/proc/30473/task/30478/stat : 30478 (java) S 30470 30473 26151 0 -1 1077944384 15285 0 0 0 1962 106 0 0 20 0 17 0 39685168 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662193253136 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30479] ppid=30470 vsize=10925344 memory=6000744 CPUtime=20.79 cores=1,3,5,7
/proc/30473/task/30479/stat : 30479 (java) S 30470 30473 26151 0 -1 1077944384 13035 0 0 0 1972 107 0 0 20 0 17 0 39685168 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662192200592 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30480] ppid=30470 vsize=10925344 memory=6000744 CPUtime=6.71 cores=1,3,5,7
/proc/30473/task/30480/stat : 30480 (java) S 30470 30473 26151 0 -1 1077944384 21591 0 0 0 667 4 0 0 20 0 17 0 39685169 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662148622576 139662588902018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30481] ppid=30470 vsize=10925344 memory=6000744 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30481/stat : 30481 (java) S 30470 30473 26151 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39685169 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662147568864 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30482] ppid=30470 vsize=10925344 memory=6000744 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30482/stat : 30482 (java) S 30470 30473 26151 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39685170 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662146515712 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30483] ppid=30470 vsize=10925344 memory=6000744 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30483/stat : 30483 (java) S 30470 30473 26151 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662145464272 139662588909467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30484] ppid=30470 vsize=10925344 memory=4140 CPUtime=1.9 cores=1,3,5,7
/proc/30473/task/30484/stat : 30484 (java) S 30470 30473 26151 0 -1 1077944384 11100 0 0 0 188 2 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662144412400 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30485] ppid=30470 vsize=10925344 memory=14000 CPUtime=1.99 cores=1,3,5,7
/proc/30473/task/30485/stat : 30485 (java) S 30470 30473 26151 0 -1 1077944384 8540 0 0 0 198 1 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662143359856 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30486] ppid=30470 vsize=10925344 memory=2340 CPUtime=0.41 cores=1,3,5,7
/proc/30473/task/30486/stat : 30486 (java) S 30470 30473 26151 0 -1 1077944384 5022 0 0 0 41 0 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662142306800 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30487] ppid=30470 vsize=10925344 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/30473/task/30487/stat : 30487 (java) S 30470 30473 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662141254496 139662588901077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
[pid=30473/tid=30488] ppid=30470 vsize=10925344 memory=6000744 CPUtime=1.42 cores=1,3,5,7
/proc/30473/task/30488/stat : 30488 (java) S 30470 30473 26151 0 -1 1077944384 2780 0 0 0 61 81 0 0 20 0 17 0 39685172 11187552256 1500261 33554432000 4194304 4196468 140726187820352 139662140201520 139662588902018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21659648 140726187824241 140726187824393 140726187824393 140726187827151 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 6001044 KiB

Child status: 143
Real time (s): 2332.37
CPU time (s): 2400.1
CPU user time (s): 2394.63
CPU system time (s): 5.47397
CPU usage (%): 102.904
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 6001044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.63
system time used= 5.47397
maximum resident set size= 6001292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272795
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53701
involuntary context switches= 1489


# summary of solver processes directly reported to runsolver:
#   pid: 30473
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2394.63
#   total CPU system time (s): 5.47397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2567 second user time and 22.8228 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 03:00:20
IDJOB=4290163
IDBENCH=141505
IDSOLVER=2742
FILE ID=node107/4290163-1532221220
RUNJOBID= node107-1532208159-28447
PBS_JOBID= 21018936
Free space on /tmp= 55164 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g17-g37_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290163-1532221220/watcher-4290163-1532221220 -o /tmp/evaluation-result-4290163-1532221220/solver-4290163-1532221220 -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-4290163-1532221220.xml

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

MD5SUM BENCH= 15f6930ab26cfa444fe93224da66a51d
RANDOM SEED=2040855052

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:        18513248 kB
MemAvailable:   30150272 kB
Buffers:          228280 kB
Cached:         11561672 kB
SwapCached:            0 kB
Active:          3224404 kB
Inactive:       10406808 kB
Active(anon):    1843996 kB
Inactive(anon):    16864 kB
Active(file):    1380408 kB
Inactive(file): 10389944 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:       1977064 kB
Mapped:            47124 kB
Shmem:             17036 kB
Slab:             321828 kB
SReclaimable:     295132 kB
SUnreclaim:        26696 kB
KernelStack:        3856 kB
PageTables:         8732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4032796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1753088 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 03:39:12