Trace number 4290146

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.12 2348.39

General information on the benchmark

NameStripPacking/
StripPacking-T1c_c18.xml
MD5SUM65600e10f2c410a9bfdeb6a1b5bfec81
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.74134
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290146-1532212141/watcher-4290146-1532212141 -o /tmp/evaluation-result-4290146-1532212141/solver-4290146-1532212141 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290146-1532212141.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=26325, runsolver pid=26322
Current StackSize limit: 8192 KiB


[startup+0.100119 s]*
/proc/loadavg: 2.08 2.05 2.01 3/216 26340
/proc/meminfo: memFree=19850756/32770624 swapFree=67108860/67108860
[pid=26325] ppid=26322 vsize=10659012 memory=30680 CPUtime=0.13 cores=0,2,4,6
/proc/26325/stat : 26325 (java) S 26322 26325 23392 0 -1 1077944320 6743 0 0 0 12 1 0 0 20 0 15 0 38777322 10914828288 7670 33554432000 4194304 4196468 140731770155456 140731770138000 140027071839991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
/proc/26325/statm: 2664753 7670 2844 1 0 2627263 0
[pid=26325/tid=26327] ppid=26322 vsize=10659012 memory=-8773748148830113149 CPUtime=0.08 cores=0,2,4,6
/proc/26325/task/26327/stat : 26327 (java) R 26322 26325 23392 0 -1 4202560 4573 0 0 0 8 0 0 0 20 0 15 0 38777322 10914828288 7670 33554432000 4194304 4196468 140731770155456 140027076061120 140027071851926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26328] ppid=26322 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26328/stat : 26328 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914828288 7670 33554432000 4194304 4196468 140731770155456 140027008530960 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26329] ppid=26322 vsize=10659012 memory=140608147670656 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26329/stat : 26329 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026677422736 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026676369680 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) S 26322 26325 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38777323 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026675317136 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10659012 memory=140608147670656 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38777325 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026429831920 140027071851138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26333] ppid=26322 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26333/stat : 26333 (java) S 26322 26325 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38777325 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026428778144 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26334] ppid=26322 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26334/stat : 26334 (java) S 26322 26325 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38777325 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026427725040 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26335] ppid=26322 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26335/stat : 26335 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38777328 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026426673616 140027071858587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26336] ppid=26322 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26336/stat : 26336 (java) S 26322 26325 23392 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 38777328 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026425620720 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26337] ppid=26322 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26337/stat : 26337 (java) S 26322 26325 23392 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 38777328 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026424568176 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26338] ppid=26322 vsize=10659012 memory=140608147670656 CPUtime=0.02 cores=0,2,4,6
/proc/26325/task/26338/stat : 26338 (java) R 26322 26325 23392 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 38777328 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026423515120 140027050514049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26339] ppid=26322 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26339/stat : 26339 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38777328 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026422462816 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26340] ppid=26322 vsize=10659012 memory=140608147670656 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26340/stat : 26340 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777328 10914828288 7670 33554432000 4194304 4196468 140731770155456 140026421410864 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30680 KiB

[startup+0.210749 s]*
/proc/loadavg: 2.08 2.05 2.01 3/216 26340
/proc/meminfo: memFree=19840920/32770624 swapFree=67108860/67108860
[pid=26325] ppid=26322 vsize=10659012 memory=41884 CPUtime=0.33 cores=0,2,4,6
/proc/26325/stat : 26325 (java) S 26322 26325 23392 0 -1 1077944320 8080 0 0 0 32 1 0 0 20 0 15 0 38777322 10914828288 10471 33554432000 4194304 4196468 140731770155456 140731770138000 140027071839991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
/proc/26325/statm: 2664753 10471 3001 1 0 2627263 0
[pid=26325/tid=26327] ppid=26322 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26325/task/26327/stat : 26327 (java) R 26322 26325 23392 0 -1 4202560 5032 0 0 0 19 1 0 0 20 0 15 0 38777322 10914828288 10471 33554432000 4194304 4196468 140731770155456 140027076076272 140027071861338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26328] ppid=26322 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26328/stat : 26328 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914828288 10471 33554432000 4194304 4196468 140731770155456 140027008530960 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26329] ppid=26322 vsize=10659012 memory=3762392541349398176 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26329/stat : 26329 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026677422736 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026676369680 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) S 26322 26325 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38777323 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026675317136 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10659012 memory=140608147670656 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38777325 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026429831920 140027071851138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26333] ppid=26322 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26333/stat : 26333 (java) S 26322 26325 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38777325 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026428778144 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26334] ppid=26322 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26334/stat : 26334 (java) S 26322 26325 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38777325 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026427725040 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26335] ppid=26322 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26335/stat : 26335 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38777328 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026426673616 140027071858587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26336] ppid=26322 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26325/task/26336/stat : 26336 (java) S 26322 26325 23392 0 -1 1077944384 647 0 0 0 2 0 0 0 20 0 15 0 38777328 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026425620720 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26337] ppid=26322 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26325/task/26337/stat : 26337 (java) S 26322 26325 23392 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 15 0 38777328 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026424568176 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26338] ppid=26322 vsize=10659012 memory=140608147670656 CPUtime=0.07 cores=0,2,4,6
/proc/26325/task/26338/stat : 26338 (java) R 26322 26325 23392 0 -1 4202560 681 0 0 0 7 0 0 0 20 0 15 0 38777328 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026423515120 140027050487140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26339] ppid=26322 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26339/stat : 26339 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38777328 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026422462816 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26340] ppid=26322 vsize=10659012 memory=140608147670656 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26340/stat : 26340 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777328 10914828288 10471 33554432000 4194304 4196468 140731770155456 140026421410864 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41884 KiB

[startup+0.310398 s]*
/proc/loadavg: 2.08 2.05 2.01 5/216 26340
/proc/meminfo: memFree=19833848/32770624 swapFree=67108860/67108860
[pid=26325] ppid=26322 vsize=10659088 memory=47696 CPUtime=0.53 cores=0,2,4,6
/proc/26325/stat : 26325 (java) S 26322 26325 23392 0 -1 1077944320 8954 0 0 0 51 2 0 0 20 0 15 0 38777322 10914906112 11924 33554432000 4194304 4196468 140731770155456 140731770138000 140027071839991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
/proc/26325/statm: 2664772 11924 3060 1 0 2627263 0
[pid=26325/tid=26327] ppid=26322 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/26325/task/26327/stat : 26327 (java) R 26322 26325 23392 0 -1 4202560 5661 0 0 0 29 1 0 0 20 0 15 0 38777322 10914906112 11924 33554432000 4194304 4196468 140731770155456 140027076070624 140027052665285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26328] ppid=26322 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26328/stat : 26328 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914906112 11924 33554432000 4194304 4196468 140731770155456 140027008530960 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26329] ppid=26322 vsize=10659088 memory=4050059967547688608 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26329/stat : 26329 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026677422736 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777323 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026676369680 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) S 26322 26325 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38777323 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026675317136 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10659088 memory=140608147670656 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38777325 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026429831920 140027071851138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26333] ppid=26322 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26333/stat : 26333 (java) S 26322 26325 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38777325 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026428778144 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26334] ppid=26322 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26334/stat : 26334 (java) S 26322 26325 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38777325 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026427725040 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26335] ppid=26322 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26335/stat : 26335 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38777328 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026426673616 140027071858587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26336] ppid=26322 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26325/task/26336/stat : 26336 (java) S 26322 26325 23392 0 -1 1077944384 741 0 0 0 4 0 0 0 20 0 15 0 38777328 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026425620720 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26337] ppid=26322 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/26325/task/26337/stat : 26337 (java) S 26322 26325 23392 0 -1 1077944384 403 0 0 0 4 0 0 0 20 0 15 0 38777328 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026424568176 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26338] ppid=26322 vsize=10659088 memory=140608147670656 CPUtime=0.12 cores=0,2,4,6
/proc/26325/task/26338/stat : 26338 (java) S 26322 26325 23392 0 -1 1077944384 781 0 0 0 12 0 0 0 20 0 15 0 38777328 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026423515120 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26339] ppid=26322 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26339/stat : 26339 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38777328 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026422462816 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26340] ppid=26322 vsize=10659088 memory=140608147670656 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26340/stat : 26340 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777328 10914906112 11924 33554432000 4194304 4196468 140731770155456 140026421410864 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47696 KiB

[startup+0.701666 s]
/proc/loadavg: 2.08 2.05 2.01 5/216 26340
/proc/meminfo: memFree=19799312/32770624 swapFree=67108860/67108860
[pid=26325] ppid=26322 vsize=10659088 memory=224628 CPUtime=1.67 cores=0,2,4,6
/proc/26325/stat : 26325 (java) S 26322 26325 23392 0 -1 1077944320 11024 0 0 0 157 10 0 0 20 0 15 0 38777322 10914906112 56157 33554432000 4194304 4196468 140731770155456 140731770138000 140027071839991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
/proc/26325/statm: 2664772 56157 3100 1 0 2627263 0
[pid=26325/tid=26327] ppid=26322 vsize=10659088 memory=253703114226235 CPUtime=0.62 cores=0,2,4,6
/proc/26325/task/26327/stat : 26327 (java) S 26322 26325 23392 0 -1 1077944384 6082 0 0 0 60 2 0 0 20 0 15 0 38777322 10914906112 56157 33554432000 4194304 4196468 140731770155456 140027076075072 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26328] ppid=26322 vsize=10659088 memory=120106 CPUtime=0.04 cores=0,2,4,6
/proc/26325/task/26328/stat : 26328 (java) R 26322 26325 23392 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 15 0 38777323 10914906112 56157 33554432000 4194304 4196468 140731770155456 140027008530960 140027056862112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26329] ppid=26322 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26325/task/26329/stat : 26329 (java) R 26322 26325 23392 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 15 0 38777323 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026677420712 140027057598331 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) R 26322 26325 23392 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 15 0 38777323 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026676369568 140027053466027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10659088 memory=7809523229951467574 CPUtime=0.04 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) R 26322 26325 23392 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 15 0 38777323 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026675314944 140027053465797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 38777325 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026429830432 140027071850197 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26333] ppid=26322 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26333/stat : 26333 (java) S 26322 26325 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38777325 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026428778144 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26334] ppid=26322 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26334/stat : 26334 (java) S 26322 26325 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38777325 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026427725040 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26335] ppid=26322 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26335/stat : 26335 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38777328 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026426673616 140027071858587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26336] ppid=26322 vsize=10659088 memory=6656426216303648864 CPUtime=0.28 cores=0,2,4,6
/proc/26325/task/26336/stat : 26336 (java) S 26322 26325 23392 0 -1 1077944384 1145 0 0 0 28 0 0 0 20 0 15 0 38777328 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026425620720 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26337] ppid=26322 vsize=10659088 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/26325/task/26337/stat : 26337 (java) S 26322 26325 23392 0 -1 1077944384 1057 0 0 0 26 0 0 0 20 0 15 0 38777328 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026424568176 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26338] ppid=26322 vsize=10659088 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/26325/task/26338/stat : 26338 (java) S 26322 26325 23392 0 -1 1077944384 1241 0 0 0 27 0 0 0 20 0 15 0 38777328 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026423515120 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26339] ppid=26322 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26339/stat : 26339 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38777328 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026422462816 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26340] ppid=26322 vsize=10659088 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26340/stat : 26340 (java) S 26322 26325 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38777328 10914906112 56157 33554432000 4194304 4196468 140731770155456 140026421410864 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 224628 KiB

[startup+1.50165 s]
/proc/loadavg: 2.08 2.05 2.01 3/216 26340
/proc/meminfo: memFree=19554740/32770624 swapFree=67108860/67108860
[pid=26325] ppid=26322 vsize=10659088 memory=617028 CPUtime=3.64 cores=0,2,4,6
/proc/26325/stat : 26325 (java) S 26322 26325 23392 0 -1 1077944320 12665 0 0 0 324 40 0 0 20 0 15 0 38777322 10914906112 154257 33554432000 4194304 4196468 140731770155456 140731770138000 140027071839991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
/proc/26325/statm: 2664772 154257 3136 1 0 2627263 0
[pid=26325/tid=26327] ppid=26322 vsize=10659088 memory=10755 CPUtime=1.05 cores=0,2,4,6
/proc/26325/task/26327/stat : 26327 (java) S 26322 26325 23392 0 -1 1077944384 6154 0 0 0 101 4 0 0 20 0 15 0 38777322 10914906112 154257 33554432000 4194304 4196468 140731770155456 140027076074880 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26328] ppid=26322 vsize=10659088 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/26325/task/26328/stat : 26328 (java) R 26322 26325 23392 0 -1 4202560 350 0 0 0 33 8 0 0 20 0 15 0 38777323 10914906112 154257 33554432000 4194304 4196468 140731770155456 140027008531160 140027053436601 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26329] ppid=26322 vsize=10659088 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/26325/task/26329/stat : 26329 (java) R 26322 26325 23392 0 -1 4202560 330 0 0 0 33 8 0 0 20 0 15 0 38777323 10914906112 154257 33554432000 4194304 4196468 140731770155456 140026677422936 140027053437002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10659088 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) R 26322 26325 23392 0 -1 4202560 422 0 0 0 34 8 0 0 20 0 15 0 38777323 10914906112 154257 33554432000 4194304 4196468 140731770155456 140026676369880 140027056537630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10659088 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) R 26322 26325 23392 0 -1 4202560 353 0 0 0 33 8 0 0 20 0 15 0 38777323 10914906112 154257 33554432000 4194304 4196468 140731770155456 140026675317024 140027056825287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 38777325 10914906112 154257 33554432000 4194304 4196468 140731770155456 140026429830240 140027071850197 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0

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

/proc/26325/task/26329/stat : 26329 (java) S 26322 26325 23392 0 -1 1077944384 16223 0 0 0 1461 96 0 0 20 0 16 0 38777323 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026677422736 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10727700 memory=4789224 CPUtime=15.79 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) S 26322 26325 23392 0 -1 1077944384 17387 0 0 0 1491 88 0 0 20 0 16 0 38777323 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026676369680 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10727700 memory=4789224 CPUtime=15.74 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) S 26322 26325 23392 0 -1 1077944384 14760 0 0 0 1477 97 0 0 20 0 16 0 38777323 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026675317136 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10727700 memory=4789224 CPUtime=4.92 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 14234 0 0 0 487 5 0 0 20 0 16 0 38777325 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026429831920 140027071851138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26333] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26333/stat : 26333 (java) S 26322 26325 23392 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38777325 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026428778208 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26334] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26334/stat : 26334 (java) S 26322 26325 23392 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 38777325 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026427725056 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26335] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26335/stat : 26335 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026426673616 140027071858587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26336] ppid=26322 vsize=10727700 memory=4789224 CPUtime=1.27 cores=0,2,4,6
/proc/26325/task/26336/stat : 26336 (java) S 26322 26325 23392 0 -1 1077944384 8201 0 0 0 126 1 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026425620720 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26337] ppid=26322 vsize=10727700 memory=4789224 CPUtime=1.71 cores=0,2,4,6
/proc/26325/task/26337/stat : 26337 (java) S 26322 26325 23392 0 -1 1077944384 11896 0 0 0 169 2 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026424568176 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26338] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0.41 cores=0,2,4,6
/proc/26325/task/26338/stat : 26338 (java) S 26322 26325 23392 0 -1 1077944384 3600 0 0 0 40 1 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026423515120 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26339] ppid=26322 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26339/stat : 26339 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026422462816 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26340] ppid=26322 vsize=10727700 memory=281216072158416 CPUtime=1.48 cores=0,2,4,6
/proc/26325/task/26340/stat : 26340 (java) S 26322 26325 23392 0 -1 1077944384 2949 0 0 0 72 76 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026421410864 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26341] ppid=26322 vsize=10727700 memory=7302170357288642967 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26341/stat : 26341 (java) S 26322 26325 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38779702 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026418259504 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
Current children cumulated CPU time: 2374.2 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4789224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.11 s]
/proc/loadavg: 3.59 2.71 2.30 3/216 26677
/proc/meminfo: memFree=13147016/32770624 swapFree=67108860/67108860
[pid=26325] ppid=26322 vsize=10727700 memory=4789224 CPUtime=2400.02 cores=0,2,4,6
/proc/26325/stat : 26325 (java) S 26322 26325 23392 0 -1 1077944320 370547 0 0 0 239521 481 0 0 20 0 16 0 38777322 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140731770138000 140027071839991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
/proc/26325/statm: 2681925 1197306 3181 1 0 2644416 0
[pid=26325/tid=26327] ppid=26322 vsize=10727700 memory=4789224 CPUtime=2327.26 cores=0,2,4,6
/proc/26325/task/26327/stat : 26327 (java) R 26322 26325 23392 0 -1 4202560 265838 0 0 0 232693 33 0 0 20 0 16 0 38777322 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140027076078944 140026692750734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26328] ppid=26322 vsize=10727700 memory=4789224 CPUtime=15.77 cores=0,2,4,6
/proc/26325/task/26328/stat : 26328 (java) S 26322 26325 23392 0 -1 1077944384 14025 0 0 0 1480 97 0 0 20 0 16 0 38777323 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140027008530960 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26329] ppid=26322 vsize=10727700 memory=4789224 CPUtime=15.57 cores=0,2,4,6
/proc/26325/task/26329/stat : 26329 (java) S 26322 26325 23392 0 -1 1077944384 16223 0 0 0 1461 96 0 0 20 0 16 0 38777323 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026677422736 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10727700 memory=4789224 CPUtime=15.79 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) S 26322 26325 23392 0 -1 1077944384 17387 0 0 0 1491 88 0 0 20 0 16 0 38777323 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026676369680 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10727700 memory=4789224 CPUtime=15.74 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) S 26322 26325 23392 0 -1 1077944384 14760 0 0 0 1477 97 0 0 20 0 16 0 38777323 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026675317136 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10727700 memory=0 CPUtime=4.92 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 14234 0 0 0 487 5 0 0 20 0 16 0 38777325 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026429831920 140027071851138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26333] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26333/stat : 26333 (java) S 26322 26325 23392 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38777325 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026428778208 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26334] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26334/stat : 26334 (java) S 26322 26325 23392 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 38777325 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026427725056 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26335] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26335/stat : 26335 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026426673616 140027071858587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26336] ppid=26322 vsize=10727700 memory=4789224 CPUtime=1.27 cores=0,2,4,6
/proc/26325/task/26336/stat : 26336 (java) S 26322 26325 23392 0 -1 1077944384 8201 0 0 0 126 1 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026425620720 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26337] ppid=26322 vsize=10727700 memory=281216072456720 CPUtime=1.71 cores=0,2,4,6
/proc/26325/task/26337/stat : 26337 (java) S 26322 26325 23392 0 -1 1077944384 11896 0 0 0 169 2 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026424568176 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26338] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0.41 cores=0,2,4,6
/proc/26325/task/26338/stat : 26338 (java) S 26322 26325 23392 0 -1 1077944384 3600 0 0 0 40 1 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026423515120 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26339] ppid=26322 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26339/stat : 26339 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026422462816 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26340] ppid=26322 vsize=10727700 memory=4789224 CPUtime=1.5 cores=0,2,4,6
/proc/26325/task/26340/stat : 26340 (java) S 26322 26325 23392 0 -1 1077944384 2949 0 0 0 73 77 0 0 20 0 16 0 38777328 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026421410864 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26341] ppid=26322 vsize=10727700 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26341/stat : 26341 (java) S 26322 26325 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38779702 10985164800 1197306 33554432000 4194304 4196468 140731770155456 140026418259504 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4789224 KiB

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

[startup+2348.39 s]
# the end of solver process 26325 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.28 s, system=4.84266 s

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

[startup+2348.21 s]
/proc/loadavg: 3.59 2.71 2.30 3/216 26677
/proc/meminfo: memFree=13147016/32770624 swapFree=67108860/67108860
[pid=26325] ppid=26322 vsize=10927392 memory=4789520 CPUtime=2400.03 cores=0,2,4,6
/proc/26325/stat : 26325 (java) S 26322 26325 23392 0 -1 1077944320 371464 0 0 0 239522 481 0 0 20 0 17 0 38777322 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140731770138000 140027071839991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
/proc/26325/statm: 2731848 1197380 3183 1 0 2694339 0
[pid=26325/tid=26327] ppid=26322 vsize=10927392 memory=288230613214036277 CPUtime=2327.27 cores=0,2,4,6
/proc/26325/task/26327/stat : 26327 (java) S 26322 26325 23392 0 -1 1077944384 265933 0 0 0 232694 33 0 0 20 0 17 0 38777322 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140027076082864 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26328] ppid=26322 vsize=10927392 memory=15535236834396114 CPUtime=15.77 cores=0,2,4,6
/proc/26325/task/26328/stat : 26328 (java) S 26322 26325 23392 0 -1 1077944384 14025 0 0 0 1480 97 0 0 20 0 17 0 38777323 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140027008530960 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26329] ppid=26322 vsize=10927392 memory=1296 CPUtime=15.57 cores=0,2,4,6
/proc/26325/task/26329/stat : 26329 (java) S 26322 26325 23392 0 -1 1077944384 16223 0 0 0 1461 96 0 0 20 0 17 0 38777323 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026677422736 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10927392 memory=1728 CPUtime=15.79 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) S 26322 26325 23392 0 -1 1077944384 17387 0 0 0 1491 88 0 0 20 0 17 0 38777323 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026676369680 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10927392 memory=1008 CPUtime=15.74 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) S 26322 26325 23392 0 -1 1077944384 14760 0 0 0 1477 97 0 0 20 0 17 0 38777323 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026675317136 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10927392 memory=4789224 CPUtime=4.92 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 14274 0 0 0 487 5 0 0 20 0 17 0 38777325 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026429831920 140027071851138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26333] ppid=26322 vsize=10927392 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26333/stat : 26333 (java) S 26322 26325 23392 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 38777325 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026428778208 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26334] ppid=26322 vsize=10927392 memory=15535236834396114 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26334/stat : 26334 (java) S 26322 26325 23392 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 38777325 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026427725056 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26335] ppid=26322 vsize=10927392 memory=15535236834396114 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26335/stat : 26335 (java) S 26322 26325 23392 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026426673616 140027071858587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26336] ppid=26322 vsize=10927392 memory=2836 CPUtime=1.27 cores=0,2,4,6
/proc/26325/task/26336/stat : 26336 (java) S 26322 26325 23392 0 -1 1077944384 8201 0 0 0 126 1 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026425620720 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26337] ppid=26322 vsize=10927392 memory=1408 CPUtime=1.71 cores=0,2,4,6
/proc/26325/task/26337/stat : 26337 (java) S 26322 26325 23392 0 -1 1077944384 11896 0 0 0 169 2 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026424568176 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26338] ppid=26322 vsize=10927392 memory=3328 CPUtime=0.41 cores=0,2,4,6
/proc/26325/task/26338/stat : 26338 (java) S 26322 26325 23392 0 -1 1077944384 3749 0 0 0 40 1 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026423515120 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26339] ppid=26322 vsize=10927392 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26339/stat : 26339 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026422462816 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26340] ppid=26322 vsize=10927392 memory=8364 CPUtime=1.5 cores=0,2,4,6
/proc/26325/task/26340/stat : 26340 (java) S 26322 26325 23392 0 -1 1077944384 2949 0 0 0 73 77 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026421410864 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4789520 KiB

[startup+2348.3 s]
/proc/loadavg: 3.59 2.71 2.30 3/216 26677
/proc/meminfo: memFree=13147016/32770624 swapFree=67108860/67108860
[pid=26325] ppid=26322 vsize=10927392 memory=4789520 CPUtime=2400.03 cores=0,2,4,6
/proc/26325/stat : 26325 (java) S 26322 26325 23392 0 -1 1077944320 371464 0 0 0 239522 481 0 0 20 0 17 0 38777322 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140731770138000 140027071839991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
/proc/26325/statm: 2731848 1197380 3183 1 0 2694339 0
[pid=26325/tid=26327] ppid=26322 vsize=10927392 memory=4789224 CPUtime=2327.27 cores=0,2,4,6
/proc/26325/task/26327/stat : 26327 (java) S 26322 26325 23392 0 -1 1077944384 265933 0 0 0 232694 33 0 0 20 0 17 0 38777322 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140027076082864 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26328] ppid=26322 vsize=10927392 memory=4789224 CPUtime=15.77 cores=0,2,4,6
/proc/26325/task/26328/stat : 26328 (java) S 26322 26325 23392 0 -1 1077944384 14025 0 0 0 1480 97 0 0 20 0 17 0 38777323 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140027008530960 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26329] ppid=26322 vsize=10927392 memory=4789224 CPUtime=15.57 cores=0,2,4,6
/proc/26325/task/26329/stat : 26329 (java) S 26322 26325 23392 0 -1 1077944384 16223 0 0 0 1461 96 0 0 20 0 17 0 38777323 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026677422736 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26330] ppid=26322 vsize=10927392 memory=0 CPUtime=15.79 cores=0,2,4,6
/proc/26325/task/26330/stat : 26330 (java) S 26322 26325 23392 0 -1 1077944384 17387 0 0 0 1491 88 0 0 20 0 17 0 38777323 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026676369680 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26331] ppid=26322 vsize=10927392 memory=4789224 CPUtime=15.74 cores=0,2,4,6
/proc/26325/task/26331/stat : 26331 (java) S 26322 26325 23392 0 -1 1077944384 14760 0 0 0 1477 97 0 0 20 0 17 0 38777323 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026675317136 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26332] ppid=26322 vsize=10927392 memory=4789224 CPUtime=4.92 cores=0,2,4,6
/proc/26325/task/26332/stat : 26332 (java) S 26322 26325 23392 0 -1 1077944384 14274 0 0 0 487 5 0 0 20 0 17 0 38777325 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026429831920 140027071851138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26333] ppid=26322 vsize=10927392 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26333/stat : 26333 (java) S 26322 26325 23392 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 38777325 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026428778208 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26334] ppid=26322 vsize=10927392 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26334/stat : 26334 (java) S 26322 26325 23392 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 38777325 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026427725056 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26335] ppid=26322 vsize=10927392 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26335/stat : 26335 (java) S 26322 26325 23392 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026426673616 140027071858587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26336] ppid=26322 vsize=10927392 memory=4789224 CPUtime=1.27 cores=0,2,4,6
/proc/26325/task/26336/stat : 26336 (java) S 26322 26325 23392 0 -1 1077944384 8201 0 0 0 126 1 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026425620720 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26337] ppid=26322 vsize=10927392 memory=281216072456720 CPUtime=1.71 cores=0,2,4,6
/proc/26325/task/26337/stat : 26337 (java) S 26322 26325 23392 0 -1 1077944384 11896 0 0 0 169 2 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026424568176 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26338] ppid=26322 vsize=10927392 memory=4789224 CPUtime=0.41 cores=0,2,4,6
/proc/26325/task/26338/stat : 26338 (java) S 26322 26325 23392 0 -1 1077944384 3749 0 0 0 40 1 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026423515120 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26339] ppid=26322 vsize=10927392 memory=4789224 CPUtime=0 cores=0,2,4,6
/proc/26325/task/26339/stat : 26339 (java) S 26322 26325 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026422462816 140027071850197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
[pid=26325/tid=26340] ppid=26322 vsize=10927392 memory=4789224 CPUtime=1.5 cores=0,2,4,6
/proc/26325/task/26340/stat : 26340 (java) S 26322 26325 23392 0 -1 1077944384 2949 0 0 0 73 77 0 0 20 0 17 0 38777328 11189649408 1197380 33554432000 4194304 4196468 140731770155456 140026421410864 140027071851138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22777856 140731770164337 140731770164489 140731770164489 140731770167247 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4789520 KiB

Child status: 143
Real time (s): 2348.39
CPU time (s): 2400.12
CPU user time (s): 2395.28
CPU system time (s): 4.84266
CPU usage (%): 102.203
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4789520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.28
system time used= 4.84265
maximum resident set size= 4789856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53857
involuntary context switches= 3617


# summary of solver processes directly reported to runsolver:
#   pid: 26325
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2395.28
#   total CPU system time (s): 4.84266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2767 second user time and 22.3831 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 00:29:02
IDJOB=4290146
IDBENCH=141124
IDSOLVER=2742
FILE ID=node136/4290146-1532212141
RUNJOBID= node136-1532209747-25927
PBS_JOBID= 21018931
Free space on /tmp= 57108 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StripPacking/StripPacking-T1c_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290146-1532212141/watcher-4290146-1532212141 -o /tmp/evaluation-result-4290146-1532212141/solver-4290146-1532212141 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290146-1532212141.xml

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

MD5SUM BENCH= 65600e10f2c410a9bfdeb6a1b5bfec81
RANDOM SEED=1836912637

node136.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.50
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.50
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.50
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.50
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:        19866792 kB
MemAvailable:   29699956 kB
Buffers:          224116 kB
Cached:          9818156 kB
SwapCached:            0 kB
Active:          3294064 kB
Inactive:        9039376 kB
Active(anon):    2294072 kB
Inactive(anon):    16920 kB
Active(file):     999992 kB
Inactive(file):  9022456 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:       2343364 kB
Mapped:            46944 kB
Shmem:             17036 kB
Slab:             265872 kB
SReclaimable:     239176 kB
SUnreclaim:        26696 kB
KernelStack:        3808 kB
PageTables:         9760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4095736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2105344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57112 MiB
End job on node136 at 2018-07-22 01:08:10