Trace number 4263443

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1299 2487.3799

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-035-table.xml
MD5SUMa1986a388496cbad28b51565268569f0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.187277
Satisfiable
(Un)Satisfiability was proved
Number of variables576
Number of constraints48
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":576}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":576}]
Minimum constraint arity24
Maximum constraint arity24
Distribution of constraint arities[{"arity":24,"count":48}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263443-1502631191/watcher-4263443-1502631191 -o /tmp/evaluation-result-4263443-1502631191/solver-4263443-1502631191 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263443-1502631191.xml 

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

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


[startup+0.102993 s]*
/proc/loadavg: 4.19 4.22 3.70 4/216 5279
/proc/meminfo: memFree=24241312/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555400 memory=30548 CPUtime=0.13 cores=1,3,5,7
/proc/5264/stat : 5264 (java) S 5261 5264 3242 0 -1 1077944320 6767 0 0 0 12 1 0 0 20 0 15 0 96200060 10808729600 7637 33554432000 4194304 4196468 140728857941104 140728857923648 139744268046071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
/proc/5264/statm: 2638850 7637 2790 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555400 memory=-8392842158119154880 CPUtime=0.09 cores=1,3,5,7
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 3242 0 -1 4202560 4611 0 0 0 9 0 0 0 20 0 15 0 96200060 10808729600 7637 33554432000 4194304 4196468 140728857941104 139744272260064 139744268067997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5267] ppid=5261 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96200061 10808729600 7637 33554432000 4194304 4196468 140728857941104 139744220667024 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5268] ppid=5261 vsize=10555400 memory=140466374141568 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808729600 7637 33554432000 4194304 4196468 140728857941104 139744219614224 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808729600 7637 33554432000 4194304 4196468 140728857941104 139744218561424 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808729600 7637 33554432000 4194304 4196468 140728857941104 139744217508624 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10555400 memory=140466374141568 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96200063 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743572990320 139744268057218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5272] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96200063 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743571936288 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5273] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96200063 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743570883440 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5274] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96200066 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743569831760 139744268064667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5275] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 3242 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 96200066 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743568780144 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5276] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 3242 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 96200066 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743567727344 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5277] ppid=5261 vsize=10555400 memory=140466374141568 CPUtime=0.02 cores=1,3,5,7
/proc/5264/task/5277/stat : 5277 (java) R 5261 5264 3242 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 96200066 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743566674544 139744252238811 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5278] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96200066 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743565621984 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5279] ppid=5261 vsize=10555400 memory=140466374141568 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200066 10808729600 7637 33554432000 4194304 4196468 140728857941104 139743564569264 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30548 KiB

[startup+0.212327 s]*
/proc/loadavg: 4.19 4.22 3.70 3/216 5279
/proc/meminfo: memFree=24228720/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555400 memory=42832 CPUtime=0.31 cores=1,3,5,7
/proc/5264/stat : 5264 (java) S 5261 5264 3242 0 -1 1077944320 8522 0 0 0 30 1 0 0 20 0 15 0 96200060 10808729600 10708 33554432000 4194304 4196468 140728857941104 140728857923648 139744268046071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
/proc/5264/statm: 2638850 10708 2959 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 3242 0 -1 4202560 5251 0 0 0 19 1 0 0 20 0 15 0 96200060 10808729600 10708 33554432000 4194304 4196468 140728857941104 139744272278272 139744252126558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5267] ppid=5261 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96200061 10808729600 10708 33554432000 4194304 4196468 140728857941104 139744220667024 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5268] ppid=5261 vsize=10555400 memory=140466374147018 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808729600 10708 33554432000 4194304 4196468 140728857941104 139744219614224 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808729600 10708 33554432000 4194304 4196468 140728857941104 139744218561424 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808729600 10708 33554432000 4194304 4196468 140728857941104 139744217508624 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10555400 memory=140466374141568 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96200063 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743572990320 139744268057218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5272] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96200063 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743571936288 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5273] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96200063 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743570883440 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5274] ppid=5261 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96200066 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743569831760 139744268064667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5275] ppid=5261 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 3242 0 -1 1077944384 771 0 0 0 1 0 0 0 20 0 15 0 96200066 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743568780144 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5276] ppid=5261 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 3242 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 96200066 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743567727344 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5277] ppid=5261 vsize=10555400 memory=140466374141568 CPUtime=0.06 cores=1,3,5,7
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 3242 0 -1 1077944384 745 0 0 0 6 0 0 0 20 0 15 0 96200066 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743566674544 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5278] ppid=5261 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96200066 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743565621984 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5279] ppid=5261 vsize=10555400 memory=140466374141568 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200066 10808729600 10708 33554432000 4194304 4196468 140728857941104 139743564569264 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42832 KiB

[startup+0.310422 s]*
/proc/loadavg: 4.19 4.22 3.70 5/216 5279
/proc/meminfo: memFree=24224812/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555476 memory=47616 CPUtime=0.49 cores=1,3,5,7
/proc/5264/stat : 5264 (java) S 5261 5264 3242 0 -1 1077944320 9112 0 0 0 48 1 0 0 20 0 15 0 96200060 10808807424 11904 33554432000 4194304 4196468 140728857941104 140728857923648 139744268046071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
/proc/5264/statm: 2638869 11904 3023 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 3242 0 -1 4202560 5717 0 0 0 28 1 0 0 20 0 15 0 96200060 10808807424 11904 33554432000 4194304 4196468 140728857941104 139744272280560 139744252089701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5267] ppid=5261 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96200061 10808807424 11904 33554432000 4194304 4196468 140728857941104 139744220667024 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5268] ppid=5261 vsize=10555476 memory=14273834523387544 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808807424 11904 33554432000 4194304 4196468 140728857941104 139744219614224 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808807424 11904 33554432000 4194304 4196468 140728857941104 139744218561424 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808807424 11904 33554432000 4194304 4196468 140728857941104 139744217508624 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10555476 memory=140466374141568 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96200063 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743572990320 139744268057218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5272] ppid=5261 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96200063 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743571936288 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5273] ppid=5261 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96200063 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743570883440 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5274] ppid=5261 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96200066 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743569831760 139744268064667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5275] ppid=5261 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5264/task/5275/stat : 5275 (java) R 5261 5264 3242 0 -1 4202560 820 0 0 0 4 0 0 0 20 0 15 0 96200066 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743568780144 139744268058006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5276] ppid=5261 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5264/task/5276/stat : 5276 (java) R 5261 5264 3242 0 -1 1077944384 414 0 0 0 3 0 0 0 20 0 15 0 96200066 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743567727344 139744268057218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5277] ppid=5261 vsize=10555476 memory=140466374141568 CPUtime=0.11 cores=1,3,5,7
/proc/5264/task/5277/stat : 5277 (java) R 5261 5264 3242 0 -1 4202560 796 0 0 0 11 0 0 0 20 0 15 0 96200066 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743566674544 139744268067418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5278] ppid=5261 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96200066 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743565621984 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5279] ppid=5261 vsize=10555476 memory=140466374141568 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200066 10808807424 11904 33554432000 4194304 4196468 140728857941104 139743564569264 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47616 KiB

[startup+0.700805 s]
/proc/loadavg: 4.19 4.22 3.70 5/216 5279
/proc/meminfo: memFree=24184544/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555476 memory=156780 CPUtime=1.8 cores=1,3,5,7
/proc/5264/stat : 5264 (java) S 5261 5264 3242 0 -1 1077944320 13997 0 0 0 175 5 0 0 20 0 15 0 96200060 10808807424 39195 33554432000 4194304 4196468 140728857941104 140728857923648 139744268046071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
/proc/5264/statm: 2638869 39195 3106 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555476 memory=1732 CPUtime=0.68 cores=1,3,5,7
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 3242 0 -1 4202560 6015 0 0 0 65 3 0 0 20 0 15 0 96200060 10808807424 39195 33554432000 4194304 4196468 140728857941104 139744272272368 139743894600240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5267] ppid=5261 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96200061 10808807424 39195 33554432000 4194304 4196468 140728857941104 139744220667024 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5268] ppid=5261 vsize=10555476 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808807424 39195 33554432000 4194304 4196468 140728857941104 139744219614224 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10555476 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808807424 39195 33554432000 4194304 4196468 140728857941104 139744218561424 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10555476 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200061 10808807424 39195 33554432000 4194304 4196468 140728857941104 139744217508624 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10555476 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96200063 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743572990320 139744268057218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5272] ppid=5261 vsize=10555476 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96200063 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743571936288 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5273] ppid=5261 vsize=10555476 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96200063 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743570883440 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5274] ppid=5261 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96200066 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743569831760 139744268064667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5275] ppid=5261 vsize=10555476 memory=7519159149027546218 CPUtime=0.4 cores=1,3,5,7
/proc/5264/task/5275/stat : 5275 (java) R 5261 5264 3242 0 -1 4202560 2677 0 0 0 40 0 0 0 20 0 15 0 96200066 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743568766072 139744247739175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5276] ppid=5261 vsize=10555476 memory=7523071198212214892 CPUtime=0.39 cores=1,3,5,7
/proc/5264/task/5276/stat : 5276 (java) R 5261 5264 3242 0 -1 4202560 2313 0 0 0 39 0 0 0 20 0 15 0 96200066 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743567712008 139744246212552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5277] ppid=5261 vsize=10555476 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 3242 0 -1 1077944384 1626 0 0 0 29 0 0 0 20 0 15 0 96200066 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743566674544 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5278] ppid=5261 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96200066 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743565621984 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5279] ppid=5261 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96200066 10808807424 39195 33554432000 4194304 4196468 140728857941104 139743564569264 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 156780 KiB

[startup+1.5094 s]
/proc/loadavg: 4.19 4.22 3.70 5/216 5279
/proc/meminfo: memFree=24061924/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10555476 memory=377832 CPUtime=4.31 cores=1,3,5,7
/proc/5264/stat : 5264 (java) S 5261 5264 3242 0 -1 1077944320 17847 0 0 0 417 14 0 0 20 0 15 0 96200060 10808807424 94458 33554432000 4194304 4196468 140728857941104 140728857923648 139744268046071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
/proc/5264/statm: 2638869 94458 3134 1 0 2627263 0
[pid=5264/tid=5266] ppid=5261 vsize=10555476 memory=8112282956445269571 CPUtime=1.39 cores=1,3,5,7
/proc/5264/task/5266/stat : 5266 (java) S 5261 5264 3242 0 -1 1077944384 6085 0 0 0 135 4 0 0 20 0 15 0 96200060 10808807424 94458 33554432000 4194304 4196468 140728857941104 139744272278128 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5267] ppid=5261 vsize=10555476 memory=-8754540793456063680 CPUtime=0.04 cores=1,3,5,7
/proc/5264/task/5267/stat : 5267 (java) R 5261 5264 3242 0 -1 4202560 117 0 0 0 4 0 0 0 20 0 15 0 96200061 10808807424 94458 33554432000 4194304 4196468 140728857941104 139744220667024 139744253073945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5268] ppid=5261 vsize=10555476 memory=-2843869621055772062 CPUtime=0.03 cores=1,3,5,7
/proc/5264/task/5268/stat : 5268 (java) R 5261 5264 3242 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 15 0 96200061 10808807424 94970 33554432000 4194304 4196468 140728857941104 139744219614224 139744253073963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10555476 memory=5450919713671312938 CPUtime=0.07 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) R 5261 5264 3242 0 -1 4202560 108 0 0 0 5 2 0 0 20 0 15 0 96200061 10808807424 94970 33554432000 4194304 4196468 140728857941104 139744218561624 139744253073936 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10555476 memory=7005738693937936738 CPUtime=0.07 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) R 5261 5264 3242 0 -1 4202560 150 0 0 0 5 2 0 0 20 0 15 0 96200061 10808807424 94970 33554432000 4194304 4196468 140728857941104 139744217508824 139744253073954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96200063 10808807424 94970 33554432000 4194304 4196468 140728857941104 139743572988832 139744268056277 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0

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

/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 3242 0 -1 1077944384 116504 0 0 0 800 85 0 0 20 0 16 0 96200061 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139744219614224 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10622040 memory=4365464 CPUtime=8.9 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 3242 0 -1 1077944384 94453 0 0 0 806 84 0 0 20 0 16 0 96200061 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139744218561424 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10622040 memory=4365464 CPUtime=8.84 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 3242 0 -1 1077944384 98726 0 0 0 802 82 0 0 20 0 16 0 96200061 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139744217508624 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0.95 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 31928 0 0 0 90 5 0 0 20 0 16 0 96200063 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743572990320 139744268057218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5272] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 3242 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 96200063 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743571936352 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5273] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 3242 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96200063 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743570883456 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5274] ppid=5261 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743569831760 139744268064667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5275] ppid=5261 vsize=10622040 memory=28240 CPUtime=2.4 cores=1,3,5,7
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 3242 0 -1 1077944384 9641 0 0 0 238 2 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743568780144 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5276] ppid=5261 vsize=10622040 memory=4365464 CPUtime=2.17 cores=1,3,5,7
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 3242 0 -1 1077944384 11073 0 0 0 215 2 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743567727344 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5277] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0.43 cores=1,3,5,7
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 3242 0 -1 1077944384 4176 0 0 0 42 1 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743566674544 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5278] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743565621984 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5279] ppid=5261 vsize=10622040 memory=1572 CPUtime=1.32 cores=1,3,5,7
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 3242 0 -1 1077944384 2409 0 0 0 60 72 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743564569264 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5280] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5280/stat : 5280 (java) S 5261 5264 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96200393 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743563514800 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
Current children cumulated CPU time: 2475.2 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4365464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.11 s]
/proc/loadavg: 2.04 2.12 2.52 3/217 5516
/proc/meminfo: memFree=20498624/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10622040 memory=4365464 CPUtime=2520.04 cores=1,3,5,7
/proc/5264/stat : 5264 (java) S 5261 5264 3242 0 -1 1077944320 687336 0 0 0 251551 453 0 0 20 0 16 0 96200060 10876968960 1091366 33554432000 4194304 4196468 140728857941104 140728857923648 139744268046071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
/proc/5264/statm: 2655510 1091366 3170 1 0 2643904 0
[pid=5264/tid=5266] ppid=5261 vsize=10622040 memory=4365464 CPUtime=2477.19 cores=1,3,5,7
/proc/5264/task/5266/stat : 5266 (java) R 5261 5264 3242 0 -1 4202560 197371 0 0 0 247674 45 0 0 20 0 16 0 96200060 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139744272285056 139743892421656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5267] ppid=5261 vsize=10622040 memory=4365464 CPUtime=8.87 cores=1,3,5,7
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 3242 0 -1 1077944384 119537 0 0 0 804 83 0 0 20 0 16 0 96200061 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139744220667024 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5268] ppid=5261 vsize=10622040 memory=4365464 CPUtime=8.85 cores=1,3,5,7
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 3242 0 -1 1077944384 116504 0 0 0 800 85 0 0 20 0 16 0 96200061 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139744219614224 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10622040 memory=4365464 CPUtime=8.9 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 3242 0 -1 1077944384 94453 0 0 0 806 84 0 0 20 0 16 0 96200061 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139744218561424 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10622040 memory=4365464 CPUtime=8.84 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 3242 0 -1 1077944384 98726 0 0 0 802 82 0 0 20 0 16 0 96200061 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139744217508624 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10622040 memory=1436 CPUtime=0.95 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 31938 0 0 0 90 5 0 0 20 0 16 0 96200063 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743572990320 139744268057218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5272] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 3242 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 96200063 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743571936352 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5273] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 3242 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 96200063 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743570883456 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5274] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743569831760 139744268064667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5275] ppid=5261 vsize=10622040 memory=4365464 CPUtime=2.4 cores=1,3,5,7
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 3242 0 -1 1077944384 9651 0 0 0 238 2 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743568780144 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5276] ppid=5261 vsize=10622040 memory=4144 CPUtime=2.17 cores=1,3,5,7
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 3242 0 -1 1077944384 11076 0 0 0 215 2 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743567727344 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5277] ppid=5261 vsize=10622040 memory=280932470730240 CPUtime=0.43 cores=1,3,5,7
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 3242 0 -1 1077944384 4182 0 0 0 42 1 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743566674544 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5278] ppid=5261 vsize=10622040 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743565621984 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5279] ppid=5261 vsize=10622040 memory=1196 CPUtime=1.34 cores=1,3,5,7
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 3242 0 -1 1077944384 2447 0 0 0 61 73 0 0 20 0 16 0 96200066 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743564569264 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5280] ppid=5261 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5280/stat : 5280 (java) S 5261 5264 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96200393 10876968960 1091366 33554432000 4194304 4196468 140728857941104 139743563514800 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 4365464 KiB

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

[startup+2487.38 s]
# the end of solver process 5264 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.57 s, system=4.55653 s

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

[startup+2487.21 s]
/proc/loadavg: 2.04 2.12 2.52 3/217 5516
/proc/meminfo: memFree=20498624/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10756196 memory=4365760 CPUtime=2520.05 cores=1,3,5,7
/proc/5264/stat : 5264 (java) S 5261 5264 3242 0 -1 1077944320 688466 0 0 0 251552 453 0 0 20 0 17 0 96200060 11014344704 1091440 33554432000 4194304 4196468 140728857941104 140728857923648 139744268046071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
/proc/5264/statm: 2689049 1091440 3173 1 0 2677443 0
[pid=5264/tid=5266] ppid=5261 vsize=10756196 memory=4365464 CPUtime=2477.2 cores=1,3,5,7
/proc/5264/task/5266/stat : 5266 (java) S 5261 5264 3242 0 -1 1077944384 197461 0 0 0 247675 45 0 0 20 0 17 0 96200060 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744272288944 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5267] ppid=5261 vsize=10756196 memory=8112282956445269571 CPUtime=8.87 cores=1,3,5,7
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 3242 0 -1 1077944384 119537 0 0 0 804 83 0 0 20 0 17 0 96200061 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744220667024 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5268] ppid=5261 vsize=10756196 memory=1012 CPUtime=8.85 cores=1,3,5,7
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 3242 0 -1 1077944384 116504 0 0 0 800 85 0 0 20 0 17 0 96200061 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744219614224 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10756196 memory=1712 CPUtime=8.9 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 3242 0 -1 1077944384 94453 0 0 0 806 84 0 0 20 0 17 0 96200061 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744218561424 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10756196 memory=1952 CPUtime=8.84 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 3242 0 -1 1077944384 98726 0 0 0 802 82 0 0 20 0 17 0 96200061 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744217508624 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10756196 memory=1240 CPUtime=0.95 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 31938 0 0 0 90 5 0 0 20 0 17 0 96200063 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743572990320 139744268057218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5272] ppid=5261 vsize=10756196 memory=960 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 3242 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 96200063 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743571936352 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5273] ppid=5261 vsize=10756196 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 3242 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 96200063 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743570883456 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5274] ppid=5261 vsize=10756196 memory=932 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 3242 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743569831760 139744268064667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5275] ppid=5261 vsize=10756196 memory=1572 CPUtime=2.4 cores=1,3,5,7
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 3242 0 -1 1077944384 9651 0 0 0 238 2 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743568780144 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5276] ppid=5261 vsize=10756196 memory=1692 CPUtime=2.17 cores=1,3,5,7
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 3242 0 -1 1077944384 11076 0 0 0 215 2 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743567727344 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5277] ppid=5261 vsize=10756196 memory=916 CPUtime=0.43 cores=1,3,5,7
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 3242 0 -1 1077944384 4650 0 0 0 42 1 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743566674544 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5278] ppid=5261 vsize=10756196 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743565621984 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5279] ppid=5261 vsize=10756196 memory=2796 CPUtime=1.34 cores=1,3,5,7
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 3242 0 -1 1077944384 2447 0 0 0 61 73 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743564569264 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10756196 KiB
Current children cumulated memory: 4365760 KiB

[startup+2487.3 s]
/proc/loadavg: 2.04 2.12 2.52 3/217 5516
/proc/meminfo: memFree=20498624/32770624 swapFree=67108860/67108860
[pid=5264] ppid=5261 vsize=10756196 memory=4365760 CPUtime=2520.05 cores=1,3,5,7
/proc/5264/stat : 5264 (java) S 5261 5264 3242 0 -1 1077944320 688466 0 0 0 251552 453 0 0 20 0 17 0 96200060 11014344704 1091440 33554432000 4194304 4196468 140728857941104 140728857923648 139744268046071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
/proc/5264/statm: 2689049 1091440 3173 1 0 2677443 0
[pid=5264/tid=5266] ppid=5261 vsize=10756196 memory=4144 CPUtime=2477.2 cores=1,3,5,7
/proc/5264/task/5266/stat : 5266 (java) S 5261 5264 3242 0 -1 1077944384 197461 0 0 0 247675 45 0 0 20 0 17 0 96200060 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744272288944 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5267] ppid=5261 vsize=10756196 memory=4365464 CPUtime=8.87 cores=1,3,5,7
/proc/5264/task/5267/stat : 5267 (java) S 5261 5264 3242 0 -1 1077944384 119537 0 0 0 804 83 0 0 20 0 17 0 96200061 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744220667024 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5268] ppid=5261 vsize=10756196 memory=4365464 CPUtime=8.85 cores=1,3,5,7
/proc/5264/task/5268/stat : 5268 (java) S 5261 5264 3242 0 -1 1077944384 116504 0 0 0 800 85 0 0 20 0 17 0 96200061 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744219614224 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5269] ppid=5261 vsize=10756196 memory=4365464 CPUtime=8.9 cores=1,3,5,7
/proc/5264/task/5269/stat : 5269 (java) S 5261 5264 3242 0 -1 1077944384 94453 0 0 0 806 84 0 0 20 0 17 0 96200061 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744218561424 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5270] ppid=5261 vsize=10756196 memory=1436 CPUtime=8.84 cores=1,3,5,7
/proc/5264/task/5270/stat : 5270 (java) S 5261 5264 3242 0 -1 1077944384 98726 0 0 0 802 82 0 0 20 0 17 0 96200061 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139744217508624 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5271] ppid=5261 vsize=10756196 memory=4365464 CPUtime=0.95 cores=1,3,5,7
/proc/5264/task/5271/stat : 5271 (java) S 5261 5264 3242 0 -1 1077944384 31938 0 0 0 90 5 0 0 20 0 17 0 96200063 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743572990320 139744268057218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5272] ppid=5261 vsize=10756196 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5272/stat : 5272 (java) S 5261 5264 3242 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 96200063 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743571936352 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5273] ppid=5261 vsize=10756196 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5273/stat : 5273 (java) S 5261 5264 3242 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 96200063 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743570883456 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5274] ppid=5261 vsize=10756196 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5274/stat : 5274 (java) S 5261 5264 3242 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743569831760 139744268064667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5275] ppid=5261 vsize=10756196 memory=4365464 CPUtime=2.4 cores=1,3,5,7
/proc/5264/task/5275/stat : 5275 (java) S 5261 5264 3242 0 -1 1077944384 9651 0 0 0 238 2 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743568780144 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5276] ppid=5261 vsize=10756196 memory=4365464 CPUtime=2.17 cores=1,3,5,7
/proc/5264/task/5276/stat : 5276 (java) S 5261 5264 3242 0 -1 1077944384 11076 0 0 0 215 2 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743567727344 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5277] ppid=5261 vsize=10756196 memory=4365464 CPUtime=0.43 cores=1,3,5,7
/proc/5264/task/5277/stat : 5277 (java) S 5261 5264 3242 0 -1 1077944384 4650 0 0 0 42 1 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743566674544 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5278] ppid=5261 vsize=10756196 memory=4365464 CPUtime=0 cores=1,3,5,7
/proc/5264/task/5278/stat : 5278 (java) S 5261 5264 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743565621984 139744268056277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
[pid=5264/tid=5279] ppid=5261 vsize=10756196 memory=1196 CPUtime=1.34 cores=1,3,5,7
/proc/5264/task/5279/stat : 5279 (java) S 5261 5264 3242 0 -1 1077944384 2447 0 0 0 61 73 0 0 20 0 17 0 96200066 11014344704 1091440 33554432000 4194304 4196468 140728857941104 139743564569264 139744268057218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20357120 140728857949318 140728857949471 140728857949471 140728857952207 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10756196 KiB
Current children cumulated memory: 4365760 KiB

Child status: 143
Real time (s): 2487.38
CPU time (s): 2520.13
CPU user time (s): 2515.57
CPU system time (s): 4.55653
CPU usage (%): 101.317
Max. virtual memory (cumulated for all children) (KiB): 10756196
Max. memory (cumulated for all children) (KiB): 4395220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.57
system time used= 4.55653
maximum resident set size= 4417032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 689851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60579
involuntary context switches= 1985


# summary of solver processes directly reported to runsolver:
#   pid: 5264
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.57
#   total CPU system time (s): 4.55653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4871 second user time and 22.2418 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 15:18:53
IDJOB=4263443
IDBENCH=134031
IDSOLVER=2651
FILE ID=node149/4263443-1502631191
RUNJOBID= node149-1502620619-3502
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-035-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263443-1502631191/watcher-4263443-1502631191 -o /tmp/evaluation-result-4263443-1502631191/solver-4263443-1502631191 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263443-1502631191.xml

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

MD5SUM BENCH= a1986a388496cbad28b51565268569f0
RANDOM SEED=886890882

node149.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.43
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.43
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.43
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.43
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:        24260700 kB
MemAvailable:   28280512 kB
Buffers:          255808 kB
Cached:          4037416 kB
SwapCached:            0 kB
Active:          4737112 kB
Inactive:        3298764 kB
Active(anon):    3745360 kB
Inactive(anon):    24944 kB
Active(file):     991752 kB
Inactive(file):  3273820 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:       3748232 kB
Mapped:            55392 kB
Shmem:             25224 kB
Slab:             166876 kB
SReclaimable:     140152 kB
SUnreclaim:        26724 kB
KernelStack:        3584 kB
PageTables:        12564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4675024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3620864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 16:00:21