Trace number 4290086

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.2 2377.98

General information on the benchmark

NameEternity/
Eternity-08-08_c18.xml
MD5SUM631cb3d235a52ad054110af2866c45e9
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 variables208
Number of constraints97
Number of domains2
Minimum domain size12
Maximum domain size64
Distribution of domain sizes[{"size":12,"count":144},{"size":64,"count":64}]
Minimum variable degree1
Maximum variable degree9
Distribution of variable degrees[{"degree":1,"count":7},{"degree":2,"count":200},{"degree":9,"count":1}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":32},{"arity":5,"count":64},{"arity":64,"count":1}]
Number of extensional constraints64
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":64},{"type":"intension","count":32},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290086-1532274154/watcher-4290086-1532274154 -o /tmp/evaluation-result-4290086-1532274154/solver-4290086-1532274154 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5992 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290086-1532274154.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.101244 s]*
/proc/loadavg: 1.94 2.08 2.26 3/220 8091
/proc/meminfo: memFree=24159148/32770624 swapFree=67108860/67108860
[pid=8076] ppid=8073 vsize=10659012 memory=30776 CPUtime=0.13 cores=1,3,5,7
/proc/8076/stat : 8076 (java) S 8073 8076 5960 0 -1 1077944320 6763 0 0 0 11 2 0 0 20 0 15 0 44978572 10914828288 7694 33554432000 4194304 4196468 140727859361616 140727859344160 140681076219639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
/proc/8076/statm: 2664753 7694 2819 1 0 2627263 0
[pid=8076/tid=8078] ppid=8073 vsize=10659012 memory=-8968174811492480192 CPUtime=0.09 cores=1,3,5,7
/proc/8076/task/8078/stat : 8078 (java) R 8073 8076 5960 0 -1 4202560 4591 0 0 0 8 1 0 0 20 0 15 0 44978572 10914828288 7694 33554432000 4194304 4196468 140727859361616 140681080424304 140681076231574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8079] ppid=8073 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44978573 10914828288 7694 33554432000 4194304 4196468 140727859361616 140681002293904 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8080] ppid=8073 vsize=10659012 memory=139642309596800 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914828288 7694 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914828288 7694 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10659012 memory=139642309596800 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44978574 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8084] ppid=8073 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44978575 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680109217312 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8085] ppid=8073 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44978575 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680108164464 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8086] ppid=8073 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978577 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680107112784 140681076238235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8087] ppid=8073 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 5960 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 44978577 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680106060144 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8088] ppid=8073 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978577 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680105007344 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8089] ppid=8073 vsize=10659012 memory=139642309596800 CPUtime=0.02 cores=1,3,5,7
/proc/8076/task/8089/stat : 8089 (java) R 8073 8076 5960 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 44978577 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680103954544 140681055074852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8090] ppid=8073 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978578 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680102901984 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8091] ppid=8073 vsize=10659012 memory=139642309596800 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978578 10914828288 7694 33554432000 4194304 4196468 140727859361616 140680101850288 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30776 KiB

[startup+0.210654 s]*
/proc/loadavg: 1.94 2.08 2.26 4/220 8091
/proc/meminfo: memFree=24148604/32770624 swapFree=67108860/67108860
[pid=8076] ppid=8073 vsize=10659012 memory=41860 CPUtime=0.32 cores=1,3,5,7
/proc/8076/stat : 8076 (java) S 8073 8076 5960 0 -1 1077944320 8059 0 0 0 30 2 0 0 20 0 15 0 44978572 10914828288 10465 33554432000 4194304 4196468 140727859361616 140727859344160 140681076219639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
/proc/8076/statm: 2664753 10465 3008 1 0 2627263 0
[pid=8076/tid=8078] ppid=8073 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/8076/task/8078/stat : 8078 (java) R 8073 8076 5960 0 -1 4202560 5012 0 0 0 18 1 0 0 20 0 15 0 44978572 10914828288 10465 33554432000 4194304 4196468 140727859361616 140681080454608 140681060263269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8079] ppid=8073 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44978573 10914828288 10465 33554432000 4194304 4196468 140727859361616 140681002293904 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8080] ppid=8073 vsize=10659012 memory=139642309605052 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914828288 10465 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914828288 10465 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10659012 memory=139642309596800 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44978574 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8084] ppid=8073 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44978575 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680109217312 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8085] ppid=8073 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44978575 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680108164464 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8086] ppid=8073 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978577 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680107112784 140681076238235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8087] ppid=8073 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 5960 0 -1 1077944384 617 0 0 0 2 0 0 0 20 0 15 0 44978577 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680106060144 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8088] ppid=8073 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 5960 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 44978577 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680105007344 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8089] ppid=8073 vsize=10659012 memory=139642309596800 CPUtime=0.07 cores=1,3,5,7
/proc/8076/task/8089/stat : 8089 (java) R 8073 8076 5960 0 -1 4202560 707 0 0 0 7 0 0 0 20 0 15 0 44978577 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680103954544 140681055053209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8090] ppid=8073 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978578 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680102901984 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8091] ppid=8073 vsize=10659012 memory=139642309596800 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978578 10914828288 10465 33554432000 4194304 4196468 140727859361616 140680101850288 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41860 KiB

[startup+0.311336 s]*
/proc/loadavg: 1.94 2.08 2.26 6/220 8091
/proc/meminfo: memFree=24141932/32770624 swapFree=67108860/67108860
[pid=8076] ppid=8073 vsize=10659088 memory=47064 CPUtime=0.54 cores=1,3,5,7
/proc/8076/stat : 8076 (java) S 8073 8076 5960 0 -1 1077944320 8868 0 0 0 51 3 0 0 20 0 15 0 44978572 10914906112 11766 33554432000 4194304 4196468 140727859361616 140727859344160 140681076219639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
/proc/8076/statm: 2664772 11766 3066 1 0 2627263 0
[pid=8076/tid=8078] ppid=8073 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/8076/task/8078/stat : 8078 (java) R 8073 8076 5960 0 -1 4202560 5602 0 0 0 28 2 0 0 20 0 15 0 44978572 10914906112 11766 33554432000 4194304 4196468 140727859361616 140681080456128 140680665645604 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8079] ppid=8073 vsize=10659088 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44978573 10914906112 11766 33554432000 4194304 4196468 140727859361616 140681002293904 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8080] ppid=8073 vsize=10659088 memory=139642309857346 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914906112 11766 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914906112 11766 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10659088 memory=139642309596800 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44978574 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8084] ppid=8073 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44978575 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680109217312 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8085] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44978575 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680108164464 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8086] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978577 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680107112784 140681076238235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8087] ppid=8073 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8076/task/8087/stat : 8087 (java) R 8073 8076 5960 0 -1 4202560 726 0 0 0 4 0 0 0 20 0 15 0 44978577 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680106041160 140681053815792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8088] ppid=8073 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/8076/task/8088/stat : 8088 (java) R 8073 8076 5960 0 -1 4202560 403 0 0 0 5 0 0 0 20 0 15 0 44978577 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680104994192 140681057404229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8089] ppid=8073 vsize=10659088 memory=139642309596800 CPUtime=0.12 cores=1,3,5,7
/proc/8076/task/8089/stat : 8089 (java) R 8073 8076 5960 0 -1 1077944384 774 0 0 0 12 0 0 0 20 0 15 0 44978577 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680103954544 140681076230786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8090] ppid=8073 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978578 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680102901984 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8091] ppid=8073 vsize=10659088 memory=139642309596800 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978578 10914906112 11766 33554432000 4194304 4196468 140727859361616 140680101850288 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47064 KiB

[startup+0.701844 s]
/proc/loadavg: 1.94 2.08 2.26 6/220 8091
/proc/meminfo: memFree=24095332/32770624 swapFree=67108860/67108860
[pid=8076] ppid=8073 vsize=10659088 memory=121980 CPUtime=1.82 cores=1,3,5,7
/proc/8076/stat : 8076 (java) S 8073 8076 5960 0 -1 1077944320 11350 0 0 0 179 3 0 0 20 0 15 0 44978572 10914906112 30495 33554432000 4194304 4196468 140727859361616 140727859344160 140681076219639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
/proc/8076/statm: 2664772 30495 3107 1 0 2627263 0
[pid=8076/tid=8078] ppid=8073 vsize=10659088 memory=174358425252594 CPUtime=0.67 cores=1,3,5,7
/proc/8076/task/8078/stat : 8078 (java) R 8073 8076 5960 0 -1 4202560 5986 0 0 0 65 2 0 0 20 0 15 0 44978572 10914906112 30495 33554432000 4194304 4196468 140727859361616 140681080443960 140680667562381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8079] ppid=8073 vsize=10659088 memory=23613 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44978573 10914906112 30495 33554432000 4194304 4196468 140727859361616 140681002293904 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8080] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914906112 30495 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914906112 31007 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978573 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44978574 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8084] ppid=8073 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44978575 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680109217312 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8085] ppid=8073 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44978575 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680108164464 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8086] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978577 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680107112784 140681076238235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8087] ppid=8073 vsize=10659088 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 5960 0 -1 1077944384 1449 0 0 0 41 0 0 0 20 0 15 0 44978577 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680106049936 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8088] ppid=8073 vsize=10659088 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/8076/task/8088/stat : 8088 (java) R 8073 8076 5960 0 -1 4202560 1141 0 0 0 42 0 0 0 20 0 15 0 44978577 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680104996816 140681059705757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8089] ppid=8073 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/8076/task/8089/stat : 8089 (java) R 8073 8076 5960 0 -1 4202560 1403 0 0 0 30 0 0 0 20 0 15 0 44978577 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680103951480 140681068936791 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8090] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44978578 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680102901984 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8091] ppid=8073 vsize=10659088 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44978578 10914906112 31007 33554432000 4194304 4196468 140727859361616 140680101850288 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 121980 KiB

[startup+1.50071 s]
/proc/loadavg: 1.94 2.08 2.26 5/220 8091
/proc/meminfo: memFree=23977556/32770624 swapFree=67108860/67108860
[pid=8076] ppid=8073 vsize=10659088 memory=328904 CPUtime=4.33 cores=1,3,5,7
/proc/8076/stat : 8076 (java) S 8073 8076 5960 0 -1 1077944320 22405 0 0 0 421 12 0 0 20 0 15 0 44978572 10914906112 82226 33554432000 4194304 4196468 140727859361616 140727859344160 140681076219639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
/proc/8076/statm: 2664772 82226 3144 1 0 2627263 0
[pid=8076/tid=8078] ppid=8073 vsize=10659088 memory=13880 CPUtime=1.39 cores=1,3,5,7
/proc/8076/task/8078/stat : 8078 (java) R 8073 8076 5960 0 -1 4202560 6044 0 0 0 136 3 0 0 20 0 15 0 44978572 10914906112 82226 33554432000 4194304 4196468 140727859361616 140681080455760 140680668372175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8079] ppid=8073 vsize=10659088 memory=8112282956445269571 CPUtime=0.06 cores=1,3,5,7
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 5960 0 -1 1077944384 142 0 0 0 5 1 0 0 20 0 15 0 44978573 10914906112 82226 33554432000 4194304 4196468 140727859361616 140681002293904 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8080] ppid=8073 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 125 0 0 0 5 1 0 0 20 0 15 0 44978573 10914906112 82226 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 35 0 0 0 3 0 0 0 20 0 15 0 44978573 10914906112 82226 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 108 0 0 0 4 1 0 0 20 0 15 0 44978573 10914906112 82226 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 44978574 10914906112 82226 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0

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

/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 70438 0 0 0 460 81 0 0 20 0 16 0 44978573 10985164800 953031 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10727700 memory=3812124 CPUtime=5.32 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 59832 0 0 0 452 80 0 0 20 0 16 0 44978573 10985164800 953031 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10727700 memory=3812124 CPUtime=5.34 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 62475 0 0 0 453 81 0 0 20 0 16 0 44978573 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0.85 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 23141 0 0 0 82 3 0 0 20 0 16 0 44978574 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8084] ppid=8073 vsize=10727700 memory=279284409956448 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 5960 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44978575 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680109217376 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8085] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 5960 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44978575 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680108164480 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8086] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44978577 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680107112784 140681076238235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8087] ppid=8073 vsize=10727700 memory=3812124 CPUtime=2.47 cores=1,3,5,7
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 5960 0 -1 1077944384 12874 0 0 0 245 2 0 0 20 0 16 0 44978577 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680106060144 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8088] ppid=8073 vsize=10727700 memory=3812124 CPUtime=2.32 cores=1,3,5,7
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 5960 0 -1 1077944384 11271 0 0 0 230 2 0 0 20 0 16 0 44978577 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680105007344 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8089] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0.49 cores=1,3,5,7
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 5960 0 -1 1077944384 3982 0 0 0 48 1 0 0 20 0 16 0 44978577 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680103954544 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8090] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44978578 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680102901984 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8091] ppid=8073 vsize=10727700 memory=3812124 CPUtime=1.02 cores=1,3,5,7
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 5960 0 -1 1077944384 3190 0 0 0 44 58 0 0 20 0 16 0 44978578 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680101850288 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8092] ppid=8073 vsize=10727700 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8092/stat : 8092 (java) S 8073 8076 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44978840 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680100795824 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
Current children cumulated CPU time: 2344.62 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3812124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2377.7 s]
/proc/loadavg: 2.02 2.12 2.12 3/221 8270
/proc/meminfo: memFree=23304760/32770624 swapFree=67108860/67108860
[pid=8076] ppid=8073 vsize=10727700 memory=3812124 CPUtime=2400.06 cores=1,3,5,7
/proc/8076/stat : 8076 (java) S 8073 8076 5960 0 -1 1077944320 412337 0 0 0 239589 417 0 0 20 0 16 0 44978572 10985164800 953031 33554432000 4194304 4196468 140727859361616 140727859344160 140681076219639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
/proc/8076/statm: 2681925 953031 3190 1 0 2644416 0
[pid=8076/tid=8078] ppid=8073 vsize=10727700 memory=3812124 CPUtime=2371.37 cores=1,3,5,7
/proc/8076/task/8078/stat : 8078 (java) R 8073 8076 5960 0 -1 4202560 99688 0 0 0 237105 32 0 0 20 0 16 0 44978572 10985164800 953031 33554432000 4194304 4196468 140727859361616 140681080458688 140680669886811 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8079] ppid=8073 vsize=10727700 memory=3812124 CPUtime=5.33 cores=1,3,5,7
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 5960 0 -1 1077944384 63905 0 0 0 451 82 0 0 20 0 16 0 44978573 10985164800 953031 33554432000 4194304 4196468 140727859361616 140681002293904 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8080] ppid=8073 vsize=10727700 memory=3812124 CPUtime=5.41 cores=1,3,5,7
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 70438 0 0 0 460 81 0 0 20 0 16 0 44978573 10985164800 953031 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10727700 memory=3812124 CPUtime=5.32 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 59832 0 0 0 452 80 0 0 20 0 16 0 44978573 10985164800 953031 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10727700 memory=3812124 CPUtime=5.34 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 62475 0 0 0 453 81 0 0 20 0 16 0 44978573 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10727700 memory=2240 CPUtime=0.85 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 23161 0 0 0 82 3 0 0 20 0 16 0 44978574 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8084] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 5960 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44978575 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680109217376 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8085] ppid=8073 vsize=10727700 memory=279284411025712 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 5960 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44978575 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680108164480 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8086] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44978577 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680107112784 140681076238235 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8087] ppid=8073 vsize=10727700 memory=1424 CPUtime=2.47 cores=1,3,5,7
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 5960 0 -1 1077944384 12880 0 0 0 245 2 0 0 20 0 16 0 44978577 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680106060144 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8088] ppid=8073 vsize=10727700 memory=10940 CPUtime=2.32 cores=1,3,5,7
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 5960 0 -1 1077944384 11297 0 0 0 230 2 0 0 20 0 16 0 44978577 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680105007344 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8089] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0.49 cores=1,3,5,7
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 5960 0 -1 1077944384 3988 0 0 0 48 1 0 0 20 0 16 0 44978577 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680103954544 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8090] ppid=8073 vsize=10727700 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44978578 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680102901984 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8091] ppid=8073 vsize=10727700 memory=3812124 CPUtime=1.06 cores=1,3,5,7
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 5960 0 -1 1077944384 3264 0 0 0 46 60 0 0 20 0 16 0 44978578 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680101850288 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8092] ppid=8073 vsize=10727700 memory=3812124 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8092/stat : 8092 (java) S 8073 8076 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44978840 10985164800 953031 33554432000 4194304 4196468 140727859361616 140680100795824 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3812124 KiB

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

[startup+2377.98 s]
# the end of solver process 8076 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.01 s, system=4.19046 s

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

[startup+2377.81 s]
/proc/loadavg: 2.02 2.12 2.12 3/221 8270
/proc/meminfo: memFree=23304760/32770624 swapFree=67108860/67108860
[pid=8076] ppid=8073 vsize=10927392 memory=3812480 CPUtime=2400.08 cores=1,3,5,7
/proc/8076/stat : 8076 (java) S 8073 8076 5960 0 -1 1077944320 413148 0 0 0 239591 417 0 0 20 0 17 0 44978572 11189649408 953120 33554432000 4194304 4196468 140727859361616 140727859344160 140681076219639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
/proc/8076/statm: 2731848 953120 3193 1 0 2694339 0
[pid=8076/tid=8078] ppid=8073 vsize=10927392 memory=3340 CPUtime=2371.38 cores=1,3,5,7
/proc/8076/task/8078/stat : 8078 (java) S 8073 8076 5960 0 -1 1077944384 99801 0 0 0 237106 32 0 0 20 0 17 0 44978572 11189649408 953120 33554432000 4194304 4196468 140727859361616 140681080462512 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8079] ppid=8073 vsize=10927392 memory=468276 CPUtime=5.33 cores=1,3,5,7
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 5960 0 -1 1077944384 63905 0 0 0 451 82 0 0 20 0 17 0 44978573 11189649408 953120 33554432000 4194304 4196468 140727859361616 140681002293904 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8080] ppid=8073 vsize=10927392 memory=2196 CPUtime=5.41 cores=1,3,5,7
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 70438 0 0 0 460 81 0 0 20 0 17 0 44978573 11189649408 953120 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10927392 memory=8112282956445269571 CPUtime=5.32 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 59832 0 0 0 452 80 0 0 20 0 17 0 44978573 11189649408 953120 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10927392 memory=1732 CPUtime=5.34 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 62475 0 0 0 453 81 0 0 20 0 17 0 44978573 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10927392 memory=1008 CPUtime=0.85 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 23161 0 0 0 82 3 0 0 20 0 17 0 44978574 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8084] ppid=8073 vsize=10927392 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 5960 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44978575 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680109217376 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8085] ppid=8073 vsize=10927392 memory=796 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 5960 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44978575 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680108164480 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8086] ppid=8073 vsize=10927392 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 5960 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 17 0 44978577 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680107112784 140681076238235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8087] ppid=8073 vsize=10927392 memory=1424 CPUtime=2.47 cores=1,3,5,7
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 5960 0 -1 1077944384 12880 0 0 0 245 2 0 0 20 0 17 0 44978577 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680106060144 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8088] ppid=8073 vsize=10927392 memory=10940 CPUtime=2.32 cores=1,3,5,7
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 5960 0 -1 1077944384 11297 0 0 0 230 2 0 0 20 0 17 0 44978577 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680105007344 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8089] ppid=8073 vsize=10927392 memory=3812124 CPUtime=0.49 cores=1,3,5,7
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 5960 0 -1 1077944384 4067 0 0 0 48 1 0 0 20 0 17 0 44978577 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680103954544 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8090] ppid=8073 vsize=10927392 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44978578 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680102901984 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8091] ppid=8073 vsize=10927392 memory=1236 CPUtime=1.06 cores=1,3,5,7
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 5960 0 -1 1077944384 3264 0 0 0 46 60 0 0 20 0 17 0 44978578 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680101850288 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3812480 KiB

[startup+2377.9 s]
/proc/loadavg: 2.02 2.12 2.12 3/221 8270
/proc/meminfo: memFree=23304760/32770624 swapFree=67108860/67108860
[pid=8076] ppid=8073 vsize=10927392 memory=3812480 CPUtime=2400.08 cores=1,3,5,7
/proc/8076/stat : 8076 (java) S 8073 8076 5960 0 -1 1077944320 413148 0 0 0 239591 417 0 0 20 0 17 0 44978572 11189649408 953120 33554432000 4194304 4196468 140727859361616 140727859344160 140681076219639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
/proc/8076/statm: 2731848 953120 3193 1 0 2694339 0
[pid=8076/tid=8078] ppid=8073 vsize=10927392 memory=3812124 CPUtime=2371.38 cores=1,3,5,7
/proc/8076/task/8078/stat : 8078 (java) S 8073 8076 5960 0 -1 1077944384 99801 0 0 0 237106 32 0 0 20 0 17 0 44978572 11189649408 953120 33554432000 4194304 4196468 140727859361616 140681080462512 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8079] ppid=8073 vsize=10927392 memory=3812124 CPUtime=5.33 cores=1,3,5,7
/proc/8076/task/8079/stat : 8079 (java) S 8073 8076 5960 0 -1 1077944384 63905 0 0 0 451 82 0 0 20 0 17 0 44978573 11189649408 953120 33554432000 4194304 4196468 140727859361616 140681002293904 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8080] ppid=8073 vsize=10927392 memory=3812124 CPUtime=5.41 cores=1,3,5,7
/proc/8076/task/8080/stat : 8080 (java) S 8073 8076 5960 0 -1 1077944384 70438 0 0 0 460 81 0 0 20 0 17 0 44978573 11189649408 953120 33554432000 4194304 4196468 140727859361616 140681001241104 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8081] ppid=8073 vsize=10927392 memory=3812124 CPUtime=5.32 cores=1,3,5,7
/proc/8076/task/8081/stat : 8081 (java) S 8073 8076 5960 0 -1 1077944384 59832 0 0 0 452 80 0 0 20 0 17 0 44978573 11189649408 953120 33554432000 4194304 4196468 140727859361616 140681000188304 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8082] ppid=8073 vsize=10927392 memory=3812124 CPUtime=5.34 cores=1,3,5,7
/proc/8076/task/8082/stat : 8082 (java) S 8073 8076 5960 0 -1 1077944384 62475 0 0 0 453 81 0 0 20 0 17 0 44978573 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680999135504 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8083] ppid=8073 vsize=10927392 memory=3812124 CPUtime=0.85 cores=1,3,5,7
/proc/8076/task/8083/stat : 8083 (java) S 8073 8076 5960 0 -1 1077944384 23161 0 0 0 82 3 0 0 20 0 17 0 44978574 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680110271344 140681076230786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8084] ppid=8073 vsize=10927392 memory=279284411025712 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8084/stat : 8084 (java) S 8073 8076 5960 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44978575 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680109217376 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8085] ppid=8073 vsize=10927392 memory=3812124 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8085/stat : 8085 (java) S 8073 8076 5960 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44978575 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680108164480 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8086] ppid=8073 vsize=10927392 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8086/stat : 8086 (java) S 8073 8076 5960 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 17 0 44978577 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680107112784 140681076238235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8087] ppid=8073 vsize=10927392 memory=10940 CPUtime=2.47 cores=1,3,5,7
/proc/8076/task/8087/stat : 8087 (java) S 8073 8076 5960 0 -1 1077944384 12880 0 0 0 245 2 0 0 20 0 17 0 44978577 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680106060144 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8088] ppid=8073 vsize=10927392 memory=3812124 CPUtime=2.32 cores=1,3,5,7
/proc/8076/task/8088/stat : 8088 (java) S 8073 8076 5960 0 -1 1077944384 11297 0 0 0 230 2 0 0 20 0 17 0 44978577 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680105007344 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8089] ppid=8073 vsize=10927392 memory=4096 CPUtime=0.49 cores=1,3,5,7
/proc/8076/task/8089/stat : 8089 (java) S 8073 8076 5960 0 -1 1077944384 4067 0 0 0 48 1 0 0 20 0 17 0 44978577 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680103954544 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8090] ppid=8073 vsize=10927392 memory=3812124 CPUtime=0 cores=1,3,5,7
/proc/8076/task/8090/stat : 8090 (java) S 8073 8076 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44978578 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680102901984 140681076229845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
[pid=8076/tid=8091] ppid=8073 vsize=10927392 memory=3812124 CPUtime=1.06 cores=1,3,5,7
/proc/8076/task/8091/stat : 8091 (java) S 8073 8076 5960 0 -1 1077944384 3264 0 0 0 46 60 0 0 20 0 17 0 44978578 11189649408 953120 33554432000 4194304 4196468 140727859361616 140680101850288 140681076230786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8335360 140727859364977 140727859365129 140727859365129 140727859367887 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3812480 KiB

Child status: 143
Real time (s): 2377.98
CPU time (s): 2400.2
CPU user time (s): 2396.01
CPU system time (s): 4.19046
CPU usage (%): 100.934
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3872040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.01
system time used= 4.19046
maximum resident set size= 3872040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414381
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56764
involuntary context switches= 1050


# summary of solver processes directly reported to runsolver:
#   pid: 8076
#   total CPU time (s): 2400.2
#   total CPU user time (s): 2396.01
#   total CPU system time (s): 4.19046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0174 second user time and 21.0943 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 17:42:34
IDJOB=4290086
IDBENCH=141661
IDSOLVER=2742
FILE ID=node134/4290086-1532274154
RUNJOBID= node134-1532258378-5992
PBS_JOBID= 21018961
Free space on /tmp= 55992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Eternity/Eternity-08-08_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290086-1532274154/watcher-4290086-1532274154 -o /tmp/evaluation-result-4290086-1532274154/solver-4290086-1532274154 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5992 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290086-1532274154.xml

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

MD5SUM BENCH= 631cb3d235a52ad054110af2866c45e9
RANDOM SEED=1081281692

node134.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.68
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.68
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.68
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.68
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:        24178072 kB
MemAvailable:   28586052 kB
Buffers:          165200 kB
Cached:          4507544 kB
SwapCached:            0 kB
Active:          4740404 kB
Inactive:        3376548 kB
Active(anon):    3393748 kB
Inactive(anon):    70304 kB
Active(file):    1346656 kB
Inactive(file):  3306244 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:       3519080 kB
Mapped:            47500 kB
Shmem:             17056 kB
Slab:             169776 kB
SReclaimable:     141832 kB
SUnreclaim:        27944 kB
KernelStack:        3904 kB
PageTables:        12040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4727784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3364864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55988 MiB
End job on node134 at 2018-07-22 18:22:12