Trace number 4290134

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.12 2389.16

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-8-cp_c18.xml
MD5SUM8a9161d398725f1a5fa3c8de0eb5bbd3
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 variables288
Number of constraints17650
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":288}]
Minimum variable degree247
Maximum variable degree248
Distribution of variable degrees[{"degree":247,"count":252},{"degree":248,"count":36}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":17640},{"arity":36,"count":9},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints17640
Distribution of constraint types[{"type":"intension","count":17640},{"type":"lex","count":1},{"type":"cardinality","count":8},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290134-1532217424/watcher-4290134-1532217424 -o /tmp/evaluation-result-4290134-1532217424/solver-4290134-1532217424 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290134-1532217424.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=29464, runsolver pid=29461

[startup+0.100169 s]*
/proc/loadavg: 5.04 4.39 3.62 6/217 29479
/proc/meminfo: memFree=10431972/32770624 swapFree=67108860/67108860
[pid=29464] ppid=29461 vsize=10659012 memory=30284 CPUtime=0.13 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29461 29464 25105 0 -1 1077944320 6657 0 0 0 11 2 0 0 20 0 15 0 39305608 10914828288 7571 33554432000 4194304 4196468 140721302231152 140721302213696 140522305621751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
/proc/29464/statm: 2664753 7571 2846 1 0 2627263 0
[pid=29464/tid=29466] ppid=29461 vsize=10659012 memory=-8773748148829851009 CPUtime=0.09 cores=0,2,4,6
/proc/29464/task/29466/stat : 29466 (java) R 29461 29464 25105 0 -1 4202560 4478 0 0 0 8 1 0 0 20 0 15 0 39305608 10914828288 7571 33554432000 4194304 4196468 140721302231152 140522309843248 140522305643677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29467] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521912249488 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29468] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521911196688 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29469] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521910143888 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29470] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29461 29464 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521909091088 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29471] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29461 29464 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39305610 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521797302640 140522305632898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29472] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29461 29464 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39305611 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521796248608 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29473] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29461 29464 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39305611 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521795195760 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29474] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39305613 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521794144080 140522305640347 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29475] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) R 29461 29464 25105 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 39305613 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521793092464 140522305632898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29476] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29461 29464 25105 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 39305613 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521792039664 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29477] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0.02 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29461 29464 25105 0 -1 1077944384 377 0 0 0 2 0 0 0 20 0 15 0 39305613 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521790986864 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29478] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39305613 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521789934304 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29479] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305614 10914828288 7571 33554432000 4194304 4196468 140721302231152 140521788881584 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30284 KiB

[startup+0.210504 s]*
/proc/loadavg: 5.04 4.39 3.62 6/217 29479
/proc/meminfo: memFree=10422844/32770624 swapFree=67108860/67108860
[pid=29464] ppid=29461 vsize=10659012 memory=42232 CPUtime=0.33 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29461 29464 25105 0 -1 1077944320 8169 0 0 0 30 3 0 0 20 0 15 0 39305608 10914828288 10558 33554432000 4194304 4196468 140721302231152 140721302213696 140522305621751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
/proc/29464/statm: 2664753 10558 3004 1 0 2627263 0
[pid=29464/tid=29466] ppid=29461 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29464/task/29466/stat : 29466 (java) R 29461 29464 25105 0 -1 4202560 5054 0 0 0 18 2 0 0 20 0 15 0 39305608 10914828288 10558 33554432000 4194304 4196468 140721302231152 140522309849008 140522289665381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29467] ppid=29461 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521912249488 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29468] ppid=29461 vsize=10659012 memory=140292071664031 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521911196688 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29469] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521910143888 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29470] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29461 29464 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521909091088 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29471] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29461 29464 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39305610 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521797302640 140522305632898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29472] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29461 29464 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39305611 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521796248608 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29473] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29461 29464 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39305611 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521795195760 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29474] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39305613 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521794144080 140522305640347 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29475] ppid=29461 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29461 29464 25105 0 -1 1077944384 654 0 0 0 2 0 0 0 20 0 15 0 39305613 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521793092464 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29476] ppid=29461 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29461 29464 25105 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 39305613 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521792039664 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29477] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0.07 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) R 29461 29464 25105 0 -1 4202560 735 0 0 0 7 0 0 0 20 0 15 0 39305613 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521790986864 140522284582761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29478] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39305613 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521789934304 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29479] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305614 10914828288 10558 33554432000 4194304 4196468 140721302231152 140521788881584 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42232 KiB

[startup+0.311408 s]*
/proc/loadavg: 5.04 4.39 3.62 8/217 29479
/proc/meminfo: memFree=10407708/32770624 swapFree=67108860/67108860
[pid=29464] ppid=29461 vsize=10659012 memory=56856 CPUtime=0.6 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29461 29464 25105 0 -1 1077944320 9781 0 0 0 57 3 0 0 20 0 15 0 39305608 10914828288 14214 33554432000 4194304 4196468 140721302231152 140721302213696 140522305621751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
/proc/29464/statm: 2664753 14214 3048 1 0 2627263 0
[pid=29464/tid=29466] ppid=29461 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/29464/task/29466/stat : 29466 (java) R 29461 29464 25105 0 -1 4202560 5402 0 0 0 28 2 0 0 20 0 15 0 39305608 10914828288 14214 33554432000 4194304 4196468 140721302231152 140522309857536 140522305643677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29467] ppid=29461 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521912249488 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29468] ppid=29461 vsize=10659012 memory=140292071662367 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521911196688 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29469] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521910143888 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29470] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29461 29464 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39305609 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521909091088 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29471] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29461 29464 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39305610 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521797302640 140522305632898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29472] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29461 29464 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39305611 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521796248608 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29473] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29461 29464 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39305611 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521795195760 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29474] ppid=29461 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39305613 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521794144080 140522305640347 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29475] ppid=29461 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) R 29461 29464 25105 0 -1 4202560 1241 0 0 0 7 0 0 0 20 0 15 0 39305613 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521793073480 140522285800385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29476] ppid=29461 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) R 29461 29464 25105 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 15 0 39305613 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521792025568 140522286322350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29477] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0.12 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) R 29461 29464 25105 0 -1 4202560 1061 0 0 0 12 0 0 0 20 0 15 0 39305613 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521790986864 140522289702238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29478] ppid=29461 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39305613 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521789934304 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29479] ppid=29461 vsize=10659012 memory=140292071458432 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305614 10914828288 14214 33554432000 4194304 4196468 140721302231152 140521788881584 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56856 KiB

[startup+0.700715 s]
/proc/loadavg: 5.04 4.39 3.62 8/217 29479
/proc/meminfo: memFree=10382944/32770624 swapFree=67108860/67108860
[pid=29464] ppid=29461 vsize=10659088 memory=157400 CPUtime=1.8 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29461 29464 25105 0 -1 1077944320 11496 0 0 0 174 6 0 0 20 0 15 0 39305608 10914906112 39350 33554432000 4194304 4196468 140721302231152 140721302213696 140522305621751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
/proc/29464/statm: 2664772 39350 3105 1 0 2627263 0
[pid=29464/tid=29466] ppid=29461 vsize=10659088 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/29464/task/29466/stat : 29466 (java) R 29461 29464 25105 0 -1 4202560 5905 0 0 0 63 4 0 0 20 0 15 0 39305608 10914906112 39350 33554432000 4194304 4196468 140721302231152 140522309854752 140521943073126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29467] ppid=29461 vsize=10659088 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521912249488 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29468] ppid=29461 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521911196688 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29469] ppid=29461 vsize=10659088 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305609 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521910143888 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29470] ppid=29461 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29461 29464 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39305609 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521909091088 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29471] ppid=29461 vsize=10659088 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29461 29464 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39305610 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521797302640 140522305632898 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29472] ppid=29461 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29461 29464 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39305611 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521796248608 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29473] ppid=29461 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29461 29464 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39305611 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521795195760 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29474] ppid=29461 vsize=10659088 memory=4639098309541127013 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39305613 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521794144080 140522305640347 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29475] ppid=29461 vsize=10659088 memory=7810176774304459348 CPUtime=0.43 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) R 29461 29464 25105 0 -1 4202560 1661 0 0 0 43 0 0 0 20 0 15 0 39305613 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521793083744 140522289882673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29476] ppid=29461 vsize=10659088 memory=6154282490091891024 CPUtime=0.42 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) R 29461 29464 25105 0 -1 4202560 1223 0 0 0 42 0 0 0 20 0 15 0 39305613 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521792028928 140522290738824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29477] ppid=29461 vsize=10659088 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29461 29464 25105 0 -1 1077944384 1336 0 0 0 24 1 0 0 20 0 15 0 39305613 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521790986864 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29478] ppid=29461 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39305613 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521789934304 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29479] ppid=29461 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29461 29464 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39305614 10914906112 39350 33554432000 4194304 4196468 140721302231152 140521788881584 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 157400 KiB

[startup+1.50066 s]
/proc/loadavg: 5.04 4.39 3.62 10/217 29479
/proc/meminfo: memFree=10267772/32770624 swapFree=67108860/67108860
[pid=29464] ppid=29461 vsize=10661136 memory=223496 CPUtime=4.39 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29461 29464 25105 0 -1 1077944320 14379 0 0 0 428 11 0 0 20 0 15 0 39305608 10917003264 55874 33554432000 4194304 4196468 140721302231152 140721302213696 140522305621751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
/proc/29464/statm: 2665284 55874 3145 1 0 2627775 0
[pid=29464/tid=29466] ppid=29461 vsize=10661136 memory=6791534058613427641 CPUtime=1.44 cores=0,2,4,6
/proc/29464/task/29466/stat : 29466 (java) R 29461 29464 25105 0 -1 4202560 6147 0 0 0 139 5 0 0 20 0 15 0 39305608 10917003264 55874 33554432000 4194304 4196468 140721302231152 140522309857552 140522305633686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29467] ppid=29461 vsize=10661136 memory=-6951259422114956437 CPUtime=0.02 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29461 29464 25105 0 -1 1077944384 35 0 0 0 2 0 0 0 20 0 15 0 39305609 10917003264 55874 33554432000 4194304 4196468 140721302231152 140521912249488 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29468] ppid=29461 vsize=10661136 memory=-6509546260019855295 CPUtime=0.02 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29461 29464 25105 0 -1 1077944384 49 0 0 0 2 0 0 0 20 0 15 0 39305609 10917003264 55874 33554432000 4194304 4196468 140721302231152 140521911196688 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29469] ppid=29461 vsize=10661136 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29461 29464 25105 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 39305609 10917003264 55874 33554432000 4194304 4196468 140721302231152 140521910143888 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29470] ppid=29461 vsize=10661136 memory=4134692831991786133 CPUtime=0.01 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29461 29464 25105 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 39305609 10917003264 55874 33554432000 4194304 4196468 140721302231152 140521909091088 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29471] ppid=29461 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29461 29464 25105 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 39305610 10917003264 55874 33554432000 4194304 4196468 140721302231152 140521797302640 140522305632898 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0

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

/proc/29464/task/29472/stat : 29472 (java) S 29461 29464 25105 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39305611 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521796248672 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29473] ppid=29461 vsize=10727700 memory=1228172 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29461 29464 25105 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39305611 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521795195776 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29474] ppid=29461 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39305613 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521794144080 140522305640347 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29475] ppid=29461 vsize=10727700 memory=1224076 CPUtime=4.12 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29461 29464 25105 0 -1 1077944384 14467 0 0 0 411 1 0 0 20 0 16 0 39305613 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521793092464 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29476] ppid=29461 vsize=10727700 memory=0 CPUtime=3.94 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29461 29464 25105 0 -1 1077944384 13244 0 0 0 392 2 0 0 20 0 16 0 39305613 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521792039664 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29477] ppid=29461 vsize=10727700 memory=1232 CPUtime=0.69 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29461 29464 25105 0 -1 1077944384 5688 0 0 0 67 2 0 0 20 0 16 0 39305613 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521790986864 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29478] ppid=29461 vsize=10727700 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39305613 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521789934304 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29479] ppid=29461 vsize=10727700 memory=932 CPUtime=1.46 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29461 29464 25105 0 -1 1077944384 1330 0 0 0 71 75 0 0 20 0 16 0 39305614 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521788881584 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29480] ppid=29461 vsize=10727700 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29461 29464 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39305988 10985164800 307043 33554432000 4194304 4196468 140721302231152 140521785729968 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
Current children cumulated CPU time: 2393.44 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1228172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.9 s]
/proc/loadavg: 2.00 2.01 2.15 3/217 29653
/proc/meminfo: memFree=16429564/32770624 swapFree=67108860/67108860
[pid=29464] ppid=29461 vsize=10727700 memory=1230220 CPUtime=2400.04 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29461 29464 25105 0 -1 1077944320 72327 0 0 0 239889 115 0 0 20 0 16 0 39305608 10985164800 307555 33554432000 4194304 4196468 140721302231152 140721302213696 140522305621751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
/proc/29464/statm: 2681925 307555 3184 1 0 2644416 0
[pid=29464/tid=29466] ppid=29461 vsize=10727700 memory=1230220 CPUtime=2388.28 cores=0,2,4,6
/proc/29464/task/29466/stat : 29466 (java) R 29461 29464 25105 0 -1 4202560 32470 0 0 0 238811 17 0 0 20 0 16 0 39305608 10985164800 307555 33554432000 4194304 4196468 140721302231152 140522309860536 140521950398948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29467] ppid=29461 vsize=10727700 memory=1228172 CPUtime=0.37 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29461 29464 25105 0 -1 1077944384 553 0 0 0 29 8 0 0 20 0 16 0 39305609 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521912249488 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29468] ppid=29461 vsize=10727700 memory=1226124 CPUtime=0.33 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29461 29464 25105 0 -1 1077944384 423 0 0 0 26 7 0 0 20 0 16 0 39305609 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521911196688 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29469] ppid=29461 vsize=10727700 memory=1228172 CPUtime=0.31 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29461 29464 25105 0 -1 1077944384 271 0 0 0 24 7 0 0 20 0 16 0 39305609 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521910143888 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29470] ppid=29461 vsize=10727700 memory=1226124 CPUtime=0.37 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29461 29464 25105 0 -1 1077944384 1160 0 0 0 29 8 0 0 20 0 16 0 39305609 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521909091088 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29471] ppid=29461 vsize=10727700 memory=1226124 CPUtime=0.07 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29461 29464 25105 0 -1 1077944384 1301 0 0 0 4 3 0 0 20 0 16 0 39305610 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521797302640 140522305632898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29472] ppid=29461 vsize=10727700 memory=1230220 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29461 29464 25105 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39305611 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521796248672 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29473] ppid=29461 vsize=10727700 memory=1224076 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29461 29464 25105 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39305611 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521795195776 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29474] ppid=29461 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39305613 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521794144080 140522305640347 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29475] ppid=29461 vsize=10727700 memory=6791534058613427641 CPUtime=4.12 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29461 29464 25105 0 -1 1077944384 14467 0 0 0 411 1 0 0 20 0 16 0 39305613 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521793092464 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29476] ppid=29461 vsize=10727700 memory=4126316290023845779 CPUtime=3.94 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29461 29464 25105 0 -1 1077944384 13244 0 0 0 392 2 0 0 20 0 16 0 39305613 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521792039664 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29477] ppid=29461 vsize=10727700 memory=1230220 CPUtime=0.69 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29461 29464 25105 0 -1 1077944384 5688 0 0 0 67 2 0 0 20 0 16 0 39305613 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521790986864 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29478] ppid=29461 vsize=10727700 memory=1230220 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39305613 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521789934304 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29479] ppid=29461 vsize=10727700 memory=1228172 CPUtime=1.47 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29461 29464 25105 0 -1 1077944384 1330 0 0 0 71 76 0 0 20 0 16 0 39305614 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521788881584 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29480] ppid=29461 vsize=10727700 memory=1228172 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29461 29464 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39305988 10985164800 307555 33554432000 4194304 4196468 140721302231152 140521785729968 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1230220 KiB

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

[startup+2389.16 s]
# the end of solver process 29464 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.96 s, system=1.16314 s

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

[startup+2389.01 s]*
/proc/loadavg: 2.00 2.01 2.15 2/218 29656
/proc/meminfo: memFree=16421476/32770624 swapFree=67108860/67108860
[pid=29464] ppid=29461 vsize=10927392 memory=1238692 CPUtime=2400.06 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29461 29464 25105 0 -1 1077944320 72833 0 0 0 239891 115 0 0 20 0 17 0 39305608 11189649408 309673 33554432000 4194304 4196468 140721302231152 140721302213696 140522305621751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
/proc/29464/statm: 2731848 309673 3186 1 0 2694339 0
[pid=29464/tid=29466] ppid=29461 vsize=10927392 memory=288355116380323867 CPUtime=2388.29 cores=0,2,4,6
/proc/29464/task/29466/stat : 29466 (java) S 29461 29464 25105 0 -1 1077944384 32526 0 0 0 238812 17 0 0 20 0 17 0 39305608 11189649408 309673 33554432000 4194304 4196468 140721302231152 140522309864624 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29467] ppid=29461 vsize=10927392 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29461 29464 25105 0 -1 1077944384 553 0 0 0 29 8 0 0 20 0 17 0 39305609 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521912249488 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29468] ppid=29461 vsize=10927392 memory=140292071639721 CPUtime=0.33 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29461 29464 25105 0 -1 1077944384 423 0 0 0 26 7 0 0 20 0 17 0 39305609 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521911196688 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29469] ppid=29461 vsize=10927392 memory=4351128582104574052 CPUtime=0.31 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29461 29464 25105 0 -1 1077944384 271 0 0 0 24 7 0 0 20 0 17 0 39305609 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521910143888 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29470] ppid=29461 vsize=10927392 memory=-7384994778349281184 CPUtime=0.37 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29461 29464 25105 0 -1 1077944384 1160 0 0 0 29 8 0 0 20 0 17 0 39305609 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521909091088 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29471] ppid=29461 vsize=10927392 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29461 29464 25105 0 -1 1077944384 1314 0 0 0 4 3 0 0 20 0 17 0 39305610 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521797302640 140522305632898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29472] ppid=29461 vsize=10927392 memory=7311435031524761458 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29461 29464 25105 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39305611 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521796248672 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29473] ppid=29461 vsize=10927392 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29461 29464 25105 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 39305611 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521795195776 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29474] ppid=29461 vsize=10927392 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29461 29464 25105 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 17 0 39305613 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521794144080 140522305640347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29475] ppid=29461 vsize=10927392 memory=0 CPUtime=4.12 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29461 29464 25105 0 -1 1077944384 14467 0 0 0 411 1 0 0 20 0 17 0 39305613 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521793092464 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29476] ppid=29461 vsize=10927392 memory=2314914311701553484 CPUtime=3.94 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29461 29464 25105 0 -1 1077944384 13244 0 0 0 392 2 0 0 20 0 17 0 39305613 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521792039664 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29477] ppid=29461 vsize=10927392 memory=3472468588299138697 CPUtime=0.69 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29461 29464 25105 0 -1 1077944384 5784 0 0 0 67 2 0 0 20 0 17 0 39305613 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521790986864 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29478] ppid=29461 vsize=10927392 memory=3472328128895805256 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39305613 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521789934304 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29479] ppid=29461 vsize=10927392 memory=3472468571119269552 CPUtime=1.47 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29461 29464 25105 0 -1 1077944384 1330 0 0 0 71 76 0 0 20 0 17 0 39305614 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521788881584 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29654] ppid=29461 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29654/stat : 29654 (java) S 29461 29464 25105 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 39544498 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521784676464 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29655] ppid=29461 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29655/stat : 29655 (java) S 29461 29464 25105 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 39544498 11189649408 309673 33554432000 4194304 4196468 140721302231152 140521783624592 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1238692 KiB

[startup+2389.12 s]
/proc/loadavg: 2.00 2.01 2.15 2/218 29656
/proc/meminfo: memFree=16421476/32770624 swapFree=67108860/67108860
[pid=29464] ppid=29461 vsize=10927392 memory=1240824 CPUtime=2400.07 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29461 29464 25105 0 -1 1077944320 73046 0 0 0 239892 115 0 0 20 0 17 0 39305608 11189649408 310206 33554432000 4194304 4196468 140721302231152 140721302213696 140522305621751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
/proc/29464/statm: 2731848 310206 3186 1 0 2694339 0
[pid=29464/tid=29466] ppid=29461 vsize=10927392 memory=1226124 CPUtime=2388.29 cores=0,2,4,6
/proc/29464/task/29466/stat : 29466 (java) S 29461 29464 25105 0 -1 1077944384 32526 0 0 0 238812 17 0 0 20 0 17 0 39305608 11189649408 310206 33554432000 4194304 4196468 140721302231152 140522309864624 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29467] ppid=29461 vsize=10927392 memory=1226124 CPUtime=0.37 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29461 29464 25105 0 -1 1077944384 553 0 0 0 29 8 0 0 20 0 17 0 39305609 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521912249488 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29468] ppid=29461 vsize=10927392 memory=1228172 CPUtime=0.33 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29461 29464 25105 0 -1 1077944384 423 0 0 0 26 7 0 0 20 0 17 0 39305609 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521911196688 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29469] ppid=29461 vsize=10927392 memory=1226124 CPUtime=0.31 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29461 29464 25105 0 -1 1077944384 271 0 0 0 24 7 0 0 20 0 17 0 39305609 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521910143888 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29470] ppid=29461 vsize=10927392 memory=1228172 CPUtime=0.37 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29461 29464 25105 0 -1 1077944384 1160 0 0 0 29 8 0 0 20 0 17 0 39305609 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521909091088 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29471] ppid=29461 vsize=10927392 memory=1230220 CPUtime=0.07 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29461 29464 25105 0 -1 1077944384 1314 0 0 0 4 3 0 0 20 0 17 0 39305610 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521797302640 140522305632898 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29472] ppid=29461 vsize=10927392 memory=1230220 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29461 29464 25105 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39305611 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521796248672 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29473] ppid=29461 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29461 29464 25105 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 39305611 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521795195776 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29474] ppid=29461 vsize=10927392 memory=1224076 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29461 29464 25105 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 17 0 39305613 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521794144080 140522305640347 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29475] ppid=29461 vsize=10927392 memory=1228172 CPUtime=4.12 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29461 29464 25105 0 -1 1077944384 14481 0 0 0 411 1 0 0 20 0 17 0 39305613 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521793092464 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29476] ppid=29461 vsize=10927392 memory=1228172 CPUtime=3.94 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29461 29464 25105 0 -1 1077944384 13298 0 0 0 392 2 0 0 20 0 17 0 39305613 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521792039664 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29477] ppid=29461 vsize=10927392 memory=1230220 CPUtime=0.69 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29461 29464 25105 0 -1 1077944384 5836 0 0 0 67 2 0 0 20 0 17 0 39305613 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521790986864 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29478] ppid=29461 vsize=10927392 memory=1230220 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29461 29464 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39305613 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521789934304 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29479] ppid=29461 vsize=10927392 memory=1408 CPUtime=1.47 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29461 29464 25105 0 -1 1077944384 1330 0 0 0 71 76 0 0 20 0 17 0 39305614 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521788881584 140522305632898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29654] ppid=29461 vsize=10927392 memory=3264 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29654/stat : 29654 (java) S 29461 29464 25105 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 39544498 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521784676464 140522305631957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
[pid=29464/tid=29655] ppid=29461 vsize=10927392 memory=4128 CPUtime=0.01 cores=0,2,4,6
/proc/29464/task/29655/stat : 29655 (java) R 29461 29464 25105 0 -1 4202560 131 0 0 0 1 0 0 0 20 0 17 0 39544498 11189649408 310206 33554432000 4194304 4196468 140721302231152 140521783620728 140521942765632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17711104 140721302238321 140721302238473 140721302238473 140721302241231 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1240824 KiB

Child status: 143
Real time (s): 2389.16
CPU time (s): 2400.12
CPU user time (s): 2398.96
CPU system time (s): 1.16314
CPU usage (%): 100.459
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1240824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.96
system time used= 1.16315
maximum resident set size= 1241040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73162
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54603
involuntary context switches= 3070


# summary of solver processes directly reported to runsolver:
#   pid: 29464
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2398.96
#   total CPU system time (s): 1.16314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2153 second user time and 17.5247 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:57:04
IDJOB=4290134
IDBENCH=141380
IDSOLVER=2742
FILE ID=node139/4290134-1532217424
RUNJOBID= node139-1532209881-27634
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-8-cp_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290134-1532217424/watcher-4290134-1532217424 -o /tmp/evaluation-result-4290134-1532217424/solver-4290134-1532217424 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290134-1532217424.xml

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

MD5SUM BENCH= 8a9161d398725f1a5fa3c8de0eb5bbd3
RANDOM SEED=13793138

node139.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.80
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.80
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.80
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.80
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:        10450664 kB
MemAvailable:   23772752 kB
Buffers:          130484 kB
Cached:         13247204 kB
SwapCached:            0 kB
Active:          9229732 kB
Inactive:       12355600 kB
Active(anon):    8163148 kB
Inactive(anon):    64124 kB
Active(file):    1066584 kB
Inactive(file): 12291476 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3080 kB
Writeback:             0 kB
AnonPages:       8218712 kB
Mapped:            46972 kB
Shmem:             17036 kB
Slab:             419892 kB
SReclaimable:     392488 kB
SUnreclaim:        27404 kB
KernelStack:        3792 kB
PageTables:        21504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8646880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8081408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45920 MiB
End job on node139 at 2018-07-22 02:36:54