Trace number 4290184

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 2391.76

General information on the benchmark

NameFrb/
frb-59-26-3-mgd_c18.xml
MD5SUM4c66b19dbffc4da62838f27d220d1d7d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints547
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":59}]
Minimum variable degree11
Maximum variable degree27
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":4},{"degree":16,"count":6},{"degree":17,"count":9},{"degree":18,"count":3},{"degree":19,"count":8},{"degree":20,"count":9},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":3},{"degree":24,"count":4},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":547}]
Number of extensional constraints547
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":547}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2172 MiB free)
  memory of node 1: 16384 MiB (6460 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290184-1532596995/watcher-4290184-1532596995 -o /tmp/evaluation-result-4290184-1532596995/solver-4290184-1532596995 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532594608-1083 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290184-1532596995.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=1414, runsolver pid=1410

[startup+0.101018 s]*
/proc/loadavg: 1.87 1.94 1.95 2/217 1431
/proc/meminfo: memFree=8820960/32770624 swapFree=67108860/67108860
[pid=1414] ppid=1410 vsize=10659012 memory=31308 CPUtime=0.13 cores=1,3,5,7
/proc/1414/stat : 1414 (java) S 1410 1414 32243 0 -1 1077944320 6427 0 0 0 11 2 0 0 20 0 15 0 77262343 10914828288 7827 33554432000 4194304 4196468 140731231120480 140731231103024 140547992190711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
/proc/1414/statm: 2664753 7827 2809 1 0 2627263 0
[pid=1414/tid=1416] ppid=1410 vsize=10659012 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/1414/task/1416/stat : 1416 (java) R 1410 1414 32243 0 -1 4202560 4287 0 0 0 8 1 0 0 20 0 15 0 77262344 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547996395376 140547992202646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1418] ppid=1410 vsize=10659012 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1418/stat : 1418 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547918264720 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1419] ppid=1410 vsize=10659012 memory=140392521762432 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77262345 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10659012 memory=140392521762432 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77262346 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1424] ppid=1410 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1424/stat : 1424 (java) S 1410 1414 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77262346 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547482133792 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1425] ppid=1410 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1425/stat : 1425 (java) S 1410 1414 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77262347 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547481081456 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1426] ppid=1410 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1426/stat : 1426 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547480029776 140547992209307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1427] ppid=1410 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1427/stat : 1427 (java) R 1410 1414 32243 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 15 0 77262349 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547478976624 140547992202646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1428] ppid=1410 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1428/stat : 1428 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547477923824 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1429] ppid=1410 vsize=10659012 memory=140392521762432 CPUtime=0.02 cores=1,3,5,7
/proc/1414/task/1429/stat : 1429 (java) R 1410 1414 32243 0 -1 4202560 321 0 0 0 2 0 0 0 20 0 15 0 77262349 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547476871536 140547992212058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1430] ppid=1410 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1430/stat : 1430 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547475818976 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1431] ppid=1410 vsize=10659012 memory=140392521762432 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1431/stat : 1431 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262349 10914828288 7827 33554432000 4194304 4196468 140731231120480 140547474766768 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31308 KiB

[startup+0.212199 s]*
/proc/loadavg: 1.87 1.94 1.95 3/217 1431
/proc/meminfo: memFree=8808532/32770624 swapFree=67108860/67108860
[pid=1414] ppid=1410 vsize=10659012 memory=42320 CPUtime=0.33 cores=1,3,5,7
/proc/1414/stat : 1414 (java) S 1410 1414 32243 0 -1 1077944320 7689 0 0 0 31 2 0 0 20 0 15 0 77262343 10914828288 10580 33554432000 4194304 4196468 140731231120480 140731231103024 140547992190711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
/proc/1414/statm: 2664753 10580 3004 1 0 2627263 0
[pid=1414/tid=1416] ppid=1410 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/1414/task/1416/stat : 1416 (java) R 1410 1414 32243 0 -1 4202560 4640 0 0 0 18 1 0 0 20 0 15 0 77262344 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547996426288 140547977558913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1418] ppid=1410 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1418/stat : 1418 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547918264720 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1419] ppid=1410 vsize=10659012 memory=288370768673474176 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77262345 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10659012 memory=140392521762432 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77262346 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1424] ppid=1410 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1424/stat : 1424 (java) S 1410 1414 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77262346 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547482133792 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1425] ppid=1410 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1425/stat : 1425 (java) S 1410 1414 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77262347 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547481081456 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1426] ppid=1410 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1426/stat : 1426 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547480029776 140547992209307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1427] ppid=1410 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1414/task/1427/stat : 1427 (java) S 1410 1414 32243 0 -1 1077944384 846 0 0 0 2 0 0 0 20 0 15 0 77262349 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547478976624 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1428] ppid=1410 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1414/task/1428/stat : 1428 (java) S 1410 1414 32243 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 77262349 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547477923824 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1429] ppid=1410 vsize=10659012 memory=140392521762432 CPUtime=0.07 cores=1,3,5,7
/proc/1414/task/1429/stat : 1429 (java) S 1410 1414 32243 0 -1 1077944384 644 0 0 0 7 0 0 0 20 0 15 0 77262349 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547476871536 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1430] ppid=1410 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1430/stat : 1430 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547475818976 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1431] ppid=1410 vsize=10659012 memory=140392521762432 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1431/stat : 1431 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262349 10914828288 10580 33554432000 4194304 4196468 140731231120480 140547474766768 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42320 KiB

[startup+0.310562 s]*
/proc/loadavg: 1.87 1.94 1.95 4/217 1431
/proc/meminfo: memFree=8800468/32770624 swapFree=67108860/67108860
[pid=1414] ppid=1410 vsize=10659088 memory=51084 CPUtime=0.57 cores=1,3,5,7
/proc/1414/stat : 1414 (java) S 1410 1414 32243 0 -1 1077944320 8840 0 0 0 54 3 0 0 20 0 15 0 77262343 10914906112 12771 33554432000 4194304 4196468 140731231120480 140731231103024 140547992190711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
/proc/1414/statm: 2664772 12771 3072 1 0 2627263 0
[pid=1414/tid=1416] ppid=1410 vsize=10659088 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1414/task/1416/stat : 1416 (java) R 1410 1414 32243 0 -1 4202560 5126 0 0 0 28 2 0 0 20 0 15 0 77262344 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547996419504 140547976271198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1418] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1418/stat : 1418 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547918264720 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1419] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77262345 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77262346 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1424] ppid=1410 vsize=10659088 memory=140392414685647 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1424/stat : 1424 (java) S 1410 1414 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77262346 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547482133792 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1425] ppid=1410 vsize=10659088 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1425/stat : 1425 (java) S 1410 1414 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77262347 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547481081456 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1426] ppid=1410 vsize=10659088 memory=51172 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1426/stat : 1426 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547480029776 140547992209307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1427] ppid=1410 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1414/task/1427/stat : 1427 (java) R 1410 1414 32243 0 -1 4202560 867 0 0 0 4 0 0 0 20 0 15 0 77262349 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547478976624 140547971437452 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1428] ppid=1410 vsize=10659088 memory=140392414713487 CPUtime=0.07 cores=1,3,5,7
/proc/1414/task/1428/stat : 1428 (java) R 1410 1414 32243 0 -1 4202560 642 0 0 0 7 0 0 0 20 0 15 0 77262349 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547477904936 140547971523947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1429] ppid=1410 vsize=10659088 memory=280784936445792 CPUtime=0.13 cores=1,3,5,7
/proc/1414/task/1429/stat : 1429 (java) R 1410 1414 32243 0 -1 1077944384 846 0 0 0 13 0 0 0 20 0 15 0 77262349 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547476871536 140547992201858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1430] ppid=1410 vsize=10659088 memory=140392414678799 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1430/stat : 1430 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547475818976 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1431] ppid=1410 vsize=10659088 memory=140392521762443 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1431/stat : 1431 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262349 10914906112 12771 33554432000 4194304 4196468 140731231120480 140547474766768 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 51084 KiB

[startup+0.700822 s]
/proc/loadavg: 1.87 1.94 1.95 6/217 1431
/proc/meminfo: memFree=8751696/32770624 swapFree=67108860/67108860
[pid=1414] ppid=1410 vsize=10659088 memory=185028 CPUtime=1.86 cores=1,3,5,7
/proc/1414/stat : 1414 (java) S 1410 1414 32243 0 -1 1077944320 11170 0 0 0 180 6 0 0 20 0 15 0 77262343 10914906112 46257 33554432000 4194304 4196468 140731231120480 140731231103024 140547992190711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
/proc/1414/statm: 2664772 46257 3125 1 0 2627263 0
[pid=1414/tid=1416] ppid=1410 vsize=10659088 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1414/task/1416/stat : 1416 (java) R 1410 1414 32243 0 -1 4202560 5325 0 0 0 63 4 0 0 20 0 15 0 77262344 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547996413040 140547973772606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1418] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1418/stat : 1418 (java) S 1410 1414 32243 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 77262345 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547918264720 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1419] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262345 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 77262345 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10659088 memory=146504153045230 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 77262345 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10659088 memory=409840 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 77262346 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1424] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1424/stat : 1424 (java) S 1410 1414 32243 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 77262346 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547482133792 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1425] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1425/stat : 1425 (java) S 1410 1414 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77262347 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547481081456 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1426] ppid=1410 vsize=10659088 memory=280784829180832 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1426/stat : 1426 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547480029776 140547992209307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1427] ppid=1410 vsize=10659088 memory=19153 CPUtime=0.38 cores=1,3,5,7
/proc/1414/task/1427/stat : 1427 (java) R 1410 1414 32243 0 -1 1077944384 1686 0 0 0 38 0 0 0 20 0 15 0 77262349 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547478963408 140547992200917 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1428] ppid=1410 vsize=10659088 memory=280784829153520 CPUtime=0.44 cores=1,3,5,7
/proc/1414/task/1428/stat : 1428 (java) R 1410 1414 32243 0 -1 4202560 1229 0 0 0 44 0 0 0 20 0 15 0 77262349 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547477910608 140547971442636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1429] ppid=1410 vsize=10659088 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/1414/task/1429/stat : 1429 (java) R 1410 1414 32243 0 -1 4202560 1435 0 0 0 32 0 0 0 20 0 15 0 77262349 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547476866608 140547992202646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1430] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1430/stat : 1430 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77262349 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547475818976 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1431] ppid=1410 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1431/stat : 1431 (java) S 1410 1414 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77262349 10914906112 46257 33554432000 4194304 4196468 140731231120480 140547474766768 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 185028 KiB

[startup+1.50081 s]
/proc/loadavg: 1.87 1.94 1.95 5/217 1431
/proc/meminfo: memFree=8657992/32770624 swapFree=67108860/67108860
[pid=1414] ppid=1410 vsize=10725652 memory=233656 CPUtime=4.41 cores=1,3,5,7
/proc/1414/stat : 1414 (java) S 1410 1414 32243 0 -1 1077944320 16307 0 0 0 430 11 0 0 20 0 16 0 77262343 10983067648 58414 33554432000 4194304 4196468 140731231120480 140731231103024 140547992190711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
/proc/1414/statm: 2681413 58414 3150 1 0 2643904 0
[pid=1414/tid=1416] ppid=1410 vsize=10725652 memory=7079771113652244816 CPUtime=1.43 cores=1,3,5,7
/proc/1414/task/1416/stat : 1416 (java) R 1410 1414 32243 0 -1 4202560 5396 0 0 0 139 4 0 0 20 0 16 0 77262344 10983067648 58414 33554432000 4194304 4196468 140731231120480 140547996429152 140547592114091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1418] ppid=1410 vsize=10725652 memory=7079771113652244816 CPUtime=0.01 cores=1,3,5,7
/proc/1414/task/1418/stat : 1418 (java) S 1410 1414 32243 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 16 0 77262345 10983067648 58414 33554432000 4194304 4196468 140731231120480 140547918264720 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1419] ppid=1410 vsize=10725652 memory=6010730346594264421 CPUtime=0.03 cores=1,3,5,7
/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 85 0 0 0 2 1 0 0 20 0 16 0 77262345 10983067648 58414 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10725652 memory=6442213876390060896 CPUtime=0.03 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 90 0 0 0 2 1 0 0 20 0 16 0 77262345 10983067648 58414 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10725652 memory=7661585401411298920 CPUtime=0.03 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 90 0 0 0 2 1 0 0 20 0 16 0 77262345 10983067648 58414 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10725652 memory=140392414583544 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 77262346 10983067648 58414 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0

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

/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 1665 0 0 0 84 42 0 0 20 0 16 0 77262345 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10725652 memory=2333392 CPUtime=1.24 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 3722 0 0 0 83 41 0 0 20 0 16 0 77262345 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10725652 memory=2333392 CPUtime=1.27 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 2183 0 0 0 85 42 0 0 20 0 16 0 77262345 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10725652 memory=2319340 CPUtime=0.25 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 10583 0 0 0 21 4 0 0 20 0 16 0 77262346 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1424] ppid=1410 vsize=10725652 memory=2333392 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1424/stat : 1424 (java) S 1410 1414 32243 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 77262346 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547482133856 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1425] ppid=1410 vsize=10725652 memory=354 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1425/stat : 1425 (java) S 1410 1414 32243 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 77262347 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547481081472 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1426] ppid=1410 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1426/stat : 1426 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547480029776 140547992209307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1427] ppid=1410 vsize=10725652 memory=2330564 CPUtime=1.41 cores=1,3,5,7
/proc/1414/task/1427/stat : 1427 (java) S 1410 1414 32243 0 -1 1077944384 7389 0 0 0 140 1 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547478976624 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1428] ppid=1410 vsize=10725652 memory=1724 CPUtime=1.62 cores=1,3,5,7
/proc/1414/task/1428/stat : 1428 (java) S 1410 1414 32243 0 -1 1077944384 6015 0 0 0 161 1 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547477923824 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1429] ppid=1410 vsize=10725652 memory=2333392 CPUtime=0.5 cores=1,3,5,7
/proc/1414/task/1429/stat : 1429 (java) S 1410 1414 32243 0 -1 1077944384 4206 0 0 0 49 1 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547476871536 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1430] ppid=1410 vsize=10725652 memory=2330684 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1430/stat : 1430 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547475818976 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1431] ppid=1410 vsize=10725652 memory=2330684 CPUtime=1.39 cores=1,3,5,7
/proc/1414/task/1431/stat : 1431 (java) S 1410 1414 32243 0 -1 1077944384 2434 0 0 0 61 78 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547474766768 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1432] ppid=1410 vsize=10725652 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1432/stat : 1432 (java) S 1410 1414 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77262463 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547473712304 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
Current children cumulated CPU time: 2390.84 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2333392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.5 s]
/proc/loadavg: 2.00 2.01 2.01 3/219 1609
/proc/meminfo: memFree=6577428/32770624 swapFree=67108860/67108860
[pid=1414] ppid=1410 vsize=10725652 memory=2333392 CPUtime=2400.04 cores=1,3,5,7
/proc/1414/stat : 1414 (java) S 1410 1414 32243 0 -1 1077944320 81716 0 0 0 239747 257 0 0 20 0 16 0 77262343 10983067648 583348 33554432000 4194304 4196468 140731231120480 140731231103024 140547992190711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
/proc/1414/statm: 2681413 583348 3181 1 0 2643904 0
[pid=1414/tid=1416] ppid=1410 vsize=10725652 memory=2333392 CPUtime=2389.75 cores=1,3,5,7
/proc/1414/task/1416/stat : 1416 (java) R 1410 1414 32243 0 -1 4202560 39102 0 0 0 238956 19 0 0 20 0 16 0 77262344 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547996429664 140547592091746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1418] ppid=1410 vsize=10725652 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/1414/task/1418/stat : 1418 (java) S 1410 1414 32243 0 -1 1077944384 2975 0 0 0 85 41 0 0 20 0 16 0 77262345 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547918264720 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1419] ppid=1410 vsize=10725652 memory=2333392 CPUtime=1.26 cores=1,3,5,7
/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 1665 0 0 0 84 42 0 0 20 0 16 0 77262345 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10725652 memory=2333392 CPUtime=1.24 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 3722 0 0 0 83 41 0 0 20 0 16 0 77262345 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10725652 memory=2333392 CPUtime=1.27 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 2183 0 0 0 85 42 0 0 20 0 16 0 77262345 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10725652 memory=2333392 CPUtime=0.25 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 10589 0 0 0 21 4 0 0 20 0 16 0 77262346 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1424] ppid=1410 vsize=10725652 memory=2319340 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1424/stat : 1424 (java) S 1410 1414 32243 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 77262346 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547482133856 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1425] ppid=1410 vsize=10725652 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1425/stat : 1425 (java) S 1410 1414 32243 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 77262347 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547481081472 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1426] ppid=1410 vsize=10725652 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1426/stat : 1426 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547480029776 140547992209307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1427] ppid=1410 vsize=10725652 memory=2333392 CPUtime=1.41 cores=1,3,5,7
/proc/1414/task/1427/stat : 1427 (java) S 1410 1414 32243 0 -1 1077944384 7389 0 0 0 140 1 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547478976624 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1428] ppid=1410 vsize=10725652 memory=2333392 CPUtime=1.62 cores=1,3,5,7
/proc/1414/task/1428/stat : 1428 (java) S 1410 1414 32243 0 -1 1077944384 6015 0 0 0 161 1 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547477923824 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1429] ppid=1410 vsize=10725652 memory=2333392 CPUtime=0.5 cores=1,3,5,7
/proc/1414/task/1429/stat : 1429 (java) S 1410 1414 32243 0 -1 1077944384 4206 0 0 0 49 1 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547476871536 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1430] ppid=1410 vsize=10725652 memory=2333392 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1430/stat : 1430 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547475818976 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1431] ppid=1410 vsize=10725652 memory=4140 CPUtime=1.4 cores=1,3,5,7
/proc/1414/task/1431/stat : 1431 (java) S 1410 1414 32243 0 -1 1077944384 2459 0 0 0 62 78 0 0 20 0 16 0 77262349 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547474766768 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1432] ppid=1410 vsize=10725652 memory=23116 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1432/stat : 1432 (java) S 1410 1414 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77262463 10983067648 583348 33554432000 4194304 4196468 140731231120480 140547473712304 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2333392 KiB

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

[startup+2391.76 s]
# the end of solver process 1414 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.53 s, system=2.58812 s

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

[startup+2391.61 s]
/proc/loadavg: 2.00 2.01 2.01 3/219 1609
/proc/meminfo: memFree=6577428/32770624 swapFree=67108860/67108860
[pid=1414] ppid=1410 vsize=10925344 memory=2333648 CPUtime=2400.05 cores=1,3,5,7
/proc/1414/stat : 1414 (java) S 1410 1414 32243 0 -1 1077944320 82141 0 0 0 239748 257 0 0 20 0 17 0 77262343 11187552256 583412 33554432000 4194304 4196468 140731231120480 140731231103024 140547992190711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
/proc/1414/statm: 2731336 583412 3184 1 0 2693827 0
[pid=1414/tid=1416] ppid=1410 vsize=10925344 memory=4140 CPUtime=2389.76 cores=1,3,5,7
/proc/1414/task/1416/stat : 1416 (java) S 1410 1414 32243 0 -1 1077944384 39146 0 0 0 238957 19 0 0 20 0 17 0 77262344 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547996433584 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1418] ppid=1410 vsize=10925344 memory=23116 CPUtime=1.26 cores=1,3,5,7
/proc/1414/task/1418/stat : 1418 (java) S 1410 1414 32243 0 -1 1077944384 2975 0 0 0 85 41 0 0 20 0 17 0 77262345 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547918264720 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1419] ppid=1410 vsize=10925344 memory=8112282956445269571 CPUtime=1.26 cores=1,3,5,7
/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 1665 0 0 0 84 42 0 0 20 0 17 0 77262345 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10925344 memory=4008 CPUtime=1.24 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 3722 0 0 0 83 41 0 0 20 0 17 0 77262345 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10925344 memory=18460 CPUtime=1.27 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 2183 0 0 0 85 42 0 0 20 0 17 0 77262345 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10925344 memory=14492 CPUtime=0.25 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 10589 0 0 0 21 4 0 0 20 0 17 0 77262346 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1424] ppid=1410 vsize=10925344 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1424/stat : 1424 (java) S 1410 1414 32243 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 77262346 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547482133856 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1425] ppid=1410 vsize=10925344 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1425/stat : 1425 (java) S 1410 1414 32243 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 77262347 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547481081472 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1426] ppid=1410 vsize=10925344 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1426/stat : 1426 (java) S 1410 1414 32243 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547480029776 140547992209307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1427] ppid=1410 vsize=10925344 memory=644 CPUtime=1.41 cores=1,3,5,7
/proc/1414/task/1427/stat : 1427 (java) S 1410 1414 32243 0 -1 1077944384 7391 0 0 0 140 1 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547478976624 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1428] ppid=1410 vsize=10925344 memory=952 CPUtime=1.62 cores=1,3,5,7
/proc/1414/task/1428/stat : 1428 (java) S 1410 1414 32243 0 -1 1077944384 6017 0 0 0 161 1 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547477923824 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1429] ppid=1410 vsize=10925344 memory=1408 CPUtime=0.5 cores=1,3,5,7
/proc/1414/task/1429/stat : 1429 (java) S 1410 1414 32243 0 -1 1077944384 4322 0 0 0 49 1 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547476871536 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1430] ppid=1410 vsize=10925344 memory=3200 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1430/stat : 1430 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547475818976 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1431] ppid=1410 vsize=10925344 memory=2333392 CPUtime=1.4 cores=1,3,5,7
/proc/1414/task/1431/stat : 1431 (java) S 1410 1414 32243 0 -1 1077944384 2459 0 0 0 62 78 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547474766768 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 2333648 KiB

[startup+2391.7 s]
/proc/loadavg: 2.00 2.01 2.01 3/219 1609
/proc/meminfo: memFree=6577428/32770624 swapFree=67108860/67108860
[pid=1414] ppid=1410 vsize=10925344 memory=2333648 CPUtime=2400.05 cores=1,3,5,7
/proc/1414/stat : 1414 (java) S 1410 1414 32243 0 -1 1077944320 82141 0 0 0 239748 257 0 0 20 0 17 0 77262343 11187552256 583412 33554432000 4194304 4196468 140731231120480 140731231103024 140547992190711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
/proc/1414/statm: 2731336 583412 3184 1 0 2693827 0
[pid=1414/tid=1416] ppid=1410 vsize=10925344 memory=2333392 CPUtime=2389.76 cores=1,3,5,7
/proc/1414/task/1416/stat : 1416 (java) S 1410 1414 32243 0 -1 1077944384 39146 0 0 0 238957 19 0 0 20 0 17 0 77262344 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547996433584 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1418] ppid=1410 vsize=10925344 memory=2333392 CPUtime=1.26 cores=1,3,5,7
/proc/1414/task/1418/stat : 1418 (java) S 1410 1414 32243 0 -1 1077944384 2975 0 0 0 85 41 0 0 20 0 17 0 77262345 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547918264720 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1419] ppid=1410 vsize=10925344 memory=2333392 CPUtime=1.26 cores=1,3,5,7
/proc/1414/task/1419/stat : 1419 (java) S 1410 1414 32243 0 -1 1077944384 1665 0 0 0 84 42 0 0 20 0 17 0 77262345 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547917211920 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1420] ppid=1410 vsize=10925344 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/1414/task/1420/stat : 1420 (java) S 1410 1414 32243 0 -1 1077944384 3722 0 0 0 83 41 0 0 20 0 17 0 77262345 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547916159632 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1422] ppid=1410 vsize=10925344 memory=2333392 CPUtime=1.27 cores=1,3,5,7
/proc/1414/task/1422/stat : 1422 (java) S 1410 1414 32243 0 -1 1077944384 2183 0 0 0 85 42 0 0 20 0 17 0 77262345 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547915106832 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1423] ppid=1410 vsize=10925344 memory=2333392 CPUtime=0.25 cores=1,3,5,7
/proc/1414/task/1423/stat : 1423 (java) S 1410 1414 32243 0 -1 1077944384 10589 0 0 0 21 4 0 0 20 0 17 0 77262346 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547483187824 140547992201858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1424] ppid=1410 vsize=10925344 memory=2319340 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1424/stat : 1424 (java) S 1410 1414 32243 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 77262346 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547482133856 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1425] ppid=1410 vsize=10925344 memory=2333392 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1425/stat : 1425 (java) S 1410 1414 32243 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 77262347 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547481081472 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1426] ppid=1410 vsize=10925344 memory=2333392 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1426/stat : 1426 (java) S 1410 1414 32243 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547480029776 140547992209307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1427] ppid=1410 vsize=10925344 memory=2333392 CPUtime=1.41 cores=1,3,5,7
/proc/1414/task/1427/stat : 1427 (java) S 1410 1414 32243 0 -1 1077944384 7391 0 0 0 140 1 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547478976624 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1428] ppid=1410 vsize=10925344 memory=2333392 CPUtime=1.62 cores=1,3,5,7
/proc/1414/task/1428/stat : 1428 (java) S 1410 1414 32243 0 -1 1077944384 6017 0 0 0 161 1 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547477923824 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1429] ppid=1410 vsize=10925344 memory=4140 CPUtime=0.5 cores=1,3,5,7
/proc/1414/task/1429/stat : 1429 (java) S 1410 1414 32243 0 -1 1077944384 4322 0 0 0 49 1 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547476871536 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1430] ppid=1410 vsize=10925344 memory=23116 CPUtime=0 cores=1,3,5,7
/proc/1414/task/1430/stat : 1430 (java) S 1410 1414 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547475818976 140547992200917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
[pid=1414/tid=1431] ppid=1410 vsize=10925344 memory=1724 CPUtime=1.4 cores=1,3,5,7
/proc/1414/task/1431/stat : 1431 (java) S 1410 1414 32243 0 -1 1077944384 2459 0 0 0 62 78 0 0 20 0 17 0 77262349 11187552256 583412 33554432000 4194304 4196468 140731231120480 140547474766768 140547992201858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13885440 140731231126641 140731231126793 140731231126793 140731231129551 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 2333648 KiB

Child status: 143
Real time (s): 2391.76
CPU time (s): 2400.12
CPU user time (s): 2397.53
CPU system time (s): 2.58812
CPU usage (%): 100.35
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 2333648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.53
system time used= 2.58812
maximum resident set size= 2334012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53947
involuntary context switches= 1486


# summary of solver processes directly reported to runsolver:
#   pid: 1414
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2397.53
#   total CPU system time (s): 2.58812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.535 second user time and 23.9987 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-26 11:23:15
IDJOB=4290184
IDBENCH=141579
IDSOLVER=2742
FILE ID=node106/4290184-1532596995
RUNJOBID= node106-1532594608-1083
PBS_JOBID= 21021967
Free space on /tmp= 46236 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-59-26-3-mgd_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290184-1532596995/watcher-4290184-1532596995 -o /tmp/evaluation-result-4290184-1532596995/solver-4290184-1532596995 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532594608-1083 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290184-1532596995.xml

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

MD5SUM BENCH= 4c66b19dbffc4da62838f27d220d1d7d
RANDOM SEED=192781461

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:         8839532 kB
MemAvailable:   31607660 kB
Buffers:          234456 kB
Cached:         22434260 kB
SwapCached:            0 kB
Active:          3143644 kB
Inactive:       19904228 kB
Active(anon):     356564 kB
Inactive(anon):    50640 kB
Active(file):    2787080 kB
Inactive(file): 19853588 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3176 kB
Writeback:             0 kB
AnonPages:        484156 kB
Mapped:            52656 kB
Shmem:             25228 kB
Slab:             582792 kB
SReclaimable:     555920 kB
SUnreclaim:        26872 kB
KernelStack:        3872 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 46232 MiB
End job on node106 at 2018-07-26 12:03:07