Trace number 4263467

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 2017-07-05? (TO) 2520.29 2453.1799

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-10-2-12.xml
MD5SUM616f71b8e0d8bc577b21aa831e8a99b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark255.478
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of constraints1092
Number of domains2
Minimum domain size8
Maximum domain size12
Distribution of domain sizes[{"size":8,"count":1440},{"size":12,"count":960}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":960},{"degree":9,"count":1440}]
Minimum constraint arity8
Maximum constraint arity120
Distribution of constraint arities[{"arity":8,"count":120},{"arity":13,"count":960},{"arity":120,"count":12}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":120},{"type":"element","count":960}]
Optimization problemNO
Type of objective

Solver Data

105.53/44.87	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
105.53/44.87	c This is free software under the dual EPL/GNU LGPL licenses.
105.53/44.87	c See www.sat4j.org for details.
105.53/44.87	c That software uses the Rhino library from the Mozilla project.
105.53/44.87	c version CUSTOM.v20170705
105.53/44.87	c java.runtime.name	Java(TM) SE Runtime Environment
105.53/44.87	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
105.53/44.87	c java.vm.version	25.131-b11
105.53/44.87	c java.vm.vendor	Oracle Corporation
105.53/44.87	c sun.arch.data.model	64
105.53/44.87	c java.version		1.8.0_131
105.53/44.87	c os.name		Linux
105.53/44.87	c os.version		3.10.0-514.16.1.el7.x86_64
105.53/44.87	c os.arch		amd64
105.53/44.87	c Free memory 		499604488
105.53/44.87	c Max memory 		7247757312
105.53/44.87	c Total memory 		504889344
105.53/44.87	c Number of processors 	4
105.53/44.87	c c --- Begin Solver configuration ---
105.53/44.87	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
105.53/44.87	c Learn all clauses as in MiniSAT
105.53/44.87	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
105.53/44.87	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
105.53/44.87	c No reason simplification
105.53/44.87	c Glucose 2.1 dynamic restart strategy
105.53/44.87	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
105.53/44.87	c timeout=2147483s
105.53/44.87	c DB Simplification allowed=false
105.53/44.87	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
105.53/44.87	c --- End Solver configuration ---
105.53/44.87	c constraints type 
105.53/44.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 4800
105.53/44.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12067200
105.53/44.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5986512
105.53/44.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 1944
105.53/44.87	c 18060456 constraints processed.
2520.18/2453.10	c starts		: 753
2520.18/2453.10	c conflicts		: 442642
2520.18/2453.10	c decisions		: 137339046
2520.18/2453.10	c propagations		: 6041174346
2520.18/2453.10	c inspects		: 7382853230
2520.18/2453.10	c shortcuts		: 0
2520.18/2453.10	c learnt literals	: 0
2520.18/2453.10	c learnt binary clauses	: 148653
2520.18/2453.10	c learnt ternary clauses	: 68508
2520.18/2453.10	c learnt constraints	: 442642
2520.18/2453.10	c ignored constraints	: 0
2520.18/2453.10	c root simplifications	: 0
2520.18/2453.10	c removed literals (reason simplification)	: 0
2520.18/2453.10	c reason swapping (by a shorter reason)	: 0
2520.18/2453.10	c Calls to reduceDB	: 25
2520.18/2453.10	c Number of update (reduction) of LBD	: 179301
2520.18/2453.10	c Imported unit clauses	: 0
2520.18/2453.10	c number of reductions to clauses (during analyze)	: 0
2520.18/2453.10	c number of learned constraints concerned by reduction	: 0
2520.18/2453.10	c number of learning phase by resolution	: 0
2520.18/2453.10	c number of learning phase by cutting planes	: 0
2520.18/2453.10	c number of rounding to 1 operations	: 0
2520.18/2453.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.18/2453.10	c number of reductions of the coefficients by power 2 	: 0
2520.18/2453.10	c number of right shift for reduction by power 2 	: 0
2520.18/2453.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.18/2453.10	c speed (assignments/second)	: 2508739.157626164
2520.18/2453.10	c non guided choices	45113672
2520.22/2453.14	c learnt constraints type 
2520.22/2453.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 148653
2520.22/2453.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95887
2520.22/2453.14	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 (15365 MiB free)
  memory of node 1: 16384 MiB (15697 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263467-1502729549/watcher-4263467-1502729549 -o /tmp/evaluation-result-4263467-1502729549/solver-4263467-1502729549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502728713-5825 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263467-1502729549.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=5842, runsolver pid=5839

[startup+0.100046 s]*
/proc/loadavg: 0.01 0.61 1.28 1/177 5844
/proc/meminfo: memFree=31805592/32770624 swapFree=67108860/67108860
[pid=5842] ppid=5839 vsize=9936560 memory=17736 CPUtime=0.01 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 2357 34816 5825 1077944320 3200 0 0 0 1 0 0 0 20 0 6 0 569984 10175037440 4368 18446744073709551615 4194304 4196468 140726899920784 140726899903328 139660553223927 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
/proc/5842/statm: 2484140 4434 1821 1 0 2473637 0
[pid=5842/tid=5844] ppid=5839 vsize=9936560 memory=-8035107114825123821 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 2357 34816 5825 4202560 1939 0 0 0 0 0 0 0 20 0 6 0 569993 10175037440 4434 18446744073709551615 4194304 4196468 140726899920784 139660557460048 139660531227104 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5845] ppid=5839 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 569994 10175037440 4434 18446744073709551615 4194304 4196468 140726899920784 139660483644304 139660553234133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5846] ppid=5839 vsize=9936560 memory=140321591842432 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 569994 10175037440 4434 18446744073709551615 4194304 4196468 140726899920784 139660482591504 139660553234133 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5847] ppid=5839 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 569994 10175037440 4500 18446744073709551615 4194304 4196468 140726899920784 139660481539216 139660553234133 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5848] ppid=5839 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 2357 34816 5825 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 569994 10175037440 4500 18446744073709551615 4194304 4196468 140726899920784 139660480486416 139660553234133 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17736 KiB

[startup+0.20982 s]*
/proc/loadavg: 0.01 0.61 1.28 2/190 5857
/proc/meminfo: memFree=31794428/32770624 swapFree=67108860/67108860
[pid=5842] ppid=5839 vsize=10551156 memory=26768 CPUtime=0.08 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 2357 34816 5825 1077944320 4691 0 0 0 8 0 0 0 20 0 15 0 569984 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 140726899903328 139660553223927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
/proc/5842/statm: 2637789 6692 2618 1 0 2627261 0
[pid=5842/tid=5844] ppid=5839 vsize=10551156 memory=7078076838863583850 CPUtime=0.06 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 2357 34816 5825 4202560 2792 0 0 0 6 0 0 0 20 0 15 0 569993 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660557449472 139660553245853 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5845] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660483644304 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5846] ppid=5839 vsize=10551156 memory=140321591842432 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660482591504 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5847] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660481539216 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5848] ppid=5839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 2357 34816 5825 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 569994 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660480486416 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5849] ppid=5839 vsize=10551156 memory=140321591842432 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 2357 34816 5825 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 569996 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660049221744 139660553235074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5850] ppid=5839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 2357 34816 5825 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 569996 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660048167712 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5851] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 2357 34816 5825 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 569996 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660047115376 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5852] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 569999 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660046063696 139660553242523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5853] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 2357 34816 5825 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 569999 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660045011568 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5854] ppid=5839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 569999 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660043958768 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5855] ppid=5839 vsize=10551156 memory=140321591842432 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 2357 34816 5825 1077944384 233 0 0 0 0 0 0 0 20 0 15 0 569999 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660042906480 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5856] ppid=5839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 570000 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660041853920 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5857] ppid=5839 vsize=10551156 memory=140321591842432 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 570004 10804383744 6692 18446744073709551615 4194304 4196468 140726899920784 139660040800688 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26768 KiB

[startup+0.309841 s]*
/proc/loadavg: 0.01 0.61 1.28 2/190 5857
/proc/meminfo: memFree=31784468/32770624 swapFree=67108860/67108860
[pid=5842] ppid=5839 vsize=10551156 memory=36796 CPUtime=0.22 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 2357 34816 5825 1077944320 7897 0 0 0 20 2 0 0 20 0 15 0 569984 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 140726899903328 139660553223927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
/proc/5842/statm: 2637789 9199 2876 1 0 2627261 0
[pid=5842/tid=5844] ppid=5839 vsize=10551156 memory=7680170660397595203 CPUtime=0.15 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 2357 34816 5825 4202560 5570 0 0 0 14 1 0 0 20 0 15 0 569993 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660557462416 139660553245853 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5845] ppid=5839 vsize=10551156 memory=-7828588000881772119 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660483644304 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5846] ppid=5839 vsize=10551156 memory=7681649517364344339 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660482591504 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5847] ppid=5839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660481539216 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5848] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 2357 34816 5825 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 569994 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660480486416 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5849] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 2357 34816 5825 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 569996 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660049221744 139660553235074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5850] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 2357 34816 5825 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 569996 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660048167712 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5851] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 2357 34816 5825 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 569996 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660047115376 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5852] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 569999 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660046063696 139660553242523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5853] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 2357 34816 5825 1077944384 479 0 0 0 0 0 0 0 20 0 15 0 569999 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660045011568 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5854] ppid=5839 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 2357 34816 5825 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 569999 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660043958768 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5855] ppid=5839 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 2357 34816 5825 1077944384 405 0 0 0 3 0 0 0 20 0 15 0 569999 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660042906480 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5856] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 570000 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660041853920 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5857] ppid=5839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 570004 10804383744 9199 18446744073709551615 4194304 4196468 140726899920784 139660040800688 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36796 KiB

[startup+0.70982 s]
/proc/loadavg: 0.01 0.61 1.28 4/190 5857
/proc/meminfo: memFree=31766656/32770624 swapFree=67108860/67108860
[pid=5842] ppid=5839 vsize=10551232 memory=89820 CPUtime=1.35 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 2357 34816 5825 1077944320 12591 0 0 0 130 5 0 0 20 0 15 0 569984 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 140726899903328 139660553223927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
/proc/5842/statm: 2637808 22455 3057 1 0 2627261 0
[pid=5842/tid=5844] ppid=5839 vsize=10551232 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 2357 34816 5825 4202560 6909 0 0 0 51 3 0 0 20 0 15 0 569993 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660557460656 139660143007066 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5845] ppid=5839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660483644304 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5846] ppid=5839 vsize=10551232 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660482591504 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5847] ppid=5839 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 569994 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660481539216 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5848] ppid=5839 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 2357 34816 5825 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 569994 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660480486416 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5849] ppid=5839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 2357 34816 5825 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 569996 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660049221744 139660553235074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5850] ppid=5839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 2357 34816 5825 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 569996 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660048167712 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5851] ppid=5839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 2357 34816 5825 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 569996 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660047115376 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5852] ppid=5839 vsize=10551232 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 569999 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660046063696 139660553242523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5853] ppid=5839 vsize=10551232 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) R 5839 5842 2357 34816 5825 4202560 1575 0 0 0 20 0 0 0 20 0 15 0 569999 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660044998528 139660533077503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5854] ppid=5839 vsize=10551232 memory=2869764983842152 CPUtime=0.28 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) R 5839 5842 2357 34816 5825 4202560 1123 0 0 0 28 0 0 0 20 0 15 0 569999 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660043948032 139660539239760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5855] ppid=5839 vsize=10551232 memory=6944656592455097440 CPUtime=0.29 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) R 5839 5842 2357 34816 5825 4202560 1613 0 0 0 29 0 0 0 20 0 15 0 569999 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660042906480 139660532194321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5856] ppid=5839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 570000 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660041853920 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5857] ppid=5839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 570004 10804461568 22455 18446744073709551615 4194304 4196468 140726899920784 139660040800688 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 89820 KiB

[startup+1.5009 s]
/proc/loadavg: 0.01 0.61 1.28 4/190 5857
/proc/meminfo: memFree=31490872/32770624 swapFree=67108860/67108860
[pid=5842] ppid=5839 vsize=10551232 memory=382320 CPUtime=3.76 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 2357 34816 5825 1077944320 15896 0 0 0 359 17 0 0 20 0 15 0 569984 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 140726899903328 139660553223927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
/proc/5842/statm: 2637808 95580 3107 1 0 2627261 0
[pid=5842/tid=5844] ppid=5839 vsize=10551232 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 2357 34816 5825 4202560 7456 0 0 0 119 5 0 0 20 0 15 0 569993 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660557457520 139660143986331 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5845] ppid=5839 vsize=10551232 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 2357 34816 5825 1077944384 109 0 0 0 5 2 0 0 20 0 15 0 569994 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660483644304 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5846] ppid=5839 vsize=10551232 memory=4482000165206975328 CPUtime=0.06 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 2357 34816 5825 1077944384 111 0 0 0 4 2 0 0 20 0 15 0 569994 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660482591504 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5847] ppid=5839 vsize=10551232 memory=7893295687695687954 CPUtime=0.07 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 2357 34816 5825 1077944384 114 0 0 0 5 2 0 0 20 0 15 0 569994 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660481539216 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5848] ppid=5839 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 2357 34816 5825 1077944384 105 0 0 0 4 1 0 0 20 0 15 0 569994 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660480486416 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5849] ppid=5839 vsize=10551232 memory=7085094970848274288 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 2357 34816 5825 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 569996 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660049221744 139660553235074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5850] ppid=5839 vsize=10551232 memory=667680 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 2357 34816 5825 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 569996 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660048167776 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5851] ppid=5839 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 2357 34816 5825 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 569996 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660047115376 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5852] ppid=5839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 569999 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660046063696 139660553242523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5853] ppid=5839 vsize=10551232 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) R 5839 5842 2357 34816 5825 4202560 2346 0 0 0 81 0 0 0 20 0 15 0 569999 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660045011568 139660531390408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5854] ppid=5839 vsize=10551232 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 2357 34816 5825 1077944384 1935 0 0 0 91 0 0 0 20 0 15 0 569999 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660043958768 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5855] ppid=5839 vsize=10551232 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 2357 34816 5825 1077944384 2150 0 0 0 45 0 0 0 20 0 15 0 569999 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660042906480 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5856] ppid=5839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 570000 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660041853920 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5857] ppid=5839 vsize=10551232 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 2357 34816 5825 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 570004 10804461568 95580 18446744073709551615 4194304 4196468 140726899920784 139660040800688 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 10551232 KiB

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

/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 2357 34816 5825 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 569996 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660048167776 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5851] ppid=5839 vsize=10617796 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 2357 34816 5825 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 569996 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660047115376 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5852] ppid=5839 vsize=10617796 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 569999 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660046063696 139660553242523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5853] ppid=5839 vsize=10617796 memory=5549200 CPUtime=1.66 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 2357 34816 5825 1077944384 11997 0 0 0 165 1 0 0 20 0 16 0 569999 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660045011568 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5854] ppid=5839 vsize=10617796 memory=5549200 CPUtime=2.09 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 2357 34816 5825 1077944384 14400 0 0 0 207 2 0 0 20 0 16 0 569999 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660043958768 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5855] ppid=5839 vsize=10617796 memory=1228 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 2357 34816 5825 1077944384 5891 0 0 0 56 1 0 0 20 0 16 0 569999 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660042906480 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5856] ppid=5839 vsize=10617796 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 570000 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660041853920 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5857] ppid=5839 vsize=10617796 memory=5549200 CPUtime=1.7 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 2357 34816 5825 1077944384 3338 0 0 0 82 88 0 0 20 0 16 0 570004 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660040800688 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5858] ppid=5839 vsize=10617796 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5839 5842 2357 34816 5825 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 574490 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660039746224 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 2509.45 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5549200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.9 s]
/proc/loadavg: 1.00 1.00 1.05 2/191 5982
/proc/meminfo: memFree=26258132/32770624 swapFree=67108860/67108860
[pid=5842] ppid=5839 vsize=10617796 memory=5549200 CPUtime=2520.05 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 2357 34816 5825 1077944320 432741 0 0 0 251539 466 0 0 20 0 16 0 569984 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 140726899903328 139660553223927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
/proc/5842/statm: 2654449 1387300 3145 1 0 2643902 0
[pid=5842/tid=5844] ppid=5839 vsize=10617796 memory=5549200 CPUtime=2426.13 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 2357 34816 5825 4202560 125545 0 0 0 242581 32 0 0 20 0 16 0 569993 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660557462880 139660145260754 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5845] ppid=5839 vsize=10617796 memory=5549200 CPUtime=20.62 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 2357 34816 5825 1077944384 42403 0 0 0 1978 84 0 0 20 0 16 0 569994 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660483644304 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5846] ppid=5839 vsize=10617796 memory=5549200 CPUtime=20.47 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 2357 34816 5825 1077944384 58996 0 0 0 1955 92 0 0 20 0 16 0 569994 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660482591504 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5847] ppid=5839 vsize=10617796 memory=5549200 CPUtime=20.53 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 2357 34816 5825 1077944384 87087 0 0 0 1962 91 0 0 20 0 16 0 569994 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660481539216 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5848] ppid=5839 vsize=10617796 memory=5549200 CPUtime=20.51 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 2357 34816 5825 1077944384 49925 0 0 0 1963 88 0 0 20 0 16 0 569994 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660480486416 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5849] ppid=5839 vsize=10617796 memory=5549200 CPUtime=5.66 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 2357 34816 5825 1077944384 31737 0 0 0 562 4 0 0 20 0 16 0 569996 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660049221744 139660553235074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5850] ppid=5839 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 2357 34816 5825 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 569996 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660048167776 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5851] ppid=5839 vsize=10617796 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 2357 34816 5825 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 569996 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660047115376 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5852] ppid=5839 vsize=10617796 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 569999 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660046063696 139660553242523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5853] ppid=5839 vsize=10617796 memory=5549200 CPUtime=1.66 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 2357 34816 5825 1077944384 11997 0 0 0 165 1 0 0 20 0 16 0 569999 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660045011568 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5854] ppid=5839 vsize=10617796 memory=5549200 CPUtime=2.09 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 2357 34816 5825 1077944384 14400 0 0 0 207 2 0 0 20 0 16 0 569999 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660043958768 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5855] ppid=5839 vsize=10617796 memory=5549200 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 2357 34816 5825 1077944384 5891 0 0 0 56 1 0 0 20 0 16 0 569999 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660042906480 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5856] ppid=5839 vsize=10617796 memory=5828 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 570000 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660041853920 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5857] ppid=5839 vsize=10617796 memory=288230574492221466 CPUtime=1.7 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 2357 34816 5825 1077944384 3340 0 0 0 82 88 0 0 20 0 16 0 570004 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660040800688 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5858] ppid=5839 vsize=10617796 memory=288230604624101684 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5858/stat : 5858 (java) S 5839 5842 2357 34816 5825 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 574490 10872623104 1387300 18446744073709551615 4194304 4196468 140726899920784 139660039746224 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5549200 KiB

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

[startup+2453.18 s]
# the end of solver process 5842 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.59 s, system=4.70055 s

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

[startup+2453.01 s]*
/proc/loadavg: 1.00 1.00 1.05 2/192 5985
/proc/meminfo: memFree=26258132/32770624 swapFree=67108860/67108860
[pid=5842] ppid=5839 vsize=10817488 memory=5549520 CPUtime=2520.18 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 2357 34816 5825 1077944320 433513 0 0 0 251551 467 0 0 20 0 17 0 569984 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 140726899903328 139660553223927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
/proc/5842/statm: 2704372 1387380 3148 1 0 2693825 0
[pid=5842/tid=5844] ppid=5839 vsize=10817488 memory=7680170660397595203 CPUtime=2426.24 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 2357 34816 5825 4202560 125565 0 0 0 242592 32 0 0 20 0 17 0 569993 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660557460208 139660145372049 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5845] ppid=5839 vsize=10817488 memory=4195447490462202311 CPUtime=20.62 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 2357 34816 5825 1077944384 42403 0 0 0 1978 84 0 0 20 0 17 0 569994 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660483644304 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5846] ppid=5839 vsize=10817488 memory=956 CPUtime=20.47 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 2357 34816 5825 1077944384 58996 0 0 0 1955 92 0 0 20 0 17 0 569994 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660482591504 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5847] ppid=5839 vsize=10817488 memory=2248 CPUtime=20.53 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 2357 34816 5825 1077944384 87087 0 0 0 1962 91 0 0 20 0 17 0 569994 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660481539216 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5848] ppid=5839 vsize=10817488 memory=4324 CPUtime=20.51 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 2357 34816 5825 1077944384 49925 0 0 0 1963 88 0 0 20 0 17 0 569994 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660480486416 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5849] ppid=5839 vsize=10817488 memory=1592 CPUtime=5.66 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 2357 34816 5825 1077944384 31767 0 0 0 562 4 0 0 20 0 17 0 569996 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660049221744 139660553235074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5850] ppid=5839 vsize=10817488 memory=932 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 2357 34816 5825 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 569996 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660048167776 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5851] ppid=5839 vsize=10817488 memory=8100400594984725081 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 2357 34816 5825 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 569996 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660047115376 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5852] ppid=5839 vsize=10817488 memory=6010425776822829152 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 2357 34816 5825 1077944384 198 0 0 0 0 0 0 0 20 0 17 0 569999 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660046063696 139660553242523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5853] ppid=5839 vsize=10817488 memory=7453282923411106155 CPUtime=1.66 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 2357 34816 5825 1077944384 11997 0 0 0 165 1 0 0 20 0 17 0 569999 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660045011568 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5854] ppid=5839 vsize=10817488 memory=15876 CPUtime=2.09 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 2357 34816 5825 1077944384 14400 0 0 0 207 2 0 0 20 0 17 0 569999 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660043958768 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5855] ppid=5839 vsize=10817488 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 2357 34816 5825 1077944384 6085 0 0 0 56 1 0 0 20 0 17 0 569999 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660042906480 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5856] ppid=5839 vsize=10817488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 570000 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660041853920 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5857] ppid=5839 vsize=10817488 memory=0 CPUtime=1.7 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 2357 34816 5825 1077944384 3340 0 0 0 82 88 0 0 20 0 17 0 570004 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660040800688 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5983] ppid=5839 vsize=10817488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5983/stat : 5983 (java) S 5839 5842 2357 34816 5825 1077944384 181 0 0 0 0 0 0 0 20 0 17 0 815275 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660038693232 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5984] ppid=5839 vsize=10817488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5984/stat : 5984 (java) S 5839 5842 2357 34816 5825 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 815275 11077107712 1387380 18446744073709551615 4194304 4196468 140726899920784 139660037641360 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 2520.18 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5549520 KiB

[startup+2453.12 s]
/proc/loadavg: 1.00 1.00 1.05 2/192 5985
/proc/meminfo: memFree=26258132/32770624 swapFree=67108860/67108860
[pid=5842] ppid=5839 vsize=10817488 memory=5549536 CPUtime=2520.22 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 2357 34816 5825 1077944320 433923 0 0 0 251555 467 0 0 20 0 17 0 569984 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 140726899903328 139660553223927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
/proc/5842/statm: 2704372 1387384 3148 1 0 2693825 0
[pid=5842/tid=5844] ppid=5839 vsize=10817488 memory=5549200 CPUtime=2426.27 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) S 5839 5842 2357 34816 5825 1077944384 125628 0 0 0 242595 32 0 0 20 0 17 0 569993 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660557466800 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5845] ppid=5839 vsize=10817488 memory=0 CPUtime=20.62 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 2357 34816 5825 1077944384 42403 0 0 0 1978 84 0 0 20 0 17 0 569994 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660483644304 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5846] ppid=5839 vsize=10817488 memory=5549200 CPUtime=20.47 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 2357 34816 5825 1077944384 58996 0 0 0 1955 92 0 0 20 0 17 0 569994 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660482591504 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5847] ppid=5839 vsize=10817488 memory=5549200 CPUtime=20.53 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 2357 34816 5825 1077944384 87087 0 0 0 1962 91 0 0 20 0 17 0 569994 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660481539216 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5848] ppid=5839 vsize=10817488 memory=5549200 CPUtime=20.51 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 2357 34816 5825 1077944384 49925 0 0 0 1963 88 0 0 20 0 17 0 569994 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660480486416 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5849] ppid=5839 vsize=10817488 memory=5549200 CPUtime=5.66 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 2357 34816 5825 1077944384 31767 0 0 0 562 4 0 0 20 0 17 0 569996 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660049221744 139660553235074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5850] ppid=5839 vsize=10817488 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 2357 34816 5825 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 569996 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660048167776 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5851] ppid=5839 vsize=10817488 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 2357 34816 5825 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 569996 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660047115376 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5852] ppid=5839 vsize=10817488 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 2357 34816 5825 1077944384 198 0 0 0 0 0 0 0 20 0 17 0 569999 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660046063696 139660553242523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5853] ppid=5839 vsize=10817488 memory=5549200 CPUtime=1.66 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 2357 34816 5825 1077944384 12101 0 0 0 165 1 0 0 20 0 17 0 569999 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660045011568 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5854] ppid=5839 vsize=10817488 memory=5828 CPUtime=2.09 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 2357 34816 5825 1077944384 14428 0 0 0 207 2 0 0 20 0 17 0 569999 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660043958768 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5855] ppid=5839 vsize=10817488 memory=5549200 CPUtime=0.58 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 2357 34816 5825 1077944384 6100 0 0 0 57 1 0 0 20 0 17 0 569999 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660042906480 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5856] ppid=5839 vsize=10817488 memory=5549200 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 2357 34816 5825 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 570000 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660041853920 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5857] ppid=5839 vsize=10817488 memory=288230574492221466 CPUtime=1.7 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 2357 34816 5825 1077944384 3340 0 0 0 82 88 0 0 20 0 17 0 570004 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660040800688 139660553235074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5983] ppid=5839 vsize=10817488 memory=288230604624101684 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5983/stat : 5983 (java) S 5839 5842 2357 34816 5825 1077944384 181 0 0 0 0 0 0 0 20 0 17 0 815275 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660038693232 139660553234133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
[pid=5842/tid=5984] ppid=5839 vsize=10817488 memory=5549200 CPUtime=0.01 cores=0,2,4,6
/proc/5842/task/5984/stat : 5984 (java) R 5839 5842 2357 34816 5825 4202560 268 0 0 0 1 0 0 0 20 0 17 0 815275 11077107712 1387384 18446744073709551615 4194304 4196468 140726899920784 139660037637496 139660535513248 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37396480 140726899925395 140726899925548 140726899925548 140726899929039 0
Current children cumulated CPU time: 2520.22 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5549536 KiB

Child status: 143
Real time (s): 2453.18
CPU time (s): 2520.29
CPU user time (s): 2515.59
CPU system time (s): 4.70055
CPU usage (%): 102.736
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5570756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.59
system time used= 4.70055
maximum resident set size= 5576900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434508
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57662
involuntary context switches= 3887


# summary of solver processes directly reported to runsolver:
#   pid: 5842
#   total CPU time (s): 2520.29
#   total CPU user time (s): 2515.59
#   total CPU system time (s): 4.70055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0906 second user time and 25.7921 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-14 18:38:33
IDJOB=4263467
IDBENCH=139773
IDSOLVER=2651
FILE ID=node129/4263467-1502729549
RUNJOBID= node129-1502728713-5825
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-10-2-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263467-1502729549/watcher-4263467-1502729549 -o /tmp/evaluation-result-4263467-1502729549/solver-4263467-1502729549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502728713-5825 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263467-1502729549.xml

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

MD5SUM BENCH= 616f71b8e0d8bc577b21aa831e8a99b8
RANDOM SEED=1723489297

node129.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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:        31809308 kB
MemAvailable:   32028476 kB
Buffers:           92136 kB
Cached:           409820 kB
SwapCached:            0 kB
Active:           239724 kB
Inactive:         318044 kB
Active(anon):      56232 kB
Inactive(anon):     8556 kB
Active(file):     183492 kB
Inactive(file):   309488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1940 kB
Writeback:             0 kB
AnonPages:         55900 kB
Mapped:            28356 kB
Shmem:              8872 kB
Slab:             108184 kB
SReclaimable:      84048 kB
SUnreclaim:        24136 kB
KernelStack:        3072 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     285600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62012 MiB
End job on node129 at 2017-08-14 19:19:26