Trace number 4290011

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.21 2392.38

General information on the benchmark

NameBibd/
Bibd-sc-22-033-12-08-04_c18.xml
MD5SUM6ea47cf9d60ca9eef307247e67b78630
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 variables16698
Number of constraints7910
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8349}]
Minimum variable degree0
Maximum variable degree24
Distribution of variable degrees[{"degree":0,"count":8349},{"degree":2,"count":7623},{"degree":24,"count":726}]
Minimum constraint arity3
Maximum constraint arity726
Distribution of constraint arities[{"arity":3,"count":7623},{"arity":22,"count":33},{"arity":33,"count":253},{"arity":726,"count":1}]
Number of extensional constraints0
Number of intensional constraints7623
Distribution of constraint types[{"type":"intension","count":7623},{"type":"lex","count":1},{"type":"sum","count":286}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290011-1532216238/watcher-4290011-1532216238 -o /tmp/evaluation-result-4290011-1532216238/solver-4290011-1532216238 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27994 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290011-1532216238.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=28745, runsolver pid=28742
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 2.00 2.01 2.05 3/216 28760
/proc/meminfo: memFree=20818676/32770624 swapFree=67108860/67108860
[pid=28745] ppid=28742 vsize=10659012 memory=30692 CPUtime=0.13 cores=1,3,5,7
/proc/28745/stat : 28745 (java) S 28742 28745 25432 0 -1 1077944320 6738 0 0 0 12 1 0 0 20 0 15 0 39187007 10914828288 7673 33554432000 4194304 4196468 140733095023424 140733095005968 140481343860471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
/proc/28745/statm: 2664753 7673 2819 1 0 2627263 0
[pid=28745/tid=28747] ppid=28742 vsize=10659012 memory=-8773748148829981821 CPUtime=0.08 cores=1,3,5,7
/proc/28745/task/28747/stat : 28747 (java) R 28742 28745 25432 0 -1 4202560 4583 0 0 0 8 0 0 0 20 0 15 0 39187007 10914828288 7673 33554432000 4194304 4196468 140733095023424 140481348065136 140481343872406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28748] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28748/stat : 28748 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 7673 33554432000 4194304 4196468 140733095023424 140481269935120 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28749] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 7673 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 7673 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28753] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28753/stat : 28753 (java) S 28742 28745 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480579826848 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28754] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28754/stat : 28754 (java) S 28742 28745 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480578773744 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28755] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28755/stat : 28755 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480577722320 140481343879067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28756] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28756/stat : 28756 (java) R 28742 28745 25432 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480576670448 140481343871618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28757] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28757/stat : 28757 (java) R 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480575617904 140481343871618 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28758] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0.02 cores=1,3,5,7
/proc/28745/task/28758/stat : 28758 (java) R 28742 28745 25432 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 39187013 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480574564848 140481343881818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28759] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28759/stat : 28759 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480573512544 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28760] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28760/stat : 28760 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 7673 33554432000 4194304 4196468 140733095023424 140480572459568 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30692 KiB

[startup+0.210407 s]*
/proc/loadavg: 2.00 2.01 2.05 4/216 28760
/proc/meminfo: memFree=20809868/32770624 swapFree=67108860/67108860
[pid=28745] ppid=28742 vsize=10659012 memory=41896 CPUtime=0.34 cores=1,3,5,7
/proc/28745/stat : 28745 (java) S 28742 28745 25432 0 -1 1077944320 8092 0 0 0 33 1 0 0 20 0 15 0 39187007 10914828288 10474 33554432000 4194304 4196468 140733095023424 140733095005968 140481343860471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
/proc/28745/statm: 2664753 10474 3005 1 0 2627263 0
[pid=28745/tid=28747] ppid=28742 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28745/task/28747/stat : 28747 (java) R 28742 28745 25432 0 -1 4202560 5049 0 0 0 19 0 0 0 20 0 15 0 39187007 10914828288 10474 33554432000 4194304 4196468 140733095023424 140481348098832 140481327940958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28748] ppid=28742 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28748/stat : 28748 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 10474 33554432000 4194304 4196468 140733095023424 140481269935120 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28749] ppid=28742 vsize=10659012 memory=139668895138708 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 10474 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 10474 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28753] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28753/stat : 28753 (java) S 28742 28745 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480579826848 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28754] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28754/stat : 28754 (java) S 28742 28745 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480578773744 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28755] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28755/stat : 28755 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480577722320 140481343879067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28756] ppid=28742 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28745/task/28756/stat : 28756 (java) S 28742 28745 25432 0 -1 1077944384 689 0 0 0 2 0 0 0 20 0 15 0 39187013 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480576670448 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28757] ppid=28742 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28745/task/28757/stat : 28757 (java) S 28742 28745 25432 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 39187013 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480575617904 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28758] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0.07 cores=1,3,5,7
/proc/28745/task/28758/stat : 28758 (java) R 28742 28745 25432 0 -1 4202560 699 0 0 0 7 0 0 0 20 0 15 0 39187013 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480574564848 140481343881818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28759] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28759/stat : 28759 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480573512544 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28760] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28760/stat : 28760 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 10474 33554432000 4194304 4196468 140733095023424 140480572459568 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41896 KiB

[startup+0.310406 s]*
/proc/loadavg: 2.00 2.01 2.05 5/216 28760
/proc/meminfo: memFree=20794608/32770624 swapFree=67108860/67108860
[pid=28745] ppid=28742 vsize=10659012 memory=55176 CPUtime=0.6 cores=1,3,5,7
/proc/28745/stat : 28745 (java) S 28742 28745 25432 0 -1 1077944320 9882 0 0 0 59 1 0 0 20 0 15 0 39187007 10914828288 13794 33554432000 4194304 4196468 140733095023424 140733095005968 140481343860471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
/proc/28745/statm: 2664753 13794 3044 1 0 2627263 0
[pid=28745/tid=28747] ppid=28742 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28745/task/28747/stat : 28747 (java) D 28742 28745 25432 0 -1 1077944384 5435 0 0 0 29 1 0 0 20 0 15 0 39187007 10914828288 13794 33554432000 4194304 4196468 140733095023424 140481348071680 140481336539693 0 4 0 16800975 18446744072101629476 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28748] ppid=28742 vsize=10659012 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28748/stat : 28748 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 13794 33554432000 4194304 4196468 140733095023424 140481269935120 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28749] ppid=28742 vsize=10659012 memory=139668895137751 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 13794 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914861056 13794 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39187008 10914828288 13794 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 13794 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28753] ppid=28742 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28753/stat : 28753 (java) S 28742 28745 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 13794 33554432000 4194304 4196468 140733095023424 140480579826848 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28754] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28754/stat : 28754 (java) S 28742 28745 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39187010 10914828288 13794 33554432000 4194304 4196468 140733095023424 140480578773744 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28755] ppid=28742 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28755/stat : 28755 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 13794 33554432000 4194304 4196468 140733095023424 140480577722320 140481343879067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28756] ppid=28742 vsize=10659044 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28745/task/28756/stat : 28756 (java) R 28742 28745 25432 0 -1 4202560 1161 0 0 0 9 0 0 0 20 0 15 0 39187013 10914861056 13794 33554432000 4194304 4196468 140733095023424 140480576651464 140481325039351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28757] ppid=28742 vsize=10659044 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28745/task/28757/stat : 28757 (java) R 28742 28745 25432 0 -1 4202560 844 0 0 0 7 0 0 0 20 0 15 0 39187013 10914861056 13794 33554432000 4194304 4196468 140733095023424 140480575598920 140481327360854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28758] ppid=28742 vsize=10659044 memory=139668895110784 CPUtime=0.13 cores=1,3,5,7
/proc/28745/task/28758/stat : 28758 (java) R 28742 28745 25432 0 -1 1077944384 1074 0 0 0 13 0 0 0 20 0 15 0 39187013 10914861056 13794 33554432000 4194304 4196468 140733095023424 140480574564848 140481343871618 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28759] ppid=28742 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28759/stat : 28759 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39187013 10914861056 13794 33554432000 4194304 4196468 140733095023424 140480573512544 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28760] ppid=28742 vsize=10659012 memory=139668895110784 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28760/stat : 28760 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187013 10914828288 13794 33554432000 4194304 4196468 140733095023424 140480572459568 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55176 KiB

[startup+0.700794 s]
/proc/loadavg: 2.00 2.01 2.05 6/216 28760
/proc/meminfo: memFree=20740436/32770624 swapFree=67108860/67108860
[pid=28745] ppid=28742 vsize=10659088 memory=162232 CPUtime=1.86 cores=1,3,5,7
/proc/28745/stat : 28745 (java) S 28742 28745 25432 0 -1 1077944320 12246 0 0 0 182 4 0 0 20 0 15 0 39187007 10914906112 40558 33554432000 4194304 4196468 140733095023424 140733095005968 140481343860471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
/proc/28745/statm: 2664772 40558 3106 1 0 2627263 0
[pid=28745/tid=28747] ppid=28742 vsize=10659088 memory=1724 CPUtime=0.67 cores=1,3,5,7
/proc/28745/task/28747/stat : 28747 (java) R 28742 28745 25432 0 -1 4202560 5948 0 0 0 65 2 0 0 20 0 15 0 39187007 10914906112 40558 33554432000 4194304 4196468 140733095023424 140481348095384 140480951549689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28748] ppid=28742 vsize=10659088 memory=10928 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28748/stat : 28748 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914906112 40558 33554432000 4194304 4196468 140733095023424 140481269935120 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28749] ppid=28742 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914906112 40558 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187008 10914906112 40558 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39187008 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10659088 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39187010 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28753] ppid=28742 vsize=10659088 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28753/stat : 28753 (java) S 28742 28745 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39187010 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480579826848 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28754] ppid=28742 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28754/stat : 28754 (java) S 28742 28745 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39187010 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480578773744 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28755] ppid=28742 vsize=10659088 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28755/stat : 28755 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39187013 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480577722320 140481343879067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28756] ppid=28742 vsize=10659088 memory=4639098309541129069 CPUtime=0.45 cores=1,3,5,7
/proc/28745/task/28756/stat : 28756 (java) R 28742 28745 25432 0 -1 4202560 1916 0 0 0 45 0 0 0 20 0 15 0 39187013 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480576662096 140481327853302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28757] ppid=28742 vsize=10659088 memory=7380106142448643183 CPUtime=0.43 cores=1,3,5,7
/proc/28745/task/28757/stat : 28757 (java) R 28742 28745 25432 0 -1 4202560 1384 0 0 0 43 0 0 0 20 0 15 0 39187013 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480575604688 140481328252448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28758] ppid=28742 vsize=10659088 memory=7810487918915055718 CPUtime=0.27 cores=1,3,5,7
/proc/28745/task/28758/stat : 28758 (java) S 28742 28745 25432 0 -1 1077944384 1627 0 0 0 27 0 0 0 20 0 15 0 39187013 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480574564848 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28759] ppid=28742 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28759/stat : 28759 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39187013 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480573512544 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28760] ppid=28742 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28760/stat : 28760 (java) S 28742 28745 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39187013 10914906112 40558 33554432000 4194304 4196468 140733095023424 140480572459568 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 162232 KiB

[startup+1.50079 s]
/proc/loadavg: 2.00 2.01 2.05 6/216 28760
/proc/meminfo: memFree=20506256/32770624 swapFree=67108860/67108860
[pid=28745] ppid=28742 vsize=10661136 memory=614936 CPUtime=4.49 cores=1,3,5,7
/proc/28745/stat : 28745 (java) S 28742 28745 25432 0 -1 1077944320 14295 0 0 0 429 20 0 0 20 0 15 0 39187007 10917003264 153734 33554432000 4194304 4196468 140733095023424 140733095005968 140481343860471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
/proc/28745/statm: 2665284 153734 3137 1 0 2627775 0
[pid=28745/tid=28747] ppid=28742 vsize=10661136 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/28745/task/28747/stat : 28747 (java) R 28742 28745 25432 0 -1 4202560 6304 0 0 0 130 9 0 0 20 0 15 0 39187007 10917003264 153734 33554432000 4194304 4196468 140733095023424 140481348092576 140480950759915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28748] ppid=28742 vsize=10661136 memory=-6951259422114956437 CPUtime=0.06 cores=1,3,5,7
/proc/28745/task/28748/stat : 28748 (java) S 28742 28745 25432 0 -1 1077944384 60 0 0 0 4 2 0 0 20 0 15 0 39187008 10917003264 153734 33554432000 4194304 4196468 140733095023424 140481269935120 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28749] ppid=28742 vsize=10661136 memory=-6509546260019855295 CPUtime=0.07 cores=1,3,5,7
/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 62 0 0 0 5 2 0 0 20 0 15 0 39187008 10917003264 153734 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10661136 memory=-7390251449858225344 CPUtime=0.05 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 50 0 0 0 3 2 0 0 20 0 15 0 39187008 10917003264 153734 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10661136 memory=4134692831991786133 CPUtime=0.07 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 64 0 0 0 5 2 0 0 20 0 15 0 39187008 10917003264 153734 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 465 0 0 0 0 0 0 0 20 0 15 0 39187010 10917003264 153734 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0

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

/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 288 0 0 0 21 8 0 0 20 0 16 0 39187008 10985164800 319438 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.26 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 365 0 0 0 19 7 0 0 20 0 16 0 39187008 10985164800 319438 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.28 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 1394 0 0 0 20 8 0 0 20 0 16 0 39187008 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.07 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 1606 0 0 0 3 4 0 0 20 0 16 0 39187010 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28753] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28753/stat : 28753 (java) S 28742 28745 25432 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 39187010 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480579826912 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28754] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28754/stat : 28754 (java) S 28742 28745 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39187010 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480578773760 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28755] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28755/stat : 28755 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480577722320 140481343879067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28756] ppid=28742 vsize=10727700 memory=920 CPUtime=2.6 cores=1,3,5,7
/proc/28745/task/28756/stat : 28756 (java) S 28742 28745 25432 0 -1 1077944384 6116 0 0 0 259 1 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480576670448 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28757] ppid=28742 vsize=10727700 memory=3856 CPUtime=2.51 cores=1,3,5,7
/proc/28745/task/28757/stat : 28757 (java) S 28742 28745 25432 0 -1 1077944384 7657 0 0 0 250 1 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480575617904 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28758] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.67 cores=1,3,5,7
/proc/28745/task/28758/stat : 28758 (java) S 28742 28745 25432 0 -1 1077944384 4825 0 0 0 66 1 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480574564848 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28759] ppid=28742 vsize=10727700 memory=13936 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28759/stat : 28759 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480573512544 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28760] ppid=28742 vsize=10727700 memory=140 CPUtime=1.4 cores=1,3,5,7
/proc/28745/task/28760/stat : 28760 (java) S 28742 28745 25432 0 -1 1077944384 1266 0 0 0 60 80 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480572459568 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28761] ppid=28742 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28761/stat : 28761 (java) S 28742 28745 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39187269 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480569308208 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
Current children cumulated CPU time: 2390.27 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1277752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.11 s]
/proc/loadavg: 2.00 2.01 2.05 4/217 28937
/proc/meminfo: memFree=20032236/32770624 swapFree=67108860/67108860
[pid=28745] ppid=28742 vsize=10727700 memory=1277752 CPUtime=2400.08 cores=1,3,5,7
/proc/28745/stat : 28745 (java) S 28742 28745 25432 0 -1 1077944320 55463 0 0 0 239887 121 0 0 20 0 16 0 39187007 10985164800 319438 33554432000 4194304 4196468 140733095023424 140733095005968 140481343860471 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
/proc/28745/statm: 2681925 319438 3175 1 0 2644416 0
[pid=28745/tid=28747] ppid=28742 vsize=10727700 memory=1432 CPUtime=2391.65 cores=1,3,5,7
/proc/28745/task/28747/stat : 28747 (java) R 28742 28745 25432 0 -1 4202560 30171 0 0 0 239148 17 0 0 20 0 16 0 39187007 10985164800 319438 33554432000 4194304 4196468 140733095023424 140481348099608 140480955613739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28748] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.27 cores=1,3,5,7
/proc/28745/task/28748/stat : 28748 (java) S 28742 28745 25432 0 -1 1077944384 386 0 0 0 20 7 0 0 20 0 16 0 39187008 10985164800 319438 33554432000 4194304 4196468 140733095023424 140481269935120 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28749] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.29 cores=1,3,5,7
/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 288 0 0 0 21 8 0 0 20 0 16 0 39187008 10985164800 319438 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.26 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 365 0 0 0 19 7 0 0 20 0 16 0 39187008 10985164800 319438 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.28 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 1394 0 0 0 20 8 0 0 20 0 16 0 39187008 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.07 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 1606 0 0 0 3 4 0 0 20 0 16 0 39187010 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28753] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28753/stat : 28753 (java) S 28742 28745 25432 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 39187010 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480579826912 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28754] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28754/stat : 28754 (java) S 28742 28745 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39187010 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480578773760 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28755] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28755/stat : 28755 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480577722320 140481343879067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28756] ppid=28742 vsize=10727700 memory=1277752 CPUtime=2.6 cores=1,3,5,7
/proc/28745/task/28756/stat : 28756 (java) S 28742 28745 25432 0 -1 1077944384 6116 0 0 0 259 1 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480576670448 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28757] ppid=28742 vsize=10727700 memory=1277752 CPUtime=2.51 cores=1,3,5,7
/proc/28745/task/28757/stat : 28757 (java) S 28742 28745 25432 0 -1 1077944384 7657 0 0 0 250 1 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480575617904 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28758] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0.67 cores=1,3,5,7
/proc/28745/task/28758/stat : 28758 (java) S 28742 28745 25432 0 -1 1077944384 4825 0 0 0 66 1 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480574564848 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28759] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28759/stat : 28759 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480573512544 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28760] ppid=28742 vsize=10727700 memory=1277752 CPUtime=1.4 cores=1,3,5,7
/proc/28745/task/28760/stat : 28760 (java) S 28742 28745 25432 0 -1 1077944384 1268 0 0 0 60 80 0 0 20 0 16 0 39187013 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480572459568 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28761] ppid=28742 vsize=10727700 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28761/stat : 28761 (java) S 28742 28745 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39187269 10985164800 319438 33554432000 4194304 4196468 140733095023424 140480569308208 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1277752 KiB

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

[startup+2392.38 s]
# the end of solver process 28745 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.98 s, system=1.22312 s

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

[startup+2392.21 s]
/proc/loadavg: 2.00 2.01 2.05 4/217 28937
/proc/meminfo: memFree=20032236/32770624 swapFree=67108860/67108860
[pid=28745] ppid=28742 vsize=10861856 memory=1277892 CPUtime=2400.1 cores=1,3,5,7
/proc/28745/stat : 28745 (java) S 28742 28745 25432 0 -1 1077944320 55799 0 0 0 239889 121 0 0 20 0 17 0 39187007 11122540544 319473 33554432000 4194304 4196468 140733095023424 140733095005968 140481343860471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
/proc/28745/statm: 2715464 319473 3178 1 0 2677955 0
[pid=28745/tid=28747] ppid=28742 vsize=10861856 memory=288230617509003574 CPUtime=2391.67 cores=1,3,5,7
/proc/28745/task/28747/stat : 28747 (java) S 28742 28745 25432 0 -1 1077944384 30187 0 0 0 239150 17 0 0 20 0 17 0 39187007 11122540544 319473 33554432000 4194304 4196468 140733095023424 140481348103344 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28748] ppid=28742 vsize=10861856 memory=14417003460954513 CPUtime=0.27 cores=1,3,5,7
/proc/28745/task/28748/stat : 28748 (java) S 28742 28745 25432 0 -1 1077944384 386 0 0 0 20 7 0 0 20 0 17 0 39187008 11122540544 319473 33554432000 4194304 4196468 140733095023424 140481269935120 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28749] ppid=28742 vsize=10861856 memory=4388 CPUtime=0.29 cores=1,3,5,7
/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 288 0 0 0 21 8 0 0 20 0 17 0 39187008 11122540544 319473 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10861856 memory=2244 CPUtime=0.26 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 365 0 0 0 19 7 0 0 20 0 17 0 39187008 11122540544 319473 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10861856 memory=4124 CPUtime=0.28 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 1394 0 0 0 20 8 0 0 20 0 17 0 39187008 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10861856 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 1606 0 0 0 3 4 0 0 20 0 17 0 39187010 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28753] ppid=28742 vsize=10861856 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28753/stat : 28753 (java) S 28742 28745 25432 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 39187010 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480579826912 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28754] ppid=28742 vsize=10861856 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28754/stat : 28754 (java) S 28742 28745 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39187010 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480578773760 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28755] ppid=28742 vsize=10861856 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28755/stat : 28755 (java) S 28742 28745 25432 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480577722320 140481343879067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28756] ppid=28742 vsize=10861856 memory=4612 CPUtime=2.6 cores=1,3,5,7
/proc/28745/task/28756/stat : 28756 (java) S 28742 28745 25432 0 -1 1077944384 6116 0 0 0 259 1 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480576670448 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28757] ppid=28742 vsize=10861856 memory=1432 CPUtime=2.51 cores=1,3,5,7
/proc/28745/task/28757/stat : 28757 (java) S 28742 28745 25432 0 -1 1077944384 7657 0 0 0 250 1 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480575617904 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28758] ppid=28742 vsize=10861856 memory=1200 CPUtime=0.67 cores=1,3,5,7
/proc/28745/task/28758/stat : 28758 (java) S 28742 28745 25432 0 -1 1077944384 4910 0 0 0 66 1 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480574564848 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28759] ppid=28742 vsize=10861856 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28759/stat : 28759 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480573512544 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28760] ppid=28742 vsize=10861856 memory=288230617509003574 CPUtime=1.4 cores=1,3,5,7
/proc/28745/task/28760/stat : 28760 (java) S 28742 28745 25432 0 -1 1077944384 1268 0 0 0 60 80 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480572459568 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10861856 KiB
Current children cumulated memory: 1277892 KiB

[startup+2392.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/217 28937
/proc/meminfo: memFree=20032236/32770624 swapFree=67108860/67108860
[pid=28745] ppid=28742 vsize=10861856 memory=1277892 CPUtime=2400.1 cores=1,3,5,7
/proc/28745/stat : 28745 (java) S 28742 28745 25432 0 -1 1077944320 55813 0 0 0 239889 121 0 0 20 0 17 0 39187007 11122540544 319473 33554432000 4194304 4196468 140733095023424 140733095005968 140481343860471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
/proc/28745/statm: 2715464 319473 3178 1 0 2677955 0
[pid=28745/tid=28747] ppid=28742 vsize=10861856 memory=1277752 CPUtime=2391.67 cores=1,3,5,7
/proc/28745/task/28747/stat : 28747 (java) S 28742 28745 25432 0 -1 1077944384 30187 0 0 0 239150 17 0 0 20 0 17 0 39187007 11122540544 319473 33554432000 4194304 4196468 140733095023424 140481348103344 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28748] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0.27 cores=1,3,5,7
/proc/28745/task/28748/stat : 28748 (java) S 28742 28745 25432 0 -1 1077944384 386 0 0 0 20 7 0 0 20 0 17 0 39187008 11122540544 319473 33554432000 4194304 4196468 140733095023424 140481269935120 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28749] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0.29 cores=1,3,5,7
/proc/28745/task/28749/stat : 28749 (java) S 28742 28745 25432 0 -1 1077944384 288 0 0 0 21 8 0 0 20 0 17 0 39187008 11122540544 319473 33554432000 4194304 4196468 140733095023424 140481268882576 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28750] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0.26 cores=1,3,5,7
/proc/28745/task/28750/stat : 28750 (java) S 28742 28745 25432 0 -1 1077944384 365 0 0 0 19 7 0 0 20 0 17 0 39187008 11122540544 319473 33554432000 4194304 4196468 140733095023424 140481267829520 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28751] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0.28 cores=1,3,5,7
/proc/28745/task/28751/stat : 28751 (java) S 28742 28745 25432 0 -1 1077944384 1394 0 0 0 20 8 0 0 20 0 17 0 39187008 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480947940240 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28752] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0.07 cores=1,3,5,7
/proc/28745/task/28752/stat : 28752 (java) S 28742 28745 25432 0 -1 1077944384 1620 0 0 0 3 4 0 0 20 0 17 0 39187010 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480580880624 140481343871618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28753] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28753/stat : 28753 (java) S 28742 28745 25432 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 39187010 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480579826912 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28754] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28754/stat : 28754 (java) S 28742 28745 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39187010 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480578773760 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28755] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28755/stat : 28755 (java) S 28742 28745 25432 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480577722320 140481343879067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28756] ppid=28742 vsize=10861856 memory=1277752 CPUtime=2.6 cores=1,3,5,7
/proc/28745/task/28756/stat : 28756 (java) S 28742 28745 25432 0 -1 1077944384 6116 0 0 0 259 1 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480576670448 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28757] ppid=28742 vsize=10861856 memory=1432 CPUtime=2.51 cores=1,3,5,7
/proc/28745/task/28757/stat : 28757 (java) S 28742 28745 25432 0 -1 1077944384 7657 0 0 0 250 1 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480575617904 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28758] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0.67 cores=1,3,5,7
/proc/28745/task/28758/stat : 28758 (java) S 28742 28745 25432 0 -1 1077944384 4910 0 0 0 66 1 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480574564848 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28759] ppid=28742 vsize=10861856 memory=1277752 CPUtime=0 cores=1,3,5,7
/proc/28745/task/28759/stat : 28759 (java) S 28742 28745 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480573512544 140481343870677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
[pid=28745/tid=28760] ppid=28742 vsize=10861856 memory=1277752 CPUtime=1.4 cores=1,3,5,7
/proc/28745/task/28760/stat : 28760 (java) S 28742 28745 25432 0 -1 1077944384 1268 0 0 0 60 80 0 0 20 0 17 0 39187013 11122540544 319473 33554432000 4194304 4196468 140733095023424 140480572459568 140481343871618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 16535552 140733095027825 140733095027977 140733095027977 140733095030735 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10861856 KiB
Current children cumulated memory: 1277892 KiB

Child status: 143
Real time (s): 2392.38
CPU time (s): 2400.21
CPU user time (s): 2398.98
CPU system time (s): 1.22312
CPU usage (%): 100.327
Max. virtual memory (cumulated for all children) (KiB): 10861856
Max. memory (cumulated for all children) (KiB): 1277892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.98
system time used= 1.22312
maximum resident set size= 1278332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54418
involuntary context switches= 1609


# summary of solver processes directly reported to runsolver:
#   pid: 28745
#   total CPU time (s): 2400.21
#   total CPU user time (s): 2398.98
#   total CPU system time (s): 1.22312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.235 second user time and 23.1391 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 01:37:18
IDJOB=4290011
IDBENCH=141334
IDSOLVER=2742
FILE ID=node138/4290011-1532216238
RUNJOBID= node138-1532209093-27994
PBS_JOBID= 21018929
Free space on /tmp= 59108 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bibd/Bibd-sc-22-033-12-08-04_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290011-1532216238/watcher-4290011-1532216238 -o /tmp/evaluation-result-4290011-1532216238/solver-4290011-1532216238 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27994 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290011-1532216238.xml

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

MD5SUM BENCH= 6ea47cf9d60ca9eef307247e67b78630
RANDOM SEED=1729047585

node138.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.71
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.71
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.71
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.71
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:        20838852 kB
MemAvailable:   29797664 kB
Buffers:          225940 kB
Cached:          8975696 kB
SwapCached:            0 kB
Active:          4365000 kB
Inactive:        7049256 kB
Active(anon):    2215164 kB
Inactive(anon):    17052 kB
Active(file):    2149836 kB
Inactive(file):  7032204 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2844 kB
Writeback:             0 kB
AnonPages:       2229772 kB
Mapped:            46964 kB
Shmem:             17036 kB
Slab:             212608 kB
SReclaimable:     185212 kB
SUnreclaim:        27396 kB
KernelStack:        3808 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3568548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2095104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59108 MiB
End job on node138 at 2018-07-22 02:17:11