Trace number 4290207

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.08 2392.36

General information on the benchmark

NameHaystacks/
Haystacks-ext-13_c18.xml
MD5SUMd20946c70cb8756d1a4b7fb63c02a1de
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 benchmark22.866
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints1026
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree12
Maximum variable degree13
Distribution of variable degrees[{"degree":12,"count":145},{"degree":13,"count":24}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1026}]
Number of extensional constraints1026
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1026}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290207-1532217525/watcher-4290207-1532217525 -o /tmp/evaluation-result-4290207-1532217525/solver-4290207-1532217525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25961 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290207-1532217525.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
solver pid=27425, runsolver pid=27422
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.21 4.09 3.17 3/219 27440
/proc/meminfo: memFree=23117380/32770624 swapFree=67108860/67108860
[pid=27425] ppid=27422 vsize=10659012 memory=30756 CPUtime=0.13 cores=1,3,5,7
/proc/27425/stat : 27425 (java) S 27422 27425 23369 0 -1 1077944320 6754 0 0 0 11 2 0 0 20 0 15 0 39315659 10914828288 7689 33554432000 4194304 4196468 140729887861392 140729887843936 139706875924215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
/proc/27425/statm: 2664753 7689 2820 1 0 2627263 0
[pid=27425/tid=27427] ppid=27422 vsize=10659012 memory=-8773748148830375804 CPUtime=0.09 cores=1,3,5,7
/proc/27425/task/27427/stat : 27427 (java) R 27422 27425 23369 0 -1 4202560 4592 0 0 0 8 1 0 0 20 0 15 0 39315659 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706880138208 139706875946141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27428] ppid=27422 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27428/stat : 27428 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706832477200 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27429] ppid=27422 vsize=10659012 memory=140623025014400 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315660 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10659012 memory=140623025014400 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315661 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27433] ppid=27422 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27433/stat : 27433 (java) S 27422 27425 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39315662 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706434593952 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27434] ppid=27422 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27434/stat : 27434 (java) S 27422 27425 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39315662 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706433540848 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27435] ppid=27422 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27435/stat : 27435 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315664 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706432489424 139706875942811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27436] ppid=27422 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27436/stat : 27436 (java) S 27422 27425 23369 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 39315664 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706431437552 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27437] ppid=27422 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27437/stat : 27437 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315664 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706430385008 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27438] ppid=27422 vsize=10659012 memory=140623025014400 CPUtime=0.02 cores=1,3,5,7
/proc/27425/task/27438/stat : 27438 (java) R 27422 27425 23369 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 39315664 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706429331952 139706859590688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27439] ppid=27422 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27439/stat : 27439 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315665 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706360654688 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27440] ppid=27422 vsize=10659012 memory=140623025014400 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27440/stat : 27440 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315665 10914828288 7689 33554432000 4194304 4196468 140729887861392 139706359601712 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30756 KiB

[startup+0.212912 s]*
/proc/loadavg: 4.21 4.09 3.17 3/219 27440
/proc/meminfo: memFree=23106252/32770624 swapFree=67108860/67108860
[pid=27425] ppid=27422 vsize=10659012 memory=42148 CPUtime=0.33 cores=1,3,5,7
/proc/27425/stat : 27425 (java) S 27422 27425 23369 0 -1 1077944320 8173 0 0 0 31 2 0 0 20 0 15 0 39315659 10914828288 10537 33554432000 4194304 4196468 140729887861392 140729887843936 139706875924215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
/proc/27425/statm: 2664753 10537 3004 1 0 2627263 0
[pid=27425/tid=27427] ppid=27422 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27425/task/27427/stat : 27427 (java) R 27422 27425 23369 0 -1 4202560 5046 0 0 0 19 1 0 0 20 0 15 0 39315659 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706880154400 139706860004702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27428] ppid=27422 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27428/stat : 27428 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706832477200 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27429] ppid=27422 vsize=10659012 memory=140623025211573 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315660 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10659012 memory=140623025014400 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315661 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27433] ppid=27422 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27433/stat : 27433 (java) S 27422 27425 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39315662 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706434593952 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27434] ppid=27422 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27434/stat : 27434 (java) S 27422 27425 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39315662 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706433540848 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27435] ppid=27422 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27435/stat : 27435 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315664 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706432489424 139706875942811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27436] ppid=27422 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27425/task/27436/stat : 27436 (java) S 27422 27425 23369 0 -1 1077944384 673 0 0 0 2 0 0 0 20 0 15 0 39315664 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706431437552 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27437] ppid=27422 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27425/task/27437/stat : 27437 (java) S 27422 27425 23369 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 39315664 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706430385008 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27438] ppid=27422 vsize=10659012 memory=140623025014400 CPUtime=0.07 cores=1,3,5,7
/proc/27425/task/27438/stat : 27438 (java) S 27422 27425 23369 0 -1 1077944384 716 0 0 0 7 0 0 0 20 0 15 0 39315664 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706429331952 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27439] ppid=27422 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27439/stat : 27439 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315665 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706360654688 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27440] ppid=27422 vsize=10659012 memory=140623025014400 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27440/stat : 27440 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315665 10914828288 10537 33554432000 4194304 4196468 140729887861392 139706359601712 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42148 KiB

[startup+0.312118 s]*
/proc/loadavg: 4.21 4.09 3.17 5/219 27440
/proc/meminfo: memFree=23099172/32770624 swapFree=67108860/67108860
[pid=27425] ppid=27422 vsize=10659088 memory=47164 CPUtime=0.54 cores=1,3,5,7
/proc/27425/stat : 27425 (java) S 27422 27425 23369 0 -1 1077944320 8974 0 0 0 51 3 0 0 20 0 15 0 39315659 10914906112 11791 33554432000 4194304 4196468 140729887861392 140729887843936 139706875924215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
/proc/27425/statm: 2664772 11791 3048 1 0 2627263 0
[pid=27425/tid=27427] ppid=27422 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/27425/task/27427/stat : 27427 (java) R 27422 27425 23369 0 -1 4202560 5623 0 0 0 28 2 0 0 20 0 15 0 39315659 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706880162368 139706875946141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27428] ppid=27422 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27428/stat : 27428 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706832477200 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27429] ppid=27422 vsize=10659088 memory=140623025206770 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315660 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315660 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10659088 memory=140623025014400 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39315661 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27433] ppid=27422 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27433/stat : 27433 (java) S 27422 27425 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39315662 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706434593952 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27434] ppid=27422 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27434/stat : 27434 (java) S 27422 27425 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39315662 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706433540848 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27435] ppid=27422 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27435/stat : 27435 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315664 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706432489424 139706875942811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27436] ppid=27422 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27425/task/27436/stat : 27436 (java) R 27422 27425 23369 0 -1 4202560 716 0 0 0 5 0 0 0 20 0 15 0 39315664 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706431427936 139706859835083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27437] ppid=27422 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27425/task/27437/stat : 27437 (java) R 27422 27425 23369 0 -1 4202560 450 0 0 0 4 0 0 0 20 0 15 0 39315664 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706430366024 139706859128492 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27438] ppid=27422 vsize=10659088 memory=140623025014400 CPUtime=0.13 cores=1,3,5,7
/proc/27425/task/27438/stat : 27438 (java) S 27422 27425 23369 0 -1 1077944384 815 0 0 0 13 0 0 0 20 0 15 0 39315664 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706429331952 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27439] ppid=27422 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27439/stat : 27439 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315665 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706360654688 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27440] ppid=27422 vsize=10659088 memory=140623025014400 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27440/stat : 27440 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315665 10914906112 11791 33554432000 4194304 4196468 140729887861392 139706359601712 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47164 KiB

[startup+0.700723 s]
/proc/loadavg: 4.21 4.09 3.17 5/219 27440
/proc/meminfo: memFree=23079512/32770624 swapFree=67108860/67108860
[pid=27425] ppid=27422 vsize=10725652 memory=75720 CPUtime=1.76 cores=1,3,5,7
/proc/27425/stat : 27425 (java) S 27422 27425 23369 0 -1 1077944320 11555 0 0 0 172 4 0 0 20 0 16 0 39315659 10983067648 18930 33554432000 4194304 4196468 140729887861392 140729887843936 139706875924215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
/proc/27425/statm: 2681413 18930 3107 1 0 2643904 0
[pid=27425/tid=27427] ppid=27422 vsize=10725652 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/27425/task/27427/stat : 27427 (java) R 27422 27425 23369 0 -1 4202560 6032 0 0 0 65 2 0 0 20 0 16 0 39315659 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706880160904 139706516014938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27428] ppid=27422 vsize=10725652 memory=792 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27428/stat : 27428 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315660 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706832477200 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27429] ppid=27422 vsize=10725652 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315660 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10725652 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315660 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10725652 memory=5524 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39315660 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10725652 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39315661 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27433] ppid=27422 vsize=10725652 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27433/stat : 27433 (java) S 27422 27425 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39315662 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706434593952 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27434] ppid=27422 vsize=10725652 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27434/stat : 27434 (java) S 27422 27425 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315662 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706433540848 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27435] ppid=27422 vsize=10725652 memory=7518026621751088994 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27435/stat : 27435 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315664 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706432489424 139706875942811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27436] ppid=27422 vsize=10725652 memory=6082227202167695463 CPUtime=0.35 cores=1,3,5,7
/proc/27425/task/27436/stat : 27436 (java) R 27422 27425 23369 0 -1 4202560 1481 0 0 0 35 0 0 0 20 0 16 0 39315664 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706431424120 139706861025856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27437] ppid=27422 vsize=10725652 memory=7810487918915055718 CPUtime=0.34 cores=1,3,5,7
/proc/27425/task/27437/stat : 27437 (java) R 27422 27425 23369 0 -1 4202560 1003 0 0 0 34 0 0 0 20 0 16 0 39315664 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706430371032 139706860823668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27438] ppid=27422 vsize=10725652 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/27425/task/27438/stat : 27438 (java) S 27422 27425 23369 0 -1 1077944384 1647 0 0 0 36 0 0 0 20 0 16 0 39315664 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706429331952 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27439] ppid=27422 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27439/stat : 27439 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315665 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706360654688 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27440] ppid=27422 vsize=10725652 memory=33 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27440/stat : 27440 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315665 10983067648 18930 33554432000 4194304 4196468 140729887861392 139706359601712 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 75720 KiB

[startup+1.50066 s]
/proc/loadavg: 4.21 4.09 3.17 5/220 27441
/proc/meminfo: memFree=23063188/32770624 swapFree=67108860/67108860
[pid=27425] ppid=27422 vsize=10725652 memory=88024 CPUtime=3.32 cores=1,3,5,7
/proc/27425/stat : 27425 (java) S 27422 27425 23369 0 -1 1077944320 16618 0 0 0 327 5 0 0 20 0 16 0 39315659 10983067648 22006 33554432000 4194304 4196468 140729887861392 140729887843936 139706875924215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
/proc/27425/statm: 2681413 22006 3118 1 0 2643904 0
[pid=27425/tid=27427] ppid=27422 vsize=10725652 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/27425/task/27427/stat : 27427 (java) R 27422 27425 23369 0 -1 4202560 6389 0 0 0 145 2 0 0 20 0 16 0 39315659 10983067648 22006 33554432000 4194304 4196468 140729887861392 139706880156232 139706516079828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27428] ppid=27422 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27428/stat : 27428 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315660 10983067648 22006 33554432000 4194304 4196468 140729887861392 139706832477200 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27429] ppid=27422 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315660 10983067648 22006 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315660 10983067648 22006 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39315660 10983067648 22006 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39315661 10983067648 22006 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0

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

/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 5159 0 0 0 144 17 0 0 20 0 16 0 39315660 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10725652 memory=656468 CPUtime=1.62 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 3647 0 0 0 145 17 0 0 20 0 16 0 39315660 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10725652 memory=686124 CPUtime=1.62 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 4602 0 0 0 145 17 0 0 20 0 16 0 39315660 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10725652 memory=281245734464096 CPUtime=0.16 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 8967 0 0 0 13 3 0 0 20 0 16 0 39315661 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27433] ppid=27422 vsize=10725652 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27433/stat : 27433 (java) S 27422 27425 23369 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 39315662 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706434593952 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27434] ppid=27422 vsize=10725652 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27434/stat : 27434 (java) S 27422 27425 23369 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 39315662 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706433540848 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27435] ppid=27422 vsize=10725652 memory=656468 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27435/stat : 27435 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315664 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706432489424 139706875942811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27436] ppid=27422 vsize=10725652 memory=656468 CPUtime=0.74 cores=1,3,5,7
/proc/27425/task/27436/stat : 27436 (java) S 27422 27425 23369 0 -1 1077944384 4544 0 0 0 73 1 0 0 20 0 16 0 39315664 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706431437552 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27437] ppid=27422 vsize=10725652 memory=668780 CPUtime=0.78 cores=1,3,5,7
/proc/27425/task/27437/stat : 27437 (java) S 27422 27425 23369 0 -1 1077944384 4498 0 0 0 78 0 0 0 20 0 16 0 39315664 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706430385008 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27438] ppid=27422 vsize=10725652 memory=686124 CPUtime=0.4 cores=1,3,5,7
/proc/27425/task/27438/stat : 27438 (java) S 27422 27425 23369 0 -1 1077944384 2679 0 0 0 40 0 0 0 20 0 16 0 39315664 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706429331952 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27439] ppid=27422 vsize=10725652 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27439/stat : 27439 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315665 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706360654688 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27440] ppid=27422 vsize=10725652 memory=3828 CPUtime=1 cores=1,3,5,7
/proc/27425/task/27440/stat : 27440 (java) S 27422 27425 23369 0 -1 1077944384 1880 0 0 0 42 58 0 0 20 0 16 0 39315665 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706359601712 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27441] ppid=27422 vsize=10725652 memory=13952 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27441/stat : 27441 (java) S 27422 27425 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315715 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706358547504 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
Current children cumulated CPU time: 2390.19 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 686124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.11 s]
/proc/loadavg: 1.96 1.96 2.08 3/221 27777
/proc/meminfo: memFree=22414424/32770624 swapFree=67108860/67108860
[pid=27425] ppid=27422 vsize=10725652 memory=686124 CPUtime=2400 cores=1,3,5,7
/proc/27425/stat : 27425 (java) S 27422 27425 23369 0 -1 1077944320 63581 0 0 0 239870 130 0 0 20 0 16 0 39315659 10983067648 171531 33554432000 4194304 4196468 140729887861392 140729887843936 139706875924215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
/proc/27425/statm: 2681413 171531 3178 1 0 2643904 0
[pid=27425/tid=27427] ppid=27422 vsize=10725652 memory=686124 CPUtime=2390.35 cores=1,3,5,7
/proc/27425/task/27427/stat : 27427 (java) R 27422 27425 23369 0 -1 4202560 19839 0 0 0 239030 5 0 0 20 0 16 0 39315659 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706880163264 139706516078373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27428] ppid=27422 vsize=10725652 memory=686124 CPUtime=1.61 cores=1,3,5,7
/proc/27425/task/27428/stat : 27428 (java) S 27422 27425 23369 0 -1 1077944384 6295 0 0 0 143 18 0 0 20 0 16 0 39315660 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706832477200 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27429] ppid=27422 vsize=10725652 memory=686124 CPUtime=1.61 cores=1,3,5,7
/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 5159 0 0 0 144 17 0 0 20 0 16 0 39315660 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10725652 memory=686124 CPUtime=1.62 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 3647 0 0 0 145 17 0 0 20 0 16 0 39315660 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10725652 memory=686124 CPUtime=1.62 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 4602 0 0 0 145 17 0 0 20 0 16 0 39315660 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10725652 memory=686124 CPUtime=0.16 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 8967 0 0 0 13 3 0 0 20 0 16 0 39315661 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27433] ppid=27422 vsize=10725652 memory=281245734464096 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27433/stat : 27433 (java) S 27422 27425 23369 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 39315662 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706434593952 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27434] ppid=27422 vsize=10725652 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27434/stat : 27434 (java) S 27422 27425 23369 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 39315662 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706433540848 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27435] ppid=27422 vsize=10725652 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27435/stat : 27435 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315664 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706432489424 139706875942811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27436] ppid=27422 vsize=10725652 memory=656468 CPUtime=0.74 cores=1,3,5,7
/proc/27425/task/27436/stat : 27436 (java) S 27422 27425 23369 0 -1 1077944384 4544 0 0 0 73 1 0 0 20 0 16 0 39315664 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706431437552 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27437] ppid=27422 vsize=10725652 memory=686124 CPUtime=0.78 cores=1,3,5,7
/proc/27425/task/27437/stat : 27437 (java) S 27422 27425 23369 0 -1 1077944384 4498 0 0 0 78 0 0 0 20 0 16 0 39315664 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706430385008 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27438] ppid=27422 vsize=10725652 memory=686124 CPUtime=0.4 cores=1,3,5,7
/proc/27425/task/27438/stat : 27438 (java) S 27422 27425 23369 0 -1 1077944384 2679 0 0 0 40 0 0 0 20 0 16 0 39315664 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706429331952 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27439] ppid=27422 vsize=10725652 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27439/stat : 27439 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315665 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706360654688 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27440] ppid=27422 vsize=10725652 memory=656468 CPUtime=1.02 cores=1,3,5,7
/proc/27425/task/27440/stat : 27440 (java) S 27422 27425 23369 0 -1 1077944384 1880 0 0 0 43 59 0 0 20 0 16 0 39315665 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706359601712 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27441] ppid=27422 vsize=10725652 memory=656468 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27441/stat : 27441 (java) S 27422 27425 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315715 10983067648 171531 33554432000 4194304 4196468 140729887861392 139706358547504 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 686124 KiB

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

[startup+2392.36 s]
# the end of solver process 27425 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.76 s, system=1.31117 s

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

[startup+2392.21 s]
/proc/loadavg: 1.96 1.96 2.08 3/221 27777
/proc/meminfo: memFree=22414424/32770624 swapFree=67108860/67108860
[pid=27425] ppid=27422 vsize=10925344 memory=686172 CPUtime=2400.01 cores=1,3,5,7
/proc/27425/stat : 27425 (java) S 27422 27425 23369 0 -1 1077944320 63771 0 0 0 239871 130 0 0 20 0 17 0 39315659 11187552256 171543 33554432000 4194304 4196468 140729887861392 140729887843936 139706875924215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
/proc/27425/statm: 2731336 171543 3180 1 0 2693827 0
[pid=27425/tid=27427] ppid=27422 vsize=10925344 memory=301741394933055803 CPUtime=2390.36 cores=1,3,5,7
/proc/27425/task/27427/stat : 27427 (java) S 27422 27425 23369 0 -1 1077944384 19843 0 0 0 239031 5 0 0 20 0 17 0 39315659 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706880167088 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27428] ppid=27422 vsize=10925344 memory=15815590841420224 CPUtime=1.61 cores=1,3,5,7
/proc/27425/task/27428/stat : 27428 (java) S 27422 27425 23369 0 -1 1077944384 6295 0 0 0 143 18 0 0 20 0 17 0 39315660 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706832477200 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27429] ppid=27422 vsize=10925344 memory=7518875487979595372 CPUtime=1.61 cores=1,3,5,7
/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 5159 0 0 0 144 17 0 0 20 0 17 0 39315660 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10925344 memory=297292551843741983 CPUtime=1.62 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 3647 0 0 0 145 17 0 0 20 0 17 0 39315660 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10925344 memory=288293264019424485 CPUtime=1.62 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 4602 0 0 0 145 17 0 0 20 0 17 0 39315660 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10925344 memory=288293264019424485 CPUtime=0.16 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 8967 0 0 0 13 3 0 0 20 0 17 0 39315661 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27433] ppid=27422 vsize=10925344 memory=288293049254281506 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27433/stat : 27433 (java) S 27422 27425 23369 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 39315662 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706434593952 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27434] ppid=27422 vsize=10925344 memory=288291090765972736 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27434/stat : 27434 (java) S 27422 27425 23369 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 39315662 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706433540848 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27435] ppid=27422 vsize=10925344 memory=288230377007612191 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27435/stat : 27435 (java) S 27422 27425 23369 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39315664 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706432489424 139706875942811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27436] ppid=27422 vsize=10925344 memory=281245732831472 CPUtime=0.74 cores=1,3,5,7
/proc/27425/task/27436/stat : 27436 (java) S 27422 27425 23369 0 -1 1077944384 4544 0 0 0 73 1 0 0 20 0 17 0 39315664 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706431437552 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27437] ppid=27422 vsize=10925344 memory=13902809139906 CPUtime=0.78 cores=1,3,5,7
/proc/27425/task/27437/stat : 27437 (java) S 27422 27425 23369 0 -1 1077944384 4498 0 0 0 78 0 0 0 20 0 17 0 39315664 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706430385008 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27438] ppid=27422 vsize=10925344 memory=1483 CPUtime=0.4 cores=1,3,5,7
/proc/27425/task/27438/stat : 27438 (java) S 27422 27425 23369 0 -1 1077944384 2706 0 0 0 40 0 0 0 20 0 17 0 39315664 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706429331952 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27439] ppid=27422 vsize=10925344 memory=236519 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27439/stat : 27439 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39315665 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706360654688 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27440] ppid=27422 vsize=10925344 memory=2340 CPUtime=1.02 cores=1,3,5,7
/proc/27425/task/27440/stat : 27440 (java) S 27422 27425 23369 0 -1 1077944384 1880 0 0 0 43 59 0 0 20 0 17 0 39315665 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706359601712 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 686172 KiB

[startup+2392.3 s]
/proc/loadavg: 1.96 1.96 2.08 3/221 27777
/proc/meminfo: memFree=22414424/32770624 swapFree=67108860/67108860
[pid=27425] ppid=27422 vsize=10925344 memory=686172 CPUtime=2400.01 cores=1,3,5,7
/proc/27425/stat : 27425 (java) S 27422 27425 23369 0 -1 1077944320 63771 0 0 0 239871 130 0 0 20 0 17 0 39315659 11187552256 171543 33554432000 4194304 4196468 140729887861392 140729887843936 139706875924215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
/proc/27425/statm: 2731336 171543 3180 1 0 2693827 0
[pid=27425/tid=27427] ppid=27422 vsize=10925344 memory=686124 CPUtime=2390.36 cores=1,3,5,7
/proc/27425/task/27427/stat : 27427 (java) S 27422 27425 23369 0 -1 1077944384 19843 0 0 0 239031 5 0 0 20 0 17 0 39315659 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706880167088 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27428] ppid=27422 vsize=10925344 memory=686124 CPUtime=1.61 cores=1,3,5,7
/proc/27425/task/27428/stat : 27428 (java) S 27422 27425 23369 0 -1 1077944384 6295 0 0 0 143 18 0 0 20 0 17 0 39315660 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706832477200 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27429] ppid=27422 vsize=10925344 memory=656468 CPUtime=1.61 cores=1,3,5,7
/proc/27425/task/27429/stat : 27429 (java) S 27422 27425 23369 0 -1 1077944384 5159 0 0 0 144 17 0 0 20 0 17 0 39315660 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706481171600 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27430] ppid=27422 vsize=10925344 memory=686124 CPUtime=1.62 cores=1,3,5,7
/proc/27425/task/27430/stat : 27430 (java) S 27422 27425 23369 0 -1 1077944384 3647 0 0 0 145 17 0 0 20 0 17 0 39315660 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706480118544 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27431] ppid=27422 vsize=10925344 memory=686124 CPUtime=1.62 cores=1,3,5,7
/proc/27425/task/27431/stat : 27431 (java) S 27422 27425 23369 0 -1 1077944384 4602 0 0 0 145 17 0 0 20 0 17 0 39315660 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706479066000 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27432] ppid=27422 vsize=10925344 memory=281245734464096 CPUtime=0.16 cores=1,3,5,7
/proc/27425/task/27432/stat : 27432 (java) S 27422 27425 23369 0 -1 1077944384 8967 0 0 0 13 3 0 0 20 0 17 0 39315661 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706435647728 139706875935362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27433] ppid=27422 vsize=10925344 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27433/stat : 27433 (java) S 27422 27425 23369 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 39315662 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706434593952 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27434] ppid=27422 vsize=10925344 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27434/stat : 27434 (java) S 27422 27425 23369 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 39315662 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706433540848 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27435] ppid=27422 vsize=10925344 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27435/stat : 27435 (java) S 27422 27425 23369 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39315664 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706432489424 139706875942811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27436] ppid=27422 vsize=10925344 memory=686124 CPUtime=0.74 cores=1,3,5,7
/proc/27425/task/27436/stat : 27436 (java) S 27422 27425 23369 0 -1 1077944384 4544 0 0 0 73 1 0 0 20 0 17 0 39315664 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706431437552 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27437] ppid=27422 vsize=10925344 memory=686124 CPUtime=0.78 cores=1,3,5,7
/proc/27425/task/27437/stat : 27437 (java) S 27422 27425 23369 0 -1 1077944384 4498 0 0 0 78 0 0 0 20 0 17 0 39315664 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706430385008 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27438] ppid=27422 vsize=10925344 memory=686124 CPUtime=0.4 cores=1,3,5,7
/proc/27425/task/27438/stat : 27438 (java) S 27422 27425 23369 0 -1 1077944384 2706 0 0 0 40 0 0 0 20 0 17 0 39315664 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706429331952 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27439] ppid=27422 vsize=10925344 memory=686124 CPUtime=0 cores=1,3,5,7
/proc/27425/task/27439/stat : 27439 (java) S 27422 27425 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39315665 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706360654688 139706875934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
[pid=27425/tid=27440] ppid=27422 vsize=10925344 memory=656468 CPUtime=1.02 cores=1,3,5,7
/proc/27425/task/27440/stat : 27440 (java) S 27422 27425 23369 0 -1 1077944384 1880 0 0 0 43 59 0 0 20 0 17 0 39315665 11187552256 171543 33554432000 4194304 4196468 140729887861392 139706359601712 139706875935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140729887863921 140729887864073 140729887864073 140729887866831 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 686172 KiB

Child status: 143
Real time (s): 2392.36
CPU time (s): 2400.08
CPU user time (s): 2398.76
CPU system time (s): 1.31117
CPU usage (%): 100.322
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 747520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.76
system time used= 1.31117
maximum resident set size= 747548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63994
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54291
involuntary context switches= 1482


# summary of solver processes directly reported to runsolver:
#   pid: 27425
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.76
#   total CPU system time (s): 1.31117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0181 second user time and 21.3929 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 01:58:45
IDJOB=4290207
IDBENCH=141414
IDSOLVER=2742
FILE ID=node135/4290207-1532217525
RUNJOBID= node135-1532209914-25961
PBS_JOBID= 21018932
Free space on /tmp= 52936 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-13_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290207-1532217525/watcher-4290207-1532217525 -o /tmp/evaluation-result-4290207-1532217525/solver-4290207-1532217525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25961 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290207-1532217525.xml

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

MD5SUM BENCH= d20946c70cb8756d1a4b7fb63c02a1de
RANDOM SEED=501706340

node135.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.50
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.50
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.50
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.50
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:        23135308 kB
MemAvailable:   31506224 kB
Buffers:          131232 kB
Cached:          8447416 kB
SwapCached:            0 kB
Active:          1716452 kB
Inactive:        7347808 kB
Active(anon):     435340 kB
Inactive(anon):    69908 kB
Active(file):    1281112 kB
Inactive(file):  7277900 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2116 kB
Writeback:             0 kB
AnonPages:        525292 kB
Mapped:            46976 kB
Shmem:             17056 kB
Slab:             267744 kB
SReclaimable:     240364 kB
SUnreclaim:        27380 kB
KernelStack:        3888 kB
PageTables:         5860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1041520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52932 MiB
End job on node135 at 2018-07-22 02:38:37