Trace number 4290180

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.09 2387.74

General information on the benchmark

NameFrb/
frb-56-25-2-mgd_c18.xml
MD5SUM9f5dcf75f47057a7c780da5476ab91b2
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 variables56
Number of constraints511
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":56}]
Minimum variable degree7
Maximum variable degree26
Distribution of variable degrees[{"degree":7,"count":1},{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":4},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":9},{"degree":18,"count":5},{"degree":19,"count":8},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":7},{"degree":23,"count":2},{"degree":24,"count":3},{"degree":26,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":511}]
Number of extensional constraints511
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":511}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290180-1532598235/watcher-4290180-1532598235 -o /tmp/evaluation-result-4290180-1532598235/solver-4290180-1532598235 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532598235-8675 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290180-1532598235.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
solver pid=8699, runsolver pid=8696
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 2.98 2.29 2.14 5/216 8734
/proc/meminfo: memFree=24392644/32770624 swapFree=67108860/67108860
[pid=8699] ppid=8696 vsize=10659012 memory=30624 CPUtime=0.11 cores=0,2,4,6
/proc/8699/stat : 8699 (java) S 8696 8699 8644 0 -1 1077944320 6731 0 0 0 10 1 0 0 20 0 15 0 77386757 10914828288 7656 33554432000 4194304 4196468 140732820128880 140732820111424 140059393957623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
/proc/8699/statm: 2664753 7656 2842 1 0 2627263 0
[pid=8699/tid=8702] ppid=8696 vsize=10659012 memory=-8253362762721355408 CPUtime=0.08 cores=0,2,4,6
/proc/8699/task/8702/stat : 8702 (java) R 8696 8699 8644 0 -1 4202560 4622 0 0 0 8 0 0 0 20 0 15 0 77386758 10914828288 7656 33554432000 4194304 4196468 140732820128880 140059398145968 140059378038110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8709] ppid=8696 vsize=10659012 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8709/stat : 8709 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386759 10914828288 7656 33554432000 4194304 4196468 140732820128880 140059354917648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8710] ppid=8696 vsize=10659012 memory=139700800112256 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386759 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386759 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386759 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10659012 memory=139700800112256 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386760 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8719] ppid=8696 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8719/stat : 8719 (java) S 8696 8699 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77386761 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058952565664 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8720] ppid=8696 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8720/stat : 8720 (java) S 8696 8699 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77386761 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058749297648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8723] ppid=8696 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8723/stat : 8723 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77386763 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058748246224 140059393976219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8724] ppid=8696 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8724/stat : 8724 (java) S 8696 8699 8644 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 77386763 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058747193840 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8725] ppid=8696 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8725/stat : 8725 (java) S 8696 8699 8644 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 77386763 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058746141296 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8726] ppid=8696 vsize=10659012 memory=139700800112256 CPUtime=0.01 cores=0,2,4,6
/proc/8699/task/8726/stat : 8726 (java) R 8696 8699 8644 0 -1 4202560 304 0 0 0 1 0 0 0 20 0 15 0 77386763 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058745088752 140059372497424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8731] ppid=8696 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8731/stat : 8731 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77386764 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058744036448 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8733] ppid=8696 vsize=10659012 memory=139700800112256 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8733/stat : 8733 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386764 10914828288 7656 33554432000 4194304 4196468 140732820128880 140058742982960 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30624 KiB

[startup+0.210682 s]*
/proc/loadavg: 2.98 2.29 2.14 7/216 8734
/proc/meminfo: memFree=24369268/32770624 swapFree=67108860/67108860
[pid=8699] ppid=8696 vsize=10659012 memory=39880 CPUtime=0.31 cores=0,2,4,6
/proc/8699/stat : 8699 (java) S 8696 8699 8644 0 -1 1077944320 8054 0 0 0 29 2 0 0 20 0 15 0 77386757 10914828288 9970 33554432000 4194304 4196468 140732820128880 140732820111424 140059393957623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
/proc/8699/statm: 2664753 9970 3008 1 0 2627263 0
[pid=8699/tid=8702] ppid=8696 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8699/task/8702/stat : 8702 (java) R 8696 8699 8644 0 -1 4202560 5007 0 0 0 18 1 0 0 20 0 15 0 77386758 10914828288 9975 33554432000 4194304 4196468 140732820128880 140059398188416 140059393979549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8709] ppid=8696 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8709/stat : 8709 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386759 10914828288 9975 33554432000 4194304 4196468 140732820128880 140059354917648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8710] ppid=8696 vsize=10659012 memory=139700800132505 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386759 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386759 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386759 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10659012 memory=139700800112256 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386760 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8719] ppid=8696 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8719/stat : 8719 (java) S 8696 8699 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77386761 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058952565664 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8720] ppid=8696 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8720/stat : 8720 (java) S 8696 8699 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77386761 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058749297648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8723] ppid=8696 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8723/stat : 8723 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77386763 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058748246224 140059393976219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8724] ppid=8696 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8699/task/8724/stat : 8724 (java) R 8696 8699 8644 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 15 0 77386763 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058747193840 140059393968770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8725] ppid=8696 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8699/task/8725/stat : 8725 (java) S 8696 8699 8644 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 15 0 77386763 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058746141296 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8726] ppid=8696 vsize=10659012 memory=139700800112256 CPUtime=0.06 cores=0,2,4,6
/proc/8699/task/8726/stat : 8726 (java) S 8696 8699 8644 0 -1 1077944384 655 0 0 0 6 0 0 0 20 0 15 0 77386763 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058745088752 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8731] ppid=8696 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8731/stat : 8731 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77386764 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058744036448 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8733] ppid=8696 vsize=10659012 memory=139700800112256 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8733/stat : 8733 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386764 10914828288 9975 33554432000 4194304 4196468 140732820128880 140058742982960 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39880 KiB

[startup+0.322681 s]*
/proc/loadavg: 2.98 2.29 2.14 5/216 8734
/proc/meminfo: memFree=24348300/32770624 swapFree=67108860/67108860
[pid=8699] ppid=8696 vsize=10659088 memory=53540 CPUtime=0.57 cores=0,2,4,6
/proc/8699/stat : 8699 (java) S 8696 8699 8644 0 -1 1077944320 9422 0 0 0 54 3 0 0 20 0 15 0 77386757 10914906112 13385 33554432000 4194304 4196468 140732820128880 140732820111424 140059393957623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
/proc/8699/statm: 2664772 13385 3075 1 0 2627263 0
[pid=8699/tid=8702] ppid=8696 vsize=10659088 memory=93310187 CPUtime=0.31 cores=0,2,4,6
/proc/8699/task/8702/stat : 8702 (java) R 8696 8699 8644 0 -1 4202560 5610 0 0 0 29 2 0 0 20 0 15 0 77386758 10914906112 13385 33554432000 4194304 4196468 140732820128880 140059398192544 140059030210035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8709] ppid=8696 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8709/stat : 8709 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386759 10914906112 13385 33554432000 4194304 4196468 140732820128880 140059354917648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8710] ppid=8696 vsize=10659088 memory=139700656510927 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386759 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10659088 memory=279401313019536 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386759 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10659088 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386759 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10659088 memory=279401456630080 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 77386760 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8719] ppid=8696 vsize=10659088 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8719/stat : 8719 (java) S 8696 8699 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77386761 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058952565664 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8720] ppid=8696 vsize=10659088 memory=2110051263623844 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8720/stat : 8720 (java) S 8696 8699 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77386761 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058749297648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8723] ppid=8696 vsize=10659088 memory=2110051263649604 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8723/stat : 8723 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77386763 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058748246224 140059393976219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8724] ppid=8696 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8699/task/8724/stat : 8724 (java) R 8696 8699 8644 0 -1 4202560 1071 0 0 0 7 0 0 0 20 0 15 0 77386763 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058747174856 140059379566311 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8725] ppid=8696 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/8699/task/8725/stat : 8725 (java) R 8696 8699 8644 0 -1 1077944384 572 0 0 0 5 0 0 0 20 0 15 0 77386763 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058746141296 140059393968770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8726] ppid=8696 vsize=10659088 memory=139700800112256 CPUtime=0.13 cores=0,2,4,6
/proc/8699/task/8726/stat : 8726 (java) R 8696 8699 8644 0 -1 4202560 798 0 0 0 13 0 0 0 20 0 15 0 77386763 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058745088752 140059393969558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8731] ppid=8696 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8731/stat : 8731 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77386764 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058744036448 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8733] ppid=8696 vsize=10659088 memory=139700800112256 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8733/stat : 8733 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386764 10914906112 13385 33554432000 4194304 4196468 140732820128880 140058742982960 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53540 KiB

[startup+0.700718 s]
/proc/loadavg: 2.98 2.29 2.14 8/216 8734
/proc/meminfo: memFree=24261940/32770624 swapFree=67108860/67108860
[pid=8699] ppid=8696 vsize=10659088 memory=168600 CPUtime=1.84 cores=0,2,4,6
/proc/8699/stat : 8699 (java) S 8696 8699 8644 0 -1 1077944320 11622 0 0 0 179 5 0 0 20 0 15 0 77386757 10914906112 41638 33554432000 4194304 4196468 140732820128880 140732820111424 140059393957623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
/proc/8699/statm: 2664772 41638 3106 1 0 2627263 0
[pid=8699/tid=8702] ppid=8696 vsize=10659088 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/8699/task/8702/stat : 8702 (java) R 8696 8699 8644 0 -1 4202560 5785 0 0 0 64 3 0 0 20 0 15 0 77386758 10914906112 42150 33554432000 4194304 4196468 140732820128880 140059398192480 140059033814043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8709] ppid=8696 vsize=10659088 memory=139700656540816 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8709/stat : 8709 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386759 10914906112 42150 33554432000 4194304 4196468 140732820128880 140059354917648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8710] ppid=8696 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386759 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77386759 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386759 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 77386760 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8719] ppid=8696 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8719/stat : 8719 (java) S 8696 8699 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77386761 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058952565664 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8720] ppid=8696 vsize=10659088 memory=177139886339432 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8720/stat : 8720 (java) S 8696 8699 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77386761 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058749297648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8723] ppid=8696 vsize=10659088 memory=277047 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8723/stat : 8723 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77386763 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058748246224 140059393976219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8724] ppid=8696 vsize=10659088 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/8699/task/8724/stat : 8724 (java) R 8696 8699 8644 0 -1 4202560 1535 0 0 0 43 0 0 0 20 0 15 0 77386763 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058747182336 140059377456484 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8725] ppid=8696 vsize=10659088 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/8699/task/8725/stat : 8725 (java) R 8696 8699 8644 0 -1 4202560 1289 0 0 0 39 0 0 0 20 0 15 0 77386763 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058746141296 140059377432817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8726] ppid=8696 vsize=10659088 memory=7809523229951467574 CPUtime=0.31 cores=0,2,4,6
/proc/8699/task/8726/stat : 8726 (java) S 8696 8699 8644 0 -1 1077944384 1641 0 0 0 31 0 0 0 20 0 15 0 77386763 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058745088752 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8731] ppid=8696 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8731/stat : 8731 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77386764 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058744036448 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8733] ppid=8696 vsize=10659088 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8733/stat : 8733 (java) S 8696 8699 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77386764 10914906112 42150 33554432000 4194304 4196468 140732820128880 140058742982960 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 168600 KiB

[startup+1.50077 s]
/proc/loadavg: 2.98 2.29 2.14 8/217 8735
/proc/meminfo: memFree=24057656/32770624 swapFree=67108860/67108860
[pid=8699] ppid=8696 vsize=10727840 memory=209892 CPUtime=4.36 cores=0,2,4,6
/proc/8699/stat : 8699 (java) S 8696 8699 8644 0 -1 1077944320 17609 0 0 0 428 8 0 0 20 0 16 0 77386757 10985308160 52473 33554432000 4194304 4196468 140732820128880 140732820111424 140059393957623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
/proc/8699/statm: 2681960 52473 3143 1 0 2644451 0
[pid=8699/tid=8702] ppid=8696 vsize=10727840 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/8699/task/8702/stat : 8702 (java) R 8696 8699 8644 0 -1 4202560 6033 0 0 0 142 4 0 0 20 0 16 0 77386758 10985308160 52473 33554432000 4194304 4196468 140732820128880 140059398196088 140059035016087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8709] ppid=8696 vsize=10727840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8709/stat : 8709 (java) S 8696 8699 8644 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 77386759 10985308160 52473 33554432000 4194304 4196468 140732820128880 140059354917648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8710] ppid=8696 vsize=10727840 memory=33 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 77386759 10985308160 52473 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10727840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 77386759 10985308160 52473 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10727840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 16 0 77386759 10985308160 52473 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10727840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 77386760 10985308160 52473 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0

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

/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 7450 0 0 0 227 22 0 0 20 0 16 0 77386759 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10725652 memory=507228 CPUtime=2.46 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 6158 0 0 0 225 21 0 0 20 0 16 0 77386759 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10725652 memory=507228 CPUtime=2.48 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 10580 0 0 0 226 22 0 0 20 0 16 0 77386759 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10725652 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 26009 0 0 0 20 5 0 0 20 0 16 0 77386760 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8719] ppid=8696 vsize=10725652 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8719/stat : 8719 (java) S 8696 8699 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 77386761 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058952565728 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8720] ppid=8696 vsize=10725652 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8720/stat : 8720 (java) S 8696 8699 8644 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 77386761 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058749297648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8723] ppid=8696 vsize=10725652 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8723/stat : 8723 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77386763 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058748246224 140059393976219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8724] ppid=8696 vsize=10725652 memory=507228 CPUtime=1.92 cores=0,2,4,6
/proc/8699/task/8724/stat : 8724 (java) S 8696 8699 8644 0 -1 1077944384 8944 0 0 0 191 1 0 0 20 0 16 0 77386763 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058747193840 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8725] ppid=8696 vsize=10725652 memory=499072 CPUtime=1.54 cores=0,2,4,6
/proc/8699/task/8725/stat : 8725 (java) S 8696 8699 8644 0 -1 1077944384 7981 0 0 0 153 1 0 0 20 0 16 0 77386763 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058746141296 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8726] ppid=8696 vsize=10725652 memory=499072 CPUtime=0.49 cores=0,2,4,6
/proc/8699/task/8726/stat : 8726 (java) S 8696 8699 8644 0 -1 1077944384 3898 0 0 0 47 2 0 0 20 0 16 0 77386763 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058745088752 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8731] ppid=8696 vsize=10725652 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8731/stat : 8731 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77386764 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058744036448 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8733] ppid=8696 vsize=10725652 memory=507228 CPUtime=1.34 cores=0,2,4,6
/proc/8699/task/8733/stat : 8733 (java) S 8696 8699 8644 0 -1 1077944384 1957 0 0 0 70 64 0 0 20 0 16 0 77386764 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058742982960 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8736] ppid=8696 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8736/stat : 8736 (java) S 8696 8699 8644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 77386857 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058741928752 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
Current children cumulated CPU time: 2394.81 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 507228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2387.5 s]
/proc/loadavg: 1.89 1.95 1.98 3/219 8834
/proc/meminfo: memFree=22842984/32770624 swapFree=67108860/67108860
[pid=8699] ppid=8696 vsize=10725652 memory=507228 CPUtime=2400.03 cores=0,2,4,6
/proc/8699/stat : 8699 (java) S 8696 8699 8644 0 -1 1077944320 103012 0 0 0 239847 156 0 0 20 0 16 0 77386757 10983067648 126807 33554432000 4194304 4196468 140732820128880 140732820111424 140059393957623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
/proc/8699/statm: 2681413 126807 3185 1 0 2643904 0
[pid=8699/tid=8702] ppid=8696 vsize=10725652 memory=507228 CPUtime=2384.45 cores=0,2,4,6
/proc/8699/task/8702/stat : 8702 (java) R 8696 8699 8644 0 -1 4202560 19771 0 0 0 238436 9 0 0 20 0 16 0 77386758 10983067648 126807 33554432000 4194304 4196468 140732820128880 140059398196480 140059035016087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8709] ppid=8696 vsize=10725652 memory=507228 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8709/stat : 8709 (java) S 8696 8699 8644 0 -1 1077944384 8558 0 0 0 228 21 0 0 20 0 16 0 77386759 10983067648 126807 33554432000 4194304 4196468 140732820128880 140059354917648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8710] ppid=8696 vsize=10725652 memory=507228 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 7471 0 0 0 227 22 0 0 20 0 16 0 77386759 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10725652 memory=507228 CPUtime=2.46 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 6169 0 0 0 225 21 0 0 20 0 16 0 77386759 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10725652 memory=507228 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 10811 0 0 0 227 22 0 0 20 0 16 0 77386759 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10725652 memory=507228 CPUtime=0.25 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 26027 0 0 0 20 5 0 0 20 0 16 0 77386760 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8719] ppid=8696 vsize=10725652 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8719/stat : 8719 (java) S 8696 8699 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 77386761 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058952565728 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8720] ppid=8696 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8720/stat : 8720 (java) S 8696 8699 8644 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 77386761 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058749297648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8723] ppid=8696 vsize=10725652 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8723/stat : 8723 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77386763 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058748246224 140059393976219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8724] ppid=8696 vsize=10725652 memory=1228 CPUtime=1.92 cores=0,2,4,6
/proc/8699/task/8724/stat : 8724 (java) S 8696 8699 8644 0 -1 1077944384 8944 0 0 0 191 1 0 0 20 0 16 0 77386763 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058747193840 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8725] ppid=8696 vsize=10725652 memory=1200 CPUtime=1.54 cores=0,2,4,6
/proc/8699/task/8725/stat : 8725 (java) S 8696 8699 8644 0 -1 1077944384 7981 0 0 0 153 1 0 0 20 0 16 0 77386763 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058746141296 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8726] ppid=8696 vsize=10725652 memory=499072 CPUtime=0.49 cores=0,2,4,6
/proc/8699/task/8726/stat : 8726 (java) S 8696 8699 8644 0 -1 1077944384 3898 0 0 0 47 2 0 0 20 0 16 0 77386763 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058745088752 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8731] ppid=8696 vsize=10725652 memory=499072 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8731/stat : 8731 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77386764 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058744036448 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8733] ppid=8696 vsize=10725652 memory=507228 CPUtime=1.34 cores=0,2,4,6
/proc/8699/task/8733/stat : 8733 (java) S 8696 8699 8644 0 -1 1077944384 1957 0 0 0 70 64 0 0 20 0 16 0 77386764 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058742982960 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8736] ppid=8696 vsize=10725652 memory=23356 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8736/stat : 8736 (java) S 8696 8699 8644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 77386857 10983067648 126807 33554432000 4194304 4196468 140732820128880 140058741928752 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 507228 KiB

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

[startup+2387.74 s]
# the end of solver process 8699 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.52 s, system=1.56913 s

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

[startup+2387.61 s]
/proc/loadavg: 1.89 1.95 1.98 3/219 8834
/proc/meminfo: memFree=22842984/32770624 swapFree=67108860/67108860
[pid=8699] ppid=8696 vsize=10925344 memory=507284 CPUtime=2400.04 cores=0,2,4,6
/proc/8699/stat : 8699 (java) S 8696 8699 8644 0 -1 1077944320 103295 0 0 0 239848 156 0 0 20 0 17 0 77386757 11187552256 126821 33554432000 4194304 4196468 140732820128880 140732820111424 140059393957623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
/proc/8699/statm: 2731336 126821 3187 1 0 2693827 0
[pid=8699/tid=8702] ppid=8696 vsize=10925344 memory=1728 CPUtime=2384.46 cores=0,2,4,6
/proc/8699/task/8702/stat : 8702 (java) S 8696 8699 8644 0 -1 1077944384 19780 0 0 0 238437 9 0 0 20 0 17 0 77386758 11187552256 126821 33554432000 4194304 4196468 140732820128880 140059398200496 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8709] ppid=8696 vsize=10925344 memory=8112282956445269571 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8709/stat : 8709 (java) S 8696 8699 8644 0 -1 1077944384 8558 0 0 0 228 21 0 0 20 0 17 0 77386759 11187552256 126821 33554432000 4194304 4196468 140732820128880 140059354917648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8710] ppid=8696 vsize=10925344 memory=4136 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 7471 0 0 0 227 22 0 0 20 0 17 0 77386759 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10925344 memory=23356 CPUtime=2.46 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 6169 0 0 0 225 21 0 0 20 0 17 0 77386759 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10925344 memory=2304 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 10811 0 0 0 227 22 0 0 20 0 17 0 77386759 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10925344 memory=2304 CPUtime=0.25 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 26027 0 0 0 20 5 0 0 20 0 17 0 77386760 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8719] ppid=8696 vsize=10925344 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8719/stat : 8719 (java) S 8696 8699 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 77386761 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058952565728 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8720] ppid=8696 vsize=10925344 memory=3220 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8720/stat : 8720 (java) S 8696 8699 8644 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 77386761 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058749297648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8723] ppid=8696 vsize=10925344 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8723/stat : 8723 (java) S 8696 8699 8644 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 77386763 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058748246224 140059393976219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8724] ppid=8696 vsize=10925344 memory=1404 CPUtime=1.93 cores=0,2,4,6
/proc/8699/task/8724/stat : 8724 (java) S 8696 8699 8644 0 -1 1077944384 8944 0 0 0 191 2 0 0 20 0 17 0 77386763 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058747193840 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8725] ppid=8696 vsize=10925344 memory=8532 CPUtime=1.54 cores=0,2,4,6
/proc/8699/task/8725/stat : 8725 (java) S 8696 8699 8644 0 -1 1077944384 8043 0 0 0 153 1 0 0 20 0 17 0 77386763 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058746141296 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8726] ppid=8696 vsize=10925344 memory=792 CPUtime=0.49 cores=0,2,4,6
/proc/8699/task/8726/stat : 8726 (java) S 8696 8699 8644 0 -1 1077944384 3942 0 0 0 47 2 0 0 20 0 17 0 77386763 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058745088752 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8731] ppid=8696 vsize=10925344 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8731/stat : 8731 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77386764 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058744036448 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8733] ppid=8696 vsize=10925344 memory=1228 CPUtime=1.34 cores=0,2,4,6
/proc/8699/task/8733/stat : 8733 (java) S 8696 8699 8644 0 -1 1077944384 1957 0 0 0 70 64 0 0 20 0 17 0 77386764 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058742982960 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 507284 KiB

[startup+2387.7 s]
/proc/loadavg: 1.89 1.95 1.98 3/219 8834
/proc/meminfo: memFree=22842984/32770624 swapFree=67108860/67108860
[pid=8699] ppid=8696 vsize=10925344 memory=507284 CPUtime=2400.04 cores=0,2,4,6
/proc/8699/stat : 8699 (java) S 8696 8699 8644 0 -1 1077944320 103295 0 0 0 239848 156 0 0 20 0 17 0 77386757 11187552256 126821 33554432000 4194304 4196468 140732820128880 140732820111424 140059393957623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
/proc/8699/statm: 2731336 126821 3187 1 0 2693827 0
[pid=8699/tid=8702] ppid=8696 vsize=10925344 memory=507228 CPUtime=2384.46 cores=0,2,4,6
/proc/8699/task/8702/stat : 8702 (java) S 8696 8699 8644 0 -1 1077944384 19780 0 0 0 238437 9 0 0 20 0 17 0 77386758 11187552256 126821 33554432000 4194304 4196468 140732820128880 140059398200496 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8709] ppid=8696 vsize=10925344 memory=507228 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8709/stat : 8709 (java) S 8696 8699 8644 0 -1 1077944384 8558 0 0 0 228 21 0 0 20 0 17 0 77386759 11187552256 126821 33554432000 4194304 4196468 140732820128880 140059354917648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8710] ppid=8696 vsize=10925344 memory=507228 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8710/stat : 8710 (java) S 8696 8699 8644 0 -1 1077944384 7471 0 0 0 227 22 0 0 20 0 17 0 77386759 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058999626640 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8711] ppid=8696 vsize=10925344 memory=507228 CPUtime=2.46 cores=0,2,4,6
/proc/8699/task/8711/stat : 8711 (java) S 8696 8699 8644 0 -1 1077944384 6169 0 0 0 225 21 0 0 20 0 17 0 77386759 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058998574096 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8712] ppid=8696 vsize=10925344 memory=507228 CPUtime=2.49 cores=0,2,4,6
/proc/8699/task/8712/stat : 8712 (java) S 8696 8699 8644 0 -1 1077944384 10811 0 0 0 227 22 0 0 20 0 17 0 77386759 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058997521552 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8717] ppid=8696 vsize=10925344 memory=507228 CPUtime=0.25 cores=0,2,4,6
/proc/8699/task/8717/stat : 8717 (java) S 8696 8699 8644 0 -1 1077944384 26027 0 0 0 20 5 0 0 20 0 17 0 77386760 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058953619440 140059393968770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8719] ppid=8696 vsize=10925344 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8719/stat : 8719 (java) S 8696 8699 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 77386761 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058952565728 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8720] ppid=8696 vsize=10925344 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8720/stat : 8720 (java) S 8696 8699 8644 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 77386761 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058749297648 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8723] ppid=8696 vsize=10925344 memory=507228 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8723/stat : 8723 (java) S 8696 8699 8644 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 77386763 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058748246224 140059393976219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8724] ppid=8696 vsize=10925344 memory=499072 CPUtime=1.93 cores=0,2,4,6
/proc/8699/task/8724/stat : 8724 (java) S 8696 8699 8644 0 -1 1077944384 8944 0 0 0 191 2 0 0 20 0 17 0 77386763 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058747193840 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8725] ppid=8696 vsize=10925344 memory=499072 CPUtime=1.54 cores=0,2,4,6
/proc/8699/task/8725/stat : 8725 (java) S 8696 8699 8644 0 -1 1077944384 8043 0 0 0 153 1 0 0 20 0 17 0 77386763 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058746141296 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8726] ppid=8696 vsize=10925344 memory=1228 CPUtime=0.49 cores=0,2,4,6
/proc/8699/task/8726/stat : 8726 (java) S 8696 8699 8644 0 -1 1077944384 3942 0 0 0 47 2 0 0 20 0 17 0 77386763 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058745088752 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8731] ppid=8696 vsize=10925344 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/8699/task/8731/stat : 8731 (java) S 8696 8699 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77386764 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058744036448 140059393967829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
[pid=8699/tid=8733] ppid=8696 vsize=10925344 memory=507228 CPUtime=1.34 cores=0,2,4,6
/proc/8699/task/8733/stat : 8733 (java) S 8696 8699 8644 0 -1 1077944384 1957 0 0 0 70 64 0 0 20 0 17 0 77386764 11187552256 126821 33554432000 4194304 4196468 140732820128880 140058742982960 140059393968770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17969152 140732820132977 140732820133129 140732820133129 140732820135887 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 507284 KiB

Child status: 143
Real time (s): 2387.74
CPU time (s): 2400.09
CPU user time (s): 2398.52
CPU system time (s): 1.56913
CPU usage (%): 100.517
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 790840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.52
system time used= 1.56913
maximum resident set size= 793560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55013
involuntary context switches= 3098


# summary of solver processes directly reported to runsolver:
#   pid: 8699
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2398.52
#   total CPU system time (s): 1.56913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1432 second user time and 24.3908 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 11:43:55
IDJOB=4290180
IDBENCH=141581
IDSOLVER=2742
FILE ID=node150/4290180-1532598235
RUNJOBID= node150-1532598235-8675
PBS_JOBID= 21021976
Free space on /tmp= 53100 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-56-25-2-mgd_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290180-1532598235/watcher-4290180-1532598235 -o /tmp/evaluation-result-4290180-1532598235/solver-4290180-1532598235 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532598235-8675 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290180-1532598235.xml

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

MD5SUM BENCH= 9f5dcf75f47057a7c780da5476ab91b2
RANDOM SEED=809821651

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:        24426796 kB
MemAvailable:   31929648 kB
Buffers:          200244 kB
Cached:          7518948 kB
SwapCached:            0 kB
Active:          2137516 kB
Inactive:        5634496 kB
Active(anon):       5364 kB
Inactive(anon):    75256 kB
Active(file):    2132152 kB
Inactive(file):  5559240 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3164 kB
Writeback:             0 kB
AnonPages:         60380 kB
Mapped:            40548 kB
Shmem:             25224 kB
Slab:             267168 kB
SReclaimable:     239920 kB
SUnreclaim:        27248 kB
KernelStack:        3136 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 53096 MiB
End job on node150 at 2018-07-26 12:23:43