Trace number 4292143

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.07 2395.14

General information on the benchmark

NameBacp/Bacp-m1/
Bacp-m1-12a-nodv_c18.xml
MD5SUM6bd8ab3a70062286acb1d027c508a0d0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables882
Number of constraints155
Number of domains8
Minimum domain size2
Maximum domain size15
Distribution of domain sizes[{"size":2,"count":792},{"size":9,"count":12},{"size":12,"count":66},{"size":15,"count":12}]
Minimum variable degree1
Maximum variable degree19
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":804},{"degree":13,"count":11},{"degree":14,"count":20},{"degree":15,"count":15},{"degree":16,"count":9},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":19,"count":4}]
Minimum constraint arity2
Maximum constraint arity67
Distribution of constraint arities[{"arity":2,"count":65},{"arity":13,"count":66},{"arity":67,"count":24}]
Number of extensional constraints66
Number of intensional constraints65
Distribution of constraint types[{"type":"extension","count":66},{"type":"intension","count":65},{"type":"sum","count":12},{"type":"count","count":12}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292143-1532276563/watcher-4292143-1532276563 -o /tmp/evaluation-result-4292143-1532276563/solver-4292143-1532276563 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1809 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292143-1532276563.xml 

running on 4 cores: 0,2,4,6

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

solver pid=4440, runsolver pid=4437

[startup+0.101026 s]*
/proc/loadavg: 2.03 2.03 2.05 2/217 4455
/proc/meminfo: memFree=21188272/32770624 swapFree=67108860/67108860
[pid=4440] ppid=4437 vsize=10659012 memory=30632 CPUtime=0.13 cores=0,2,4,6
/proc/4440/stat : 4440 (java) S 4437 4440 1778 0 -1 1077944320 6720 0 0 0 11 2 0 0 20 0 15 0 45219468 10914828288 7658 33554432000 4194304 4196468 140722882434256 140722882416800 140317681893111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
/proc/4440/statm: 2664753 7658 2814 1 0 2627263 0
[pid=4440/tid=4442] ppid=4437 vsize=10659012 memory=-8825468097811805376 CPUtime=0.09 cores=0,2,4,6
/proc/4440/task/4442/stat : 4442 (java) R 4437 4440 1778 0 -1 4202560 4557 0 0 0 8 1 0 0 20 0 15 0 45219468 10914828288 7658 33554432000 4194304 4196468 140722882434256 140317686115344 140317681915037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4443] ppid=4437 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4443/stat : 4443 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219469 10914828288 7658 33554432000 4194304 4196468 140722882434256 140317607967888 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4444] ppid=4437 vsize=10659012 memory=139989065311872 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4444/stat : 4444 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219469 10914828288 7658 33554432000 4194304 4196468 140722882434256 140317606915088 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4445] ppid=4437 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4445/stat : 4445 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219469 10914828288 7658 33554432000 4194304 4196468 140722882434256 140317605862288 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4446] ppid=4437 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4446/stat : 4446 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219469 10914828288 7658 33554432000 4194304 4196468 140722882434256 140317604809488 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4447] ppid=4437 vsize=10659012 memory=139989065311872 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4447/stat : 4447 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219470 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316716771696 140317681904258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4448] ppid=4437 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4448/stat : 4448 (java) S 4437 4440 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45219471 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316715717664 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4449] ppid=4437 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4449/stat : 4449 (java) S 4437 4440 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45219471 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316714664816 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4450] ppid=4437 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4450/stat : 4450 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45219473 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316713613136 140317681911707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4451] ppid=4437 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4451/stat : 4451 (java) S 4437 4440 1778 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 45219473 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316712561520 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4452] ppid=4437 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4452/stat : 4452 (java) S 4437 4440 1778 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 45219473 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316711508720 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4453] ppid=4437 vsize=10659012 memory=139989065311872 CPUtime=0.02 cores=0,2,4,6
/proc/4440/task/4453/stat : 4453 (java) R 4437 4440 1778 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 45219473 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316710455920 140317660697224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4454] ppid=4437 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4454/stat : 4454 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45219474 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316709403360 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4455] ppid=4437 vsize=10659012 memory=139989065311872 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4455/stat : 4455 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219474 10914828288 7658 33554432000 4194304 4196468 140722882434256 140316708350640 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30632 KiB

[startup+0.210597 s]*
/proc/loadavg: 2.03 2.03 2.05 3/217 4455
/proc/meminfo: memFree=21177604/32770624 swapFree=67108860/67108860
[pid=4440] ppid=4437 vsize=10659012 memory=41884 CPUtime=0.33 cores=0,2,4,6
/proc/4440/stat : 4440 (java) S 4437 4440 1778 0 -1 1077944320 8095 0 0 0 31 2 0 0 20 0 15 0 45219468 10914828288 10471 33554432000 4194304 4196468 140722882434256 140722882416800 140317681893111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
/proc/4440/statm: 2664753 10471 3002 1 0 2627263 0
[pid=4440/tid=4442] ppid=4437 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/4440/task/4442/stat : 4442 (java) R 4437 4440 1778 0 -1 4202560 5020 0 0 0 18 1 0 0 20 0 15 0 45219468 10914828288 10471 33554432000 4194304 4196468 140722882434256 140317686120720 140317681905046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4443] ppid=4437 vsize=10659012 memory=345 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4443/stat : 4443 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219469 10914828288 10471 33554432000 4194304 4196468 140722882434256 140317607967888 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4444] ppid=4437 vsize=10659012 memory=288370365217023616 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4444/stat : 4444 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219469 10914828288 10471 33554432000 4194304 4196468 140722882434256 140317606915088 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4445] ppid=4437 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4445/stat : 4445 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219469 10914828288 10471 33554432000 4194304 4196468 140722882434256 140317605862288 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4446] ppid=4437 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4446/stat : 4446 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219469 10914828288 10471 33554432000 4194304 4196468 140722882434256 140317604809488 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4447] ppid=4437 vsize=10659012 memory=139989065311872 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4447/stat : 4447 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219470 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316716771696 140317681904258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4448] ppid=4437 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4448/stat : 4448 (java) S 4437 4440 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45219471 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316715717664 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4449] ppid=4437 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4449/stat : 4449 (java) S 4437 4440 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45219471 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316714664816 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4450] ppid=4437 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4450/stat : 4450 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45219473 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316713613136 140317681911707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4451] ppid=4437 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4440/task/4451/stat : 4451 (java) S 4437 4440 1778 0 -1 1077944384 764 0 0 0 2 0 0 0 20 0 15 0 45219473 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316712561520 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4452] ppid=4437 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4440/task/4452/stat : 4452 (java) S 4437 4440 1778 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 15 0 45219473 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316711508720 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4453] ppid=4437 vsize=10659012 memory=139989065311872 CPUtime=0.07 cores=0,2,4,6
/proc/4440/task/4453/stat : 4453 (java) R 4437 4440 1778 0 -1 4202560 692 0 0 0 7 0 0 0 20 0 15 0 45219473 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316710455920 140317674130238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4454] ppid=4437 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4454/stat : 4454 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45219474 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316709403360 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4455] ppid=4437 vsize=10659012 memory=139989065311872 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4455/stat : 4455 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219474 10914828288 10471 33554432000 4194304 4196468 140722882434256 140316708350640 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41884 KiB

[startup+0.320836 s]*
/proc/loadavg: 2.03 2.03 2.05 6/217 4455
/proc/meminfo: memFree=21170532/32770624 swapFree=67108860/67108860
[pid=4440] ppid=4437 vsize=10659088 memory=49668 CPUtime=0.57 cores=0,2,4,6
/proc/4440/stat : 4440 (java) S 4437 4440 1778 0 -1 1077944320 8966 0 0 0 55 2 0 0 20 0 15 0 45219468 10914906112 12417 33554432000 4194304 4196468 140722882434256 140722882416800 140317681893111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
/proc/4440/statm: 2664772 12417 3066 1 0 2627263 0
[pid=4440/tid=4442] ppid=4437 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=0,2,4,6
/proc/4440/task/4442/stat : 4442 (java) R 4437 4440 1778 0 -1 4202560 5628 0 0 0 29 2 0 0 20 0 15 0 45219468 10914906112 12417 33554432000 4194304 4196468 140722882434256 140317686127568 140317681915037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4443] ppid=4437 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4443/stat : 4443 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219469 10914906112 12417 33554432000 4194304 4196468 140722882434256 140317607967888 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4444] ppid=4437 vsize=10659088 memory=13708186763044504 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4444/stat : 4444 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219469 10914906112 12417 33554432000 4194304 4196468 140722882434256 140317606915088 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4445] ppid=4437 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4445/stat : 4445 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219469 10914906112 12417 33554432000 4194304 4196468 140722882434256 140317605862288 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4446] ppid=4437 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4446/stat : 4446 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219469 10914906112 12417 33554432000 4194304 4196468 140722882434256 140317604809488 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4447] ppid=4437 vsize=10659088 memory=139989065311872 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4447/stat : 4447 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219470 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316716771696 140317681904258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4448] ppid=4437 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4448/stat : 4448 (java) S 4437 4440 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45219471 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316715717664 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4449] ppid=4437 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4449/stat : 4449 (java) S 4437 4440 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45219471 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316714664816 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4450] ppid=4437 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4450/stat : 4450 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45219473 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316713613136 140317681911707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4451] ppid=4437 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/4440/task/4451/stat : 4451 (java) R 4437 4440 1778 0 -1 4202560 794 0 0 0 5 0 0 0 20 0 15 0 45219473 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316712548064 140317661135644 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4452] ppid=4437 vsize=10659088 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/4440/task/4452/stat : 4452 (java) R 4437 4440 1778 0 -1 4202560 383 0 0 0 6 0 0 0 20 0 15 0 45219473 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316711500048 140317667957280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4453] ppid=4437 vsize=10659088 memory=139989065311872 CPUtime=0.13 cores=0,2,4,6
/proc/4440/task/4453/stat : 4453 (java) R 4437 4440 1778 0 -1 4202560 807 0 0 0 13 0 0 0 20 0 15 0 45219473 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316710452856 140317660545087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4454] ppid=4437 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4454/stat : 4454 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45219474 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316709403360 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4455] ppid=4437 vsize=10659088 memory=139989065311872 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4455/stat : 4455 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219474 10914906112 12417 33554432000 4194304 4196468 140722882434256 140316708350640 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49668 KiB

[startup+0.700739 s]
/proc/loadavg: 2.03 2.03 2.05 5/217 4455
/proc/meminfo: memFree=21118044/32770624 swapFree=67108860/67108860
[pid=4440] ppid=4437 vsize=10659088 memory=172884 CPUtime=1.72 cores=0,2,4,6
/proc/4440/stat : 4440 (java) S 4437 4440 1778 0 -1 1077944320 16818 0 0 0 166 6 0 0 20 0 15 0 45219468 10914906112 43221 33554432000 4194304 4196468 140722882434256 140722882416800 140317681893111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
/proc/4440/statm: 2664772 43221 3111 1 0 2627263 0
[pid=4440/tid=4442] ppid=4437 vsize=10659088 memory=16436 CPUtime=0.68 cores=0,2,4,6
/proc/4440/task/4442/stat : 4442 (java) R 4437 4440 1778 0 -1 4202560 6071 0 0 0 64 4 0 0 20 0 15 0 45219468 10914906112 43221 33554432000 4194304 4196468 140722882434256 140317686122672 140317269715552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4443] ppid=4437 vsize=10659088 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4443/stat : 4443 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219469 10914906112 43221 33554432000 4194304 4196468 140722882434256 140317607967888 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4444] ppid=4437 vsize=10659088 memory=640 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4444/stat : 4444 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219469 10914906112 43221 33554432000 4194304 4196468 140722882434256 140317606915088 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4445] ppid=4437 vsize=10659088 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4445/stat : 4445 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45219469 10914906112 43221 33554432000 4194304 4196468 140722882434256 140317605862288 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4446] ppid=4437 vsize=10659088 memory=960 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4446/stat : 4446 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219469 10914906112 43221 33554432000 4194304 4196468 140722882434256 140317604809488 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4447] ppid=4437 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4447/stat : 4447 (java) S 4437 4440 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45219470 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316716771696 140317681904258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4448] ppid=4437 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4448/stat : 4448 (java) S 4437 4440 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45219471 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316715717664 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4449] ppid=4437 vsize=10659088 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4449/stat : 4449 (java) S 4437 4440 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45219471 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316714664816 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4450] ppid=4437 vsize=10659088 memory=7157735280297596770 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4450/stat : 4450 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45219473 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316713613136 140317681911707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4451] ppid=4437 vsize=10659088 memory=7662404636340545643 CPUtime=0.34 cores=0,2,4,6
/proc/4440/task/4451/stat : 4451 (java) R 4437 4440 1778 0 -1 4202560 3681 0 0 0 33 1 0 0 20 0 15 0 45219473 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316712542632 140317665378975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4452] ppid=4437 vsize=10659088 memory=7378981213373228397 CPUtime=0.39 cores=0,2,4,6
/proc/4440/task/4452/stat : 4452 (java) R 4437 4440 1778 0 -1 4202560 3539 0 0 0 39 0 0 0 20 0 15 0 45219473 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316711497152 140317663416060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4453] ppid=4437 vsize=10659088 memory=7666348541231060838 CPUtime=0.29 cores=0,2,4,6
/proc/4440/task/4453/stat : 4453 (java) S 4437 4440 1778 0 -1 1077944384 2155 0 0 0 29 0 0 0 20 0 15 0 45219473 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316710455920 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4454] ppid=4437 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4454/stat : 4454 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45219474 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316709403360 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4455] ppid=4437 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4455/stat : 4455 (java) S 4437 4440 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45219474 10914906112 43221 33554432000 4194304 4196468 140722882434256 140316708350640 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 172884 KiB

[startup+1.50073 s]
/proc/loadavg: 2.11 2.05 2.05 6/217 4455
/proc/meminfo: memFree=21002100/32770624 swapFree=67108860/67108860
[pid=4440] ppid=4437 vsize=10727700 memory=209844 CPUtime=3.91 cores=0,2,4,6
/proc/4440/stat : 4440 (java) S 4437 4440 1778 0 -1 1077944320 18434 0 0 0 382 9 0 0 20 0 16 0 45219468 10985164800 52461 33554432000 4194304 4196468 140722882434256 140722882416800 140317681893111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
/proc/4440/statm: 2681925 52461 3139 1 0 2644416 0
[pid=4440/tid=4442] ppid=4437 vsize=10727700 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/4440/task/4442/stat : 4442 (java) R 4437 4440 1778 0 -1 4202560 6161 0 0 0 141 4 0 0 20 0 16 0 45219468 10985164800 52461 33554432000 4194304 4196468 140722882434256 140317686129976 140317274079879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4443] ppid=4437 vsize=10727700 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4440/task/4443/stat : 4443 (java) S 4437 4440 1778 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 45219469 10985164800 52461 33554432000 4194304 4196468 140722882434256 140317607967888 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4444] ppid=4437 vsize=10727700 memory=43772361331 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4444/stat : 4444 (java) S 4437 4440 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45219469 10985164800 52461 33554432000 4194304 4196468 140722882434256 140317606915088 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4445] ppid=4437 vsize=10727700 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4445/stat : 4445 (java) S 4437 4440 1778 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 45219469 10985164800 52461 33554432000 4194304 4196468 140722882434256 140317605862288 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4446] ppid=4437 vsize=10727700 memory=8112282956445269571 CPUtime=0.01 cores=0,2,4,6
/proc/4440/task/4446/stat : 4446 (java) S 4437 4440 1778 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 45219469 10985164800 52461 33554432000 4194304 4196468 140722882434256 140317604809488 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4447] ppid=4437 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4447/stat : 4447 (java) S 4437 4440 1778 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 45219470 10985164800 52461 33554432000 4194304 4196468 140722882434256 140316716771696 140317681904258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0

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

/proc/4440/task/4448/stat : 4448 (java) S 4437 4440 1778 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 45219471 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316715717728 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4449] ppid=4437 vsize=10727700 memory=535992 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4449/stat : 4449 (java) S 4437 4440 1778 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 45219471 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316714664832 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4450] ppid=4437 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4450/stat : 4450 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45219473 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316713613136 140317681911707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4451] ppid=4437 vsize=10727700 memory=15252 CPUtime=1.28 cores=0,2,4,6
/proc/4440/task/4451/stat : 4451 (java) S 4437 4440 1778 0 -1 1077944384 7507 0 0 0 127 1 0 0 20 0 16 0 45219473 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316712561520 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4452] ppid=4437 vsize=10727700 memory=535992 CPUtime=1.21 cores=0,2,4,6
/proc/4440/task/4452/stat : 4452 (java) S 4437 4440 1778 0 -1 1077944384 6501 0 0 0 119 2 0 0 20 0 16 0 45219473 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316711508720 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4453] ppid=4437 vsize=10727700 memory=7532 CPUtime=0.44 cores=0,2,4,6
/proc/4440/task/4453/stat : 4453 (java) S 4437 4440 1778 0 -1 1077944384 3833 0 0 0 43 1 0 0 20 0 16 0 45219473 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316710455920 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4454] ppid=4437 vsize=10727700 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4454/stat : 4454 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45219474 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316709403360 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4455] ppid=4437 vsize=10727700 memory=1012 CPUtime=1.41 cores=0,2,4,6
/proc/4440/task/4455/stat : 4455 (java) S 4437 4440 1778 0 -1 1077944384 1534 0 0 0 66 75 0 0 20 0 16 0 45219474 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316708350640 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4456] ppid=4437 vsize=10727700 memory=535992 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4456/stat : 4456 (java) S 4437 4440 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45219569 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316705199024 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
Current children cumulated CPU time: 2387.4 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 535992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.9 s]
/proc/loadavg: 1.09 1.62 1.89 2/196 4600
/proc/meminfo: memFree=20945372/32770624 swapFree=67108860/67108860
[pid=4440] ppid=4437 vsize=10727700 memory=535992 CPUtime=2400.01 cores=0,2,4,6
/proc/4440/stat : 4440 (java) S 4437 4440 1778 0 -1 1077944320 39202 0 0 0 239907 94 0 0 20 0 16 0 45219468 10985164800 133998 33554432000 4194304 4196468 140722882434256 140722882416800 140317681893111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
/proc/4440/statm: 2681925 133998 3164 1 0 2644416 0
[pid=4440/tid=4442] ppid=4437 vsize=10727700 memory=535992 CPUtime=2394.87 cores=0,2,4,6
/proc/4440/task/4442/stat : 4442 (java) R 4437 4440 1778 0 -1 4202560 13113 0 0 0 239479 8 0 0 20 0 16 0 45219468 10985164800 133998 33554432000 4194304 4196468 140722882434256 140317686132016 140317274561619 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4443] ppid=4437 vsize=10727700 memory=535992 CPUtime=0.16 cores=0,2,4,6
/proc/4440/task/4443/stat : 4443 (java) S 4437 4440 1778 0 -1 1077944384 1959 0 0 0 11 5 0 0 20 0 16 0 45219469 10985164800 133998 33554432000 4194304 4196468 140722882434256 140317607967888 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4444] ppid=4437 vsize=10727700 memory=535992 CPUtime=0.15 cores=0,2,4,6
/proc/4440/task/4444/stat : 4444 (java) S 4437 4440 1778 0 -1 1077944384 743 0 0 0 10 5 0 0 20 0 16 0 45219469 10985164800 133998 33554432000 4194304 4196468 140722882434256 140317606915088 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4445] ppid=4437 vsize=10727700 memory=535992 CPUtime=0.16 cores=0,2,4,6
/proc/4440/task/4445/stat : 4445 (java) S 4437 4440 1778 0 -1 1077944384 525 0 0 0 10 6 0 0 20 0 16 0 45219469 10985164800 133998 33554432000 4194304 4196468 140722882434256 140317605862288 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4446] ppid=4437 vsize=10727700 memory=535992 CPUtime=0.17 cores=0,2,4,6
/proc/4440/task/4446/stat : 4446 (java) S 4437 4440 1778 0 -1 1077944384 637 0 0 0 11 6 0 0 20 0 16 0 45219469 10985164800 133998 33554432000 4194304 4196468 140722882434256 140317604809488 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4447] ppid=4437 vsize=10727700 memory=535992 CPUtime=0.06 cores=0,2,4,6
/proc/4440/task/4447/stat : 4447 (java) S 4437 4440 1778 0 -1 1077944384 1425 0 0 0 2 4 0 0 20 0 16 0 45219470 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316716771696 140317681904258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4448] ppid=4437 vsize=10727700 memory=535992 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4448/stat : 4448 (java) S 4437 4440 1778 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 45219471 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316715717728 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4449] ppid=4437 vsize=10727700 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4449/stat : 4449 (java) S 4437 4440 1778 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 45219471 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316714664832 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4450] ppid=4437 vsize=10727700 memory=164 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4450/stat : 4450 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45219473 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316713613136 140317681911707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4451] ppid=4437 vsize=10727700 memory=535992 CPUtime=1.28 cores=0,2,4,6
/proc/4440/task/4451/stat : 4451 (java) S 4437 4440 1778 0 -1 1077944384 7507 0 0 0 127 1 0 0 20 0 16 0 45219473 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316712561520 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4452] ppid=4437 vsize=10727700 memory=535992 CPUtime=1.21 cores=0,2,4,6
/proc/4440/task/4452/stat : 4452 (java) S 4437 4440 1778 0 -1 1077944384 6501 0 0 0 119 2 0 0 20 0 16 0 45219473 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316711508720 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4453] ppid=4437 vsize=10727700 memory=535992 CPUtime=0.44 cores=0,2,4,6
/proc/4440/task/4453/stat : 4453 (java) S 4437 4440 1778 0 -1 1077944384 3833 0 0 0 43 1 0 0 20 0 16 0 45219473 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316710455920 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4454] ppid=4437 vsize=10727700 memory=7597685182856913236 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4454/stat : 4454 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45219474 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316709403360 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4455] ppid=4437 vsize=10727700 memory=1960 CPUtime=1.42 cores=0,2,4,6
/proc/4440/task/4455/stat : 4455 (java) S 4437 4440 1778 0 -1 1077944384 1534 0 0 0 67 75 0 0 20 0 16 0 45219474 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316708350640 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4456] ppid=4437 vsize=10727700 memory=5380 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4456/stat : 4456 (java) S 4437 4440 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45219569 10985164800 133998 33554432000 4194304 4196468 140722882434256 140316705199024 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 535992 KiB

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

[startup+2395.14 s]
# the end of solver process 4440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.12 s, system=0.953275 s

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

[startup+2395.01 s]*
/proc/loadavg: 1.09 1.62 1.89 1/197 4603
/proc/meminfo: memFree=20945176/32770624 swapFree=67108860/67108860
[pid=4440] ppid=4437 vsize=10927392 memory=536212 CPUtime=2400.02 cores=0,2,4,6
/proc/4440/stat : 4440 (java) S 4437 4440 1778 0 -1 1077944320 39769 0 0 0 239908 94 0 0 20 0 17 0 45219468 11189649408 134053 33554432000 4194304 4196468 140722882434256 140722882416800 140317681893111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
/proc/4440/statm: 2731848 134053 3166 1 0 2694339 0
[pid=4440/tid=4442] ppid=4437 vsize=10927392 memory=8112282956445269571 CPUtime=2394.88 cores=0,2,4,6
/proc/4440/task/4442/stat : 4442 (java) S 4437 4440 1778 0 -1 1077944384 13172 0 0 0 239480 8 0 0 20 0 17 0 45219468 11189649408 134053 33554432000 4194304 4196468 140722882434256 140317686135984 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4443] ppid=4437 vsize=10927392 memory=4126316290023845779 CPUtime=0.16 cores=0,2,4,6
/proc/4440/task/4443/stat : 4443 (java) S 4437 4440 1778 0 -1 1077944384 1959 0 0 0 11 5 0 0 20 0 17 0 45219469 11189649408 134053 33554432000 4194304 4196468 140722882434256 140317607967888 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4444] ppid=4437 vsize=10927392 memory=3848 CPUtime=0.15 cores=0,2,4,6
/proc/4440/task/4444/stat : 4444 (java) S 4437 4440 1778 0 -1 1077944384 743 0 0 0 10 5 0 0 20 0 17 0 45219469 11189649408 134053 33554432000 4194304 4196468 140722882434256 140317606915088 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4445] ppid=4437 vsize=10927392 memory=2588 CPUtime=0.16 cores=0,2,4,6
/proc/4440/task/4445/stat : 4445 (java) S 4437 4440 1778 0 -1 1077944384 525 0 0 0 10 6 0 0 20 0 17 0 45219469 11189649408 134053 33554432000 4194304 4196468 140722882434256 140317605862288 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4446] ppid=4437 vsize=10927392 memory=928 CPUtime=0.17 cores=0,2,4,6
/proc/4440/task/4446/stat : 4446 (java) S 4437 4440 1778 0 -1 1077944384 637 0 0 0 11 6 0 0 20 0 17 0 45219469 11189649408 134053 33554432000 4194304 4196468 140722882434256 140317604809488 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4447] ppid=4437 vsize=10927392 memory=1580 CPUtime=0.06 cores=0,2,4,6
/proc/4440/task/4447/stat : 4447 (java) S 4437 4440 1778 0 -1 1077944384 1425 0 0 0 2 4 0 0 20 0 17 0 45219470 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316716771696 140317681904258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4448] ppid=4437 vsize=10927392 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4448/stat : 4448 (java) S 4437 4440 1778 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 45219471 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316715717728 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4449] ppid=4437 vsize=10927392 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4449/stat : 4449 (java) S 4437 4440 1778 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 45219471 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316714664832 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4450] ppid=4437 vsize=10927392 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4450/stat : 4450 (java) S 4437 4440 1778 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 17 0 45219473 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316713613136 140317681911707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4451] ppid=4437 vsize=10927392 memory=7532 CPUtime=1.28 cores=0,2,4,6
/proc/4440/task/4451/stat : 4451 (java) S 4437 4440 1778 0 -1 1077944384 7507 0 0 0 127 1 0 0 20 0 17 0 45219473 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316712561520 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4452] ppid=4437 vsize=10927392 memory=844 CPUtime=1.21 cores=0,2,4,6
/proc/4440/task/4452/stat : 4452 (java) S 4437 4440 1778 0 -1 1077944384 6501 0 0 0 119 2 0 0 20 0 17 0 45219473 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316711508720 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4453] ppid=4437 vsize=10927392 memory=4100 CPUtime=0.44 cores=0,2,4,6
/proc/4440/task/4453/stat : 4453 (java) S 4437 4440 1778 0 -1 1077944384 4026 0 0 0 43 1 0 0 20 0 17 0 45219473 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316710455920 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4454] ppid=4437 vsize=10927392 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4454/stat : 4454 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 45219474 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316709403360 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4455] ppid=4437 vsize=10927392 memory=3280 CPUtime=1.42 cores=0,2,4,6
/proc/4440/task/4455/stat : 4455 (java) S 4437 4440 1778 0 -1 1077944384 1534 0 0 0 67 75 0 0 20 0 17 0 45219474 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316708350640 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4601] ppid=4437 vsize=10927392 memory=535992 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4601/stat : 4601 (java) S 4437 4440 1778 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 45458958 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316704145520 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4602] ppid=4437 vsize=10927392 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4602/stat : 4602 (java) S 4437 4440 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 45458958 11189649408 134053 33554432000 4194304 4196468 140722882434256 140316703093648 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 536212 KiB

[startup+2395.12 s]
/proc/loadavg: 1.09 1.62 1.89 1/197 4603
/proc/meminfo: memFree=20945176/32770624 swapFree=67108860/67108860
[pid=4440] ppid=4437 vsize=10927392 memory=536308 CPUtime=2400.04 cores=0,2,4,6
/proc/4440/stat : 4440 (java) S 4437 4440 1778 0 -1 1077944320 40038 0 0 0 239910 94 0 0 20 0 17 0 45219468 11189649408 134077 33554432000 4194304 4196468 140722882434256 140722882416800 140317681893111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
/proc/4440/statm: 2731848 134077 3167 1 0 2694339 0
[pid=4440/tid=4442] ppid=4437 vsize=10927392 memory=2257 CPUtime=2394.88 cores=0,2,4,6
/proc/4440/task/4442/stat : 4442 (java) S 4437 4440 1778 0 -1 1077944384 13172 0 0 0 239480 8 0 0 20 0 17 0 45219468 11189649408 134077 33554432000 4194304 4196468 140722882434256 140317686135984 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4443] ppid=4437 vsize=10927392 memory=535992 CPUtime=0.16 cores=0,2,4,6
/proc/4440/task/4443/stat : 4443 (java) S 4437 4440 1778 0 -1 1077944384 1959 0 0 0 11 5 0 0 20 0 17 0 45219469 11189649408 134077 33554432000 4194304 4196468 140722882434256 140317607967888 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4444] ppid=4437 vsize=10927392 memory=535992 CPUtime=0.15 cores=0,2,4,6
/proc/4440/task/4444/stat : 4444 (java) S 4437 4440 1778 0 -1 1077944384 743 0 0 0 10 5 0 0 20 0 17 0 45219469 11189649408 134077 33554432000 4194304 4196468 140722882434256 140317606915088 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4445] ppid=4437 vsize=10927392 memory=535992 CPUtime=0.16 cores=0,2,4,6
/proc/4440/task/4445/stat : 4445 (java) S 4437 4440 1778 0 -1 1077944384 525 0 0 0 10 6 0 0 20 0 17 0 45219469 11189649408 134077 33554432000 4194304 4196468 140722882434256 140317605862288 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4446] ppid=4437 vsize=10927392 memory=535992 CPUtime=0.17 cores=0,2,4,6
/proc/4440/task/4446/stat : 4446 (java) S 4437 4440 1778 0 -1 1077944384 637 0 0 0 11 6 0 0 20 0 17 0 45219469 11189649408 134077 33554432000 4194304 4196468 140722882434256 140317604809488 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4447] ppid=4437 vsize=10927392 memory=535992 CPUtime=0.06 cores=0,2,4,6
/proc/4440/task/4447/stat : 4447 (java) S 4437 4440 1778 0 -1 1077944384 1425 0 0 0 2 4 0 0 20 0 17 0 45219470 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316716771696 140317681904258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4448] ppid=4437 vsize=10927392 memory=535992 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4448/stat : 4448 (java) S 4437 4440 1778 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 45219471 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316715717728 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4449] ppid=4437 vsize=10927392 memory=535992 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4449/stat : 4449 (java) S 4437 4440 1778 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 45219471 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316714664832 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4450] ppid=4437 vsize=10927392 memory=535992 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4450/stat : 4450 (java) S 4437 4440 1778 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 17 0 45219473 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316713613136 140317681911707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4451] ppid=4437 vsize=10927392 memory=7597685182856913236 CPUtime=1.28 cores=0,2,4,6
/proc/4440/task/4451/stat : 4451 (java) S 4437 4440 1778 0 -1 1077944384 7529 0 0 0 127 1 0 0 20 0 17 0 45219473 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316712561520 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4452] ppid=4437 vsize=10927392 memory=535992 CPUtime=1.21 cores=0,2,4,6
/proc/4440/task/4452/stat : 4452 (java) S 4437 4440 1778 0 -1 1077944384 6546 0 0 0 119 2 0 0 20 0 17 0 45219473 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316711508720 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4453] ppid=4437 vsize=10927392 memory=535992 CPUtime=0.44 cores=0,2,4,6
/proc/4440/task/4453/stat : 4453 (java) S 4437 4440 1778 0 -1 1077944384 4087 0 0 0 43 1 0 0 20 0 17 0 45219473 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316710455920 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4454] ppid=4437 vsize=10927392 memory=535992 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4454/stat : 4454 (java) S 4437 4440 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 45219474 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316709403360 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4455] ppid=4437 vsize=10927392 memory=1960 CPUtime=1.42 cores=0,2,4,6
/proc/4440/task/4455/stat : 4455 (java) S 4437 4440 1778 0 -1 1077944384 1534 0 0 0 67 75 0 0 20 0 17 0 45219474 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316708350640 140317681904258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4601] ppid=4437 vsize=10927392 memory=5380 CPUtime=0 cores=0,2,4,6
/proc/4440/task/4601/stat : 4601 (java) S 4437 4440 1778 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 45458958 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316704145520 140317681903317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
[pid=4440/tid=4602] ppid=4437 vsize=10927392 memory=535992 CPUtime=0.01 cores=0,2,4,6
/proc/4440/task/4602/stat : 4602 (java) R 4437 4440 1778 0 -1 4202560 174 0 0 0 1 0 0 0 20 0 17 0 45458958 11189649408 134077 33554432000 4194304 4196468 140722882434256 140316703089784 140317269459008 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33124352 140722882438257 140722882438409 140722882438409 140722882441167 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 536308 KiB

Child status: 143
Real time (s): 2395.14
CPU time (s): 2400.07
CPU user time (s): 2399.12
CPU system time (s): 0.953275
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 536308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.12
system time used= 0.953275
maximum resident set size= 536608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40162
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54291
involuntary context switches= 3254


# summary of solver processes directly reported to runsolver:
#   pid: 4440
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2399.12
#   total CPU system time (s): 0.953275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8337 second user time and 16.9151 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 18:22:43
IDJOB=4292143
IDBENCH=141679
IDSOLVER=2742
FILE ID=node104/4292143-1532276563
RUNJOBID= node104-1532259870-1809
PBS_JOBID= 21018962
Free space on /tmp= 57244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bacp/Bacp-m1/Bacp-m1-12a-nodv_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292143-1532276563/watcher-4292143-1532276563 -o /tmp/evaluation-result-4292143-1532276563/solver-4292143-1532276563 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1809 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292143-1532276563.xml

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

MD5SUM BENCH= 6bd8ab3a70062286acb1d027c508a0d0
RANDOM SEED=968455987

node104.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.11
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.11
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.11
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.11
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:        21204036 kB
MemAvailable:   31675312 kB
Buffers:          241576 kB
Cached:         10437980 kB
SwapCached:            0 kB
Active:          2085980 kB
Inactive:        8910788 kB
Active(anon):     319628 kB
Inactive(anon):    17088 kB
Active(file):    1766352 kB
Inactive(file):  8893700 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:        395828 kB
Mapped:            47860 kB
Shmem:             17036 kB
Slab:             267748 kB
SReclaimable:     239684 kB
SUnreclaim:        28064 kB
KernelStack:        3856 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1302468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 19:02:38