Trace number 4290117

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.09 2395.35

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-08_c18.xml
MD5SUMf8c10a8313da5da6e599be620e9e581f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.55614
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints114
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":120}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":8},{"degree":2,"count":56},{"degree":16,"count":8},{"degree":17,"count":56}]
Minimum constraint arity8
Maximum constraint arity64
Distribution of constraint arities[{"arity":8,"count":1},{"arity":10,"count":112},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":112}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290117-1532268807/watcher-4290117-1532268807 -o /tmp/evaluation-result-4290117-1532268807/solver-4290117-1532268807 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290117-1532268807.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=4623, runsolver pid=4620


[startup+0.100143 s]*
/proc/loadavg: 2.11 2.15 2.29 3/221 4638
/proc/meminfo: memFree=16346748/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10659012 memory=30088 CPUtime=0.12 cores=1,3,5,7
/proc/4623/stat : 4623 (java) S 4620 4623 3347 0 -1 1077944320 6604 0 0 0 11 1 0 0 20 0 15 0 44443851 10914828288 7522 33554432000 4194304 4196468 140723438518464 140723438501008 139821244800759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
/proc/4623/statm: 2664753 7522 2845 1 0 2627263 0
[pid=4623/tid=4625] ppid=4620 vsize=10659012 memory=-8823785845021308096 CPUtime=0.09 cores=1,3,5,7
/proc/4623/task/4625/stat : 4625 (java) R 4620 4623 3347 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 44443851 10914828288 7522 33554432000 4194304 4196468 140723438518464 139821249023344 139821201416551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4626] ppid=4620 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4626/stat : 4626 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914828288 7522 33554432000 4194304 4196468 140723438518464 139821186803984 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4627] ppid=4620 vsize=10659012 memory=139761447159424 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914828288 7522 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44443852 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10659012 memory=139761447159424 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44443853 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4631] ppid=4620 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4631/stat : 4631 (java) S 4620 4623 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44443854 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820803540384 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4632] ppid=4620 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4632/stat : 4632 (java) S 4620 4623 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44443854 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820802487792 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4633] ppid=4620 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4633/stat : 4633 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44443856 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820801436368 139821244819355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4634] ppid=4620 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4634/stat : 4634 (java) S 4620 4623 3347 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 44443856 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820800382960 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4635] ppid=4620 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4635/stat : 4635 (java) S 4620 4623 3347 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 44443856 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820799330416 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4636] ppid=4620 vsize=10659012 memory=139761447159424 CPUtime=0.02 cores=1,3,5,7
/proc/4623/task/4636/stat : 4636 (java) R 4620 4623 3347 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 15 0 44443856 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820798277872 139821244822106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4637] ppid=4620 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4637/stat : 4637 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44443856 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820797225568 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4638] ppid=4620 vsize=10659012 memory=139761447159424 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4638/stat : 4638 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443856 10914828288 7522 33554432000 4194304 4196468 140723438518464 139820796173104 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.212601 s]*
/proc/loadavg: 2.11 2.15 2.29 4/221 4638
/proc/meminfo: memFree=16333180/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10659012 memory=42068 CPUtime=0.34 cores=1,3,5,7
/proc/4623/stat : 4623 (java) S 4620 4623 3347 0 -1 1077944320 8127 0 0 0 32 2 0 0 20 0 15 0 44443851 10914828288 10517 33554432000 4194304 4196468 140723438518464 140723438501008 139821244800759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
/proc/4623/statm: 2664753 10517 3002 1 0 2627263 0
[pid=4623/tid=4625] ppid=4620 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4623/task/4625/stat : 4625 (java) R 4620 4623 3347 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 44443851 10914828288 10517 33554432000 4194304 4196468 140723438518464 139821249030832 139821228881246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4626] ppid=4620 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4626/stat : 4626 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914828288 10517 33554432000 4194304 4196468 140723438518464 139821186803984 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4627] ppid=4620 vsize=10659012 memory=139761447338396 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914828288 10517 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44443852 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10659012 memory=139761447159424 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44443853 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4631] ppid=4620 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4631/stat : 4631 (java) S 4620 4623 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44443854 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820803540384 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4632] ppid=4620 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4632/stat : 4632 (java) S 4620 4623 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44443854 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820802487792 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4633] ppid=4620 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4633/stat : 4633 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44443856 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820801436368 139821244819355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4634] ppid=4620 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4623/task/4634/stat : 4634 (java) S 4620 4623 3347 0 -1 1077944384 659 0 0 0 2 0 0 0 20 0 15 0 44443856 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820800382960 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4635] ppid=4620 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4623/task/4635/stat : 4635 (java) S 4620 4623 3347 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 44443856 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820799330416 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4636] ppid=4620 vsize=10659012 memory=139761447159424 CPUtime=0.08 cores=1,3,5,7
/proc/4623/task/4636/stat : 4636 (java) R 4620 4623 3347 0 -1 4202560 734 0 0 0 8 0 0 0 20 0 15 0 44443856 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820798277872 139821244822106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4637] ppid=4620 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4637/stat : 4637 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44443856 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820797225568 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4638] ppid=4620 vsize=10659012 memory=139761447159424 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4638/stat : 4638 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443856 10914828288 10517 33554432000 4194304 4196468 140723438518464 139820796173104 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42068 KiB

[startup+0.313108 s]*
/proc/loadavg: 2.11 2.15 2.29 5/221 4638
/proc/meminfo: memFree=16327940/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10659088 memory=47460 CPUtime=0.53 cores=1,3,5,7
/proc/4623/stat : 4623 (java) S 4620 4623 3347 0 -1 1077944320 8943 0 0 0 51 2 0 0 20 0 15 0 44443851 10914906112 11865 33554432000 4194304 4196468 140723438518464 140723438501008 139821244800759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
/proc/4623/statm: 2664772 11865 3054 1 0 2627263 0
[pid=4623/tid=4625] ppid=4620 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/4623/task/4625/stat : 4625 (java) R 4620 4623 3347 0 -1 4202560 5639 0 0 0 29 1 0 0 20 0 15 0 44443851 10914906112 11880 33554432000 4194304 4196468 140723438518464 139821249038464 139821244812694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4626] ppid=4620 vsize=10659088 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4626/stat : 4626 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914906112 11880 33554432000 4194304 4196468 140723438518464 139821186803984 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4627] ppid=4620 vsize=10659088 memory=13705768711571096 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914906112 11880 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443852 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44443852 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10659088 memory=139761447159424 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44443853 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4631] ppid=4620 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4631/stat : 4631 (java) S 4620 4623 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44443854 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820803540384 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4632] ppid=4620 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4632/stat : 4632 (java) S 4620 4623 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44443854 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820802487792 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4633] ppid=4620 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4633/stat : 4633 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44443856 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820801436368 139821244819355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4634] ppid=4620 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/4623/task/4634/stat : 4634 (java) S 4620 4623 3347 0 -1 1077944384 757 0 0 0 5 0 0 0 20 0 15 0 44443856 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820800382960 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4635] ppid=4620 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/4623/task/4635/stat : 4635 (java) S 4620 4623 3347 0 -1 1077944384 376 0 0 0 4 0 0 0 20 0 15 0 44443856 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820799330416 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4636] ppid=4620 vsize=10659088 memory=139761447159424 CPUtime=0.12 cores=1,3,5,7
/proc/4623/task/4636/stat : 4636 (java) R 4620 4623 3347 0 -1 4202560 808 0 0 0 12 0 0 0 20 0 15 0 44443856 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820798277872 139821223405400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4637] ppid=4620 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4637/stat : 4637 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44443856 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820797225568 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4638] ppid=4620 vsize=10659088 memory=139761447159424 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4638/stat : 4638 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44443856 10914906112 11880 33554432000 4194304 4196468 140723438518464 139820796173104 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47460 KiB

[startup+0.700803 s]
/proc/loadavg: 2.11 2.14 2.29 5/221 4638
/proc/meminfo: memFree=16288292/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10725652 memory=90176 CPUtime=1.72 cores=1,3,5,7
/proc/4623/stat : 4623 (java) S 4620 4623 3347 0 -1 1077944320 11546 0 0 0 168 4 0 0 20 0 16 0 44443851 10983067648 22544 33554432000 4194304 4196468 140723438518464 140723438501008 139821244800759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
/proc/4623/statm: 2681413 22544 3104 1 0 2643904 0
[pid=4623/tid=4625] ppid=4620 vsize=10725652 memory=1844 CPUtime=0.67 cores=1,3,5,7
/proc/4623/task/4625/stat : 4625 (java) R 4620 4623 3347 0 -1 4202560 5912 0 0 0 65 2 0 0 20 0 16 0 44443851 10983067648 22544 33554432000 4194304 4196468 140723438518464 139821249039200 139821244812694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4626] ppid=4620 vsize=10725652 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4626/stat : 4626 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44443852 10983067648 22544 33554432000 4194304 4196468 140723438518464 139821186803984 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4627] ppid=4620 vsize=10725652 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44443852 10983067648 22544 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10725652 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44443852 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10725652 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44443852 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10725652 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 44443853 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4631] ppid=4620 vsize=10725652 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4631/stat : 4631 (java) S 4620 4623 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 44443854 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820803540384 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4632] ppid=4620 vsize=10725652 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4632/stat : 4632 (java) S 4620 4623 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44443854 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820802487792 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4633] ppid=4620 vsize=10725652 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4633/stat : 4633 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44443856 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820801436368 139821244819355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4634] ppid=4620 vsize=10725652 memory=7739276948478455658 CPUtime=0.38 cores=1,3,5,7
/proc/4623/task/4634/stat : 4634 (java) R 4620 4623 3347 0 -1 4202560 1570 0 0 0 38 0 0 0 20 0 16 0 44443856 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820800373936 139821224652854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4635] ppid=4620 vsize=10725652 memory=7151830906713428048 CPUtime=0.37 cores=1,3,5,7
/proc/4623/task/4635/stat : 4635 (java) R 4620 4623 3347 0 -1 4202560 1339 0 0 0 37 0 0 0 20 0 16 0 44443856 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820799320032 139821228792717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4636] ppid=4620 vsize=10725652 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/4623/task/4636/stat : 4636 (java) R 4620 4623 3347 0 -1 1077944384 1333 0 0 0 26 0 0 0 20 0 16 0 44443856 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820798277872 139821244811906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4637] ppid=4620 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4637/stat : 4637 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44443856 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820797225568 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4638] ppid=4620 vsize=10725652 memory=33 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4638/stat : 4638 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44443856 10983067648 22544 33554432000 4194304 4196468 140723438518464 139820796173104 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 90176 KiB

[startup+1.50136 s]
/proc/loadavg: 2.11 2.14 2.29 3/222 4639
/proc/meminfo: memFree=16281080/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10725652 memory=98200 CPUtime=3.17 cores=1,3,5,7
/proc/4623/stat : 4623 (java) S 4620 4623 3347 0 -1 1077944320 15900 0 0 0 313 4 0 0 20 0 16 0 44443851 10983067648 24550 33554432000 4194304 4196468 140723438518464 140723438501008 139821244800759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
/proc/4623/statm: 2681413 24550 3119 1 0 2643904 0
[pid=4623/tid=4625] ppid=4620 vsize=10725652 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/4623/task/4625/stat : 4625 (java) R 4620 4623 3347 0 -1 4202560 6251 0 0 0 145 2 0 0 20 0 16 0 44443851 10983067648 24550 33554432000 4194304 4196468 140723438518464 139821249037432 139820868567499 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4626] ppid=4620 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4626/stat : 4626 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44443852 10983067648 24550 33554432000 4194304 4196468 140723438518464 139821186803984 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4627] ppid=4620 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44443852 10983067648 24550 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44443852 10983067648 24550 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 44443852 10983067648 24550 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 44443853 10983067648 24550 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0

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

/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 2625 0 0 0 39 11 0 0 20 0 16 0 44443852 10983067648 154581 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10725652 memory=2338876 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 2746 0 0 0 39 13 0 0 20 0 16 0 44443852 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10725652 memory=618324 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2330 0 0 0 39 13 0 0 20 0 16 0 44443852 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10725652 memory=4036 CPUtime=0.09 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 3581 0 0 0 6 3 0 0 20 0 16 0 44443853 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4631] ppid=4620 vsize=10725652 memory=618324 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4631/stat : 4631 (java) S 4620 4623 3347 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 44443854 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820803540384 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4632] ppid=4620 vsize=10725652 memory=618324 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4632/stat : 4632 (java) S 4620 4623 3347 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 44443854 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820802487792 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4633] ppid=4620 vsize=10725652 memory=618324 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4633/stat : 4633 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820801436368 139821244819355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4634] ppid=4620 vsize=10725652 memory=1296 CPUtime=0.84 cores=1,3,5,7
/proc/4623/task/4634/stat : 4634 (java) S 4620 4623 3347 0 -1 1077944384 4878 0 0 0 83 1 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820800382960 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4635] ppid=4620 vsize=10725652 memory=618324 CPUtime=0.83 cores=1,3,5,7
/proc/4623/task/4635/stat : 4635 (java) S 4620 4623 3347 0 -1 1077944384 4484 0 0 0 82 1 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820799330416 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4636] ppid=4620 vsize=10725652 memory=2588 CPUtime=0.31 cores=1,3,5,7
/proc/4623/task/4636/stat : 4636 (java) S 4620 4623 3347 0 -1 1077944384 2402 0 0 0 30 1 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820798277872 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4637] ppid=4620 vsize=10725652 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4637/stat : 4637 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820797225568 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4638] ppid=4620 vsize=10725652 memory=15192 CPUtime=1.32 cores=1,3,5,7
/proc/4623/task/4638/stat : 4638 (java) S 4620 4623 3347 0 -1 1077944384 1656 0 0 0 56 76 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820796173104 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4639] ppid=4620 vsize=10725652 memory=618324 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4639/stat : 4639 (java) S 4620 4623 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44443903 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820795118896 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
Current children cumulated CPU time: 2387.21 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 618324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2395.11 s]
/proc/loadavg: 2.00 2.04 2.05 3/221 4797
/proc/meminfo: memFree=14250804/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10725652 memory=618324 CPUtime=2400.02 cores=1,3,5,7
/proc/4623/stat : 4623 (java) S 4620 4623 3347 0 -1 1077944320 47900 0 0 0 239877 125 0 0 20 0 16 0 44443851 10983067648 154581 33554432000 4194304 4196468 140723438518464 140723438501008 139821244800759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
/proc/4623/statm: 2681413 154581 3175 1 0 2643904 0
[pid=4623/tid=4625] ppid=4620 vsize=10725652 memory=618324 CPUtime=2394.48 cores=1,3,5,7
/proc/4623/task/4625/stat : 4625 (java) R 4620 4623 3347 0 -1 4202560 18046 0 0 0 239444 4 0 0 20 0 16 0 44443851 10983067648 154581 33554432000 4194304 4196468 140723438518464 139821249039712 139820868567481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4626] ppid=4620 vsize=10725652 memory=618324 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4626/stat : 4626 (java) S 4620 4623 3347 0 -1 1077944384 3689 0 0 0 39 13 0 0 20 0 16 0 44443852 10983067648 154581 33554432000 4194304 4196468 140723438518464 139821186803984 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4627] ppid=4620 vsize=10725652 memory=618324 CPUtime=0.5 cores=1,3,5,7
/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 2625 0 0 0 39 11 0 0 20 0 16 0 44443852 10983067648 154581 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10725652 memory=618324 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 2746 0 0 0 39 13 0 0 20 0 16 0 44443852 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10725652 memory=618324 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2330 0 0 0 39 13 0 0 20 0 16 0 44443852 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10725652 memory=618324 CPUtime=0.09 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 3581 0 0 0 6 3 0 0 20 0 16 0 44443853 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4631] ppid=4620 vsize=10725652 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4631/stat : 4631 (java) S 4620 4623 3347 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 44443854 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820803540384 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4632] ppid=4620 vsize=10725652 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4632/stat : 4632 (java) S 4620 4623 3347 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 44443854 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820802487792 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4633] ppid=4620 vsize=10725652 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4633/stat : 4633 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820801436368 139821244819355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4634] ppid=4620 vsize=10725652 memory=15192 CPUtime=0.84 cores=1,3,5,7
/proc/4623/task/4634/stat : 4634 (java) S 4620 4623 3347 0 -1 1077944384 4878 0 0 0 83 1 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820800382960 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4635] ppid=4620 vsize=10725652 memory=618324 CPUtime=0.83 cores=1,3,5,7
/proc/4623/task/4635/stat : 4635 (java) S 4620 4623 3347 0 -1 1077944384 4484 0 0 0 82 1 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820799330416 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4636] ppid=4620 vsize=10725652 memory=4036 CPUtime=0.31 cores=1,3,5,7
/proc/4623/task/4636/stat : 4636 (java) S 4620 4623 3347 0 -1 1077944384 2402 0 0 0 30 1 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820798277872 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4637] ppid=4620 vsize=10725652 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4637/stat : 4637 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820797225568 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4638] ppid=4620 vsize=10725652 memory=288230621803970871 CPUtime=1.33 cores=1,3,5,7
/proc/4623/task/4638/stat : 4638 (java) S 4620 4623 3347 0 -1 1077944384 1656 0 0 0 57 76 0 0 20 0 16 0 44443856 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820796173104 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4639] ppid=4620 vsize=10725652 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4639/stat : 4639 (java) S 4620 4623 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44443903 10983067648 154581 33554432000 4194304 4196468 140723438518464 139820795118896 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 618324 KiB

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

[startup+2395.35 s]
# the end of solver process 4623 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.83 s, system=1.25917 s

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

[startup+2395.21 s]
/proc/loadavg: 2.00 2.04 2.05 3/221 4797
/proc/meminfo: memFree=14250804/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10925344 memory=618568 CPUtime=2400.04 cores=1,3,5,7
/proc/4623/stat : 4623 (java) S 4620 4623 3347 0 -1 1077944320 48303 0 0 0 239879 125 0 0 20 0 17 0 44443851 11187552256 154642 33554432000 4194304 4196468 140723438518464 140723438501008 139821244800759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
/proc/4623/statm: 2731336 154642 3177 1 0 2693827 0
[pid=4623/tid=4625] ppid=4620 vsize=10925344 memory=618324 CPUtime=2394.49 cores=1,3,5,7
/proc/4623/task/4625/stat : 4625 (java) S 4620 4623 3347 0 -1 1077944384 18086 0 0 0 239445 4 0 0 20 0 17 0 44443851 11187552256 154642 33554432000 4194304 4196468 140723438518464 139821249043632 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4626] ppid=4620 vsize=10925344 memory=916 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4626/stat : 4626 (java) S 4620 4623 3347 0 -1 1077944384 3689 0 0 0 39 13 0 0 20 0 17 0 44443852 11187552256 154642 33554432000 4194304 4196468 140723438518464 139821186803984 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4627] ppid=4620 vsize=10925344 memory=8112282956445269571 CPUtime=0.5 cores=1,3,5,7
/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 2625 0 0 0 39 11 0 0 20 0 17 0 44443852 11187552256 154642 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10925344 memory=12984 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 2746 0 0 0 39 13 0 0 20 0 17 0 44443852 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10925344 memory=5664 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2330 0 0 0 39 13 0 0 20 0 17 0 44443852 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10925344 memory=4620 CPUtime=0.09 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 3581 0 0 0 6 3 0 0 20 0 17 0 44443853 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4631] ppid=4620 vsize=10925344 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4631/stat : 4631 (java) S 4620 4623 3347 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 44443854 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820803540384 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4632] ppid=4620 vsize=10925344 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4632/stat : 4632 (java) S 4620 4623 3347 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 44443854 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820802487792 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4633] ppid=4620 vsize=10925344 memory=1844 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4633/stat : 4633 (java) S 4620 4623 3347 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820801436368 139821244819355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4634] ppid=4620 vsize=10925344 memory=796 CPUtime=0.84 cores=1,3,5,7
/proc/4623/task/4634/stat : 4634 (java) S 4620 4623 3347 0 -1 1077944384 4878 0 0 0 83 1 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820800382960 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4635] ppid=4620 vsize=10925344 memory=1700 CPUtime=0.83 cores=1,3,5,7
/proc/4623/task/4635/stat : 4635 (java) S 4620 4623 3347 0 -1 1077944384 4484 0 0 0 82 1 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820799330416 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4636] ppid=4620 vsize=10925344 memory=8112282956445269571 CPUtime=0.31 cores=1,3,5,7
/proc/4623/task/4636/stat : 4636 (java) S 4620 4623 3347 0 -1 1077944384 2497 0 0 0 30 1 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820798277872 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4637] ppid=4620 vsize=10925344 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4637/stat : 4637 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820797225568 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4638] ppid=4620 vsize=10925344 memory=2324 CPUtime=1.33 cores=1,3,5,7
/proc/4623/task/4638/stat : 4638 (java) S 4620 4623 3347 0 -1 1077944384 1656 0 0 0 57 76 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820796173104 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 618568 KiB

[startup+2395.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/221 4797
/proc/meminfo: memFree=14250804/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10925344 memory=618568 CPUtime=2400.04 cores=1,3,5,7
/proc/4623/stat : 4623 (java) S 4620 4623 3347 0 -1 1077944320 48303 0 0 0 239879 125 0 0 20 0 17 0 44443851 11187552256 154642 33554432000 4194304 4196468 140723438518464 140723438501008 139821244800759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
/proc/4623/statm: 2731336 154642 3177 1 0 2693827 0
[pid=4623/tid=4625] ppid=4620 vsize=10925344 memory=618324 CPUtime=2394.49 cores=1,3,5,7
/proc/4623/task/4625/stat : 4625 (java) S 4620 4623 3347 0 -1 1077944384 18086 0 0 0 239445 4 0 0 20 0 17 0 44443851 11187552256 154642 33554432000 4194304 4196468 140723438518464 139821249043632 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4626] ppid=4620 vsize=10925344 memory=618324 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4626/stat : 4626 (java) S 4620 4623 3347 0 -1 1077944384 3689 0 0 0 39 13 0 0 20 0 17 0 44443852 11187552256 154642 33554432000 4194304 4196468 140723438518464 139821186803984 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4627] ppid=4620 vsize=10925344 memory=618324 CPUtime=0.5 cores=1,3,5,7
/proc/4623/task/4627/stat : 4627 (java) S 4620 4623 3347 0 -1 1077944384 2625 0 0 0 39 11 0 0 20 0 17 0 44443852 11187552256 154642 33554432000 4194304 4196468 140723438518464 139821185751440 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4628] ppid=4620 vsize=10925344 memory=279522646053936 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4628/stat : 4628 (java) S 4620 4623 3347 0 -1 1077944384 2746 0 0 0 39 13 0 0 20 0 17 0 44443852 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820849224208 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4629] ppid=4620 vsize=10925344 memory=618324 CPUtime=0.52 cores=1,3,5,7
/proc/4623/task/4629/stat : 4629 (java) S 4620 4623 3347 0 -1 1077944384 2330 0 0 0 39 13 0 0 20 0 17 0 44443852 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820848171664 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4630] ppid=4620 vsize=10925344 memory=618324 CPUtime=0.09 cores=1,3,5,7
/proc/4623/task/4630/stat : 4630 (java) S 4620 4623 3347 0 -1 1077944384 3581 0 0 0 6 3 0 0 20 0 17 0 44443853 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820804594160 139821244811906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4631] ppid=4620 vsize=10925344 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4631/stat : 4631 (java) S 4620 4623 3347 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 44443854 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820803540384 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4632] ppid=4620 vsize=10925344 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4632/stat : 4632 (java) S 4620 4623 3347 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 44443854 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820802487792 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4633] ppid=4620 vsize=10925344 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4633/stat : 4633 (java) S 4620 4623 3347 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820801436368 139821244819355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4634] ppid=4620 vsize=10925344 memory=15192 CPUtime=0.84 cores=1,3,5,7
/proc/4623/task/4634/stat : 4634 (java) S 4620 4623 3347 0 -1 1077944384 4878 0 0 0 83 1 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820800382960 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4635] ppid=4620 vsize=10925344 memory=618324 CPUtime=0.83 cores=1,3,5,7
/proc/4623/task/4635/stat : 4635 (java) S 4620 4623 3347 0 -1 1077944384 4484 0 0 0 82 1 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820799330416 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4636] ppid=4620 vsize=10925344 memory=4036 CPUtime=0.31 cores=1,3,5,7
/proc/4623/task/4636/stat : 4636 (java) S 4620 4623 3347 0 -1 1077944384 2497 0 0 0 30 1 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820798277872 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4637] ppid=4620 vsize=10925344 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/4623/task/4637/stat : 4637 (java) S 4620 4623 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820797225568 139821244810965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
[pid=4623/tid=4638] ppid=4620 vsize=10925344 memory=288230621803970871 CPUtime=1.33 cores=1,3,5,7
/proc/4623/task/4638/stat : 4638 (java) S 4620 4623 3347 0 -1 1077944384 1656 0 0 0 57 76 0 0 20 0 17 0 44443856 11187552256 154642 33554432000 4194304 4196468 140723438518464 139820796173104 139821244811906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140723438527601 140723438527753 140723438527753 140723438530511 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 618568 KiB

Child status: 143
Real time (s): 2395.35
CPU time (s): 2400.09
CPU user time (s): 2398.83
CPU system time (s): 1.25917
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 660280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.83
system time used= 1.25917
maximum resident set size= 660596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48656
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53895
involuntary context switches= 1184


# summary of solver processes directly reported to runsolver:
#   pid: 4623
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2398.83
#   total CPU system time (s): 1.25917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7665 second user time and 22.7263 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 16:13:27
IDJOB=4290117
IDBENCH=141618
IDSOLVER=2742
FILE ID=node133/4290117-1532268807
RUNJOBID= node133-1532260671-3379
PBS_JOBID= 21018968
Free space on /tmp= 52644 MiB

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

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

MD5SUM BENCH= f8c10a8313da5da6e599be620e9e581f
RANDOM SEED=1734957482

node133.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.24
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.24
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.24
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.24
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:        16364516 kB
MemAvailable:   31111504 kB
Buffers:          201640 kB
Cached:         14622704 kB
SwapCached:            0 kB
Active:          2052972 kB
Inactive:       13653876 kB
Active(anon):     872580 kB
Inactive(anon):    29520 kB
Active(file):    1180392 kB
Inactive(file): 13624356 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:        887596 kB
Mapped:            47928 kB
Shmem:             17056 kB
Slab:             397828 kB
SReclaimable:     370700 kB
SUnreclaim:        27128 kB
KernelStack:        3920 kB
PageTables:         6968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1692824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    786432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52640 MiB
End job on node133 at 2018-07-22 16:53:22