Trace number 4289918

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) 2408.04 2382.53

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark2519.9
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

25.20/9.72	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
25.20/9.72	c This is free software under the dual EPL/GNU LGPL licenses.
25.20/9.72	c See www.sat4j.org for details.
25.20/9.72	c That software uses the Rhino library from the Mozilla project.
25.20/9.72	c version 2.3.6-SNAPSHOT
25.20/9.72	c java.runtime.name	Java(TM) SE Runtime Environment
25.20/9.72	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
25.20/9.72	c java.vm.version	25.131-b11
25.20/9.72	c java.vm.vendor	Oracle Corporation
25.20/9.72	c sun.arch.data.model	64
25.20/9.72	c java.version		1.8.0_131
25.20/9.72	c os.name		Linux
25.20/9.72	c os.version		3.10.0-514.16.1.el7.x86_64
25.20/9.72	c os.arch		amd64
25.20/9.72	c Free memory 		499604488
25.20/9.72	c Max memory 		7247757312
25.20/9.72	c Total memory 		504889344
25.20/9.72	c Number of processors 	4
25.20/9.72	c c --- Begin Solver configuration ---
25.20/9.72	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
25.20/9.72	c Learn all clauses as in MiniSAT
25.20/9.72	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
25.20/9.72	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
25.20/9.72	c No reason simplification
25.20/9.72	c Glucose 2.1 dynamic restart strategy
25.20/9.72	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
25.20/9.72	c timeout=2147483s
25.20/9.72	c DB Simplification allowed=false
25.20/9.72	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
25.20/9.72	c --- End Solver configuration ---
25.20/9.72	c constraints type 
25.20/9.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 6784
25.20/9.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3751203
25.20/9.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 226
25.20/9.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4644998
25.20/9.72	c org.sat4j.specs.Constr$1 => 350367
25.20/9.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 149608
25.20/9.72	c 8903186 constraints processed.

Verifier Data

One s line expected

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 (7817 MiB free)
  memory of node 1: 16384 MiB (13618 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289918-1532210360/watcher-4289918-1532210360 -o /tmp/evaluation-result-4289918-1532210360/solver-4289918-1532210360 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289918-1532210360.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
solver pid=26322, runsolver pid=26319
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 1.92 2.00 2.01 4/216 26337
/proc/meminfo: memFree=21934256/32770624 swapFree=67108860/67108860
[pid=26322] ppid=26319 vsize=10659012 memory=30040 CPUtime=0.13 cores=0,2,4,6
/proc/26322/stat : 26322 (java) S 26319 26322 23514 0 -1 1077944320 6614 0 0 0 12 1 0 0 20 0 15 0 38599310 10914828288 7510 33554432000 4194304 4196468 140734691154176 140734691136720 139891706490615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
/proc/26322/statm: 2664753 7510 2842 1 0 2627263 0
[pid=26322/tid=26324] ppid=26319 vsize=10659012 memory=-8773748148830114179 CPUtime=0.08 cores=0,2,4,6
/proc/26322/task/26324/stat : 26324 (java) R 26319 26322 23514 0 -1 4202560 4422 0 0 0 8 0 0 0 20 0 15 0 38599311 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891710695280 139891706512541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26325] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26325/stat : 26325 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891313531792 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26326] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26326/stat : 26326 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891312478992 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26327] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26327/stat : 26327 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891311426704 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26328] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26328/stat : 26328 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891310373904 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26329] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26329/stat : 26329 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891266099312 139891706501762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26330] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26330/stat : 26330 (java) S 26319 26322 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891265045280 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26331] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26331/stat : 26331 (java) S 26319 26322 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891263992944 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26332] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26332/stat : 26332 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891262941264 139891706509211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26333] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26333/stat : 26333 (java) S 26319 26322 23514 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891261889136 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26334] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26334/stat : 26334 (java) S 26319 26322 23514 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891260836336 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26335] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0.02 cores=0,2,4,6
/proc/26322/task/26335/stat : 26335 (java) S 26319 26322 23514 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 38599316 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891259784048 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26336] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26336/stat : 26336 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891258731488 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26337] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26337/stat : 26337 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 7510 33554432000 4194304 4196468 140734691154176 139891257678256 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30040 KiB

[startup+0.210585 s]*
/proc/loadavg: 1.92 2.00 2.01 3/216 26337
/proc/meminfo: memFree=21924008/32770624 swapFree=67108860/67108860
[pid=26322] ppid=26319 vsize=10659012 memory=41732 CPUtime=0.33 cores=0,2,4,6
/proc/26322/stat : 26322 (java) S 26319 26322 23514 0 -1 1077944320 8086 0 0 0 32 1 0 0 20 0 15 0 38599310 10914828288 10433 33554432000 4194304 4196468 140734691154176 140734691136720 139891706490615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
/proc/26322/statm: 2664753 10433 3005 1 0 2627263 0
[pid=26322/tid=26324] ppid=26319 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26322/task/26324/stat : 26324 (java) R 26319 26322 23514 0 -1 4202560 5002 0 0 0 19 1 0 0 20 0 15 0 38599311 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891710726896 139891690534245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26325] ppid=26319 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26325/stat : 26325 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891313531792 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26326] ppid=26319 vsize=10659012 memory=140234634848935 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26326/stat : 26326 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891312478992 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26327] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26327/stat : 26327 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891311426704 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26328] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26328/stat : 26328 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891310373904 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26329] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26329/stat : 26329 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891266099312 139891706501762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26330] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26330/stat : 26330 (java) S 26319 26322 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891265045280 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26331] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26331/stat : 26331 (java) S 26319 26322 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891263992944 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26332] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26332/stat : 26332 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891262941264 139891706509211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26333] ppid=26319 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26322/task/26333/stat : 26333 (java) R 26319 26322 23514 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 15 0 38599316 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891261889136 139891706501762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26334] ppid=26319 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26322/task/26334/stat : 26334 (java) S 26319 26322 23514 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 38599316 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891260836336 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26335] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0.07 cores=0,2,4,6
/proc/26322/task/26335/stat : 26335 (java) R 26319 26322 23514 0 -1 4202560 720 0 0 0 7 0 0 0 20 0 15 0 38599316 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891259784048 139891690571102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26336] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26336/stat : 26336 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891258731488 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26337] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26337/stat : 26337 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 10433 33554432000 4194304 4196468 140734691154176 139891257678256 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41732 KiB

[startup+0.312197 s]*
/proc/loadavg: 1.92 2.00 2.01 5/216 26337
/proc/meminfo: memFree=21911672/32770624 swapFree=67108860/67108860
[pid=26322] ppid=26319 vsize=10659012 memory=54580 CPUtime=0.59 cores=0,2,4,6
/proc/26322/stat : 26322 (java) S 26319 26322 23514 0 -1 1077944320 9702 0 0 0 57 2 0 0 20 0 15 0 38599310 10914828288 13645 33554432000 4194304 4196468 140734691154176 140734691136720 139891706490615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
/proc/26322/statm: 2664753 13645 3046 1 0 2627263 0
[pid=26322/tid=26324] ppid=26319 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/26322/task/26324/stat : 26324 (java) R 26319 26322 23514 0 -1 4202560 5351 0 0 0 29 1 0 0 20 0 15 0 38599311 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891710726768 139891706512541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26325] ppid=26319 vsize=10659012 memory=4294977867 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26325/stat : 26325 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891313531792 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26326] ppid=26319 vsize=10659012 memory=140234634845473 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26326/stat : 26326 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891312478992 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26327] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26327/stat : 26327 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891311426704 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26328] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26328/stat : 26328 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599311 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891310373904 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26329] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26329/stat : 26329 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891266099312 139891706501762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26330] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26330/stat : 26330 (java) S 26319 26322 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891265045280 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26331] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26331/stat : 26331 (java) S 26319 26322 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38599313 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891263992944 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26332] ppid=26319 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26332/stat : 26332 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891262941264 139891706509211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26333] ppid=26319 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26322/task/26333/stat : 26333 (java) R 26319 26322 23514 0 -1 4202560 827 0 0 0 7 0 0 0 20 0 15 0 38599316 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891261874600 139891692504936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26334] ppid=26319 vsize=10659012 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/26322/task/26334/stat : 26334 (java) R 26319 26322 23514 0 -1 4202560 1002 0 0 0 6 0 0 0 20 0 15 0 38599316 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891260817352 139891685824240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26335] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0.13 cores=0,2,4,6
/proc/26322/task/26335/stat : 26335 (java) S 26319 26322 23514 0 -1 1077944384 1153 0 0 0 13 0 0 0 20 0 15 0 38599316 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891259784048 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26336] ppid=26319 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26336/stat : 26336 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891258731488 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26337] ppid=26319 vsize=10659012 memory=140234634643072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26337/stat : 26337 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599316 10914828288 13645 33554432000 4194304 4196468 140734691154176 139891257678256 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54580 KiB

[startup+0.701242 s]
/proc/loadavg: 1.92 2.00 2.01 6/216 26337
/proc/meminfo: memFree=21883868/32770624 swapFree=67108860/67108860
[pid=26322] ppid=26319 vsize=10659088 memory=110624 CPUtime=1.94 cores=0,2,4,6
/proc/26322/stat : 26322 (java) S 26319 26322 23514 0 -1 1077944320 14695 0 0 0 190 4 0 0 20 0 15 0 38599310 10914906112 27656 33554432000 4194304 4196468 140734691154176 140734691136720 139891706490615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
/proc/26322/statm: 2664772 27656 3091 1 0 2627263 0
[pid=26322/tid=26324] ppid=26319 vsize=10659088 memory=253316701387320 CPUtime=0.68 cores=0,2,4,6
/proc/26322/task/26324/stat : 26324 (java) R 26319 26322 23514 0 -1 4202560 5913 0 0 0 66 2 0 0 20 0 15 0 38599311 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891710722464 139891333061323 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26325] ppid=26319 vsize=10659088 memory=4265253205551874080 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26325/stat : 26325 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599311 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891313531792 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26326] ppid=26319 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26326/stat : 26326 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599311 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891312478992 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26327] ppid=26319 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26327/stat : 26327 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599311 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891311426704 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26328] ppid=26319 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26328/stat : 26328 (java) S 26319 26322 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38599311 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891310373904 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26329] ppid=26319 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26329/stat : 26329 (java) S 26319 26322 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38599313 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891266099312 139891706501762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26330] ppid=26319 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26330/stat : 26330 (java) S 26319 26322 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38599313 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891265045280 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26331] ppid=26319 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26331/stat : 26331 (java) S 26319 26322 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38599313 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891263992944 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26332] ppid=26319 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26332/stat : 26332 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38599316 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891262941264 139891706509211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26333] ppid=26319 vsize=10659088 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/26322/task/26333/stat : 26333 (java) R 26319 26322 23514 0 -1 4202560 2465 0 0 0 44 0 0 0 20 0 15 0 38599316 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891261875648 139891691616813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26334] ppid=26319 vsize=10659088 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/26322/task/26334/stat : 26334 (java) R 26319 26322 23514 0 -1 4202560 2343 0 0 0 41 0 0 0 20 0 15 0 38599316 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891260822400 139891691605807 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26335] ppid=26319 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/26322/task/26335/stat : 26335 (java) S 26319 26322 23514 0 -1 1077944384 2602 0 0 0 36 1 0 0 20 0 15 0 38599316 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891259784048 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26336] ppid=26319 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26336/stat : 26336 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38599316 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891258731488 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26337] ppid=26319 vsize=10659088 memory=18464 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26337/stat : 26337 (java) S 26319 26322 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38599316 10914906112 27656 33554432000 4194304 4196468 140734691154176 139891257678256 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 110624 KiB

[startup+1.50124 s]
/proc/loadavg: 1.92 2.00 2.01 3/216 26337
/proc/meminfo: memFree=21756896/32770624 swapFree=67108860/67108860
[pid=26322] ppid=26319 vsize=10661136 memory=628328 CPUtime=4.5 cores=0,2,4,6
/proc/26322/stat : 26322 (java) S 26319 26322 23514 0 -1 1077944320 18037 0 0 0 431 19 0 0 20 0 15 0 38599310 10917003264 157082 33554432000 4194304 4196468 140734691154176 140734691136720 139891706490615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
/proc/26322/statm: 2665284 157082 3139 1 0 2627775 0
[pid=26322/tid=26324] ppid=26319 vsize=10661136 memory=10799 CPUtime=1.37 cores=0,2,4,6
/proc/26322/task/26324/stat : 26324 (java) R 26319 26322 23514 0 -1 4202560 6254 0 0 0 128 9 0 0 20 0 15 0 38599311 10917003264 157082 33554432000 4194304 4196468 140734691154176 139891710717992 139891334979461 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26325] ppid=26319 vsize=10661136 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/26322/task/26325/stat : 26325 (java) S 26319 26322 23514 0 -1 1077944384 66 0 0 0 4 1 0 0 20 0 15 0 38599311 10917003264 157082 33554432000 4194304 4196468 140734691154176 139891313531792 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26326] ppid=26319 vsize=10661136 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26322/task/26326/stat : 26326 (java) S 26319 26322 23514 0 -1 1077944384 66 0 0 0 4 1 0 0 20 0 15 0 38599311 10917003264 157082 33554432000 4194304 4196468 140734691154176 139891312478992 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26327] ppid=26319 vsize=10661136 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26322/task/26327/stat : 26327 (java) S 26319 26322 23514 0 -1 1077944384 69 0 0 0 4 1 0 0 20 0 15 0 38599311 10917003264 157082 33554432000 4194304 4196468 140734691154176 139891311426704 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26328] ppid=26319 vsize=10661136 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26322/task/26328/stat : 26328 (java) S 26319 26322 23514 0 -1 1077944384 50 0 0 0 5 2 0 0 20 0 15 0 38599311 10917003264 157082 33554432000 4194304 4196468 140734691154176 139891310373904 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26329] ppid=26319 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26329/stat : 26329 (java) S 26319 26322 23514 0 -1 1077944384 465 0 0 0 0 0 0 0 20 0 15 0 38599313 10917003264 157082 33554432000 4194304 4196468 140734691154176 139891266099312 139891706501762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0

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

/proc/26322/task/26330/stat : 26330 (java) S 26319 26322 23514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38599313 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891265045344 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26331] ppid=26319 vsize=10727700 memory=2988680 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26331/stat : 26331 (java) S 26319 26322 23514 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 38599313 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891263992944 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26332] ppid=26319 vsize=10727700 memory=140234508549072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26332/stat : 26332 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38599316 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891262941264 139891706509211 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26333] ppid=26319 vsize=10727700 memory=2998920 CPUtime=4.25 cores=0,2,4,6
/proc/26322/task/26333/stat : 26333 (java) S 26319 26322 23514 0 -1 1077944384 14509 0 0 0 423 2 0 0 20 0 16 0 38599316 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891261889136 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26334] ppid=26319 vsize=10727700 memory=3005064 CPUtime=3.9 cores=0,2,4,6
/proc/26322/task/26334/stat : 26334 (java) S 26319 26322 23514 0 -1 1077944384 9404 0 0 0 388 2 0 0 20 0 16 0 38599316 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891260836336 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26335] ppid=26319 vsize=10727700 memory=3007112 CPUtime=0.96 cores=0,2,4,6
/proc/26322/task/26335/stat : 26335 (java) S 26319 26322 23514 0 -1 1077944384 6964 0 0 0 94 2 0 0 20 0 16 0 38599316 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891259784048 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26336] ppid=26319 vsize=10727700 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26336/stat : 26336 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38599316 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891258731488 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26337] ppid=26319 vsize=10727700 memory=3007112 CPUtime=1.21 cores=0,2,4,6
/proc/26322/task/26337/stat : 26337 (java) S 26319 26322 23514 0 -1 1077944384 1871 0 0 0 62 59 0 0 20 0 16 0 38599316 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891257678256 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26387] ppid=26319 vsize=10727700 memory=7679927811743456362 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26387/stat : 26387 (java) S 26319 26322 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38600306 10985164800 751778 33554432000 4194304 4196468 140734691154176 139891254526640 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3007112 KiB

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

[startup+2382.3 s]
/proc/loadavg: 2.10 2.05 2.05 10/217 26596
/proc/meminfo: memFree=15278156/32770624 swapFree=67108860/67108860
[pid=26322] ppid=26319 vsize=10794264 memory=3523344 CPUtime=2407.17 cores=0,2,4,6
/proc/26322/stat : 26322 (java) S 26319 26322 23514 0 -1 1077944320 154204 0 0 0 240461 256 0 0 20 0 17 0 38599310 11053326336 880836 33554432000 4194304 4196468 140734691154176 140734691136720 139891706490615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
/proc/26322/statm: 2698566 880836 3195 1 0 2661057 0
[pid=26322/tid=26324] ppid=26319 vsize=10794264 memory=3007112 CPUtime=2375.75 cores=0,2,4,6
/proc/26322/task/26324/stat : 26324 (java) S 26319 26322 23514 0 -1 1077944384 94942 0 0 0 237541 34 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891710726768 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26325] ppid=26319 vsize=10794264 memory=2998920 CPUtime=4.94 cores=0,2,4,6
/proc/26322/task/26325/stat : 26325 (java) R 26319 26322 23514 0 -1 4202560 2762 0 0 0 451 43 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891313531792 139891691191262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26326] ppid=26319 vsize=10794264 memory=140234508549072 CPUtime=4.93 cores=0,2,4,6
/proc/26322/task/26326/stat : 26326 (java) R 26319 26322 23514 0 -1 4202560 3649 0 0 0 454 39 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891312479192 139891691191277 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26327] ppid=26319 vsize=10794264 memory=2988680 CPUtime=4.93 cores=0,2,4,6
/proc/26322/task/26327/stat : 26327 (java) R 26319 26322 23514 0 -1 4202560 6429 0 0 0 451 42 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891311426904 139891691191248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26328] ppid=26319 vsize=10794264 memory=3003016 CPUtime=4.94 cores=0,2,4,6
/proc/26322/task/26328/stat : 26328 (java) R 26319 26322 23514 0 -1 4202560 3873 0 0 0 450 44 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891310373792 139891691487068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26329] ppid=26319 vsize=10794264 memory=3005064 CPUtime=1.29 cores=0,2,4,6
/proc/26322/task/26329/stat : 26329 (java) S 26319 26322 23514 0 -1 1077944384 7962 0 0 0 127 2 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891266097856 139891706500821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26330] ppid=26319 vsize=10794264 memory=3005064 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26330/stat : 26330 (java) S 26319 26322 23514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891265045344 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26331] ppid=26319 vsize=10794264 memory=3005064 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26331/stat : 26331 (java) S 26319 26322 23514 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891263992944 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26332] ppid=26319 vsize=10794264 memory=3003016 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26332/stat : 26332 (java) S 26319 26322 23514 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891262941264 139891706509211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26333] ppid=26319 vsize=10794264 memory=3488528 CPUtime=4.25 cores=0,2,4,6
/proc/26322/task/26333/stat : 26333 (java) S 26319 26322 23514 0 -1 1077944384 14509 0 0 0 423 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891261889136 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26334] ppid=26319 vsize=10794264 memory=3479980 CPUtime=3.9 cores=0,2,4,6
/proc/26322/task/26334/stat : 26334 (java) S 26319 26322 23514 0 -1 1077944384 9404 0 0 0 388 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891260836336 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26335] ppid=26319 vsize=10794264 memory=4136 CPUtime=0.96 cores=0,2,4,6
/proc/26322/task/26335/stat : 26335 (java) S 26319 26322 23514 0 -1 1077944384 6964 0 0 0 94 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891259784048 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26336] ppid=26319 vsize=10794264 memory=13924 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26336/stat : 26336 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891258731488 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26337] ppid=26319 vsize=10794264 memory=3482028 CPUtime=1.21 cores=0,2,4,6
/proc/26322/task/26337/stat : 26337 (java) S 26319 26322 23514 0 -1 1077944384 1871 0 0 0 62 59 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891257678256 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26387] ppid=26319 vsize=10794264 memory=3482028 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26387/stat : 26387 (java) S 26319 26322 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 38600306 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891254526640 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26596] ppid=26319 vsize=10794264 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26596/stat : 26596 (java) S 26319 26322 23514 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 38837361 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891253468608 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
Current children cumulated CPU time: 2407.17 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 3523344 KiB

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2382.53 s]
# the end of solver process 26322 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2405.46 s, system=2.58017 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2382.4 s]
/proc/loadavg: 2.10 2.05 2.05 10/217 26596
/proc/meminfo: memFree=15278156/32770624 swapFree=67108860/67108860
[pid=26322] ppid=26319 vsize=10794264 memory=3523344 CPUtime=2407.57 cores=0,2,4,6
/proc/26322/stat : 26322 (java) S 26319 26322 23514 0 -1 1077944320 154204 0 0 0 240501 256 0 0 20 0 17 0 38599310 11053326336 880836 33554432000 4194304 4196468 140734691154176 140734691136720 139891706490615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
/proc/26322/statm: 2698566 880836 3195 1 0 2661057 0
[pid=26322/tid=26324] ppid=26319 vsize=10794264 memory=3523344 CPUtime=2375.75 cores=0,2,4,6
/proc/26322/task/26324/stat : 26324 (java) S 26319 26322 23514 0 -1 1077944384 94942 0 0 0 237541 34 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891710726768 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26325] ppid=26319 vsize=10794264 memory=3523344 CPUtime=5.04 cores=0,2,4,6
/proc/26322/task/26325/stat : 26325 (java) R 26319 26322 23514 0 -1 4202560 2762 0 0 0 461 43 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891313531792 139891691191290 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26326] ppid=26319 vsize=10794264 memory=1576 CPUtime=5.03 cores=0,2,4,6
/proc/26322/task/26326/stat : 26326 (java) R 26319 26322 23514 0 -1 4202560 3649 0 0 0 464 39 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891312479192 139891691191248 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26327] ppid=26319 vsize=10794264 memory=928 CPUtime=5.03 cores=0,2,4,6
/proc/26322/task/26327/stat : 26327 (java) R 26319 26322 23514 0 -1 4202560 6429 0 0 0 461 42 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891311426904 139891691487019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26328] ppid=26319 vsize=10794264 memory=3478768 CPUtime=5.04 cores=0,2,4,6
/proc/26322/task/26328/stat : 26328 (java) R 26319 26322 23514 0 -1 4202560 3873 0 0 0 460 44 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891310373792 139891691191303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26329] ppid=26319 vsize=10794264 memory=1796 CPUtime=1.29 cores=0,2,4,6
/proc/26322/task/26329/stat : 26329 (java) S 26319 26322 23514 0 -1 1077944384 7962 0 0 0 127 2 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891266097856 139891706500821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26330] ppid=26319 vsize=10794264 memory=916 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26330/stat : 26330 (java) S 26319 26322 23514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891265045344 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26331] ppid=26319 vsize=10794264 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26331/stat : 26331 (java) S 26319 26322 23514 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891263992944 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26332] ppid=26319 vsize=10794264 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26332/stat : 26332 (java) S 26319 26322 23514 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891262941264 139891706509211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26333] ppid=26319 vsize=10794264 memory=2200 CPUtime=4.25 cores=0,2,4,6
/proc/26322/task/26333/stat : 26333 (java) S 26319 26322 23514 0 -1 1077944384 14509 0 0 0 423 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891261889136 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26334] ppid=26319 vsize=10794264 memory=7892 CPUtime=3.9 cores=0,2,4,6
/proc/26322/task/26334/stat : 26334 (java) S 26319 26322 23514 0 -1 1077944384 9404 0 0 0 388 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891260836336 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26335] ppid=26319 vsize=10794264 memory=4872558044660077418 CPUtime=0.96 cores=0,2,4,6
/proc/26322/task/26335/stat : 26335 (java) S 26319 26322 23514 0 -1 1077944384 6964 0 0 0 94 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891259784048 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26336] ppid=26319 vsize=10794264 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26336/stat : 26336 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891258731488 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26337] ppid=26319 vsize=10794264 memory=18464 CPUtime=1.21 cores=0,2,4,6
/proc/26322/task/26337/stat : 26337 (java) S 26319 26322 23514 0 -1 1077944384 1871 0 0 0 62 59 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891257678256 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26387] ppid=26319 vsize=10794264 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26387/stat : 26387 (java) S 26319 26322 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 38600306 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891254526640 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26596] ppid=26319 vsize=10794264 memory=3268 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26596/stat : 26596 (java) S 26319 26322 23514 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 38837361 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891253468608 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
Current children cumulated CPU time: 2407.57 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 3523344 KiB

[startup+2382.5 s]
/proc/loadavg: 2.10 2.05 2.05 10/217 26596
/proc/meminfo: memFree=15278156/32770624 swapFree=67108860/67108860
[pid=26322] ppid=26319 vsize=10794264 memory=3523344 CPUtime=2407.97 cores=0,2,4,6
/proc/26322/stat : 26322 (java) S 26319 26322 23514 0 -1 1077944320 154211 0 0 0 240541 256 0 0 20 0 17 0 38599310 11053326336 880836 33554432000 4194304 4196468 140734691154176 140734691136720 139891706490615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
/proc/26322/statm: 2698566 880836 3195 1 0 2661057 0
[pid=26322/tid=26324] ppid=26319 vsize=10794264 memory=3479980 CPUtime=2375.75 cores=0,2,4,6
/proc/26322/task/26324/stat : 26324 (java) S 26319 26322 23514 0 -1 1077944384 94942 0 0 0 237541 34 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891710726768 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26325] ppid=26319 vsize=10794264 memory=3488528 CPUtime=5.14 cores=0,2,4,6
/proc/26322/task/26325/stat : 26325 (java) R 26319 26322 23514 0 -1 4202560 2762 0 0 0 471 43 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891313531792 139891688100224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26326] ppid=26319 vsize=10794264 memory=3003016 CPUtime=5.13 cores=0,2,4,6
/proc/26322/task/26326/stat : 26326 (java) R 26319 26322 23514 0 -1 4202560 3649 0 0 0 474 39 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891312479192 139891691191262 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26327] ppid=26319 vsize=10794264 memory=3005064 CPUtime=5.13 cores=0,2,4,6
/proc/26322/task/26327/stat : 26327 (java) R 26319 26322 23514 0 -1 4202560 6429 0 0 0 471 42 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891311426904 139891691191311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26328] ppid=26319 vsize=10794264 memory=3005064 CPUtime=5.14 cores=0,2,4,6
/proc/26322/task/26328/stat : 26328 (java) R 26319 26322 23514 0 -1 4202560 3873 0 0 0 470 44 0 0 20 0 17 0 38599311 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891310373792 139891691191290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26329] ppid=26319 vsize=10794264 memory=3005064 CPUtime=1.29 cores=0,2,4,6
/proc/26322/task/26329/stat : 26329 (java) S 26319 26322 23514 0 -1 1077944384 7962 0 0 0 127 2 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891266097856 139891706500821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26330] ppid=26319 vsize=10794264 memory=3003016 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26330/stat : 26330 (java) S 26319 26322 23514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891265045344 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26331] ppid=26319 vsize=10794264 memory=2988680 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26331/stat : 26331 (java) S 26319 26322 23514 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 38599313 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891263992944 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26332] ppid=26319 vsize=10794264 memory=140234508549072 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26332/stat : 26332 (java) S 26319 26322 23514 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891262941264 139891706509211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26333] ppid=26319 vsize=10794264 memory=2998920 CPUtime=4.25 cores=0,2,4,6
/proc/26322/task/26333/stat : 26333 (java) S 26319 26322 23514 0 -1 1077944384 14512 0 0 0 423 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891261888896 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26334] ppid=26319 vsize=10794264 memory=3007112 CPUtime=3.9 cores=0,2,4,6
/proc/26322/task/26334/stat : 26334 (java) S 26319 26322 23514 0 -1 1077944384 9406 0 0 0 388 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891260836384 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26335] ppid=26319 vsize=10794264 memory=3523344 CPUtime=0.96 cores=0,2,4,6
/proc/26322/task/26335/stat : 26335 (java) S 26319 26322 23514 0 -1 1077944384 6966 0 0 0 94 2 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891259784096 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26336] ppid=26319 vsize=10794264 memory=3482028 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26336/stat : 26336 (java) S 26319 26322 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891258731488 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26337] ppid=26319 vsize=10794264 memory=3482028 CPUtime=1.21 cores=0,2,4,6
/proc/26322/task/26337/stat : 26337 (java) S 26319 26322 23514 0 -1 1077944384 1871 0 0 0 62 59 0 0 20 0 17 0 38599316 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891257678256 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26387] ppid=26319 vsize=10794264 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26387/stat : 26387 (java) S 26319 26322 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 38600306 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891254526640 139891706501762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
[pid=26322/tid=26596] ppid=26319 vsize=10794264 memory=13924 CPUtime=0 cores=0,2,4,6
/proc/26322/task/26596/stat : 26596 (java) S 26319 26322 23514 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 38837361 11053326336 880836 33554432000 4194304 4196468 140734691154176 139891253468608 139891706500821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24793088 140734691157105 140734691157257 140734691157257 140734691160015 0
Current children cumulated CPU time: 2407.97 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 3523344 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2382.53
CPU time (s): 2408.04
CPU user time (s): 2405.46
CPU system time (s): 2.58017
CPU usage (%): 101.071
Max. virtual memory (cumulated for all children) (KiB): 10794264
Max. memory (cumulated for all children) (KiB): 3523344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2405.46
system time used= 2.58017
maximum resident set size= 3523668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55214
involuntary context switches= 4595


# summary of solver processes directly reported to runsolver:
#   pid: 26322
#   total CPU time (s): 2408.04
#   total CPU user time (s): 2405.46
#   total CPU system time (s): 2.58017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3747 second user time and 21.8548 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-21 23:59:20
IDJOB=4289918
IDBENCH=141061
IDSOLVER=2742
FILE ID=node150/4289918-1532210360
RUNJOBID= node150-1532207966-25848
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289918-1532210360/watcher-4289918-1532210360 -o /tmp/evaluation-result-4289918-1532210360/solver-4289918-1532210360 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289918-1532210360.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=353988751

node150.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.76
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.76
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.76
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.76
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:        21950996 kB
MemAvailable:   31435036 kB
Buffers:          220400 kB
Cached:          9476964 kB
SwapCached:            0 kB
Active:          1523628 kB
Inactive:        8730160 kB
Active(anon):     559368 kB
Inactive(anon):    16868 kB
Active(file):     964260 kB
Inactive(file):  8713292 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2784 kB
Writeback:             0 kB
AnonPages:        584756 kB
Mapped:            46768 kB
Shmem:             17032 kB
Slab:             261700 kB
SReclaimable:     234948 kB
SUnreclaim:        26752 kB
KernelStack:        3808 kB
PageTables:         6316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1104972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57248 MiB
End job on node150 at 2018-07-22 00:39:03