Trace number 4263487

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.1899 2496.97

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K145.xml
MD5SUM5e6b89adf4cff092dc7bbd8ab430815e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables17255
Number of constraints17547
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":17255}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":273},{"degree":5,"count":1771},{"degree":6,"count":7755},{"degree":7,"count":4732},{"degree":8,"count":1862},{"degree":9,"count":574},{"degree":10,"count":143},{"degree":11,"count":1},{"degree":12,"count":143}]
Minimum constraint arity1
Maximum constraint arity145
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1872},{"arity":3,"count":7776},{"arity":4,"count":4752},{"arity":5,"count":2016},{"arity":6,"count":432},{"arity":7,"count":144},{"arity":9,"count":144},{"arity":119,"count":290},{"arity":145,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":17547}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263487-1502632327/watcher-4263487-1502632327 -o /tmp/evaluation-result-4263487-1502632327/solver-4263487-1502632327 -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-4263487-1502632327.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27748, runsolver pid=27745

[startup+0.100155 s]*
/proc/loadavg: 1.95 1.93 2.12 2/196 27749
/proc/meminfo: memFree=25100120/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=356952 memory=7604 CPUtime=0 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 1742 0 0 0 0 0 0 0 20 0 2 0 65428096 365518848 1901 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 89238 1901 1053 1 0 79208 0
[pid=27748/tid=27750] ppid=27745 vsize=356952 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27750/stat : 27750 (java) S 27745 27748 12560 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 2 0 65428107 365518848 1901 18446744073709551615 4194304 4196468 140725131131120 140541605644704 140541601413762 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7604 KiB

[startup+0.209384 s]*
/proc/loadavg: 1.95 1.93 2.12 2/209 27762
/proc/meminfo: memFree=25087896/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=10551056 memory=23696 CPUtime=0.06 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 4875 0 0 0 5 1 0 0 20 0 15 0 65428096 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 2637764 5924 2604 1 0 2627261 0
[pid=27748/tid=27750] ppid=27745 vsize=10551056 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/27748/task/27750/stat : 27750 (java) R 27745 27748 12560 0 -1 4202560 2984 0 0 0 4 1 0 0 20 0 15 0 65428107 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541605644896 140541594080629 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27751] ppid=27745 vsize=10551056 memory=328 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27751/stat : 27751 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541531822736 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27752] ppid=27745 vsize=10551056 memory=288370777116284544 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27752/stat : 27752 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541211699728 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27753] ppid=27745 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27753/stat : 27753 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541210646928 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27754] ppid=27745 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27754/stat : 27754 (java) S 27745 27748 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65428107 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541209594128 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27755] ppid=27745 vsize=10551056 memory=140400964572800 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27755/stat : 27755 (java) S 27745 27748 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65428109 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541098204016 140541601413762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27756] ppid=27745 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27756/stat : 27756 (java) S 27745 27748 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65428109 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541097149984 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27757] ppid=27745 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27757/stat : 27757 (java) S 27745 27748 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65428109 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541096097136 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27758] ppid=27745 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27758/stat : 27758 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541095045456 140541601421211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27759] ppid=27745 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27759/stat : 27759 (java) S 27745 27748 12560 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 65428112 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541093992816 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27760] ppid=27745 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27760/stat : 27760 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541092940016 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27761] ppid=27745 vsize=10551056 memory=140400964572800 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27761/stat : 27761 (java) R 27745 27748 12560 0 -1 4202560 232 0 0 0 0 0 0 0 20 0 15 0 65428112 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541091887216 140541580136444 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27762] ppid=27745 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27762/stat : 27762 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541090834656 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27763] ppid=27745 vsize=10551056 memory=140400964572800 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27763/stat : 27763 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428117 10804281344 5924 18446744073709551615 4194304 4196468 140725131131120 140541089782960 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 23696 KiB

[startup+0.310042 s]*
/proc/loadavg: 1.95 1.93 2.12 3/210 27763
/proc/meminfo: memFree=25077300/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=10551156 memory=35532 CPUtime=0.22 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 8170 0 0 0 19 3 0 0 20 0 15 0 65428096 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 2637789 8883 2867 1 0 2627261 0
[pid=27748/tid=27750] ppid=27745 vsize=10551156 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/27748/task/27750/stat : 27750 (java) R 27745 27748 12560 0 -1 4202560 5843 0 0 0 12 2 0 0 20 0 15 0 65428107 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541605614512 140541587647461 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27751] ppid=27745 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27751/stat : 27751 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541531822736 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27752] ppid=27745 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27752/stat : 27752 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541211699728 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27753] ppid=27745 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27753/stat : 27753 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541210646928 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27754] ppid=27745 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27754/stat : 27754 (java) S 27745 27748 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65428107 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541209594128 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27755] ppid=27745 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27755/stat : 27755 (java) S 27745 27748 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65428109 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541098204016 140541601413762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27756] ppid=27745 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27756/stat : 27756 (java) S 27745 27748 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65428109 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541097149984 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27757] ppid=27745 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27757/stat : 27757 (java) S 27745 27748 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65428109 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541096097136 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27758] ppid=27745 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27758/stat : 27758 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541095045456 140541601421211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27759] ppid=27745 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27748/task/27759/stat : 27759 (java) S 27745 27748 12560 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 65428112 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541093992816 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27760] ppid=27745 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27748/task/27760/stat : 27760 (java) S 27745 27748 12560 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 15 0 65428112 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541092940016 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27761] ppid=27745 vsize=10551156 memory=140400964572800 CPUtime=0.03 cores=1,3,5,7
/proc/27748/task/27761/stat : 27761 (java) S 27745 27748 12560 0 -1 1077944384 389 0 0 0 3 0 0 0 20 0 15 0 65428112 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541091887216 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27762] ppid=27745 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27762/stat : 27762 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541090834656 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27763] ppid=27745 vsize=10551156 memory=140400964572800 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27763/stat : 27763 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428117 10804383744 8883 18446744073709551615 4194304 4196468 140725131131120 140541089782960 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35532 KiB

[startup+0.711155 s]
/proc/loadavg: 1.95 1.93 2.12 5/210 27763
/proc/meminfo: memFree=25052380/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=10551232 memory=108624 CPUtime=1.51 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 12664 0 0 0 146 5 0 0 20 0 15 0 65428096 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 2637808 27156 3065 1 0 2627261 0
[pid=27748/tid=27750] ppid=27745 vsize=10551232 memory=1412 CPUtime=0.53 cores=1,3,5,7
/proc/27748/task/27750/stat : 27750 (java) R 27745 27748 12560 0 -1 4202560 7362 0 0 0 50 3 0 0 20 0 15 0 65428107 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541605638384 140541214692302 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27751] ppid=27745 vsize=10551232 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27751/stat : 27751 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541531822736 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27752] ppid=27745 vsize=10551232 memory=22864 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27752/stat : 27752 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541211699728 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27753] ppid=27745 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27753/stat : 27753 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428107 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541210646928 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27754] ppid=27745 vsize=10551232 memory=644 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27754/stat : 27754 (java) S 27745 27748 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65428107 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541209594128 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27755] ppid=27745 vsize=10551232 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27755/stat : 27755 (java) S 27745 27748 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65428109 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541098204016 140541601413762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27756] ppid=27745 vsize=10551232 memory=956 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27756/stat : 27756 (java) S 27745 27748 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65428109 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541097149984 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27757] ppid=27745 vsize=10551232 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27757/stat : 27757 (java) S 27745 27748 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65428109 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541096097136 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27758] ppid=27745 vsize=10551232 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27758/stat : 27758 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541095045456 140541601421211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27759] ppid=27745 vsize=10551232 memory=4088 CPUtime=0.34 cores=1,3,5,7
/proc/27748/task/27759/stat : 27759 (java) R 27745 27748 12560 0 -1 4202560 1595 0 0 0 34 0 0 0 20 0 15 0 65428112 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541093979632 140541584888565 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27760] ppid=27745 vsize=10551232 memory=1620 CPUtime=0.34 cores=1,3,5,7
/proc/27748/task/27760/stat : 27760 (java) R 27745 27748 12560 0 -1 4202560 807 0 0 0 34 0 0 0 20 0 15 0 65428112 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541092929040 140541587079727 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27761] ppid=27745 vsize=10551232 memory=140400964572800 CPUtime=0.26 cores=1,3,5,7
/proc/27748/task/27761/stat : 27761 (java) R 27745 27748 12560 0 -1 4202560 1530 0 0 0 26 0 0 0 20 0 15 0 65428112 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541091887216 140541601423962 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27762] ppid=27745 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27762/stat : 27762 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541090834656 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27763] ppid=27745 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27763/stat : 27763 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428117 10804461568 27156 18446744073709551615 4194304 4196468 140725131131120 140541089782960 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 108624 KiB

[startup+1.50084 s]
/proc/loadavg: 1.95 1.93 2.12 5/210 27763
/proc/meminfo: memFree=24918520/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=10551232 memory=835512 CPUtime=4 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 15368 0 0 0 372 28 0 0 20 0 15 0 65428096 10804461568 208878 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 2637808 208878 3113 1 0 2627261 0
[pid=27748/tid=27750] ppid=27745 vsize=10551232 memory=280801606420320 CPUtime=1.2 cores=1,3,5,7
/proc/27748/task/27750/stat : 27750 (java) R 27745 27748 12560 0 -1 4202560 7958 0 0 0 108 12 0 0 20 0 15 0 65428107 10804461568 208878 18446744073709551615 4194304 4196468 140725131131120 140541605641184 140541216104868 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27751] ppid=27745 vsize=10551232 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27748/task/27751/stat : 27751 (java) S 27745 27748 12560 0 -1 1077944384 139 0 0 0 6 3 0 0 20 0 15 0 65428107 10804461568 208878 18446744073709551615 4194304 4196468 140725131131120 140541531822736 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27752] ppid=27745 vsize=10551232 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27748/task/27752/stat : 27752 (java) S 27745 27748 12560 0 -1 1077944384 128 0 0 0 5 3 0 0 20 0 15 0 65428107 10804461568 208878 18446744073709551615 4194304 4196468 140725131131120 140541211699728 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27753] ppid=27745 vsize=10551232 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27748/task/27753/stat : 27753 (java) S 27745 27748 12560 0 -1 1077944384 134 0 0 0 7 3 0 0 20 0 15 0 65428107 10804461568 208878 18446744073709551615 4194304 4196468 140725131131120 140541210646928 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27754] ppid=27745 vsize=10551232 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27748/task/27754/stat : 27754 (java) S 27745 27748 12560 0 -1 1077944384 146 0 0 0 6 3 0 0 20 0 15 0 65428107 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541209594128 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27755] ppid=27745 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27755/stat : 27755 (java) S 27745 27748 12560 0 -1 1077944384 465 0 0 0 0 0 0 0 20 0 15 0 65428109 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541098204016 140541601413762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27756] ppid=27745 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27756/stat : 27756 (java) S 27745 27748 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65428109 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541097150048 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27757] ppid=27745 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27757/stat : 27757 (java) S 27745 27748 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65428109 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541096097152 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27758] ppid=27745 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27758/stat : 27758 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541095045456 140541601421211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27759] ppid=27745 vsize=10551232 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/27748/task/27759/stat : 27759 (java) S 27745 27748 12560 0 -1 1077944384 1845 0 0 0 99 0 0 0 20 0 15 0 65428112 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541093992816 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27760] ppid=27745 vsize=10551232 memory=288230617509003574 CPUtime=1.02 cores=1,3,5,7
/proc/27748/task/27760/stat : 27760 (java) R 27745 27748 12560 0 -1 4202560 1494 0 0 0 102 0 0 0 20 0 15 0 65428112 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541092926040 140541582929480 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27761] ppid=27745 vsize=10551232 memory=15254835616287083 CPUtime=0.35 cores=1,3,5,7
/proc/27748/task/27761/stat : 27761 (java) S 27745 27748 12560 0 -1 1077944384 1698 0 0 0 35 0 0 0 20 0 15 0 65428112 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541091887216 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27762] ppid=27745 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27762/stat : 27762 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65428112 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541090834656 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27763] ppid=27745 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27763/stat : 27763 (java) S 27745 27748 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65428117 10804461568 209390 18446744073709551615 4194304 4196468 140725131131120 140541089782960 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 835512 KiB

[startup+3.11016 s]
/proc/loadavg: 1.95 1.93 2.12 3/210 27763
/proc/meminfo: memFree=22960804/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=10551232 memory=2280592 CPUtime=7.66 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 23305 0 0 0 703 63 0 0 20 0 15 0 65428096 10804461568 570148 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 2637808 570148 3116 1 0 2627261 0

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

/proc/27748/task/27752/stat : 27752 (java) S 27745 27748 12560 0 -1 1077944384 51491 0 0 0 511 35 0 0 20 0 16 0 65428107 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541211699728 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27753] ppid=27745 vsize=10617796 memory=3910764 CPUtime=5.48 cores=1,3,5,7
/proc/27748/task/27753/stat : 27753 (java) S 27745 27748 12560 0 -1 1077944384 60164 0 0 0 510 38 0 0 20 0 16 0 65428107 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541210646928 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27754] ppid=27745 vsize=10617796 memory=3910764 CPUtime=5.44 cores=1,3,5,7
/proc/27748/task/27754/stat : 27754 (java) S 27745 27748 12560 0 -1 1077944384 32567 0 0 0 510 34 0 0 20 0 16 0 65428107 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541209594128 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27755] ppid=27745 vsize=10617796 memory=3910764 CPUtime=2.07 cores=1,3,5,7
/proc/27748/task/27755/stat : 27755 (java) S 27745 27748 12560 0 -1 1077944384 6384 0 0 0 206 1 0 0 20 0 16 0 65428109 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541098204016 140541601413762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27756] ppid=27745 vsize=10617796 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27756/stat : 27756 (java) S 27745 27748 12560 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 65428109 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541097150048 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27757] ppid=27745 vsize=10617796 memory=3910764 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27757/stat : 27757 (java) S 27745 27748 12560 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 16 0 65428109 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541096097152 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27758] ppid=27745 vsize=10617796 memory=3910764 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27758/stat : 27758 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541095045456 140541601421211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27759] ppid=27745 vsize=10617796 memory=3910764 CPUtime=2.79 cores=1,3,5,7
/proc/27748/task/27759/stat : 27759 (java) S 27745 27748 12560 0 -1 1077944384 11445 0 0 0 277 2 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541093992816 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27760] ppid=27745 vsize=10617796 memory=4144 CPUtime=3.24 cores=1,3,5,7
/proc/27748/task/27760/stat : 27760 (java) S 27745 27748 12560 0 -1 1077944384 12596 0 0 0 323 1 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541092940016 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27761] ppid=27745 vsize=10617796 memory=245458 CPUtime=0.57 cores=1,3,5,7
/proc/27748/task/27761/stat : 27761 (java) S 27745 27748 12560 0 -1 1077944384 6539 0 0 0 56 1 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541091887216 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27762] ppid=27745 vsize=10617796 memory=242332 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27762/stat : 27762 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541090834656 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27763] ppid=27745 vsize=10617796 memory=3910764 CPUtime=0.66 cores=1,3,5,7
/proc/27748/task/27763/stat : 27763 (java) S 27745 27748 12560 0 -1 1077944384 3922 0 0 0 33 33 0 0 20 0 16 0 65428117 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541089782960 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27764] ppid=27745 vsize=10617796 memory=22928 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27764/stat : 27764 (java) S 27745 27748 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65429356 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541088728496 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 2465.68 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3910764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496.7 s]
/proc/loadavg: 4.29 4.24 3.93 3/210 28264
/proc/meminfo: memFree=27098976/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=10617796 memory=3910764 CPUtime=2520.09 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 440159 0 0 0 251783 226 0 0 20 0 16 0 65428096 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 2654449 977691 3155 1 0 2643902 0
[pid=27748/tid=27750] ppid=27745 vsize=10617796 memory=3910764 CPUtime=2488.81 cores=1,3,5,7
/proc/27748/task/27750/stat : 27750 (java) R 27745 27748 12560 0 -1 4202560 217152 0 0 0 248832 49 0 0 20 0 16 0 65428107 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541605639480 140541212045380 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27751] ppid=27745 vsize=10617796 memory=3910764 CPUtime=5.45 cores=1,3,5,7
/proc/27748/task/27751/stat : 27751 (java) S 27745 27748 12560 0 -1 1077944384 36251 0 0 0 511 34 0 0 20 0 16 0 65428107 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541531822736 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27752] ppid=27745 vsize=10617796 memory=3910764 CPUtime=5.46 cores=1,3,5,7
/proc/27748/task/27752/stat : 27752 (java) S 27745 27748 12560 0 -1 1077944384 51491 0 0 0 511 35 0 0 20 0 16 0 65428107 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541211699728 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27753] ppid=27745 vsize=10617796 memory=3910764 CPUtime=5.48 cores=1,3,5,7
/proc/27748/task/27753/stat : 27753 (java) S 27745 27748 12560 0 -1 1077944384 60164 0 0 0 510 38 0 0 20 0 16 0 65428107 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541210646928 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27754] ppid=27745 vsize=10617796 memory=3910764 CPUtime=5.44 cores=1,3,5,7
/proc/27748/task/27754/stat : 27754 (java) S 27745 27748 12560 0 -1 1077944384 32567 0 0 0 510 34 0 0 20 0 16 0 65428107 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541209594128 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27755] ppid=27745 vsize=10617796 memory=-8774313645642428999 CPUtime=2.07 cores=1,3,5,7
/proc/27748/task/27755/stat : 27755 (java) S 27745 27748 12560 0 -1 1077944384 6393 0 0 0 206 1 0 0 20 0 16 0 65428109 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541098204016 140541601413762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27756] ppid=27745 vsize=10617796 memory=3910764 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27756/stat : 27756 (java) S 27745 27748 12560 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 65428109 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541097150048 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27757] ppid=27745 vsize=10617796 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27757/stat : 27757 (java) S 27745 27748 12560 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 16 0 65428109 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541096097152 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27758] ppid=27745 vsize=10617796 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27758/stat : 27758 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541095045456 140541601421211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27759] ppid=27745 vsize=10617796 memory=2016 CPUtime=2.79 cores=1,3,5,7
/proc/27748/task/27759/stat : 27759 (java) S 27745 27748 12560 0 -1 1077944384 11449 0 0 0 277 2 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541093992816 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27760] ppid=27745 vsize=10617796 memory=1196 CPUtime=3.24 cores=1,3,5,7
/proc/27748/task/27760/stat : 27760 (java) S 27745 27748 12560 0 -1 1077944384 12599 0 0 0 323 1 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541092940016 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27761] ppid=27745 vsize=10617796 memory=3910764 CPUtime=0.57 cores=1,3,5,7
/proc/27748/task/27761/stat : 27761 (java) S 27745 27748 12560 0 -1 1077944384 6552 0 0 0 56 1 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541091887216 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27762] ppid=27745 vsize=10617796 memory=3910764 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27762/stat : 27762 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65428112 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541090834656 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27763] ppid=27745 vsize=10617796 memory=3910764 CPUtime=0.68 cores=1,3,5,7
/proc/27748/task/27763/stat : 27763 (java) S 27745 27748 12560 0 -1 1077944384 3963 0 0 0 34 34 0 0 20 0 16 0 65428117 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541089782960 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27764] ppid=27745 vsize=10617796 memory=3910764 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27764/stat : 27764 (java) S 27745 27748 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65429356 10872623104 977691 18446744073709551615 4194304 4196468 140725131131120 140541088728496 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3910764 KiB

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

[startup+2496.97 s]
# the end of solver process 27748 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.9 s, system=2.29011 s

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

[startup+2496.81 s]
/proc/loadavg: 4.29 4.24 3.93 3/210 28264
/proc/meminfo: memFree=27098976/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=10817488 memory=3911068 CPUtime=2520.11 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 441366 0 0 0 251785 226 0 0 20 0 17 0 65428096 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 2704372 977767 3158 1 0 2693825 0
[pid=27748/tid=27750] ppid=27745 vsize=10817488 memory=1620 CPUtime=2488.83 cores=1,3,5,7
/proc/27748/task/27750/stat : 27750 (java) S 27745 27748 12560 0 -1 1077944384 217535 0 0 0 248834 49 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541605645488 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27751] ppid=27745 vsize=10817488 memory=14260 CPUtime=5.45 cores=1,3,5,7
/proc/27748/task/27751/stat : 27751 (java) S 27745 27748 12560 0 -1 1077944384 36251 0 0 0 511 34 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541531822736 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27752] ppid=27745 vsize=10817488 memory=796 CPUtime=5.46 cores=1,3,5,7
/proc/27748/task/27752/stat : 27752 (java) S 27745 27748 12560 0 -1 1077944384 51491 0 0 0 511 35 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541211699728 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27753] ppid=27745 vsize=10817488 memory=280801607788704 CPUtime=5.48 cores=1,3,5,7
/proc/27748/task/27753/stat : 27753 (java) S 27745 27748 12560 0 -1 1077944384 60164 0 0 0 510 38 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541210646928 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27754] ppid=27745 vsize=10817488 memory=-7022074515825631275 CPUtime=5.44 cores=1,3,5,7
/proc/27748/task/27754/stat : 27754 (java) S 27745 27748 12560 0 -1 1077944384 32567 0 0 0 510 34 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541209594128 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27755] ppid=27745 vsize=10817488 memory=-4695043397844020537 CPUtime=2.07 cores=1,3,5,7
/proc/27748/task/27755/stat : 27755 (java) S 27745 27748 12560 0 -1 1077944384 6431 0 0 0 206 1 0 0 20 0 17 0 65428109 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541098204016 140541601413762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27756] ppid=27745 vsize=10817488 memory=4956998493510226538 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27756/stat : 27756 (java) S 27745 27748 12560 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 65428109 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541097150048 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27757] ppid=27745 vsize=10817488 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27757/stat : 27757 (java) S 27745 27748 12560 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 17 0 65428109 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541096097152 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27758] ppid=27745 vsize=10817488 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27758/stat : 27758 (java) S 27745 27748 12560 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541095045456 140541601421211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27759] ppid=27745 vsize=10817488 memory=-2892745056948402235 CPUtime=2.79 cores=1,3,5,7
/proc/27748/task/27759/stat : 27759 (java) S 27745 27748 12560 0 -1 1077944384 11449 0 0 0 277 2 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541093992816 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27760] ppid=27745 vsize=10817488 memory=1156 CPUtime=3.24 cores=1,3,5,7
/proc/27748/task/27760/stat : 27760 (java) S 27745 27748 12560 0 -1 1077944384 12599 0 0 0 323 1 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541092940016 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27761] ppid=27745 vsize=10817488 memory=3184 CPUtime=0.57 cores=1,3,5,7
/proc/27748/task/27761/stat : 27761 (java) S 27745 27748 12560 0 -1 1077944384 6748 0 0 0 56 1 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541091887216 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27762] ppid=27745 vsize=10817488 memory=3910764 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27762/stat : 27762 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541090834656 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27763] ppid=27745 vsize=10817488 memory=4068 CPUtime=0.68 cores=1,3,5,7
/proc/27748/task/27763/stat : 27763 (java) S 27745 27748 12560 0 -1 1077944384 3963 0 0 0 34 34 0 0 20 0 17 0 65428117 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541089782960 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3911068 KiB

[startup+2496.9 s]
/proc/loadavg: 4.29 4.24 3.93 3/210 28264
/proc/meminfo: memFree=27098976/32770624 swapFree=67105588/67108860
[pid=27748] ppid=27745 vsize=10817488 memory=3911068 CPUtime=2520.11 cores=1,3,5,7
/proc/27748/stat : 27748 (java) S 27745 27748 12560 0 -1 1077944320 441366 0 0 0 251785 226 0 0 20 0 17 0 65428096 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140725131113664 140541601402615 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
/proc/27748/statm: 2704372 977767 3158 1 0 2693825 0
[pid=27748/tid=27750] ppid=27745 vsize=10817488 memory=3910764 CPUtime=2488.83 cores=1,3,5,7
/proc/27748/task/27750/stat : 27750 (java) S 27745 27748 12560 0 -1 1077944384 217535 0 0 0 248834 49 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541605645488 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27751] ppid=27745 vsize=10817488 memory=3910764 CPUtime=5.45 cores=1,3,5,7
/proc/27748/task/27751/stat : 27751 (java) S 27745 27748 12560 0 -1 1077944384 36251 0 0 0 511 34 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541531822736 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27752] ppid=27745 vsize=10817488 memory=3910764 CPUtime=5.46 cores=1,3,5,7
/proc/27748/task/27752/stat : 27752 (java) S 27745 27748 12560 0 -1 1077944384 51491 0 0 0 511 35 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541211699728 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27753] ppid=27745 vsize=10817488 memory=3910764 CPUtime=5.48 cores=1,3,5,7
/proc/27748/task/27753/stat : 27753 (java) S 27745 27748 12560 0 -1 1077944384 60164 0 0 0 510 38 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541210646928 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27754] ppid=27745 vsize=10817488 memory=3910764 CPUtime=5.44 cores=1,3,5,7
/proc/27748/task/27754/stat : 27754 (java) S 27745 27748 12560 0 -1 1077944384 32567 0 0 0 510 34 0 0 20 0 17 0 65428107 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541209594128 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27755] ppid=27745 vsize=10817488 memory=1004 CPUtime=2.07 cores=1,3,5,7
/proc/27748/task/27755/stat : 27755 (java) S 27745 27748 12560 0 -1 1077944384 6431 0 0 0 206 1 0 0 20 0 17 0 65428109 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541098204016 140541601413762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27756] ppid=27745 vsize=10817488 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27756/stat : 27756 (java) S 27745 27748 12560 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 65428109 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541097150048 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27757] ppid=27745 vsize=10817488 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27757/stat : 27757 (java) S 27745 27748 12560 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 17 0 65428109 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541096097152 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27758] ppid=27745 vsize=10817488 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27758/stat : 27758 (java) S 27745 27748 12560 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541095045456 140541601421211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27759] ppid=27745 vsize=10817488 memory=3910764 CPUtime=2.79 cores=1,3,5,7
/proc/27748/task/27759/stat : 27759 (java) S 27745 27748 12560 0 -1 1077944384 11449 0 0 0 277 2 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541093992816 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27760] ppid=27745 vsize=10817488 memory=3910764 CPUtime=3.24 cores=1,3,5,7
/proc/27748/task/27760/stat : 27760 (java) S 27745 27748 12560 0 -1 1077944384 12599 0 0 0 323 1 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541092940016 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27761] ppid=27745 vsize=10817488 memory=3910764 CPUtime=0.57 cores=1,3,5,7
/proc/27748/task/27761/stat : 27761 (java) S 27745 27748 12560 0 -1 1077944384 6748 0 0 0 56 1 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541091887216 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27762] ppid=27745 vsize=10817488 memory=3910764 CPUtime=0 cores=1,3,5,7
/proc/27748/task/27762/stat : 27762 (java) S 27745 27748 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65428112 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541090834656 140541601412821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
[pid=27748/tid=27763] ppid=27745 vsize=10817488 memory=-8774313645642428999 CPUtime=0.68 cores=1,3,5,7
/proc/27748/task/27763/stat : 27763 (java) S 27745 27748 12560 0 -1 1077944384 3963 0 0 0 34 34 0 0 20 0 17 0 65428117 11077107712 977767 18446744073709551615 4194304 4196468 140725131131120 140541089782960 140541601413762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140725131137424 140725131137577 140725131137577 140725131141071 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3911068 KiB

Child status: 143
Real time (s): 2496.97
CPU time (s): 2520.19
CPU user time (s): 2517.9
CPU system time (s): 2.29011
CPU usage (%): 100.93
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3911068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.9
system time used= 2.29011
maximum resident set size= 3911200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58623
involuntary context switches= 906


# summary of solver processes directly reported to runsolver:
#   pid: 27748
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2517.9
#   total CPU system time (s): 2.29011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4085 second user time and 20.555 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 15:38:05
IDJOB=4263487
IDBENCH=134763
IDSOLVER=2651
FILE ID=node126/4263487-1502632327
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K145.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263487-1502632327/watcher-4263487-1502632327 -o /tmp/evaluation-result-4263487-1502632327/solver-4263487-1502632327 -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-4263487-1502632327.xml

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

MD5SUM BENCH= 5e6b89adf4cff092dc7bbd8ab430815e
RANDOM SEED=1664103278

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:        25100592 kB
MemAvailable:   25355088 kB
Buffers:          264960 kB
Cached:           259928 kB
SwapCached:          524 kB
Active:          7021252 kB
Inactive:         157352 kB
Active(anon):    6601760 kB
Inactive(anon):    85544 kB
Active(file):     419492 kB
Inactive(file):    71808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2780 kB
Writeback:             4 kB
AnonPages:       6653464 kB
Mapped:            58112 kB
Shmem:             33440 kB
Slab:             184196 kB
SReclaimable:     158060 kB
SUnreclaim:        26136 kB
KernelStack:        3424 kB
PageTables:        17884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7770732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6529024 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= 62024 MiB
End job on node126 at 2017-08-13 16:19:42