Trace number 4290164

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.11 2339.76

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g17-g42_c18.xml
MD5SUM114757bdcfe6c836d79220a034ae6c5f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark44.1483
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints173
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":64}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":4},{"degree":5,"count":24},{"degree":6,"count":36}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":60},{"arity":2,"count":112},{"arity":64,"count":1}]
Number of extensional constraints172
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":172},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290164-1532220619/watcher-4290164-1532220619 -o /tmp/evaluation-result-4290164-1532220619/solver-4290164-1532220619 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290164-1532220619.xml 

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

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

solver pid=28050, runsolver pid=28047

[startup+0.10008 s]*
/proc/loadavg: 2.59 2.20 2.12 4/217 28065
/proc/meminfo: memFree=20100940/32770624 swapFree=67108860/67108860
[pid=28050] ppid=28047 vsize=10659012 memory=30872 CPUtime=0.12 cores=0,2,4,6
/proc/28050/stat : 28050 (java) S 28047 28050 23514 0 -1 1077944320 6778 0 0 0 11 1 0 0 20 0 15 0 39625183 10914828288 7718 33554432000 4194304 4196468 140731825498720 140731825481264 140718558113527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
/proc/28050/statm: 2664753 7718 2815 1 0 2627263 0
[pid=28050/tid=28052] ppid=28047 vsize=10659012 memory=-8773748148830244475 CPUtime=0.09 cores=0,2,4,6
/proc/28050/task/28052/stat : 28052 (java) R 28047 28050 23514 0 -1 4202560 4619 0 0 0 8 1 0 0 20 0 15 0 39625183 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718562335296 140718558135453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28053] ppid=28047 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28053/stat : 28053 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718500117392 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28054] ppid=28047 vsize=10659012 memory=140391512917632 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39625184 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10659012 memory=140391512917632 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39625185 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28058] ppid=28047 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28058/stat : 28058 (java) S 28047 28050 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39625186 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718116889376 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28059] ppid=28047 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28059/stat : 28059 (java) S 28047 28050 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39625186 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718115837040 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28060] ppid=28047 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28060/stat : 28060 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718114785360 140718558132123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28061] ppid=28047 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28061/stat : 28061 (java) S 28047 28050 23514 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 39625188 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718113733232 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28062] ppid=28047 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28062/stat : 28062 (java) R 28047 28050 23514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718112680528 140718558123733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28063] ppid=28047 vsize=10659012 memory=140391512917632 CPUtime=0.02 cores=0,2,4,6
/proc/28050/task/28063/stat : 28063 (java) R 28047 28050 23514 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 39625188 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718111628144 140718558125462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28064] ppid=28047 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28064/stat : 28064 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718110575584 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28065] ppid=28047 vsize=10659012 memory=140391512917632 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28065/stat : 28065 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625189 10914828288 7718 33554432000 4194304 4196468 140731825498720 140718109522352 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30872 KiB

[startup+0.210501 s]*
/proc/loadavg: 2.59 2.20 2.12 4/217 28065
/proc/meminfo: memFree=20090348/32770624 swapFree=67108860/67108860
[pid=28050] ppid=28047 vsize=10659012 memory=41884 CPUtime=0.33 cores=0,2,4,6
/proc/28050/stat : 28050 (java) S 28047 28050 23514 0 -1 1077944320 8086 0 0 0 31 2 0 0 20 0 15 0 39625183 10914828288 10471 33554432000 4194304 4196468 140731825498720 140731825481264 140718558113527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
/proc/28050/statm: 2664753 10471 3006 1 0 2627263 0
[pid=28050/tid=28052] ppid=28047 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28050/task/28052/stat : 28052 (java) R 28047 28050 23514 0 -1 4202560 5032 0 0 0 19 1 0 0 20 0 15 0 39625183 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718562351888 140718542157157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28053] ppid=28047 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28053/stat : 28053 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718500117392 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28054] ppid=28047 vsize=10659012 memory=140391513123802 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39625184 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10659012 memory=140391512917632 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39625185 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28058] ppid=28047 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28058/stat : 28058 (java) S 28047 28050 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39625186 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718116889376 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28059] ppid=28047 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28059/stat : 28059 (java) S 28047 28050 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39625186 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718115837040 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28060] ppid=28047 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28060/stat : 28060 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718114785360 140718558132123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28061] ppid=28047 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28050/task/28061/stat : 28061 (java) S 28047 28050 23514 0 -1 1077944384 678 0 0 0 2 0 0 0 20 0 15 0 39625188 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718113733232 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28062] ppid=28047 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28050/task/28062/stat : 28062 (java) S 28047 28050 23514 0 -1 1077944384 324 0 0 0 1 0 0 0 20 0 15 0 39625188 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718112680432 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28063] ppid=28047 vsize=10659012 memory=140391512917632 CPUtime=0.07 cores=0,2,4,6
/proc/28050/task/28063/stat : 28063 (java) R 28047 28050 23514 0 -1 4202560 685 0 0 0 7 0 0 0 20 0 15 0 39625188 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718111628144 140718542194014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28064] ppid=28047 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28064/stat : 28064 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718110575584 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28065] ppid=28047 vsize=10659012 memory=140391512917632 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28065/stat : 28065 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625189 10914828288 10471 33554432000 4194304 4196468 140731825498720 140718109522352 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41884 KiB

[startup+0.3198 s]*
/proc/loadavg: 2.59 2.20 2.12 4/217 28065
/proc/meminfo: memFree=20082780/32770624 swapFree=67108860/67108860
[pid=28050] ppid=28047 vsize=10659088 memory=47448 CPUtime=0.54 cores=0,2,4,6
/proc/28050/stat : 28050 (java) S 28047 28050 23514 0 -1 1077944320 8957 0 0 0 52 2 0 0 20 0 15 0 39625183 10914906112 11862 33554432000 4194304 4196468 140731825498720 140731825481264 140718558113527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
/proc/28050/statm: 2664772 11862 3045 1 0 2627263 0
[pid=28050/tid=28052] ppid=28047 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/28050/task/28052/stat : 28052 (java) R 28047 28050 23514 0 -1 4202560 5671 0 0 0 29 1 0 0 20 0 15 0 39625183 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718562349760 140718542194014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28053] ppid=28047 vsize=10659088 memory=4294977867 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28053/stat : 28053 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718500117392 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28054] ppid=28047 vsize=10659088 memory=140391513123801 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39625184 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10659088 memory=140391512917632 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39625185 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28058] ppid=28047 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28058/stat : 28058 (java) S 28047 28050 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39625186 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718116889376 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28059] ppid=28047 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28059/stat : 28059 (java) S 28047 28050 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39625186 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718115837040 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28060] ppid=28047 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28060/stat : 28060 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718114785360 140718558132123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28061] ppid=28047 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28050/task/28061/stat : 28061 (java) S 28047 28050 23514 0 -1 1077944384 721 0 0 0 4 0 0 0 20 0 15 0 39625188 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718113733232 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28062] ppid=28047 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28050/task/28062/stat : 28062 (java) S 28047 28050 23514 0 -1 1077944384 416 0 0 0 4 0 0 0 20 0 15 0 39625188 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718112680432 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28063] ppid=28047 vsize=10659088 memory=140391512917632 CPUtime=0.13 cores=0,2,4,6
/proc/28050/task/28063/stat : 28063 (java) R 28047 28050 23514 0 -1 4202560 784 0 0 0 13 0 0 0 20 0 15 0 39625188 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718111628144 140718558134874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28064] ppid=28047 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28064/stat : 28064 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718110575584 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28065] ppid=28047 vsize=10659088 memory=140391512917632 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28065/stat : 28065 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625189 10914906112 11862 33554432000 4194304 4196468 140731825498720 140718109522352 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47448 KiB

[startup+0.700766 s]
/proc/loadavg: 2.59 2.20 2.12 5/217 28065
/proc/meminfo: memFree=20058936/32770624 swapFree=67108860/67108860
[pid=28050] ppid=28047 vsize=10659088 memory=96968 CPUtime=1.61 cores=0,2,4,6
/proc/28050/stat : 28050 (java) S 28047 28050 23514 0 -1 1077944320 12665 0 0 0 157 4 0 0 20 0 15 0 39625183 10914906112 24242 33554432000 4194304 4196468 140731825498720 140731825481264 140718558113527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
/proc/28050/statm: 2664772 24242 3101 1 0 2627263 0
[pid=28050/tid=28052] ppid=28047 vsize=10659088 memory=260895305400568 CPUtime=0.68 cores=0,2,4,6
/proc/28050/task/28052/stat : 28052 (java) R 28047 28050 23514 0 -1 4202560 5765 0 0 0 66 2 0 0 20 0 15 0 39625183 10914906112 24308 33554432000 4194304 4196468 140731825498720 140718562348528 140718180504602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28053] ppid=28047 vsize=10659088 memory=4265253205551874080 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28053/stat : 28053 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914906112 24308 33554432000 4194304 4196468 140731825498720 140718500117392 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28054] ppid=28047 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914906112 24308 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625184 10914906112 24308 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39625184 10914906112 24308 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39625185 10914906112 24308 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28058] ppid=28047 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28058/stat : 28058 (java) S 28047 28050 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39625186 10914906112 24308 33554432000 4194304 4196468 140731825498720 140718116889376 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28059] ppid=28047 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28059/stat : 28059 (java) S 28047 28050 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39625186 10914906112 24374 33554432000 4194304 4196468 140731825498720 140718115837040 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28060] ppid=28047 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28060/stat : 28060 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914906112 24374 33554432000 4194304 4196468 140731825498720 140718114785360 140718558132123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28061] ppid=28047 vsize=10659088 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/28050/task/28061/stat : 28061 (java) R 28047 28050 23514 0 -1 4202560 3334 0 0 0 38 0 0 0 20 0 15 0 39625188 10914906112 24374 33554432000 4194304 4196468 140731825498720 140718113718728 140718539657250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28062] ppid=28047 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/28050/task/28062/stat : 28062 (java) S 28047 28050 23514 0 -1 1077944384 1209 0 0 0 32 0 0 0 20 0 15 0 39625188 10914906112 24374 33554432000 4194304 4196468 140731825498720 140718112680432 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28063] ppid=28047 vsize=10659088 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/28050/task/28063/stat : 28063 (java) S 28047 28050 23514 0 -1 1077944384 1098 0 0 0 20 0 0 0 20 0 15 0 39625188 10914906112 24374 33554432000 4194304 4196468 140731825498720 140718111628144 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28064] ppid=28047 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28064/stat : 28064 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39625188 10914906112 24374 33554432000 4194304 4196468 140731825498720 140718110575584 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28065] ppid=28047 vsize=10659088 memory=18464 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28065/stat : 28065 (java) S 28047 28050 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39625189 10914906112 24374 33554432000 4194304 4196468 140731825498720 140718109522352 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 96968 KiB

[startup+1.50074 s]
/proc/loadavg: 2.59 2.20 2.12 6/217 28065
/proc/meminfo: memFree=19943536/32770624 swapFree=67108860/67108860
[pid=28050] ppid=28047 vsize=10661552 memory=289164 CPUtime=4.1 cores=0,2,4,6
/proc/28050/stat : 28050 (java) S 28047 28050 23514 0 -1 1077944320 19495 0 0 0 398 12 0 0 20 0 15 0 39625183 10917429248 72291 33554432000 4194304 4196468 140731825498720 140731825481264 140718558113527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
/proc/28050/statm: 2665388 72291 3133 1 0 2627879 0
[pid=28050/tid=28052] ppid=28047 vsize=10661552 memory=10799 CPUtime=1.35 cores=0,2,4,6
/proc/28050/task/28052/stat : 28052 (java) R 28047 28050 23514 0 -1 4202560 5886 0 0 0 132 3 0 0 20 0 15 0 39625183 10917429248 72291 33554432000 4194304 4196468 140731825498720 140718562342704 140718180612877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28053] ppid=28047 vsize=10661552 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/28050/task/28053/stat : 28053 (java) S 28047 28050 23514 0 -1 1077944384 148 0 0 0 4 1 0 0 20 0 15 0 39625184 10917429248 72291 33554432000 4194304 4196468 140731825498720 140718500117392 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28054] ppid=28047 vsize=10661552 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 130 0 0 0 6 1 0 0 20 0 15 0 39625184 10917429248 72291 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10661552 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 134 0 0 0 8 1 0 0 20 0 15 0 39625184 10917429248 72291 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10661552 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 47 0 0 0 5 1 0 0 20 0 15 0 39625184 10917429248 72291 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10661552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39625185 10917429248 72291 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0

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

/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 15840 0 0 0 1723 104 0 0 20 0 16 0 39625184 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10725652 memory=5520496 CPUtime=18.22 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 15252 0 0 0 1725 97 0 0 20 0 16 0 39625184 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10725652 memory=5520496 CPUtime=18.2 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 13060 0 0 0 1727 93 0 0 20 0 16 0 39625184 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10725652 memory=5520496 CPUtime=6.46 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 20432 0 0 0 642 4 0 0 20 0 16 0 39625185 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28058] ppid=28047 vsize=10725652 memory=164 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28058/stat : 28058 (java) S 28047 28050 23514 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 39625186 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718116889440 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28059] ppid=28047 vsize=10725652 memory=5520496 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28059/stat : 28059 (java) S 28047 28050 23514 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 16 0 39625186 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718115837056 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28060] ppid=28047 vsize=10725652 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28060/stat : 28060 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718114785360 140718558132123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28061] ppid=28047 vsize=10725652 memory=5520496 CPUtime=2.67 cores=0,2,4,6
/proc/28050/task/28061/stat : 28061 (java) S 28047 28050 23514 0 -1 1077944384 18175 0 0 0 264 3 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718113733232 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28062] ppid=28047 vsize=10725652 memory=9920 CPUtime=2.15 cores=0,2,4,6
/proc/28050/task/28062/stat : 28062 (java) S 28047 28050 23514 0 -1 1077944384 14196 0 0 0 213 2 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718112680432 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28063] ppid=28047 vsize=10725652 memory=5520496 CPUtime=0.42 cores=0,2,4,6
/proc/28050/task/28063/stat : 28063 (java) S 28047 28050 23514 0 -1 1077944384 4687 0 0 0 42 0 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718111628144 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28064] ppid=28047 vsize=10725652 memory=5520496 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28064/stat : 28064 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718110575584 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28065] ppid=28047 vsize=10725652 memory=4052 CPUtime=1.18 cores=0,2,4,6
/proc/28050/task/28065/stat : 28065 (java) S 28047 28050 23514 0 -1 1077944384 3550 0 0 0 61 57 0 0 20 0 16 0 39625189 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718109522352 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28066] ppid=28047 vsize=10725652 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28066/stat : 28066 (java) S 28047 28050 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39627581 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718108467888 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
Current children cumulated CPU time: 2382.82 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 5520496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.5 s]
/proc/loadavg: 2.07 2.12 2.44 3/217 28345
/proc/meminfo: memFree=16135920/32770624 swapFree=67108860/67108860
[pid=28050] ppid=28047 vsize=10725652 memory=5520496 CPUtime=2400.02 cores=0,2,4,6
/proc/28050/stat : 28050 (java) S 28047 28050 23514 0 -1 1077944320 282088 0 0 0 239512 490 0 0 20 0 16 0 39625183 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140731825481264 140718558113527 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
/proc/28050/statm: 2681413 1380124 3187 1 0 2643904 0
[pid=28050/tid=28052] ppid=28047 vsize=10725652 memory=5520496 CPUtime=2314.26 cores=0,2,4,6
/proc/28050/task/28052/stat : 28052 (java) R 28047 28050 23514 0 -1 4202560 158539 0 0 0 231390 36 0 0 20 0 16 0 39625183 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718562352560 140718178117482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28053] ppid=28047 vsize=10725652 memory=5520496 CPUtime=18.08 cores=0,2,4,6
/proc/28050/task/28053/stat : 28053 (java) S 28047 28050 23514 0 -1 1077944384 16859 0 0 0 1708 100 0 0 20 0 16 0 39625184 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718500117392 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28054] ppid=28047 vsize=10725652 memory=5520496 CPUtime=18.27 cores=0,2,4,6
/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 15840 0 0 0 1723 104 0 0 20 0 16 0 39625184 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10725652 memory=5520496 CPUtime=18.22 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 15252 0 0 0 1725 97 0 0 20 0 16 0 39625184 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10725652 memory=916 CPUtime=18.2 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 13060 0 0 0 1727 93 0 0 20 0 16 0 39625184 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10725652 memory=5520496 CPUtime=6.46 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 20432 0 0 0 642 4 0 0 20 0 16 0 39625185 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28058] ppid=28047 vsize=10725652 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28058/stat : 28058 (java) S 28047 28050 23514 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 39625186 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718116889440 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28059] ppid=28047 vsize=10725652 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28059/stat : 28059 (java) S 28047 28050 23514 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 16 0 39625186 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718115837056 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28060] ppid=28047 vsize=10725652 memory=14132 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28060/stat : 28060 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718114785360 140718558132123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28061] ppid=28047 vsize=10725652 memory=5520496 CPUtime=2.67 cores=0,2,4,6
/proc/28050/task/28061/stat : 28061 (java) S 28047 28050 23514 0 -1 1077944384 18175 0 0 0 264 3 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718113733232 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28062] ppid=28047 vsize=10725652 memory=5520496 CPUtime=2.15 cores=0,2,4,6
/proc/28050/task/28062/stat : 28062 (java) S 28047 28050 23514 0 -1 1077944384 14196 0 0 0 213 2 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718112680432 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28063] ppid=28047 vsize=10725652 memory=5520496 CPUtime=0.42 cores=0,2,4,6
/proc/28050/task/28063/stat : 28063 (java) S 28047 28050 23514 0 -1 1077944384 4687 0 0 0 42 0 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718111628144 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28064] ppid=28047 vsize=10725652 memory=5520496 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28064/stat : 28064 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39625188 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718110575584 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28065] ppid=28047 vsize=10725652 memory=4136 CPUtime=1.2 cores=0,2,4,6
/proc/28050/task/28065/stat : 28065 (java) S 28047 28050 23514 0 -1 1077944384 3552 0 0 0 62 58 0 0 20 0 16 0 39625189 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718109522352 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28066] ppid=28047 vsize=10725652 memory=14132 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28066/stat : 28066 (java) S 28047 28050 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39627581 10983067648 1380124 33554432000 4194304 4196468 140731825498720 140718108467888 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 5520496 KiB

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

[startup+2339.76 s]
# the end of solver process 28050 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.17 s, system=4.93577 s

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

[startup+2339.61 s]
/proc/loadavg: 2.07 2.12 2.44 3/217 28345
/proc/meminfo: memFree=16135920/32770624 swapFree=67108860/67108860
[pid=28050] ppid=28047 vsize=10925344 memory=5520800 CPUtime=2400.03 cores=0,2,4,6
/proc/28050/stat : 28050 (java) S 28047 28050 23514 0 -1 1077944320 283264 0 0 0 239513 490 0 0 20 0 17 0 39625183 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140731825481264 140718558113527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
/proc/28050/statm: 2731336 1380200 3190 1 0 2693827 0
[pid=28050/tid=28052] ppid=28047 vsize=10925344 memory=3848 CPUtime=2314.27 cores=0,2,4,6
/proc/28050/task/28052/stat : 28052 (java) S 28047 28050 23514 0 -1 1077944384 158597 0 0 0 231391 36 0 0 20 0 17 0 39625183 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718562356400 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28053] ppid=28047 vsize=10925344 memory=6791534058613427641 CPUtime=18.08 cores=0,2,4,6
/proc/28050/task/28053/stat : 28053 (java) S 28047 28050 23514 0 -1 1077944384 16859 0 0 0 1708 100 0 0 20 0 17 0 39625184 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718500117392 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28054] ppid=28047 vsize=10925344 memory=14132 CPUtime=18.27 cores=0,2,4,6
/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 15840 0 0 0 1723 104 0 0 20 0 17 0 39625184 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10925344 memory=1292 CPUtime=18.22 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 15252 0 0 0 1725 97 0 0 20 0 17 0 39625184 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10925344 memory=2436 CPUtime=18.2 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 13060 0 0 0 1727 93 0 0 20 0 17 0 39625184 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10925344 memory=1728 CPUtime=6.46 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 20465 0 0 0 642 4 0 0 20 0 17 0 39625185 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28058] ppid=28047 vsize=10925344 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28058/stat : 28058 (java) S 28047 28050 23514 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 39625186 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718116889440 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28059] ppid=28047 vsize=10925344 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28059/stat : 28059 (java) S 28047 28050 23514 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39625186 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718115837056 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28060] ppid=28047 vsize=10925344 memory=5520496 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28060/stat : 28060 (java) S 28047 28050 23514 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718114785360 140718558132123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28061] ppid=28047 vsize=10925344 memory=5520496 CPUtime=2.67 cores=0,2,4,6
/proc/28050/task/28061/stat : 28061 (java) S 28047 28050 23514 0 -1 1077944384 18176 0 0 0 264 3 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718113733232 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28062] ppid=28047 vsize=10925344 memory=1944 CPUtime=2.15 cores=0,2,4,6
/proc/28050/task/28062/stat : 28062 (java) S 28047 28050 23514 0 -1 1077944384 14196 0 0 0 213 2 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718112680432 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28063] ppid=28047 vsize=10925344 memory=1428 CPUtime=0.42 cores=0,2,4,6
/proc/28050/task/28063/stat : 28063 (java) S 28047 28050 23514 0 -1 1077944384 5198 0 0 0 42 0 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718111628144 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28064] ppid=28047 vsize=10925344 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28064/stat : 28064 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718110575584 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28065] ppid=28047 vsize=10925344 memory=792 CPUtime=1.2 cores=0,2,4,6
/proc/28050/task/28065/stat : 28065 (java) S 28047 28050 23514 0 -1 1077944384 3552 0 0 0 62 58 0 0 20 0 17 0 39625189 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718109522352 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 5520800 KiB

[startup+2339.7 s]
/proc/loadavg: 2.07 2.12 2.44 3/217 28345
/proc/meminfo: memFree=16135920/32770624 swapFree=67108860/67108860
[pid=28050] ppid=28047 vsize=10925344 memory=5520800 CPUtime=2400.03 cores=0,2,4,6
/proc/28050/stat : 28050 (java) S 28047 28050 23514 0 -1 1077944320 283264 0 0 0 239513 490 0 0 20 0 17 0 39625183 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140731825481264 140718558113527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
/proc/28050/statm: 2731336 1380200 3190 1 0 2693827 0
[pid=28050/tid=28052] ppid=28047 vsize=10925344 memory=5520496 CPUtime=2314.27 cores=0,2,4,6
/proc/28050/task/28052/stat : 28052 (java) S 28047 28050 23514 0 -1 1077944384 158597 0 0 0 231391 36 0 0 20 0 17 0 39625183 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718562356400 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28053] ppid=28047 vsize=10925344 memory=5520496 CPUtime=18.08 cores=0,2,4,6
/proc/28050/task/28053/stat : 28053 (java) S 28047 28050 23514 0 -1 1077944384 16859 0 0 0 1708 100 0 0 20 0 17 0 39625184 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718500117392 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28054] ppid=28047 vsize=10925344 memory=5520496 CPUtime=18.27 cores=0,2,4,6
/proc/28050/task/28054/stat : 28054 (java) S 28047 28050 23514 0 -1 1077944384 15840 0 0 0 1723 104 0 0 20 0 17 0 39625184 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718499064592 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28055] ppid=28047 vsize=10925344 memory=5520496 CPUtime=18.22 cores=0,2,4,6
/proc/28050/task/28055/stat : 28055 (java) S 28047 28050 23514 0 -1 1077944384 15252 0 0 0 1725 97 0 0 20 0 17 0 39625184 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718498012304 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28056] ppid=28047 vsize=10925344 memory=644 CPUtime=18.2 cores=0,2,4,6
/proc/28050/task/28056/stat : 28056 (java) S 28047 28050 23514 0 -1 1077944384 13060 0 0 0 1727 93 0 0 20 0 17 0 39625184 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718161845264 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28057] ppid=28047 vsize=10925344 memory=4136 CPUtime=6.46 cores=0,2,4,6
/proc/28050/task/28057/stat : 28057 (java) S 28047 28050 23514 0 -1 1077944384 20465 0 0 0 642 4 0 0 20 0 17 0 39625185 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718117943408 140718558124674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28058] ppid=28047 vsize=10925344 memory=14132 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28058/stat : 28058 (java) S 28047 28050 23514 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 39625186 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718116889440 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28059] ppid=28047 vsize=10925344 memory=5520496 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28059/stat : 28059 (java) S 28047 28050 23514 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 39625186 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718115837056 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28060] ppid=28047 vsize=10925344 memory=5520496 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28060/stat : 28060 (java) S 28047 28050 23514 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718114785360 140718558132123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28061] ppid=28047 vsize=10925344 memory=4136 CPUtime=2.67 cores=0,2,4,6
/proc/28050/task/28061/stat : 28061 (java) S 28047 28050 23514 0 -1 1077944384 18176 0 0 0 264 3 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718113733232 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28062] ppid=28047 vsize=10925344 memory=14132 CPUtime=2.15 cores=0,2,4,6
/proc/28050/task/28062/stat : 28062 (java) S 28047 28050 23514 0 -1 1077944384 14196 0 0 0 213 2 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718112680432 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28063] ppid=28047 vsize=10925344 memory=5520496 CPUtime=0.42 cores=0,2,4,6
/proc/28050/task/28063/stat : 28063 (java) S 28047 28050 23514 0 -1 1077944384 5198 0 0 0 42 0 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718111628144 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28064] ppid=28047 vsize=10925344 memory=916 CPUtime=0 cores=0,2,4,6
/proc/28050/task/28064/stat : 28064 (java) S 28047 28050 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39625188 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718110575584 140718558123733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
[pid=28050/tid=28065] ppid=28047 vsize=10925344 memory=5520496 CPUtime=1.2 cores=0,2,4,6
/proc/28050/task/28065/stat : 28065 (java) S 28047 28050 23514 0 -1 1077944384 3552 0 0 0 62 58 0 0 20 0 17 0 39625189 11187552256 1380200 33554432000 4194304 4196468 140731825498720 140718109522352 140718558124674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140731825501297 140731825501449 140731825501449 140731825504207 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 5520800 KiB

Child status: 143
Real time (s): 2339.76
CPU time (s): 2400.11
CPU user time (s): 2395.17
CPU system time (s): 4.93577
CPU usage (%): 102.579
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 5520800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.17
system time used= 4.93577
maximum resident set size= 5521020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53724
involuntary context switches= 4592


# summary of solver processes directly reported to runsolver:
#   pid: 28050
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2395.17
#   total CPU system time (s): 4.93577

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8512 second user time and 20.0575 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 02:50:19
IDJOB=4290164
IDBENCH=141502
IDSOLVER=2742
FILE ID=node150/4290164-1532220619
RUNJOBID= node150-1532207966-25848
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g17-g42_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290164-1532220619/watcher-4290164-1532220619 -o /tmp/evaluation-result-4290164-1532220619/solver-4290164-1532220619 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290164-1532220619.xml

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

MD5SUM BENCH= 114757bdcfe6c836d79220a034ae6c5f
RANDOM SEED=600390653

node150.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.76
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.76
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.76
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.76
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:        20116200 kB
MemAvailable:   29607108 kB
Buffers:          223472 kB
Cached:          9480168 kB
SwapCached:            0 kB
Active:          3354572 kB
Inactive:        8730752 kB
Active(anon):    2384224 kB
Inactive(anon):    16868 kB
Active(file):     970348 kB
Inactive(file):  8713884 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2372 kB
Writeback:             0 kB
AnonPages:       2388940 kB
Mapped:            46896 kB
Shmem:             17032 kB
Slab:             261664 kB
SReclaimable:     235136 kB
SUnreclaim:        26528 kB
KernelStack:        3552 kB
PageTables:        10092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4244868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2158592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57248 MiB
End job on node150 at 2018-07-22 03:29:19