Trace number 4263429

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.0701 2506.1399

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-16.xml
MD5SUM67961b7ea87b4668bb1c5673d941fd25
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 benchmark0.035452999
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263429-1502616229/watcher-4263429-1502616229 -o /tmp/evaluation-result-4263429-1502616229/solver-4263429-1502616229 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263429-1502616229.xml 

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

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
solver pid=24820, runsolver pid=24817
solver pid=24820, runsolver pid=24817
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.00 2.04 2.61 3/204 24829
/proc/meminfo: memFree=29110792/32770624 swapFree=67105588/67108860
[pid=24820] ppid=24817 vsize=10151672 memory=21644 CPUtime=0.04 cores=1,3,5,7
/proc/24820/stat : 24820 (java) S 24817 24820 12560 0 -1 1077944320 4284 0 0 0 3 1 0 0 20 0 9 0 63818357 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140723705078752 140303751397111 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
/proc/24820/statm: 2537918 5411 2156 1 0 2527415 0
[pid=24820/tid=24822] ppid=24817 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/24820/task/24822/stat : 24822 (java) R 24817 24820 12560 0 -1 4202560 2922 0 0 0 3 0 0 0 20 0 9 0 63818363 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140303755632504 140303751419037 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24823] ppid=24817 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24823/stat : 24823 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63818364 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140303697746576 140303751407317 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24824] ppid=24817 vsize=10151672 memory=140079780873856 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24824/stat : 24824 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63818364 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140303361956368 140303751407317 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24825] ppid=24817 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24825/stat : 24825 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63818364 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140303360903568 140303751407317 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24826] ppid=24817 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24826/stat : 24826 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63818364 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140303359850768 140303751407317 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24827] ppid=24817 vsize=10151672 memory=140079780873856 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24827/stat : 24827 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63818365 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140303315577712 140303751408258 0 0 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24828] ppid=24817 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 63818366 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140303314523680 140303751407317 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 63818366 10395312128 5411 18446744073709551615 4194304 4196468 140723705096208 140303313470832 140303751407317 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21644 KiB

[startup+0.209881 s]*
/proc/loadavg: 2.00 2.04 2.61 4/210 24835
/proc/meminfo: memFree=29107672/32770624 swapFree=67105588/67108860
[pid=24820] ppid=24817 vsize=10554768 memory=31224 CPUtime=0.12 cores=1,3,5,7
/proc/24820/stat : 24820 (java) S 24817 24820 12560 0 -1 1077944320 6263 0 0 0 10 2 0 0 20 0 15 0 63818357 10808082432 7740 18446744073709551615 4194304 4196468 140723705096208 140723705078752 140303751397111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
/proc/24820/statm: 2638692 7806 2798 1 0 2628164 0
[pid=24820/tid=24822] ppid=24817 vsize=10554768 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/24820/task/24822/stat : 24822 (java) R 24817 24820 12560 0 -1 4202560 4193 0 0 0 7 1 0 0 20 0 15 0 63818363 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303755601776 140303743708128 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24823] ppid=24817 vsize=10554768 memory=328 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24823/stat : 24823 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63818364 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303697746576 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24824] ppid=24817 vsize=10554768 memory=288370455932585600 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24824/stat : 24824 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63818364 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303361956368 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24825] ppid=24817 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24825/stat : 24825 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63818364 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303360903568 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24826] ppid=24817 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24826/stat : 24826 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63818364 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303359850768 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24827] ppid=24817 vsize=10554768 memory=140079780873856 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24827/stat : 24827 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63818365 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303315577712 140303751408258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24828] ppid=24817 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63818366 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303314523680 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63818366 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303313470832 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24830] ppid=24817 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24830/stat : 24830 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63818368 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303312419152 140303751415707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24831] ppid=24817 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24831/stat : 24831 (java) S 24817 24820 12560 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 63818369 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303311366512 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24832] ppid=24817 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24832/stat : 24832 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63818369 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303310313712 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24833] ppid=24817 vsize=10554768 memory=140079780873856 CPUtime=0.01 cores=1,3,5,7
/proc/24820/task/24833/stat : 24833 (java) S 24817 24820 12560 0 -1 1077944384 389 0 0 0 1 0 0 0 20 0 15 0 63818369 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303309260912 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24834] ppid=24817 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24834/stat : 24834 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63818369 10808082432 7872 18446744073709551615 4194304 4196468 140723705096208 140303308208352 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24835] ppid=24817 vsize=10554768 memory=140079780873856 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24835/stat : 24835 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63818375 10808082432 7518 18446744073709551615 4194304 4196468 140723705096208 140303307156656 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10554768 KiB
Current children cumulated memory: 31224 KiB

[startup+0.310276 s]*
/proc/loadavg: 2.00 2.04 2.61 5/210 24835
/proc/meminfo: memFree=29096556/32770624 swapFree=67105588/67108860
[pid=24820] ppid=24817 vsize=10551156 memory=37340 CPUtime=0.27 cores=1,3,5,7
/proc/24820/stat : 24820 (java) S 24817 24820 12560 0 -1 1077944320 9137 0 0 0 23 4 0 0 20 0 15 0 63818357 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140723705078752 140303751397111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
/proc/24820/statm: 2638045 9335 2870 1 0 2627517 0
[pid=24820/tid=24822] ppid=24817 vsize=10552180 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/24820/task/24822/stat : 24822 (java) R 24817 24820 12560 0 -1 4202560 6784 0 0 0 16 3 0 0 20 0 15 0 63818363 10805432320 9335 18446744073709551615 4194304 4196468 140723705096208 140303755607840 140303744137101 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24823] ppid=24817 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24823/stat : 24823 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63818364 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303697746576 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24824] ppid=24817 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24824/stat : 24824 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63818364 10805432320 9335 18446744073709551615 4194304 4196468 140723705096208 140303361956368 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24825] ppid=24817 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24825/stat : 24825 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63818364 10805432320 9335 18446744073709551615 4194304 4196468 140723705096208 140303360903568 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24826] ppid=24817 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24826/stat : 24826 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63818364 10805432320 9335 18446744073709551615 4194304 4196468 140723705096208 140303359850768 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24827] ppid=24817 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24827/stat : 24827 (java) S 24817 24820 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63818365 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303315577712 140303751408258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24828] ppid=24817 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63818366 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303314523680 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63818366 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303313470832 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24830] ppid=24817 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24830/stat : 24830 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63818368 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303312419152 140303751415707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24831] ppid=24817 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24820/task/24831/stat : 24831 (java) R 24817 24820 12560 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 15 0 63818369 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303311366512 140303751408258 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24832] ppid=24817 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24820/task/24832/stat : 24832 (java) S 24817 24820 12560 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 63818369 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303310313712 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24833] ppid=24817 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/24820/task/24833/stat : 24833 (java) R 24817 24820 12560 0 -1 4202560 441 0 0 0 4 0 0 0 20 0 15 0 63818369 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303309260912 140303735477598 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24834] ppid=24817 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24834/stat : 24834 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63818369 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303308208352 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24835] ppid=24817 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24835/stat : 24835 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63818375 10804383744 9335 18446744073709551615 4194304 4196468 140723705096208 140303307156656 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37340 KiB

[startup+0.709832 s]
/proc/loadavg: 2.00 2.04 2.61 5/210 24835
/proc/meminfo: memFree=29064680/32770624 swapFree=67105588/67108860
[pid=24820] ppid=24817 vsize=10551232 memory=222408 CPUtime=1.38 cores=1,3,5,7
/proc/24820/stat : 24820 (java) S 24817 24820 12560 0 -1 1077944320 13649 0 0 0 127 11 0 0 20 0 15 0 63818357 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140723705078752 140303751397111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
/proc/24820/statm: 2637808 55602 3052 1 0 2627261 0
[pid=24820/tid=24822] ppid=24817 vsize=10551232 memory=81 CPUtime=0.52 cores=1,3,5,7
/proc/24820/task/24822/stat : 24822 (java) S 24817 24820 12560 0 -1 1077944384 7441 0 0 0 48 4 0 0 20 0 15 0 63818363 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303755622992 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24823] ppid=24817 vsize=10551232 memory=27 CPUtime=0.02 cores=1,3,5,7
/proc/24820/task/24823/stat : 24823 (java) R 24817 24820 12560 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 15 0 63818364 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303697746464 140303736420814 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24824] ppid=24817 vsize=10551232 memory=33 CPUtime=0.04 cores=1,3,5,7
/proc/24820/task/24824/stat : 24824 (java) R 24817 24820 12560 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 15 0 63818364 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303361954344 140303736420814 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24825] ppid=24817 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24820/task/24825/stat : 24825 (java) R 24817 24820 12560 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 15 0 63818364 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303360903768 140303736424530 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24826] ppid=24817 vsize=10551232 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/24820/task/24826/stat : 24826 (java) R 24817 24820 12560 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 15 0 63818364 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303359848464 140303736420814 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24827] ppid=24817 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24827/stat : 24827 (java) S 24817 24820 12560 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 63818365 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303315576224 140303751407317 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24828] ppid=24817 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63818366 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303314523680 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10551232 memory=825 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63818366 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303313470832 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24830] ppid=24817 vsize=10551232 memory=54 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24830/stat : 24830 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63818368 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303312419152 140303751415707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24831] ppid=24817 vsize=10551232 memory=218 CPUtime=0.27 cores=1,3,5,7
/proc/24820/task/24831/stat : 24831 (java) R 24817 24820 12560 0 -1 4202560 2496 0 0 0 27 0 0 0 20 0 15 0 63818369 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303311352392 140303732942696 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24832] ppid=24817 vsize=10551232 memory=280159240326928 CPUtime=0.24 cores=1,3,5,7
/proc/24820/task/24832/stat : 24832 (java) S 24817 24820 12560 0 -1 1077944384 1344 0 0 0 24 0 0 0 20 0 15 0 63818369 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303310300112 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24833] ppid=24817 vsize=10551232 memory=2511817672449 CPUtime=0.15 cores=1,3,5,7
/proc/24820/task/24833/stat : 24833 (java) S 24817 24820 12560 0 -1 1077944384 892 0 0 0 15 0 0 0 20 0 15 0 63818369 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303309260912 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24834] ppid=24817 vsize=10551232 memory=2520407607041 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24834/stat : 24834 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63818369 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303308208352 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24835] ppid=24817 vsize=10551232 memory=2563357280001 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24835/stat : 24835 (java) S 24817 24820 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63818375 10804461568 55602 18446744073709551615 4194304 4196468 140723705096208 140303307156656 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 222408 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.04 2.61 6/211 24836
/proc/meminfo: memFree=28884588/32770624 swapFree=67105588/67108860
[pid=24820] ppid=24817 vsize=10617796 memory=251572 CPUtime=3.05 cores=1,3,5,7
/proc/24820/stat : 24820 (java) S 24817 24820 12560 0 -1 1077944320 14437 0 0 0 292 13 0 0 20 0 16 0 63818357 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140723705078752 140303751397111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
/proc/24820/statm: 2654449 62893 3081 1 0 2643902 0
[pid=24820/tid=24822] ppid=24817 vsize=10617796 memory=81 CPUtime=1.27 cores=1,3,5,7
/proc/24820/task/24822/stat : 24822 (java) R 24817 24820 12560 0 -1 4202560 7483 0 0 0 123 4 0 0 20 0 16 0 63818363 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303755633552 140303380152940 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24823] ppid=24817 vsize=10617796 memory=27 CPUtime=0.05 cores=1,3,5,7
/proc/24820/task/24823/stat : 24823 (java) S 24817 24820 12560 0 -1 1077944384 32 0 0 0 4 1 0 0 20 0 16 0 63818364 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303697746576 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24824] ppid=24817 vsize=10617796 memory=280159240558880 CPUtime=0.07 cores=1,3,5,7
/proc/24820/task/24824/stat : 24824 (java) S 24817 24820 12560 0 -1 1077944384 46 0 0 0 6 1 0 0 20 0 16 0 63818364 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303361956368 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24825] ppid=24817 vsize=10617796 memory=9132 CPUtime=0.03 cores=1,3,5,7
/proc/24820/task/24825/stat : 24825 (java) S 24817 24820 12560 0 -1 1077944384 31 0 0 0 3 0 0 0 20 0 16 0 63818364 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303360903568 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24826] ppid=24817 vsize=10617796 memory=19658 CPUtime=0.06 cores=1,3,5,7
/proc/24820/task/24826/stat : 24826 (java) S 24817 24820 12560 0 -1 1077944384 39 0 0 0 5 1 0 0 20 0 16 0 63818364 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303359850768 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24827] ppid=24817 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24827/stat : 24827 (java) S 24817 24820 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 63818365 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303315577712 140303751408258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24828] ppid=24817 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63818366 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303314523680 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63818366 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303313470832 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24830] ppid=24817 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24830/stat : 24830 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63818368 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303312419152 140303751415707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24831] ppid=24817 vsize=10617796 memory=251572 CPUtime=0.69 cores=1,3,5,7
/proc/24820/task/24831/stat : 24831 (java) S 24817 24820 12560 0 -1 1077944384 2586 0 0 0 68 1 0 0 20 0 16 0 63818369 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303311366512 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24832] ppid=24817 vsize=10617796 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/24820/task/24832/stat : 24832 (java) S 24817 24820 12560 0 -1 1077944384 1738 0 0 0 58 0 0 0 20 0 16 0 63818369 10872623104 62893 18446744073709551615 4194304 4196468 140723705096208 140303310313712 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24833] ppid=24817 vsize=10617796 memory=0 CPUtime=0.2 cores=1,3,5,7

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

/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 63818366 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303314523744 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10617796 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 63818366 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303313470848 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24830] ppid=24817 vsize=10617796 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24830/stat : 24830 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63818368 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303312419152 140303751415707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24831] ppid=24817 vsize=10617796 memory=36580 CPUtime=1.13 cores=1,3,5,7
/proc/24820/task/24831/stat : 24831 (java) S 24817 24820 12560 0 -1 1077944384 9242 0 0 0 111 2 0 0 20 0 16 0 63818369 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303311366512 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24832] ppid=24817 vsize=10617796 memory=3858048 CPUtime=1.34 cores=1,3,5,7
/proc/24820/task/24832/stat : 24832 (java) S 24817 24820 12560 0 -1 1077944384 10177 0 0 0 133 1 0 0 20 0 16 0 63818369 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303310313712 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24833] ppid=24817 vsize=10617796 memory=4144 CPUtime=0.27 cores=1,3,5,7
/proc/24820/task/24833/stat : 24833 (java) S 24817 24820 12560 0 -1 1077944384 4757 0 0 0 26 1 0 0 20 0 16 0 63818369 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303309260912 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24834] ppid=24817 vsize=10617796 memory=36580 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24834/stat : 24834 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63818369 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303308208352 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24835] ppid=24817 vsize=10617796 memory=1292 CPUtime=1.51 cores=1,3,5,7
/proc/24820/task/24835/stat : 24835 (java) S 24817 24820 12560 0 -1 1077944384 2500 0 0 0 66 85 0 0 20 0 16 0 63818375 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303307156656 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24836] ppid=24817 vsize=10617796 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24836/stat : 24836 (java) S 24817 24820 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63818442 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303306102192 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
Current children cumulated CPU time: 2516.4 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3858048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.9 s]
/proc/loadavg: 1.95 2.68 3.12 3/215 25226
/proc/meminfo: memFree=27409644/32770624 swapFree=67105588/67108860
[pid=24820] ppid=24817 vsize=10617796 memory=3858048 CPUtime=2520.01 cores=1,3,5,7
/proc/24820/stat : 24820 (java) S 24817 24820 12560 0 -1 1077944320 141052 0 0 0 251530 471 0 0 20 0 16 0 63818357 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140723705078752 140303751397111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
/proc/24820/statm: 2654449 964512 3129 1 0 2643902 0
[pid=24820/tid=24822] ppid=24817 vsize=10617796 memory=3858048 CPUtime=2501.72 cores=1,3,5,7
/proc/24820/task/24822/stat : 24822 (java) R 24817 24820 12560 0 -1 4202560 69836 0 0 0 250149 23 0 0 20 0 16 0 63818363 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303755636160 140303381199847 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24823] ppid=24817 vsize=10617796 memory=3858048 CPUtime=3.4 cores=1,3,5,7
/proc/24820/task/24823/stat : 24823 (java) S 24817 24820 12560 0 -1 1077944384 7605 0 0 0 247 93 0 0 20 0 16 0 63818364 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303697746576 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24824] ppid=24817 vsize=10617796 memory=3858048 CPUtime=3.43 cores=1,3,5,7
/proc/24820/task/24824/stat : 24824 (java) S 24817 24820 12560 0 -1 1077944384 7330 0 0 0 249 94 0 0 20 0 16 0 63818364 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303361956368 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24825] ppid=24817 vsize=10617796 memory=3858048 CPUtime=3.38 cores=1,3,5,7
/proc/24820/task/24825/stat : 24825 (java) S 24817 24820 12560 0 -1 1077944384 8051 0 0 0 247 91 0 0 20 0 16 0 63818364 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303360903568 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24826] ppid=24817 vsize=10617796 memory=3858048 CPUtime=3.41 cores=1,3,5,7
/proc/24820/task/24826/stat : 24826 (java) S 24817 24820 12560 0 -1 1077944384 6638 0 0 0 248 93 0 0 20 0 16 0 63818364 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303359850768 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24827] ppid=24817 vsize=10617796 memory=3858048 CPUtime=0.35 cores=1,3,5,7
/proc/24820/task/24827/stat : 24827 (java) S 24817 24820 12560 0 -1 1077944384 13501 0 0 0 31 4 0 0 20 0 16 0 63818365 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303315577712 140303751408258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24828] ppid=24817 vsize=10617796 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 63818366 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303314523744 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10617796 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 63818366 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303313470848 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24830] ppid=24817 vsize=10617796 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24830/stat : 24830 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63818368 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303312419152 140303751415707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24831] ppid=24817 vsize=10617796 memory=3858048 CPUtime=1.13 cores=1,3,5,7
/proc/24820/task/24831/stat : 24831 (java) S 24817 24820 12560 0 -1 1077944384 9242 0 0 0 111 2 0 0 20 0 16 0 63818369 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303311366512 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24832] ppid=24817 vsize=10617796 memory=4144 CPUtime=1.34 cores=1,3,5,7
/proc/24820/task/24832/stat : 24832 (java) S 24817 24820 12560 0 -1 1077944384 10177 0 0 0 133 1 0 0 20 0 16 0 63818369 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303310313712 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24833] ppid=24817 vsize=10617796 memory=3858048 CPUtime=0.27 cores=1,3,5,7
/proc/24820/task/24833/stat : 24833 (java) S 24817 24820 12560 0 -1 1077944384 4757 0 0 0 26 1 0 0 20 0 16 0 63818369 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303309260912 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24834] ppid=24817 vsize=10617796 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24834/stat : 24834 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63818369 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303308208352 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24835] ppid=24817 vsize=10617796 memory=3858048 CPUtime=1.51 cores=1,3,5,7
/proc/24820/task/24835/stat : 24835 (java) S 24817 24820 12560 0 -1 1077944384 2504 0 0 0 66 85 0 0 20 0 16 0 63818375 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303307156656 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24836] ppid=24817 vsize=10617796 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24836/stat : 24836 (java) S 24817 24820 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63818442 10872623104 964512 18446744073709551615 4194304 4196468 140723705096208 140303306102192 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3858048 KiB

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

[startup+2506.14 s]
# the end of solver process 24820 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.35 s, system=4.72822 s

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

[startup+2506.01 s]*
/proc/loadavg: 1.95 2.68 3.12 2/216 25229
/proc/meminfo: memFree=27409892/32770624 swapFree=67105588/67108860
[pid=24820] ppid=24817 vsize=10817488 memory=3858344 CPUtime=2520.03 cores=1,3,5,7
/proc/24820/stat : 24820 (java) S 24817 24820 12560 0 -1 1077944320 141962 0 0 0 251532 471 0 0 20 0 17 0 63818357 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140723705078752 140303751397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
/proc/24820/statm: 2704372 964586 3132 1 0 2693825 0
[pid=24820/tid=24822] ppid=24817 vsize=10817488 memory=-8195925453750481479 CPUtime=2501.73 cores=1,3,5,7
/proc/24820/task/24822/stat : 24822 (java) S 24817 24820 12560 0 -1 1077944384 69934 0 0 0 250150 23 0 0 20 0 17 0 63818363 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303755639984 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24823] ppid=24817 vsize=10817488 memory=4872558044660077418 CPUtime=3.4 cores=1,3,5,7
/proc/24820/task/24823/stat : 24823 (java) S 24817 24820 12560 0 -1 1077944384 7605 0 0 0 247 93 0 0 20 0 17 0 63818364 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303697746576 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24824] ppid=24817 vsize=10817488 memory=4580 CPUtime=3.43 cores=1,3,5,7
/proc/24820/task/24824/stat : 24824 (java) S 24817 24820 12560 0 -1 1077944384 7330 0 0 0 249 94 0 0 20 0 17 0 63818364 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303361956368 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24825] ppid=24817 vsize=10817488 memory=-8195925453750481479 CPUtime=3.38 cores=1,3,5,7
/proc/24820/task/24825/stat : 24825 (java) S 24817 24820 12560 0 -1 1077944384 8051 0 0 0 247 91 0 0 20 0 17 0 63818364 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303360903568 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24826] ppid=24817 vsize=10817488 memory=4872558044660077418 CPUtime=3.41 cores=1,3,5,7
/proc/24820/task/24826/stat : 24826 (java) S 24817 24820 12560 0 -1 1077944384 6638 0 0 0 248 93 0 0 20 0 17 0 63818364 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303359850768 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24827] ppid=24817 vsize=10817488 memory=-8707038579349950309 CPUtime=0.35 cores=1,3,5,7
/proc/24820/task/24827/stat : 24827 (java) S 24817 24820 12560 0 -1 1077944384 13501 0 0 0 31 4 0 0 20 0 17 0 63818365 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303315577712 140303751408258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24828] ppid=24817 vsize=10817488 memory=-6520471753822164382 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 63818366 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303314523744 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10817488 memory=-8412656567318647667 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 63818366 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303313470848 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24830] ppid=24817 vsize=10817488 memory=9047017150487036575 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24830/stat : 24830 (java) S 24817 24820 12560 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 17 0 63818368 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303312419152 140303751415707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24831] ppid=24817 vsize=10817488 memory=7822038051842261661 CPUtime=1.13 cores=1,3,5,7
/proc/24820/task/24831/stat : 24831 (java) S 24817 24820 12560 0 -1 1077944384 9242 0 0 0 111 2 0 0 20 0 17 0 63818369 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303311366512 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24832] ppid=24817 vsize=10817488 memory=-8412652177879177843 CPUtime=1.34 cores=1,3,5,7
/proc/24820/task/24832/stat : 24832 (java) S 24817 24820 12560 0 -1 1077944384 10177 0 0 0 133 1 0 0 20 0 17 0 63818369 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303310313712 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24833] ppid=24817 vsize=10817488 memory=288230574492221466 CPUtime=0.27 cores=1,3,5,7
/proc/24820/task/24833/stat : 24833 (java) S 24817 24820 12560 0 -1 1077944384 4965 0 0 0 26 1 0 0 20 0 17 0 63818369 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303309260912 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24834] ppid=24817 vsize=10817488 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24834/stat : 24834 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63818369 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303308208352 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24835] ppid=24817 vsize=10817488 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/24820/task/24835/stat : 24835 (java) S 24817 24820 12560 0 -1 1077944384 2504 0 0 0 66 85 0 0 20 0 17 0 63818375 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303307156656 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=25227] ppid=24817 vsize=10817488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24820/task/25227/stat : 25227 (java) S 24817 24820 12560 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 64068948 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303305048688 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=25228] ppid=24817 vsize=10817488 memory=140079620495358 CPUtime=0 cores=1,3,5,7
/proc/24820/task/25228/stat : 25228 (java) S 24817 24820 12560 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 64068948 11077107712 964586 18446744073709551615 4194304 4196468 140723705096208 140303303996816 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3858344 KiB

[startup+2506.11 s]
/proc/loadavg: 1.95 2.68 3.12 2/216 25229
/proc/meminfo: memFree=27409892/32770624 swapFree=67105588/67108860
[pid=24820] ppid=24817 vsize=10817488 memory=3858384 CPUtime=2520.04 cores=1,3,5,7
/proc/24820/stat : 24820 (java) S 24817 24820 12560 0 -1 1077944320 142579 0 0 0 251533 471 0 0 20 0 17 0 63818357 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140723705078752 140303751397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
/proc/24820/statm: 2704372 964596 3132 1 0 2693825 0
[pid=24820/tid=24822] ppid=24817 vsize=10817488 memory=3858048 CPUtime=2501.73 cores=1,3,5,7
/proc/24820/task/24822/stat : 24822 (java) S 24817 24820 12560 0 -1 1077944384 69934 0 0 0 250150 23 0 0 20 0 17 0 63818363 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303755639984 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24823] ppid=24817 vsize=10817488 memory=3858048 CPUtime=3.4 cores=1,3,5,7
/proc/24820/task/24823/stat : 24823 (java) S 24817 24820 12560 0 -1 1077944384 7605 0 0 0 247 93 0 0 20 0 17 0 63818364 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303697746576 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24824] ppid=24817 vsize=10817488 memory=3858048 CPUtime=3.43 cores=1,3,5,7
/proc/24820/task/24824/stat : 24824 (java) S 24817 24820 12560 0 -1 1077944384 7330 0 0 0 249 94 0 0 20 0 17 0 63818364 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303361956368 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24825] ppid=24817 vsize=10817488 memory=3858048 CPUtime=3.38 cores=1,3,5,7
/proc/24820/task/24825/stat : 24825 (java) S 24817 24820 12560 0 -1 1077944384 8051 0 0 0 247 91 0 0 20 0 17 0 63818364 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303360903568 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24826] ppid=24817 vsize=10817488 memory=3858048 CPUtime=3.41 cores=1,3,5,7
/proc/24820/task/24826/stat : 24826 (java) S 24817 24820 12560 0 -1 1077944384 6638 0 0 0 248 93 0 0 20 0 17 0 63818364 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303359850768 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24827] ppid=24817 vsize=10817488 memory=3858048 CPUtime=0.35 cores=1,3,5,7
/proc/24820/task/24827/stat : 24827 (java) S 24817 24820 12560 0 -1 1077944384 13501 0 0 0 31 4 0 0 20 0 17 0 63818365 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303315577712 140303751408258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24828] ppid=24817 vsize=10817488 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24828/stat : 24828 (java) S 24817 24820 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 63818366 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303314523744 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24829] ppid=24817 vsize=10817488 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24829/stat : 24829 (java) S 24817 24820 12560 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 63818366 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303313470848 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24830] ppid=24817 vsize=10817488 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24830/stat : 24830 (java) S 24817 24820 12560 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 17 0 63818368 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303312419152 140303751415707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24831] ppid=24817 vsize=10817488 memory=3858048 CPUtime=1.13 cores=1,3,5,7
/proc/24820/task/24831/stat : 24831 (java) S 24817 24820 12560 0 -1 1077944384 9317 0 0 0 111 2 0 0 20 0 17 0 63818369 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303311366512 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24832] ppid=24817 vsize=10817488 memory=3908 CPUtime=1.34 cores=1,3,5,7
/proc/24820/task/24832/stat : 24832 (java) S 24817 24820 12560 0 -1 1077944384 10303 0 0 0 133 1 0 0 20 0 17 0 63818369 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303310313712 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24833] ppid=24817 vsize=10817488 memory=3858048 CPUtime=0.27 cores=1,3,5,7
/proc/24820/task/24833/stat : 24833 (java) S 24817 24820 12560 0 -1 1077944384 5242 0 0 0 26 1 0 0 20 0 17 0 63818369 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303309260912 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24834] ppid=24817 vsize=10817488 memory=3858048 CPUtime=0 cores=1,3,5,7
/proc/24820/task/24834/stat : 24834 (java) S 24817 24820 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63818369 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303308208352 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=24835] ppid=24817 vsize=10817488 memory=3858048 CPUtime=1.51 cores=1,3,5,7
/proc/24820/task/24835/stat : 24835 (java) R 24817 24820 12560 0 -1 1077944384 2504 0 0 0 66 85 0 0 20 0 17 0 63818375 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303307156656 140303751408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=25227] ppid=24817 vsize=10817488 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/24820/task/25227/stat : 25227 (java) S 24817 24820 12560 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 64068948 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303305048688 140303751407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
[pid=24820/tid=25228] ppid=24817 vsize=10817488 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/24820/task/25228/stat : 25228 (java) R 24817 24820 12560 0 -1 4202560 288 0 0 0 0 0 0 0 20 0 17 0 64068948 11077107712 964596 18446744073709551615 4194304 4196468 140723705096208 140303303996816 140303733686483 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30502912 140723705098640 140723705098793 140723705098793 140723705102287 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3858384 KiB

Child status: 143
Real time (s): 2506.14
CPU time (s): 2520.07
CPU user time (s): 2515.35
CPU system time (s): 4.72822
CPU usage (%): 100.556
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3858384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.35
system time used= 4.72822
maximum resident set size= 3858680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142813
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56403
involuntary context switches= 1828


# summary of solver processes directly reported to runsolver:
#   pid: 24820
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.35
#   total CPU system time (s): 4.72822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5718 second user time and 26.2206 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 11:09:48
IDJOB=4263429
IDBENCH=120875
IDSOLVER=2651
FILE ID=node126/4263429-1502616229
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-16.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263429-1502616229/watcher-4263429-1502616229 -o /tmp/evaluation-result-4263429-1502616229/solver-4263429-1502616229 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263429-1502616229.xml

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

MD5SUM BENCH= 67961b7ea87b4668bb1c5673d941fd25
RANDOM SEED=1519262342

node126.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.81
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.81
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.81
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.81
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:        29123336 kB
MemAvailable:   29353856 kB
Buffers:          258176 kB
Cached:           242600 kB
SwapCached:          524 kB
Active:          3029680 kB
Inactive:         136472 kB
Active(anon):    2613240 kB
Inactive(anon):    85576 kB
Active(file):     416440 kB
Inactive(file):    50896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1792 kB
Writeback:             0 kB
AnonPages:       2672768 kB
Mapped:            57632 kB
Shmem:             33440 kB
Slab:             183868 kB
SReclaimable:     158040 kB
SUnreclaim:        25828 kB
KernelStack:        3712 kB
PageTables:        10104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4364460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2516992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 11:51:34