Trace number 4289916

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.26 2388.31

General information on the benchmark

NameNurseRostering/
NurseRostering-10_c18.xml
MD5SUM8e8c57bbf90dbce08cf7a3cf301ec8dd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10181
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2140
Number of constraints5421
Number of domains18
Minimum domain size1
Maximum domain size41
Distribution of domain sizes[{"size":1,"count":94},{"size":2,"count":444},{"size":6,"count":1141},{"size":9,"count":7},{"size":10,"count":18},{"size":29,"count":128},{"size":41,"count":308}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":860},{"degree":3,"count":160},{"degree":17,"count":33},{"degree":18,"count":41},{"degree":19,"count":6},{"degree":20,"count":31},{"degree":21,"count":40},{"degree":22,"count":67},{"degree":23,"count":71},{"degree":24,"count":80},{"degree":25,"count":360},{"degree":26,"count":293},{"degree":27,"count":98}]
Minimum constraint arity2
Maximum constraint arity80
Distribution of constraint arities[{"arity":2,"count":1932},{"arity":3,"count":2080},{"arity":4,"count":40},{"arity":6,"count":960},{"arity":29,"count":240},{"arity":41,"count":168},{"arity":80,"count":1}]
Number of extensional constraints1248
Number of intensional constraints684
Distribution of constraint types[{"type":"extension","count":1248},{"type":"intension","count":684},{"type":"regular","count":2080},{"type":"sum","count":80},{"type":"count","count":1328},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289916-1532209886/watcher-4289916-1532209886 -o /tmp/evaluation-result-4289916-1532209886/solver-4289916-1532209886 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289916-1532209886.xml 

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

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


[startup+0.100062 s]*
/proc/loadavg: 1.05 1.56 1.87 3/218 27777
/proc/meminfo: memFree=18122292/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10659012 memory=30088 CPUtime=0.12 cores=1,3,5,7
/proc/27762/stat : 27762 (java) S 27759 27762 25105 0 -1 1077944320 6599 0 0 0 11 1 0 0 20 0 15 0 38551820 10914828288 7522 33554432000 4194304 4196468 140732295090272 140732295072816 140455623057143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
/proc/27762/statm: 2664753 7522 2816 1 0 2627263 0
[pid=27762/tid=27764] ppid=27759 vsize=10659012 memory=-8773748148829851011 CPUtime=0.09 cores=1,3,5,7
/proc/27762/task/27764/stat : 27764 (java) R 27759 27762 25105 0 -1 4202560 4428 0 0 0 8 1 0 0 20 0 15 0 38551820 10914828288 7522 33554432000 4194304 4196468 140732295090272 140455627278272 140455607137630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27765] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27765/stat : 27765 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 7522 33554432000 4194304 4196468 140732295090272 140455229315984 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27766] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27766/stat : 27766 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 7522 33554432000 4194304 4196468 140732295090272 140455228263184 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27767] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27767/stat : 27767 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 7522 33554432000 4194304 4196468 140732295090272 140455227210896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27768] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27768/stat : 27768 (java) S 27759 27762 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 7522 33554432000 4194304 4196468 140732295090272 140455226158096 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27769] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27769/stat : 27769 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454860322928 140455623068290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27770] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27770/stat : 27770 (java) S 27759 27762 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454859268896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27771] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27771/stat : 27771 (java) S 27759 27762 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454858216560 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27772] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27772/stat : 27772 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454857164880 140455623075739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27773] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27773/stat : 27773 (java) S 27759 27762 25105 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454856112752 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27774] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27774/stat : 27774 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454855059952 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27775] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0.02 cores=1,3,5,7
/proc/27762/task/27775/stat : 27775 (java) S 27759 27762 25105 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 38551826 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454854007664 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27776] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27776/stat : 27776 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454852955104 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27777] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27777/stat : 27777 (java) S 27759 27762 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 7522 33554432000 4194304 4196468 140732295090272 140454851901872 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.210589 s]*
/proc/loadavg: 1.05 1.56 1.87 5/218 27777
/proc/meminfo: memFree=18115820/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10659012 memory=41792 CPUtime=0.33 cores=1,3,5,7
/proc/27762/stat : 27762 (java) S 27759 27762 25105 0 -1 1077944320 8071 0 0 0 30 3 0 0 20 0 15 0 38551820 10914828288 10448 33554432000 4194304 4196468 140732295090272 140732295072816 140455623057143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
/proc/27762/statm: 2664753 10448 3004 1 0 2627263 0
[pid=27762/tid=27764] ppid=27759 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27762/task/27764/stat : 27764 (java) R 27759 27762 25105 0 -1 4202560 5017 0 0 0 18 2 0 0 20 0 15 0 38551820 10914828288 10448 33554432000 4194304 4196468 140732295090272 140455627291392 140455607100773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27765] ppid=27759 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27765/stat : 27765 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 10448 33554432000 4194304 4196468 140732295090272 140455229315984 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27766] ppid=27759 vsize=10659012 memory=140510432562341 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27766/stat : 27766 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 10448 33554432000 4194304 4196468 140732295090272 140455228263184 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27767] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27767/stat : 27767 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 10448 33554432000 4194304 4196468 140732295090272 140455227210896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27768] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27768/stat : 27768 (java) S 27759 27762 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 10448 33554432000 4194304 4196468 140732295090272 140455226158096 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27769] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27769/stat : 27769 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454860322928 140455623068290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27770] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27770/stat : 27770 (java) S 27759 27762 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454859268896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27771] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27771/stat : 27771 (java) S 27759 27762 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454858216560 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27772] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27772/stat : 27772 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454857164880 140455623075739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27773] ppid=27759 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27762/task/27773/stat : 27773 (java) S 27759 27762 25105 0 -1 1077944384 779 0 0 0 2 0 0 0 20 0 15 0 38551826 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454856112752 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27774] ppid=27759 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27762/task/27774/stat : 27774 (java) S 27759 27762 25105 0 -1 1077944384 227 0 0 0 2 0 0 0 20 0 15 0 38551826 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454855059952 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27775] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0.07 cores=1,3,5,7
/proc/27762/task/27775/stat : 27775 (java) R 27759 27762 25105 0 -1 4202560 679 0 0 0 7 0 0 0 20 0 15 0 38551826 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454854007664 140455601641304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27776] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27776/stat : 27776 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454852955104 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27777] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27777/stat : 27777 (java) S 27759 27762 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 10448 33554432000 4194304 4196468 140732295090272 140454851901872 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41792 KiB

[startup+0.311448 s]*
/proc/loadavg: 1.05 1.56 1.87 6/218 27777
/proc/meminfo: memFree=18102980/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10659012 memory=52748 CPUtime=0.6 cores=1,3,5,7
/proc/27762/stat : 27762 (java) S 27759 27762 25105 0 -1 1077944320 9915 0 0 0 57 3 0 0 20 0 15 0 38551820 10914828288 13187 33554432000 4194304 4196468 140732295090272 140732295072816 140455623057143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
/proc/27762/statm: 2664753 13187 3050 1 0 2627263 0
[pid=27762/tid=27764] ppid=27759 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/27762/task/27764/stat : 27764 (java) R 27759 27762 25105 0 -1 4202560 5566 0 0 0 28 2 0 0 20 0 15 0 38551820 10914828288 13187 33554432000 4194304 4196468 140732295090272 140455627269464 140455623079069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27765] ppid=27759 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27765/stat : 27765 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 13187 33554432000 4194304 4196468 140732295090272 140455229315984 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27766] ppid=27759 vsize=10659012 memory=140510432561593 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27766/stat : 27766 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 13187 33554432000 4194304 4196468 140732295090272 140455228263184 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27767] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27767/stat : 27767 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 13187 33554432000 4194304 4196468 140732295090272 140455227210896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27768] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27768/stat : 27768 (java) S 27759 27762 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551821 10914828288 13187 33554432000 4194304 4196468 140732295090272 140455226158096 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27769] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27769/stat : 27769 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 13187 33554432000 4194304 4196468 140732295090272 140454860322928 140455623068290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27770] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27770/stat : 27770 (java) S 27759 27762 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 13252 33554432000 4194304 4196468 140732295090272 140454859268896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27771] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27771/stat : 27771 (java) S 27759 27762 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38551823 10914828288 13252 33554432000 4194304 4196468 140732295090272 140454858216560 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27772] ppid=27759 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27772/stat : 27772 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 13252 33554432000 4194304 4196468 140732295090272 140454857164880 140455623075739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27773] ppid=27759 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27762/task/27773/stat : 27773 (java) R 27759 27762 25105 0 -1 4202560 1340 0 0 0 7 0 0 0 20 0 15 0 38551826 10914828288 13252 33554432000 4194304 4196468 140732295090272 140454856093768 140455607445691 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27774] ppid=27759 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27762/task/27774/stat : 27774 (java) R 27759 27762 25105 0 -1 4202560 566 0 0 0 7 0 0 0 20 0 15 0 38551826 10914828288 13252 33554432000 4194304 4196468 140732295090272 140454855044280 140455623078490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27775] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0.13 cores=1,3,5,7
/proc/27762/task/27775/stat : 27775 (java) R 27759 27762 25105 0 -1 1077944384 1074 0 0 0 13 0 0 0 20 0 15 0 38551826 10914828288 13252 33554432000 4194304 4196468 140732295090272 140454854007664 140455623068290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27776] ppid=27759 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27776/stat : 27776 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 13252 33554432000 4194304 4196468 140732295090272 140454852955104 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27777] ppid=27759 vsize=10659012 memory=140510432536192 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27777/stat : 27777 (java) S 27759 27762 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551826 10914828288 13252 33554432000 4194304 4196468 140732295090272 140454851901872 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 52748 KiB

[startup+0.703643 s]
/proc/loadavg: 1.05 1.56 1.87 6/218 27777
/proc/meminfo: memFree=18078848/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10659088 memory=107016 CPUtime=1.96 cores=1,3,5,7
/proc/27762/stat : 27762 (java) S 27759 27762 25105 0 -1 1077944320 14755 0 0 0 191 5 0 0 20 0 15 0 38551820 10914906112 26754 33554432000 4194304 4196468 140732295090272 140732295072816 140455623057143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
/proc/27762/statm: 2664772 26754 3103 1 0 2627263 0
[pid=27762/tid=27764] ppid=27759 vsize=10659088 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/27762/task/27764/stat : 27764 (java) R 27759 27762 25105 0 -1 4202560 5933 0 0 0 64 3 0 0 20 0 15 0 38551820 10914906112 26754 33554432000 4194304 4196468 140732295090272 140455627290296 140455245345232 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27765] ppid=27759 vsize=10659088 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27765/stat : 27765 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914906112 26754 33554432000 4194304 4196468 140732295090272 140455229315984 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27766] ppid=27759 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27766/stat : 27766 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914906112 26754 33554432000 4194304 4196468 140732295090272 140455228263184 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27767] ppid=27759 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27767/stat : 27767 (java) S 27759 27762 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551821 10914906112 26754 33554432000 4194304 4196468 140732295090272 140455227210896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27768] ppid=27759 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27768/stat : 27768 (java) S 27759 27762 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551821 10914906112 26754 33554432000 4194304 4196468 140732295090272 140455226158096 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27769] ppid=27759 vsize=10659088 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27769/stat : 27769 (java) S 27759 27762 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38551823 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454860322928 140455623068290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27770] ppid=27759 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27770/stat : 27770 (java) S 27759 27762 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38551823 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454859268896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27771] ppid=27759 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27771/stat : 27771 (java) S 27759 27762 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38551823 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454858216560 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27772] ppid=27759 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27772/stat : 27772 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454857164880 140455623075739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27773] ppid=27759 vsize=10659088 memory=7017547551848162880 CPUtime=0.45 cores=1,3,5,7
/proc/27762/task/27773/stat : 27773 (java) R 27759 27762 25105 0 -1 4202560 2614 0 0 0 45 0 0 0 20 0 15 0 38551826 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454856098776 140455607978925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27774] ppid=27759 vsize=10659088 memory=7811323491934034026 CPUtime=0.45 cores=1,3,5,7
/proc/27762/task/27774/stat : 27774 (java) R 27759 27762 25105 0 -1 4202560 2235 0 0 0 45 0 0 0 20 0 15 0 38551826 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454855045720 140455604578519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27775] ppid=27759 vsize=10659088 memory=5787213827130353767 CPUtime=0.35 cores=1,3,5,7
/proc/27762/task/27775/stat : 27775 (java) R 27759 27762 25105 0 -1 4202560 2600 0 0 0 35 0 0 0 20 0 15 0 38551826 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454854007664 140455601959864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27776] ppid=27759 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27776/stat : 27776 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551826 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454852955104 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27777] ppid=27759 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27777/stat : 27777 (java) S 27759 27762 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551826 10914906112 26754 33554432000 4194304 4196468 140732295090272 140454851901872 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 107016 KiB

[startup+1.50075 s]
/proc/loadavg: 1.05 1.56 1.87 6/218 27777
/proc/meminfo: memFree=17931272/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10661136 memory=377468 CPUtime=4.54 cores=1,3,5,7
/proc/27762/stat : 27762 (java) S 27759 27762 25105 0 -1 1077944320 17159 0 0 0 440 14 0 0 20 0 15 0 38551820 10917003264 94367 33554432000 4194304 4196468 140732295090272 140732295072816 140455623057143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
/proc/27762/statm: 2665284 94367 3145 1 0 2627775 0
[pid=27762/tid=27764] ppid=27759 vsize=10661136 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/27762/task/27764/stat : 27764 (java) R 27759 27762 25105 0 -1 4202560 6166 0 0 0 134 6 0 0 20 0 15 0 38551820 10917003264 94367 33554432000 4194304 4196468 140732295090272 140455627287616 140455245587125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27765] ppid=27759 vsize=10661136 memory=-6951259422114956437 CPUtime=0.04 cores=1,3,5,7
/proc/27762/task/27765/stat : 27765 (java) S 27759 27762 25105 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 15 0 38551821 10917003264 94367 33554432000 4194304 4196468 140732295090272 140455229315984 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27766] ppid=27759 vsize=10661136 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/27762/task/27766/stat : 27766 (java) S 27759 27762 25105 0 -1 1077944384 48 0 0 0 5 1 0 0 20 0 15 0 38551821 10917003264 94367 33554432000 4194304 4196468 140732295090272 140455228263184 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27767] ppid=27759 vsize=10661136 memory=-7390251449858225344 CPUtime=0.03 cores=1,3,5,7
/proc/27762/task/27767/stat : 27767 (java) S 27759 27762 25105 0 -1 1077944384 22 0 0 0 2 1 0 0 20 0 15 0 38551821 10917003264 94367 33554432000 4194304 4196468 140732295090272 140455227210896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27768] ppid=27759 vsize=10661136 memory=-7096649868621430206 CPUtime=0.05 cores=1,3,5,7
/proc/27762/task/27768/stat : 27768 (java) S 27759 27762 25105 0 -1 1077944384 32 0 0 0 4 1 0 0 20 0 15 0 38551821 10917003264 94367 33554432000 4194304 4196468 140732295090272 140455226158096 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27769] ppid=27759 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27769/stat : 27769 (java) S 27759 27762 25105 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 38551823 10917003264 94367 33554432000 4194304 4196468 140732295090272 140454860322928 140455623068290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0

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

[pid=27762/tid=27771] ppid=27759 vsize=10727700 memory=1371104 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27771/stat : 27771 (java) S 27759 27762 25105 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 38551823 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454858216560 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27772] ppid=27759 vsize=10727700 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27772/stat : 27772 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454857164880 140455623075739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27773] ppid=27759 vsize=10727700 memory=1371104 CPUtime=3.19 cores=1,3,5,7
/proc/27762/task/27773/stat : 27773 (java) S 27759 27762 25105 0 -1 1077944384 9859 0 0 0 317 2 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454856112752 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27774] ppid=27759 vsize=10727700 memory=4128 CPUtime=3.33 cores=1,3,5,7
/proc/27762/task/27774/stat : 27774 (java) S 27759 27762 25105 0 -1 1077944384 8733 0 0 0 331 2 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454855059952 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27775] ppid=27759 vsize=10727700 memory=1371104 CPUtime=0.9 cores=1,3,5,7
/proc/27762/task/27775/stat : 27775 (java) S 27759 27762 25105 0 -1 1077944384 8517 0 0 0 87 3 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454854007664 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27776] ppid=27759 vsize=10727700 memory=13880 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27776/stat : 27776 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454852955104 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27777] ppid=27759 vsize=10727700 memory=1371104 CPUtime=1.3 cores=1,3,5,7
/proc/27762/task/27777/stat : 27777 (java) S 27759 27762 25105 0 -1 1077944384 1506 0 0 0 58 72 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454851901872 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27778] ppid=27759 vsize=10727700 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27778/stat : 27778 (java) S 27759 27762 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38552242 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454848750256 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
Current children cumulated CPU time: 2334.34 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1371104 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/218 27893
/proc/meminfo: memFree=16201120/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10727700 memory=1371104 CPUtime=2394.38 cores=1,3,5,7
/proc/27762/stat : 27762 (java) S 27759 27762 25105 0 -1 1077944320 71521 0 0 0 239275 163 0 0 20 0 16 0 38551820 10985164800 342776 33554432000 4194304 4196468 140732295090272 140732295072816 140455623057143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
/proc/27762/statm: 2681925 342776 3195 1 0 2644416 0
[pid=27762/tid=27764] ppid=27759 vsize=10727700 memory=1371104 CPUtime=2380.69 cores=1,3,5,7
/proc/27762/task/27764/stat : 27764 (java) R 27759 27762 25105 0 -1 4202560 33868 0 0 0 238054 15 0 0 20 0 16 0 38551820 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455627295680 140455247061301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27765] ppid=27759 vsize=10727700 memory=1371104 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27765/stat : 27765 (java) S 27759 27762 25105 0 -1 1077944384 2385 0 0 0 94 17 0 0 20 0 16 0 38551821 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455229315984 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27766] ppid=27759 vsize=10727700 memory=1371104 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27766/stat : 27766 (java) S 27759 27762 25105 0 -1 1077944384 906 0 0 0 92 19 0 0 20 0 16 0 38551821 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455228263184 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27767] ppid=27759 vsize=10727700 memory=1371104 CPUtime=1.08 cores=1,3,5,7
/proc/27762/task/27767/stat : 27767 (java) S 27759 27762 25105 0 -1 1077944384 1165 0 0 0 90 18 0 0 20 0 16 0 38551821 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455227210896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27768] ppid=27759 vsize=10727700 memory=1371104 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27768/stat : 27768 (java) S 27759 27762 25105 0 -1 1077944384 1286 0 0 0 92 19 0 0 20 0 16 0 38551821 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455226158096 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27769] ppid=27759 vsize=10727700 memory=4128 CPUtime=0.43 cores=1,3,5,7
/proc/27762/task/27769/stat : 27769 (java) S 27759 27762 25105 0 -1 1077944384 1820 0 0 0 40 3 0 0 20 0 16 0 38551823 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454860322928 140455623068290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27770] ppid=27759 vsize=10727700 memory=1371104 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27770/stat : 27770 (java) S 27759 27762 25105 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38551823 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454859268960 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27771] ppid=27759 vsize=10727700 memory=1371104 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27771/stat : 27771 (java) S 27759 27762 25105 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 38551823 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454858216560 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27772] ppid=27759 vsize=10727700 memory=1371104 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27772/stat : 27772 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454857164880 140455623075739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27773] ppid=27759 vsize=10727700 memory=1371104 CPUtime=3.19 cores=1,3,5,7
/proc/27762/task/27773/stat : 27773 (java) S 27759 27762 25105 0 -1 1077944384 9862 0 0 0 317 2 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454856112752 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27774] ppid=27759 vsize=10727700 memory=1371104 CPUtime=3.33 cores=1,3,5,7
/proc/27762/task/27774/stat : 27774 (java) S 27759 27762 25105 0 -1 1077944384 8739 0 0 0 331 2 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454855059952 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27775] ppid=27759 vsize=10727700 memory=1371104 CPUtime=0.9 cores=1,3,5,7
/proc/27762/task/27775/stat : 27775 (java) S 27759 27762 25105 0 -1 1077944384 8527 0 0 0 87 3 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454854007664 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27776] ppid=27759 vsize=10727700 memory=13892 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27776/stat : 27776 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454852955104 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27777] ppid=27759 vsize=10727700 memory=1371104 CPUtime=1.34 cores=1,3,5,7
/proc/27762/task/27777/stat : 27777 (java) S 27759 27762 25105 0 -1 1077944384 1546 0 0 0 60 74 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454851901872 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27778] ppid=27759 vsize=10727700 memory=1371104 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27778/stat : 27778 (java) S 27759 27762 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38552242 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454848750256 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
Current children cumulated CPU time: 2394.38 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1371104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388 s]*
/proc/loadavg: 2.00 2.01 2.04 6/217 27971
/proc/meminfo: memFree=16151736/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10727700 memory=1371104 CPUtime=2400.09 cores=1,3,5,7
/proc/27762/stat : 27762 (java) S 27759 27762 25105 0 -1 1077944320 71569 0 0 0 239846 163 0 0 20 0 16 0 38551820 10985164800 342776 33554432000 4194304 4196468 140732295090272 140732295072816 140455623057143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
/proc/27762/statm: 2681925 342776 3195 1 0 2644416 0
[pid=27762/tid=27764] ppid=27759 vsize=10727700 memory=6791534058613427641 CPUtime=2386.39 cores=1,3,5,7
/proc/27762/task/27764/stat : 27764 (java) R 27759 27762 25105 0 -1 4202560 33914 0 0 0 238624 15 0 0 20 0 16 0 38551820 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455627295680 140455247061333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27765] ppid=27759 vsize=10727700 memory=3264 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27765/stat : 27765 (java) S 27759 27762 25105 0 -1 1077944384 2385 0 0 0 94 17 0 0 20 0 16 0 38551821 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455229315984 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27766] ppid=27759 vsize=10727700 memory=1077676 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27766/stat : 27766 (java) S 27759 27762 25105 0 -1 1077944384 906 0 0 0 92 19 0 0 20 0 16 0 38551821 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455228263184 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27767] ppid=27759 vsize=10727700 memory=1408 CPUtime=1.08 cores=1,3,5,7
/proc/27762/task/27767/stat : 27767 (java) S 27759 27762 25105 0 -1 1077944384 1165 0 0 0 90 18 0 0 20 0 16 0 38551821 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455227210896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27768] ppid=27759 vsize=10727700 memory=3268 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27768/stat : 27768 (java) S 27759 27762 25105 0 -1 1077944384 1286 0 0 0 92 19 0 0 20 0 16 0 38551821 10985164800 342776 33554432000 4194304 4196468 140732295090272 140455226158096 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27769] ppid=27759 vsize=10727700 memory=844 CPUtime=0.43 cores=1,3,5,7
/proc/27762/task/27769/stat : 27769 (java) S 27759 27762 25105 0 -1 1077944384 1820 0 0 0 40 3 0 0 20 0 16 0 38551823 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454860322928 140455623068290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27770] ppid=27759 vsize=10727700 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27770/stat : 27770 (java) S 27759 27762 25105 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 38551823 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454859268960 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27771] ppid=27759 vsize=10727700 memory=916 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27771/stat : 27771 (java) S 27759 27762 25105 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 38551823 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454858216560 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27772] ppid=27759 vsize=10727700 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27772/stat : 27772 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454857164880 140455623075739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27773] ppid=27759 vsize=10727700 memory=4100 CPUtime=3.19 cores=1,3,5,7
/proc/27762/task/27773/stat : 27773 (java) S 27759 27762 25105 0 -1 1077944384 9862 0 0 0 317 2 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454856112752 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27774] ppid=27759 vsize=10727700 memory=2588 CPUtime=3.33 cores=1,3,5,7
/proc/27762/task/27774/stat : 27774 (java) S 27759 27762 25105 0 -1 1077944384 8739 0 0 0 331 2 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454855059952 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27775] ppid=27759 vsize=10727700 memory=2580 CPUtime=0.9 cores=1,3,5,7
/proc/27762/task/27775/stat : 27775 (java) S 27759 27762 25105 0 -1 1077944384 8527 0 0 0 87 3 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454854007664 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27776] ppid=27759 vsize=10727700 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27776/stat : 27776 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454852955104 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27777] ppid=27759 vsize=10727700 memory=3268 CPUtime=1.35 cores=1,3,5,7
/proc/27762/task/27777/stat : 27777 (java) S 27759 27762 25105 0 -1 1077944384 1548 0 0 0 61 74 0 0 20 0 16 0 38551826 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454851901872 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27778] ppid=27759 vsize=10727700 memory=1371104 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27778/stat : 27778 (java) S 27759 27762 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38552242 10985164800 342776 33554432000 4194304 4196468 140732295090272 140454848750256 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1371104 KiB

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

[startup+2388.31 s]
# the end of solver process 27762 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.62 s, system=1.64718 s

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

[startup+2388.2 s]
/proc/loadavg: 2.00 2.01 2.04 6/217 27971
/proc/meminfo: memFree=16151736/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10927392 memory=1371396 CPUtime=2400.13 cores=1,3,5,7
/proc/27762/stat : 27762 (java) S 27759 27762 25105 0 -1 1077944320 73146 0 0 0 239850 163 0 0 20 0 17 0 38551820 11189649408 342849 33554432000 4194304 4196468 140732295090272 140732295072816 140455623057143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
/proc/27762/statm: 2731848 342849 3197 1 0 2694339 0
[pid=27762/tid=27764] ppid=27759 vsize=10927392 memory=288230621803970871 CPUtime=2386.42 cores=1,3,5,7
/proc/27762/task/27764/stat : 27764 (java) S 27759 27762 25105 0 -1 1077944384 34002 0 0 0 238627 15 0 0 20 0 17 0 38551820 11189649408 342849 33554432000 4194304 4196468 140732295090272 140455627300016 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27765] ppid=27759 vsize=10927392 memory=14134428972616243 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27765/stat : 27765 (java) S 27759 27762 25105 0 -1 1077944384 2385 0 0 0 94 17 0 0 20 0 17 0 38551821 11189649408 342849 33554432000 4194304 4196468 140732295090272 140455229315984 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27766] ppid=27759 vsize=10927392 memory=4616 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27766/stat : 27766 (java) S 27759 27762 25105 0 -1 1077944384 906 0 0 0 92 19 0 0 20 0 17 0 38551821 11189649408 342849 33554432000 4194304 4196468 140732295090272 140455228263184 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27767] ppid=27759 vsize=10927392 memory=1428 CPUtime=1.08 cores=1,3,5,7
/proc/27762/task/27767/stat : 27767 (java) S 27759 27762 25105 0 -1 1077944384 1165 0 0 0 90 18 0 0 20 0 17 0 38551821 11189649408 342849 33554432000 4194304 4196468 140732295090272 140455227210896 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27768] ppid=27759 vsize=10927392 memory=15876 CPUtime=1.11 cores=1,3,5,7
/proc/27762/task/27768/stat : 27768 (java) S 27759 27762 25105 0 -1 1077944384 1286 0 0 0 92 19 0 0 20 0 17 0 38551821 11189649408 342849 33554432000 4194304 4196468 140732295090272 140455226158096 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27769] ppid=27759 vsize=10927392 memory=16436 CPUtime=0.43 cores=1,3,5,7
/proc/27762/task/27769/stat : 27769 (java) S 27759 27762 25105 0 -1 1077944384 1852 0 0 0 40 3 0 0 20 0 17 0 38551823 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454860322928 140455623068290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27770] ppid=27759 vsize=10927392 memory=8540 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27770/stat : 27770 (java) S 27759 27762 25105 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38551823 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454859268960 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27771] ppid=27759 vsize=10927392 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27771/stat : 27771 (java) S 27759 27762 25105 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 38551823 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454858216560 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27772] ppid=27759 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27772/stat : 27772 (java) S 27759 27762 25105 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 17 0 38551826 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454857164880 140455623075739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27773] ppid=27759 vsize=10927392 memory=4629771062077588875 CPUtime=3.2 cores=1,3,5,7
/proc/27762/task/27773/stat : 27773 (java) S 27759 27762 25105 0 -1 1077944384 9979 0 0 0 318 2 0 0 20 0 17 0 38551826 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454856112752 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27774] ppid=27759 vsize=10927392 memory=-8961168018402230209 CPUtime=3.33 cores=1,3,5,7
/proc/27762/task/27774/stat : 27774 (java) S 27759 27762 25105 0 -1 1077944384 9073 0 0 0 331 2 0 0 20 0 17 0 38551826 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454855059952 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27775] ppid=27759 vsize=10927392 memory=7373050524895242601 CPUtime=0.9 cores=1,3,5,7
/proc/27762/task/27775/stat : 27775 (java) S 27759 27762 25105 0 -1 1077944384 8900 0 0 0 87 3 0 0 20 0 17 0 38551826 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454854007664 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27776] ppid=27759 vsize=10927392 memory=5933038854807841127 CPUtime=0 cores=1,3,5,7
/proc/27762/task/27776/stat : 27776 (java) S 27759 27762 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38551826 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454852955104 140455623067349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
[pid=27762/tid=27777] ppid=27759 vsize=10927392 memory=1404 CPUtime=1.35 cores=1,3,5,7
/proc/27762/task/27777/stat : 27777 (java) S 27759 27762 25105 0 -1 1077944384 1548 0 0 0 61 74 0 0 20 0 17 0 38551826 11189649408 342849 33554432000 4194304 4196468 140732295090272 140454851901872 140455623068290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140732295091313 140732295091465 140732295091465 140732295094223 0
Current children cumulated CPU time: 2400.13 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1371396 KiB

[startup+2388.3 s]*
/proc/loadavg: 2.00 2.01 2.04 6/202 27974
/proc/meminfo: memFree=16649740/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2388.31
CPU time (s): 2400.26
CPU user time (s): 2398.62
CPU system time (s): 1.64718
CPU usage (%): 100.5
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1371396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.62
system time used= 1.64718
maximum resident set size= 1371812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74273
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54653
involuntary context switches= 866


# summary of solver processes directly reported to runsolver:
#   pid: 27762
#   total CPU time (s): 2400.26
#   total CPU user time (s): 2398.62
#   total CPU system time (s): 1.64718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2173 second user time and 23.0216 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-21 23:51:27
IDJOB=4289916
IDBENCH=141049
IDSOLVER=2742
FILE ID=node139/4289916-1532209886
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

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

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

MD5SUM BENCH= 8e8c57bbf90dbce08cf7a3cf301ec8dd
RANDOM SEED=1511885255

node139.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.80
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.80
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.80
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.80
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:        18140308 kB
MemAvailable:   31446768 kB
Buffers:          124248 kB
Cached:         13238152 kB
SwapCached:            0 kB
Active:          1567572 kB
Inactive:       12341988 kB
Active(anon):     502512 kB
Inactive(anon):    64124 kB
Active(file):    1065060 kB
Inactive(file): 12277864 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:        553812 kB
Mapped:            46656 kB
Shmem:             17036 kB
Slab:             419172 kB
SReclaimable:     391996 kB
SUnreclaim:        27176 kB
KernelStack:        3632 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1565728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45924 MiB
End job on node139 at 2018-07-22 00:31:15