Trace number 4290109

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.13 2395.13

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-08_c18.xml
MD5SUM86261698a40453ca60d699c1ebc214eb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark30.4561
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints114
Number of domains2
Minimum domain size8
Maximum domain size64
Distribution of domain sizes[{"size":8,"count":64},{"size":64,"count":56}]
Minimum variable degree0
Maximum variable degree59
Distribution of variable degrees[{"degree":0,"count":8},{"degree":2,"count":56},{"degree":58,"count":8},{"degree":59,"count":56}]
Minimum constraint arity3
Maximum constraint arity65
Distribution of constraint arities[{"arity":3,"count":56},{"arity":8,"count":1},{"arity":64,"count":1},{"arity":65,"count":56}]
Number of extensional constraints0
Number of intensional constraints56
Distribution of constraint types[{"type":"intension","count":56},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":56}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290109-1532268533/watcher-4290109-1532268533 -o /tmp/evaluation-result-4290109-1532268533/solver-4290109-1532268533 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290109-1532268533.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=5337, runsolver pid=5334

[startup+0.100141 s]*
/proc/loadavg: 2.04 2.04 2.21 3/216 5352
/proc/meminfo: memFree=16955816/32770624 swapFree=67108860/67108860
[pid=5337] ppid=5334 vsize=10659012 memory=30068 CPUtime=0.13 cores=1,3,5,7
/proc/5337/stat : 5337 (java) S 5334 5337 3751 0 -1 1077944320 6613 0 0 0 12 1 0 0 20 0 15 0 44416213 10914828288 7517 33554432000 4194304 4196468 140737108099408 140737108081952 140071480553207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
/proc/5337/statm: 2664753 7517 2843 1 0 2627263 0
[pid=5337/tid=5339] ppid=5334 vsize=10659012 memory=-8824348794974729408 CPUtime=0.09 cores=1,3,5,7
/proc/5337/task/5339/stat : 5339 (java) R 5334 5337 3751 0 -1 4202560 4430 0 0 0 8 1 0 0 20 0 15 0 44416213 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071484774704 140071464633694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5340] ppid=5334 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5340/stat : 5340 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071087561744 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5341] ppid=5334 vsize=10659012 memory=139723573991040 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5341/stat : 5341 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071086509200 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5342] ppid=5334 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5342/stat : 5342 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071085456144 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5343] ppid=5334 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5343/stat : 5343 (java) S 5334 5337 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44416214 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071084403600 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5344] ppid=5334 vsize=10659012 memory=139723573991040 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5344/stat : 5344 (java) S 5334 5337 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44416216 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071040129264 140071480564354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5345] ppid=5334 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5345/stat : 5345 (java) S 5334 5337 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44416216 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071039075488 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5346] ppid=5334 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5346/stat : 5346 (java) S 5334 5337 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44416216 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071038022384 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5347] ppid=5334 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5347/stat : 5347 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44416218 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071036970960 140071480571803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5348] ppid=5334 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5348/stat : 5348 (java) S 5334 5337 3751 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 44416218 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071035919088 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5349] ppid=5334 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5349/stat : 5349 (java) S 5334 5337 3751 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 44416218 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071034866544 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5350] ppid=5334 vsize=10659012 memory=139723573991040 CPUtime=0.02 cores=1,3,5,7
/proc/5337/task/5350/stat : 5350 (java) S 5334 5337 3751 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 44416218 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071033813488 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5351] ppid=5334 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5351/stat : 5351 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44416219 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071032761184 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5352] ppid=5334 vsize=10659012 memory=139723573991040 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5352/stat : 5352 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416219 10914828288 7517 33554432000 4194304 4196468 140737108099408 140071031708208 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30068 KiB

[startup+0.210546 s]*
/proc/loadavg: 2.04 2.04 2.21 4/216 5352
/proc/meminfo: memFree=16945148/32770624 swapFree=67108860/67108860
[pid=5337] ppid=5334 vsize=10659012 memory=42020 CPUtime=0.34 cores=1,3,5,7
/proc/5337/stat : 5337 (java) S 5334 5337 3751 0 -1 1077944320 8106 0 0 0 32 2 0 0 20 0 15 0 44416213 10914828288 10505 33554432000 4194304 4196468 140737108099408 140737108081952 140071480553207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
/proc/5337/statm: 2664753 10505 3008 1 0 2627263 0
[pid=5337/tid=5339] ppid=5334 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5337/task/5339/stat : 5339 (java) R 5334 5337 3751 0 -1 4202560 5014 0 0 0 19 1 0 0 20 0 15 0 44416213 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071484788192 140071480575133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5340] ppid=5334 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5340/stat : 5340 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071087561744 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5341] ppid=5334 vsize=10659012 memory=139723574154130 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5341/stat : 5341 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071086509200 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5342] ppid=5334 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5342/stat : 5342 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071085456144 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5343] ppid=5334 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5343/stat : 5343 (java) S 5334 5337 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44416214 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071084403600 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5344] ppid=5334 vsize=10659012 memory=139723573991040 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5344/stat : 5344 (java) S 5334 5337 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44416216 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071040129264 140071480564354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5345] ppid=5334 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5345/stat : 5345 (java) S 5334 5337 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44416216 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071039075488 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5346] ppid=5334 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5346/stat : 5346 (java) S 5334 5337 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44416216 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071038022384 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5347] ppid=5334 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5347/stat : 5347 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44416218 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071036970960 140071480571803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5348] ppid=5334 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5337/task/5348/stat : 5348 (java) S 5334 5337 3751 0 -1 1077944384 663 0 0 0 2 0 0 0 20 0 15 0 44416218 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071035919088 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5349] ppid=5334 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5337/task/5349/stat : 5349 (java) S 5334 5337 3751 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 44416218 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071034866544 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5350] ppid=5334 vsize=10659012 memory=139723573991040 CPUtime=0.07 cores=1,3,5,7
/proc/5337/task/5350/stat : 5350 (java) S 5334 5337 3751 0 -1 1077944384 716 0 0 0 7 0 0 0 20 0 15 0 44416218 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071033813488 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5351] ppid=5334 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5351/stat : 5351 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44416219 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071032761184 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5352] ppid=5334 vsize=10659012 memory=139723573991040 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5352/stat : 5352 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416219 10914828288 10505 33554432000 4194304 4196468 140737108099408 140071031708208 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42020 KiB

[startup+0.310489 s]*
/proc/loadavg: 2.04 2.04 2.21 3/216 5352
/proc/meminfo: memFree=16937704/32770624 swapFree=67108860/67108860
[pid=5337] ppid=5334 vsize=10659088 memory=47428 CPUtime=0.53 cores=1,3,5,7
/proc/5337/stat : 5337 (java) S 5334 5337 3751 0 -1 1077944320 8950 0 0 0 51 2 0 0 20 0 15 0 44416213 10914906112 11857 33554432000 4194304 4196468 140737108099408 140737108081952 140071480553207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
/proc/5337/statm: 2664772 11857 3041 1 0 2627263 0
[pid=5337/tid=5339] ppid=5334 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/5337/task/5339/stat : 5339 (java) R 5334 5337 3751 0 -1 4202560 5651 0 0 0 29 1 0 0 20 0 15 0 44416213 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071484788064 140071480565142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5340] ppid=5334 vsize=10659088 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5340/stat : 5340 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071087561744 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5341] ppid=5334 vsize=10659088 memory=139723574141153 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5341/stat : 5341 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071086509200 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5342] ppid=5334 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5342/stat : 5342 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416214 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071085456144 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5343] ppid=5334 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5343/stat : 5343 (java) S 5334 5337 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44416214 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071084403600 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5344] ppid=5334 vsize=10659088 memory=139723573991040 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5344/stat : 5344 (java) S 5334 5337 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44416216 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071040129264 140071480564354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5345] ppid=5334 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5345/stat : 5345 (java) S 5334 5337 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44416216 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071039075488 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5346] ppid=5334 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5346/stat : 5346 (java) S 5334 5337 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44416216 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071038022384 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5347] ppid=5334 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5347/stat : 5347 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44416218 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071036970960 140071480571803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5348] ppid=5334 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5337/task/5348/stat : 5348 (java) S 5334 5337 3751 0 -1 1077944384 749 0 0 0 5 0 0 0 20 0 15 0 44416218 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071035919088 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5349] ppid=5334 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/5337/task/5349/stat : 5349 (java) S 5334 5337 3751 0 -1 1077944384 392 0 0 0 4 0 0 0 20 0 15 0 44416218 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071034866544 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5350] ppid=5334 vsize=10659088 memory=139723573991040 CPUtime=0.12 cores=1,3,5,7
/proc/5337/task/5350/stat : 5350 (java) R 5334 5337 3751 0 -1 4202560 793 0 0 0 12 0 0 0 20 0 15 0 44416218 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071033813488 140071464633694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5351] ppid=5334 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5351/stat : 5351 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44416219 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071032761184 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5352] ppid=5334 vsize=10659088 memory=139723573991040 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5352/stat : 5352 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416219 10914906112 11857 33554432000 4194304 4196468 140737108099408 140071031708208 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47428 KiB

[startup+0.701662 s]
/proc/loadavg: 2.04 2.04 2.21 5/216 5352
/proc/meminfo: memFree=16899480/32770624 swapFree=67108860/67108860
[pid=5337] ppid=5334 vsize=10659088 memory=202496 CPUtime=1.71 cores=1,3,5,7
/proc/5337/stat : 5337 (java) S 5334 5337 3751 0 -1 1077944320 13267 0 0 0 164 7 0 0 20 0 15 0 44416213 10914906112 50624 33554432000 4194304 4196468 140737108099408 140737108081952 140071480553207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
/proc/5337/statm: 2664772 50624 3108 1 0 2627263 0
[pid=5337/tid=5339] ppid=5334 vsize=10659088 memory=18460 CPUtime=0.65 cores=1,3,5,7
/proc/5337/task/5339/stat : 5339 (java) S 5334 5337 3751 0 -1 1077944384 6075 0 0 0 62 3 0 0 20 0 15 0 44416213 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071484786448 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5340] ppid=5334 vsize=10659088 memory=10140 CPUtime=0.01 cores=1,3,5,7
/proc/5337/task/5340/stat : 5340 (java) R 5334 5337 3751 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 15 0 44416214 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071087561744 140071473650043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5341] ppid=5334 vsize=10659088 memory=1788 CPUtime=0.01 cores=1,3,5,7
/proc/5337/task/5341/stat : 5341 (java) R 5334 5337 3751 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 15 0 44416214 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071086509400 140071465001422 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5342] ppid=5334 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5342/stat : 5342 (java) R 5334 5337 3751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 44416214 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071085456032 140071473650043 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5343] ppid=5334 vsize=10659088 memory=952 CPUtime=0.01 cores=1,3,5,7
/proc/5337/task/5343/stat : 5343 (java) R 5334 5337 3751 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 15 0 44416214 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071084403600 140071465581072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5344] ppid=5334 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5344/stat : 5344 (java) S 5334 5337 3751 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 44416216 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071040127776 140071480563413 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5345] ppid=5334 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5345/stat : 5345 (java) S 5334 5337 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44416216 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071039075488 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5346] ppid=5334 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5346/stat : 5346 (java) S 5334 5337 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44416216 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071038022384 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5347] ppid=5334 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5347/stat : 5347 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44416218 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071036970960 140071480571803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5348] ppid=5334 vsize=10659088 memory=6081105704601809001 CPUtime=0.35 cores=1,3,5,7
/proc/5337/task/5348/stat : 5348 (java) S 5334 5337 3751 0 -1 1077944384 2152 0 0 0 35 0 0 0 20 0 15 0 44416218 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071035910368 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5349] ppid=5334 vsize=10659088 memory=6076878065162868073 CPUtime=0.35 cores=1,3,5,7
/proc/5337/task/5349/stat : 5349 (java) S 5334 5337 3751 0 -1 1077944384 2344 0 0 0 35 0 0 0 20 0 15 0 44416218 10914906112 50624 33554432000 4194304 4196468 140737108099408 140071034846512 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5350] ppid=5334 vsize=10659088 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/5337/task/5350/stat : 5350 (java) S 5334 5337 3751 0 -1 1077944384 1257 0 0 0 25 0 0 0 20 0 15 0 44416218 10914906112 51136 33554432000 4194304 4196468 140737108099408 140071033813488 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5351] ppid=5334 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5351/stat : 5351 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44416219 10914906112 51136 33554432000 4194304 4196468 140737108099408 140071032761184 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5352] ppid=5334 vsize=10659088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5352/stat : 5352 (java) S 5334 5337 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44416219 10914906112 51136 33554432000 4194304 4196468 140737108099408 140071031708208 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 202496 KiB

[startup+1.50083 s]
/proc/loadavg: 2.04 2.04 2.21 5/217 5353
/proc/meminfo: memFree=16765880/32770624 swapFree=67108860/67108860
[pid=5337] ppid=5334 vsize=10727700 memory=218276 CPUtime=3.49 cores=1,3,5,7
/proc/5337/stat : 5337 (java) S 5334 5337 3751 0 -1 1077944320 16694 0 0 0 341 8 0 0 20 0 16 0 44416213 10985164800 54569 33554432000 4194304 4196468 140737108099408 140737108081952 140071480553207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
/proc/5337/statm: 2681925 54569 3133 1 0 2644416 0
[pid=5337/tid=5339] ppid=5334 vsize=10727700 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/5337/task/5339/stat : 5339 (java) R 5334 5337 3751 0 -1 4202560 6150 0 0 0 142 3 0 0 20 0 16 0 44416213 10985164800 54569 33554432000 4194304 4196468 140737108099408 140071484781536 140071118174325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5340] ppid=5334 vsize=10727700 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5337/task/5340/stat : 5340 (java) S 5334 5337 3751 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 16 0 44416214 10985164800 54569 33554432000 4194304 4196468 140737108099408 140071087561744 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5341] ppid=5334 vsize=10727700 memory=-2247047206207641111 CPUtime=0.01 cores=1,3,5,7
/proc/5337/task/5341/stat : 5341 (java) S 5334 5337 3751 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 44416214 10985164800 54569 33554432000 4194304 4196468 140737108099408 140071086509200 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5342] ppid=5334 vsize=10727700 memory=6944652177228980320 CPUtime=0.01 cores=1,3,5,7
/proc/5337/task/5342/stat : 5342 (java) S 5334 5337 3751 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 44416214 10985164800 54569 33554432000 4194304 4196468 140737108099408 140071085456144 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5343] ppid=5334 vsize=10727700 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/5337/task/5343/stat : 5343 (java) S 5334 5337 3751 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 44416214 10985164800 54569 33554432000 4194304 4196468 140737108099408 140071084403600 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5344] ppid=5334 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5344/stat : 5344 (java) S 5334 5337 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44416216 10985164800 54569 33554432000 4194304 4196468 140737108099408 140071040129264 140071480564354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0

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

/proc/5337/task/5345/stat : 5345 (java) S 5334 5337 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44416216 10985164800 166947 33554432000 4194304 4196468 140737108099408 140071039075552 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5346] ppid=5334 vsize=10727700 memory=667788 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5346/stat : 5346 (java) S 5334 5337 3751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44416216 10985164800 166947 33554432000 4194304 4196468 140737108099408 140071038022384 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5347] ppid=5334 vsize=10727700 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5347/stat : 5347 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44416218 10985164800 166947 33554432000 4194304 4196468 140737108099408 140071036970960 140071480571803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5348] ppid=5334 vsize=10727700 memory=1004 CPUtime=1.21 cores=1,3,5,7
/proc/5337/task/5348/stat : 5348 (java) S 5334 5337 3751 0 -1 1077944384 7920 0 0 0 119 2 0 0 20 0 16 0 44416218 10985164800 166947 33554432000 4194304 4196468 140737108099408 140071035919088 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5349] ppid=5334 vsize=10727700 memory=1408 CPUtime=1.1 cores=1,3,5,7
/proc/5337/task/5349/stat : 5349 (java) S 5334 5337 3751 0 -1 1077944384 8502 0 0 0 109 1 0 0 20 0 16 0 44416218 10985164800 166947 33554432000 4194304 4196468 140737108099408 140071034866544 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5350] ppid=5334 vsize=10727700 memory=3240 CPUtime=0.4 cores=1,3,5,7
/proc/5337/task/5350/stat : 5350 (java) S 5334 5337 3751 0 -1 1077944384 4360 0 0 0 39 1 0 0 20 0 16 0 44416218 10985164800 166947 33554432000 4194304 4196468 140737108099408 140071033813488 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5351] ppid=5334 vsize=10727700 memory=667788 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5351/stat : 5351 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44416219 10985164800 166947 33554432000 4194304 4196468 140737108099408 140071032761184 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5352] ppid=5334 vsize=10727700 memory=1444 CPUtime=1.39 cores=1,3,5,7
/proc/5337/task/5352/stat : 5352 (java) S 5334 5337 3751 0 -1 1077944384 2318 0 0 0 69 70 0 0 20 0 16 0 44416219 10985164800 166947 33554432000 4194304 4196468 140737108099408 140071031708208 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5353] ppid=5334 vsize=10727700 memory=15056 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5353/stat : 5353 (java) S 5334 5337 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44416297 10985164800 166947 33554432000 4194304 4196468 140737108099408 140070963110960 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
Current children cumulated CPU time: 2387.35 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 667788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.9 s]
/proc/loadavg: 2.16 2.35 2.60 3/217 5658
/proc/meminfo: memFree=9304088/32770624 swapFree=67108860/67108860
[pid=5337] ppid=5334 vsize=10727700 memory=668128 CPUtime=2400.07 cores=1,3,5,7
/proc/5337/stat : 5337 (java) S 5334 5337 3751 0 -1 1077944320 50040 0 0 0 239895 112 0 0 20 0 16 0 44416213 10985164800 167032 33554432000 4194304 4196468 140737108099408 140737108081952 140071480553207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
/proc/5337/statm: 2681925 167032 3178 1 0 2644416 0
[pid=5337/tid=5339] ppid=5334 vsize=10727700 memory=668128 CPUtime=2394.24 cores=1,3,5,7
/proc/5337/task/5339/stat : 5339 (java) R 5334 5337 3751 0 -1 4202560 18663 0 0 0 239419 5 0 0 20 0 16 0 44416213 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071484792096 140071118082653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5340] ppid=5334 vsize=10727700 memory=667788 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5340/stat : 5340 (java) S 5334 5337 3751 0 -1 1077944384 1100 0 0 0 30 9 0 0 20 0 16 0 44416214 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071087561744 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5341] ppid=5334 vsize=10727700 memory=667788 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5341/stat : 5341 (java) S 5334 5337 3751 0 -1 1077944384 716 0 0 0 29 10 0 0 20 0 16 0 44416214 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071086509200 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5342] ppid=5334 vsize=10727700 memory=667788 CPUtime=0.38 cores=1,3,5,7
/proc/5337/task/5342/stat : 5342 (java) S 5334 5337 3751 0 -1 1077944384 1110 0 0 0 28 10 0 0 20 0 16 0 44416214 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071085456144 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5343] ppid=5334 vsize=10727700 memory=667788 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5343/stat : 5343 (java) S 5334 5337 3751 0 -1 1077944384 1779 0 0 0 29 10 0 0 20 0 16 0 44416214 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071084403600 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5344] ppid=5334 vsize=10727700 memory=667788 CPUtime=0.07 cores=1,3,5,7
/proc/5337/task/5344/stat : 5344 (java) S 5334 5337 3751 0 -1 1077944384 2163 0 0 0 4 3 0 0 20 0 16 0 44416216 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071040129264 140071480564354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5345] ppid=5334 vsize=10727700 memory=667788 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5345/stat : 5345 (java) S 5334 5337 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44416216 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071039075552 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5346] ppid=5334 vsize=10727700 memory=667788 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5346/stat : 5346 (java) S 5334 5337 3751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44416216 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071038022384 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5347] ppid=5334 vsize=10727700 memory=668128 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5347/stat : 5347 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44416218 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071036970960 140071480571803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5348] ppid=5334 vsize=10727700 memory=4715433313220523562 CPUtime=1.21 cores=1,3,5,7
/proc/5337/task/5348/stat : 5348 (java) S 5334 5337 3751 0 -1 1077944384 7920 0 0 0 119 2 0 0 20 0 16 0 44416218 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071035919088 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5349] ppid=5334 vsize=10727700 memory=668128 CPUtime=1.1 cores=1,3,5,7
/proc/5337/task/5349/stat : 5349 (java) S 5334 5337 3751 0 -1 1077944384 8502 0 0 0 109 1 0 0 20 0 16 0 44416218 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071034866544 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5350] ppid=5334 vsize=10727700 memory=667788 CPUtime=0.4 cores=1,3,5,7
/proc/5337/task/5350/stat : 5350 (java) S 5334 5337 3751 0 -1 1077944384 4360 0 0 0 39 1 0 0 20 0 16 0 44416218 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071033813488 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5351] ppid=5334 vsize=10727700 memory=667788 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5351/stat : 5351 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44416219 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071032761184 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5352] ppid=5334 vsize=10727700 memory=2408 CPUtime=1.4 cores=1,3,5,7
/proc/5337/task/5352/stat : 5352 (java) S 5334 5337 3751 0 -1 1077944384 2320 0 0 0 69 71 0 0 20 0 16 0 44416219 10985164800 167032 33554432000 4194304 4196468 140737108099408 140071031708208 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5353] ppid=5334 vsize=10727700 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5353/stat : 5353 (java) S 5334 5337 3751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44416297 10985164800 167032 33554432000 4194304 4196468 140737108099408 140070963110960 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 668128 KiB

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

[startup+2395.13 s]
# the end of solver process 5337 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399 s, system=1.13007 s

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

[startup+2395.01 s]*
/proc/loadavg: 2.16 2.35 2.60 2/218 5661
/proc/meminfo: memFree=9303964/32770624 swapFree=67108860/67108860
[pid=5337] ppid=5334 vsize=10927392 memory=668272 CPUtime=2400.08 cores=1,3,5,7
/proc/5337/stat : 5337 (java) S 5334 5337 3751 0 -1 1077944320 50323 0 0 0 239896 112 0 0 20 0 17 0 44416213 11189649408 167068 33554432000 4194304 4196468 140737108099408 140737108081952 140071480553207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
/proc/5337/statm: 2731848 167068 3182 1 0 2694339 0
[pid=5337/tid=5339] ppid=5334 vsize=10927392 memory=8112282956445269571 CPUtime=2394.25 cores=1,3,5,7
/proc/5337/task/5339/stat : 5339 (java) S 5334 5337 3751 0 -1 1077944384 18698 0 0 0 239420 5 0 0 20 0 17 0 44416213 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071484796080 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5340] ppid=5334 vsize=10927392 memory=4126316290023845779 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5340/stat : 5340 (java) S 5334 5337 3751 0 -1 1077944384 1100 0 0 0 30 9 0 0 20 0 17 0 44416214 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071087561744 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5341] ppid=5334 vsize=10927392 memory=2864 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5341/stat : 5341 (java) S 5334 5337 3751 0 -1 1077944384 716 0 0 0 29 10 0 0 20 0 17 0 44416214 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071086509200 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5342] ppid=5334 vsize=10927392 memory=2588 CPUtime=0.38 cores=1,3,5,7
/proc/5337/task/5342/stat : 5342 (java) S 5334 5337 3751 0 -1 1077944384 1110 0 0 0 28 10 0 0 20 0 17 0 44416214 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071085456144 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5343] ppid=5334 vsize=10927392 memory=1408 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5343/stat : 5343 (java) S 5334 5337 3751 0 -1 1077944384 1779 0 0 0 29 10 0 0 20 0 17 0 44416214 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071084403600 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5344] ppid=5334 vsize=10927392 memory=3300 CPUtime=0.07 cores=1,3,5,7
/proc/5337/task/5344/stat : 5344 (java) S 5334 5337 3751 0 -1 1077944384 2163 0 0 0 4 3 0 0 20 0 17 0 44416216 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071040129264 140071480564354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5345] ppid=5334 vsize=10927392 memory=667788 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5345/stat : 5345 (java) S 5334 5337 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44416216 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071039075552 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5346] ppid=5334 vsize=10927392 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5346/stat : 5346 (java) S 5334 5337 3751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44416216 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071038022384 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5347] ppid=5334 vsize=10927392 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5347/stat : 5347 (java) S 5334 5337 3751 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 44416218 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071036970960 140071480571803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5348] ppid=5334 vsize=10927392 memory=3240 CPUtime=1.21 cores=1,3,5,7
/proc/5337/task/5348/stat : 5348 (java) S 5334 5337 3751 0 -1 1077944384 7920 0 0 0 119 2 0 0 20 0 17 0 44416218 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071035919088 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5349] ppid=5334 vsize=10927392 memory=8249028 CPUtime=1.1 cores=1,3,5,7
/proc/5337/task/5349/stat : 5349 (java) S 5334 5337 3751 0 -1 1077944384 8502 0 0 0 109 1 0 0 20 0 17 0 44416218 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071034866544 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5350] ppid=5334 vsize=10927392 memory=8112282956445269571 CPUtime=0.4 cores=1,3,5,7
/proc/5337/task/5350/stat : 5350 (java) S 5334 5337 3751 0 -1 1077944384 4387 0 0 0 39 1 0 0 20 0 17 0 44416218 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071033813488 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5351] ppid=5334 vsize=10927392 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5351/stat : 5351 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44416219 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071032761184 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5352] ppid=5334 vsize=10927392 memory=8112282956445269571 CPUtime=1.4 cores=1,3,5,7
/proc/5337/task/5352/stat : 5352 (java) S 5334 5337 3751 0 -1 1077944384 2320 0 0 0 69 71 0 0 20 0 17 0 44416219 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071031708208 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5659] ppid=5334 vsize=10927392 memory=7668900529526828142 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5659/stat : 5659 (java) S 5334 5337 3751 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 44655704 11189649408 167068 33554432000 4194304 4196468 140737108099408 140070959960048 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5660] ppid=5334 vsize=10927392 memory=7667222670471095400 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5660/stat : 5660 (java) S 5334 5337 3751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 44655704 11189649408 167068 33554432000 4194304 4196468 140737108099408 140070958908432 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 668272 KiB

[startup+2395.11 s]
/proc/loadavg: 2.16 2.35 2.60 2/218 5661
/proc/meminfo: memFree=9303964/32770624 swapFree=67108860/67108860
[pid=5337] ppid=5334 vsize=10927392 memory=668272 CPUtime=2400.09 cores=1,3,5,7
/proc/5337/stat : 5337 (java) S 5334 5337 3751 0 -1 1077944320 50384 0 0 0 239897 112 0 0 20 0 17 0 44416213 11189649408 167068 33554432000 4194304 4196468 140737108099408 140737108081952 140071480553207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
/proc/5337/statm: 2731848 167068 3182 1 0 2694339 0
[pid=5337/tid=5339] ppid=5334 vsize=10927392 memory=667788 CPUtime=2394.25 cores=1,3,5,7
/proc/5337/task/5339/stat : 5339 (java) S 5334 5337 3751 0 -1 1077944384 18698 0 0 0 239420 5 0 0 20 0 17 0 44416213 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071484796080 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5340] ppid=5334 vsize=10927392 memory=667788 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5340/stat : 5340 (java) S 5334 5337 3751 0 -1 1077944384 1100 0 0 0 30 9 0 0 20 0 17 0 44416214 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071087561744 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5341] ppid=5334 vsize=10927392 memory=667788 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5341/stat : 5341 (java) S 5334 5337 3751 0 -1 1077944384 716 0 0 0 29 10 0 0 20 0 17 0 44416214 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071086509200 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5342] ppid=5334 vsize=10927392 memory=667788 CPUtime=0.38 cores=1,3,5,7
/proc/5337/task/5342/stat : 5342 (java) S 5334 5337 3751 0 -1 1077944384 1110 0 0 0 28 10 0 0 20 0 17 0 44416214 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071085456144 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5343] ppid=5334 vsize=10927392 memory=667788 CPUtime=0.39 cores=1,3,5,7
/proc/5337/task/5343/stat : 5343 (java) S 5334 5337 3751 0 -1 1077944384 1779 0 0 0 29 10 0 0 20 0 17 0 44416214 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071084403600 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5344] ppid=5334 vsize=10927392 memory=667788 CPUtime=0.07 cores=1,3,5,7
/proc/5337/task/5344/stat : 5344 (java) S 5334 5337 3751 0 -1 1077944384 2163 0 0 0 4 3 0 0 20 0 17 0 44416216 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071040129264 140071480564354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5345] ppid=5334 vsize=10927392 memory=668128 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5345/stat : 5345 (java) S 5334 5337 3751 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44416216 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071039075552 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5346] ppid=5334 vsize=10927392 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5346/stat : 5346 (java) S 5334 5337 3751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44416216 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071038022384 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5347] ppid=5334 vsize=10927392 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5347/stat : 5347 (java) S 5334 5337 3751 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 44416218 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071036970960 140071480571803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5348] ppid=5334 vsize=10927392 memory=668128 CPUtime=1.21 cores=1,3,5,7
/proc/5337/task/5348/stat : 5348 (java) R 5334 5337 3751 0 -1 4202560 7958 0 0 0 119 2 0 0 20 0 17 0 44416218 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071035910400 140071480574554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5349] ppid=5334 vsize=10927392 memory=668128 CPUtime=1.1 cores=1,3,5,7
/proc/5337/task/5349/stat : 5349 (java) R 5334 5337 3751 0 -1 1077944384 8502 0 0 0 109 1 0 0 20 0 17 0 44416218 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071034866544 140071480564354 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5350] ppid=5334 vsize=10927392 memory=792 CPUtime=0.4 cores=1,3,5,7
/proc/5337/task/5350/stat : 5350 (java) R 5334 5337 3751 0 -1 4202560 4400 0 0 0 39 1 0 0 20 0 17 0 44416218 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071033808752 140071480565142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5351] ppid=5334 vsize=10927392 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5351/stat : 5351 (java) S 5334 5337 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44416219 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071032761184 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5352] ppid=5334 vsize=10927392 memory=667788 CPUtime=1.4 cores=1,3,5,7
/proc/5337/task/5352/stat : 5352 (java) S 5334 5337 3751 0 -1 1077944384 2320 0 0 0 69 71 0 0 20 0 17 0 44416219 11189649408 167068 33554432000 4194304 4196468 140737108099408 140071031708208 140071480564354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5659] ppid=5334 vsize=10927392 memory=667788 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5659/stat : 5659 (java) S 5334 5337 3751 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 44655704 11189649408 167068 33554432000 4194304 4196468 140737108099408 140070959960048 140071480563413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
[pid=5337/tid=5660] ppid=5334 vsize=10927392 memory=667788 CPUtime=0 cores=1,3,5,7
/proc/5337/task/5660/stat : 5660 (java) R 5334 5337 3751 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 17 0 44655704 11189649408 167068 33554432000 4194304 4196468 140737108099408 140070958905360 140071462112010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29958144 140737108104305 140737108104457 140737108104457 140737108107215 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 668272 KiB

Child status: 143
Real time (s): 2395.13
CPU time (s): 2400.13
CPU user time (s): 2399
CPU system time (s): 1.13007
CPU usage (%): 100.208
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 668272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399
system time used= 1.13007
maximum resident set size= 668816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50458
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53916
involuntary context switches= 790


# summary of solver processes directly reported to runsolver:
#   pid: 5337
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2399
#   total CPU system time (s): 1.13007

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1789 second user time and 23.5958 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 16:08:53
IDJOB=4290109
IDBENCH=141613
IDSOLVER=2742
FILE ID=node106/4290109-1532268533
RUNJOBID= node106-1532261164-3783
PBS_JOBID= 21018972
Free space on /tmp= 53028 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-08_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290109-1532268533/watcher-4290109-1532268533 -o /tmp/evaluation-result-4290109-1532268533/solver-4290109-1532268533 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290109-1532268533.xml

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

MD5SUM BENCH= 86261698a40453ca60d699c1ebc214eb
RANDOM SEED=577731336

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        16973748 kB
MemAvailable:   30694708 kB
Buffers:          245052 kB
Cached:         13565416 kB
SwapCached:            0 kB
Active:          2508508 kB
Inactive:       12599440 kB
Active(anon):    1299720 kB
Inactive(anon):    17096 kB
Active(file):    1208788 kB
Inactive(file): 12582344 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2448 kB
Writeback:             0 kB
AnonPages:       1306220 kB
Mapped:            47620 kB
Shmem:             17036 kB
Slab:             385600 kB
SReclaimable:     358288 kB
SUnreclaim:        27312 kB
KernelStack:        3680 kB
PageTables:         7652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2691440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1136640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53024 MiB
End job on node106 at 2018-07-22 16:48:49