Trace number 4262873

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 2017-07-05? (TO) 2520.1699 2510.29

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-t2.xml
MD5SUM9e99b8f50ba877dbe58773e5c08a73e4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3015
Number of constraints125
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3015}]
Minimum variable degree5
Maximum variable degree8
Distribution of variable degrees[{"degree":5,"count":17},{"degree":6,"count":1236},{"degree":7,"count":1323},{"degree":8,"count":439}]
Minimum constraint arity12
Maximum constraint arity261
Distribution of constraint arities[{"arity":12,"count":3},{"arity":14,"count":2},{"arity":15,"count":2},{"arity":17,"count":2},{"arity":18,"count":1},{"arity":25,"count":2},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":41,"count":1},{"arity":50,"count":7},{"arity":52,"count":1},{"arity":58,"count":2},{"arity":63,"count":2},{"arity":70,"count":2},{"arity":77,"count":2},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":87,"count":2},{"arity":90,"count":1},{"arity":91,"count":2},{"arity":95,"count":3},{"arity":105,"count":2},{"arity":107,"count":1},{"arity":108,"count":2},"...",{"arity":196,"count":3}, {"arity":197,"count":1}, {"arity":198,"count":2}, {"arity":199,"count":2}, {"arity":201,"count":3}, {"arity":202,"count":2}, {"arity":204,"count":3}, {"arity":206,"count":1}, {"arity":207,"count":2}, {"arity":214,"count":2}, {"arity":218,"count":2}, {"arity":219,"count":4}, {"arity":221,"count":1}, {"arity":222,"count":1}, {"arity":230,"count":1}, {"arity":231,"count":1}, {"arity":233,"count":1}, {"arity":235,"count":1}, {"arity":237,"count":1}, {"arity":241,"count":1}, {"arity":245,"count":1}, {"arity":246,"count":1}, {"arity":249,"count":1}, {"arity":254,"count":1}, {"arity":261,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":125}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262873-1502630075/watcher-4262873-1502630075 -o /tmp/evaluation-result-4262873-1502630075/solver-4262873-1502630075 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262873-1502630075.xml 

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

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


[startup+0.103714 s]*
/proc/loadavg: 4.86 4.41 3.70 3/217 10162
/proc/meminfo: memFree=30813648/32770624 swapFree=67108860/67108860
[pid=10147] ppid=10144 vsize=10555400 memory=29928 CPUtime=0.13 cores=1,3,5,7
/proc/10147/stat : 10147 (java) S 10144 10147 2539 0 -1 1077944320 6572 0 0 0 12 1 0 0 20 0 15 0 96095843 10808729600 7482 33554432000 4194304 4196468 140728680869024 140728680851568 140276574801655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
/proc/10147/statm: 2638850 7482 2812 1 0 2627263 0
[pid=10147/tid=10149] ppid=10144 vsize=10555400 memory=-8125511277465211770 CPUtime=0.09 cores=1,3,5,7
/proc/10147/task/10149/stat : 10149 (java) R 10144 10147 2539 0 -1 4202560 4406 0 0 0 8 1 0 0 20 0 15 0 96095843 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276579023520 140276574813590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10150] ppid=10144 vsize=10555400 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10150/stat : 10150 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276527422224 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10151] ppid=10144 vsize=10555400 memory=139738090649216 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10151/stat : 10151 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276526369680 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10152] ppid=10144 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96095844 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10555400 memory=139738090649216 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96095845 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10155] ppid=10144 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10155/stat : 10155 (java) S 10144 10147 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96095846 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276133196704 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10156] ppid=10144 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10156/stat : 10156 (java) S 10144 10147 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96095846 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276132144112 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10157] ppid=10144 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10157/stat : 10157 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276131092688 140276574820251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10158] ppid=10144 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10158/stat : 10158 (java) S 10144 10147 2539 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 96095848 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276130040304 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10159] ppid=10144 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10159/stat : 10159 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276128987760 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10160] ppid=10144 vsize=10555400 memory=139738090649216 CPUtime=0.02 cores=1,3,5,7
/proc/10147/task/10160/stat : 10160 (java) S 10144 10147 2539 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 96095848 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276127935216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10161] ppid=10144 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10161/stat : 10161 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276126882912 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10162] ppid=10144 vsize=10555400 memory=139738090649216 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10162/stat : 10162 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095849 10808729600 7482 33554432000 4194304 4196468 140728680869024 140276125829424 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29928 KiB

[startup+0.210503 s]*
/proc/loadavg: 4.86 4.41 3.70 4/217 10162
/proc/meminfo: memFree=30803468/32770624 swapFree=67108860/67108860
[pid=10147] ppid=10144 vsize=10555400 memory=40604 CPUtime=0.32 cores=1,3,5,7
/proc/10147/stat : 10147 (java) S 10144 10147 2539 0 -1 1077944320 8435 0 0 0 30 2 0 0 20 0 15 0 96095843 10808729600 10151 33554432000 4194304 4196468 140728680869024 140728680851568 140276574801655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
/proc/10147/statm: 2638850 10151 2963 1 0 2627263 0
[pid=10147/tid=10149] ppid=10144 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10147/task/10149/stat : 10149 (java) R 10144 10147 2539 0 -1 4202560 5215 0 0 0 18 1 0 0 20 0 15 0 96095843 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276579031232 140276574813590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10150] ppid=10144 vsize=10555400 memory=345 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10150/stat : 10150 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276527422224 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10151] ppid=10144 vsize=10555400 memory=288370114242360960 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10151/stat : 10151 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276526369680 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10152] ppid=10144 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96095844 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10555400 memory=139738090649216 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96095845 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10155] ppid=10144 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10155/stat : 10155 (java) S 10144 10147 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96095846 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276133196704 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10156] ppid=10144 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10156/stat : 10156 (java) S 10144 10147 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96095846 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276132144112 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10157] ppid=10144 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10157/stat : 10157 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276131092688 140276574820251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10158] ppid=10144 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10147/task/10158/stat : 10158 (java) S 10144 10147 2539 0 -1 1077944384 700 0 0 0 2 0 0 0 20 0 15 0 96095848 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276130040304 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10159] ppid=10144 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10147/task/10159/stat : 10159 (java) S 10144 10147 2539 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 96095848 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276128987760 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10160] ppid=10144 vsize=10555400 memory=139738090649216 CPUtime=0.06 cores=1,3,5,7
/proc/10147/task/10160/stat : 10160 (java) R 10144 10147 2539 0 -1 4202560 792 0 0 0 6 0 0 0 20 0 15 0 96095848 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276127935216 140276574823002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10161] ppid=10144 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10161/stat : 10161 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276126882912 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10162] ppid=10144 vsize=10555400 memory=139738090649216 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10162/stat : 10162 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095849 10808729600 10151 33554432000 4194304 4196468 140728680869024 140276125829424 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40604 KiB

[startup+0.312144 s]*
/proc/loadavg: 4.86 4.41 3.70 6/217 10162
/proc/meminfo: memFree=30796688/32770624 swapFree=67108860/67108860
[pid=10147] ppid=10144 vsize=10555476 memory=46912 CPUtime=0.53 cores=1,3,5,7
/proc/10147/stat : 10147 (java) S 10144 10147 2539 0 -1 1077944320 9020 0 0 0 51 2 0 0 20 0 15 0 96095843 10808807424 11728 33554432000 4194304 4196468 140728680869024 140728680851568 140276574801655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
/proc/10147/statm: 2638869 11728 3033 1 0 2627263 0
[pid=10147/tid=10149] ppid=10144 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/10147/task/10149/stat : 10149 (java) R 10144 10147 2539 0 -1 4202560 5628 0 0 0 28 2 0 0 20 0 15 0 96095843 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276579036448 140276198951241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10150] ppid=10144 vsize=10555476 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10150/stat : 10150 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276527422224 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10151] ppid=10144 vsize=10555476 memory=13992730858698392 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10151/stat : 10151 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276526369680 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10152] ppid=10144 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96095844 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10555476 memory=139738090649216 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96095845 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10155] ppid=10144 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10155/stat : 10155 (java) S 10144 10147 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96095846 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276133196704 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10156] ppid=10144 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10156/stat : 10156 (java) S 10144 10147 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96095846 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276132144112 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10157] ppid=10144 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10157/stat : 10157 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276131092688 140276574820251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10158] ppid=10144 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10147/task/10158/stat : 10158 (java) S 10144 10147 2539 0 -1 1077944384 770 0 0 0 4 0 0 0 20 0 15 0 96095848 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276130040304 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10159] ppid=10144 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/10147/task/10159/stat : 10159 (java) S 10144 10147 2539 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 96095848 10808807424 11728 33554432000 4194304 4196468 140728680869024 140276128987760 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10160] ppid=10144 vsize=10555476 memory=139738090649216 CPUtime=0.12 cores=1,3,5,7
/proc/10147/task/10160/stat : 10160 (java) R 10144 10147 2539 0 -1 4202560 872 0 0 0 12 0 0 0 20 0 15 0 96095848 10808807424 11792 33554432000 4194304 4196468 140728680869024 140276127935216 140276574813590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10161] ppid=10144 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10161/stat : 10161 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808807424 11792 33554432000 4194304 4196468 140728680869024 140276126882912 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10162] ppid=10144 vsize=10555476 memory=139738090649216 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10162/stat : 10162 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095849 10808807424 11792 33554432000 4194304 4196468 140728680869024 140276125829424 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46912 KiB

[startup+0.703595 s]
/proc/loadavg: 4.86 4.41 3.70 7/217 10162
/proc/meminfo: memFree=30663700/32770624 swapFree=67108860/67108860
[pid=10147] ppid=10144 vsize=10555476 memory=183492 CPUtime=1.83 cores=1,3,5,7
/proc/10147/stat : 10147 (java) S 10144 10147 2539 0 -1 1077944320 12000 0 0 0 177 6 0 0 20 0 15 0 96095843 10808807424 45873 33554432000 4194304 4196468 140728680869024 140728680851568 140276574801655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
/proc/10147/statm: 2638869 45873 3112 1 0 2627263 0
[pid=10147/tid=10149] ppid=10144 vsize=10555476 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/10147/task/10149/stat : 10149 (java) R 10144 10147 2539 0 -1 4202560 5887 0 0 0 64 3 0 0 20 0 15 0 96095843 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276579026992 140276199091680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10150] ppid=10144 vsize=10555476 memory=796 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10150/stat : 10150 (java) S 10144 10147 2539 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 96095844 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276527422224 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10151] ppid=10144 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10151/stat : 10151 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095844 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276526369680 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10152] ppid=10144 vsize=10555476 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 96095844 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10555476 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 96095844 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10555476 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96095845 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10155] ppid=10144 vsize=10555476 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10155/stat : 10155 (java) S 10144 10147 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96095846 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276133196704 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10156] ppid=10144 vsize=10555476 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10156/stat : 10156 (java) S 10144 10147 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96095846 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276132144112 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10157] ppid=10144 vsize=10555476 memory=7014751519734584657 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10157/stat : 10157 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276131092688 140276574820251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10158] ppid=10144 vsize=10555476 memory=7453282923545389669 CPUtime=0.41 cores=1,3,5,7
/proc/10147/task/10158/stat : 10158 (java) R 10144 10147 2539 0 -1 4202560 1831 0 0 0 41 0 0 0 20 0 15 0 96095848 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276130030016 140276554021377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10159] ppid=10144 vsize=10555476 memory=7444843076533644388 CPUtime=0.4 cores=1,3,5,7
/proc/10147/task/10159/stat : 10159 (java) R 10144 10147 2539 0 -1 4202560 1231 0 0 0 40 0 0 0 20 0 15 0 96095848 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276128975312 140276556346616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10160] ppid=10144 vsize=10555476 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/10147/task/10160/stat : 10160 (java) S 10144 10147 2539 0 -1 1077944384 1571 0 0 0 29 0 0 0 20 0 15 0 96095848 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276127935216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10161] ppid=10144 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10161/stat : 10161 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96095848 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276126882912 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10162] ppid=10144 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10162/stat : 10162 (java) S 10144 10147 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96095849 10808807424 45873 33554432000 4194304 4196468 140728680869024 140276125829424 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 183492 KiB

[startup+1.50076 s]
/proc/loadavg: 4.86 4.41 3.70 5/217 10162
/proc/meminfo: memFree=30581732/32770624 swapFree=67108860/67108860
[pid=10147] ppid=10144 vsize=10555476 memory=447288 CPUtime=4.07 cores=1,3,5,7
/proc/10147/stat : 10147 (java) S 10144 10147 2539 0 -1 1077944320 15182 0 0 0 388 19 0 0 20 0 15 0 96095843 10808807424 111822 33554432000 4194304 4196468 140728680869024 140728680851568 140276574801655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
/proc/10147/statm: 2638869 111822 3132 1 0 2627263 0
[pid=10147/tid=10149] ppid=10144 vsize=10555476 memory=6791534058613427641 CPUtime=1.31 cores=1,3,5,7
/proc/10147/task/10149/stat : 10149 (java) R 10144 10147 2539 0 -1 4202560 5961 0 0 0 127 4 0 0 20 0 15 0 96095843 10808807424 111822 33554432000 4194304 4196468 140728680869024 140276579039328 140276574813590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10150] ppid=10144 vsize=10555476 memory=-8754540793456063680 CPUtime=0.15 cores=1,3,5,7
/proc/10147/task/10150/stat : 10150 (java) S 10144 10147 2539 0 -1 1077944384 153 0 0 0 11 4 0 0 20 0 15 0 96095844 10808807424 111822 33554432000 4194304 4196468 140728680869024 140276527422224 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10151] ppid=10144 vsize=10555476 memory=-2843874019102283166 CPUtime=0.13 cores=1,3,5,7
/proc/10147/task/10151/stat : 10151 (java) S 10144 10147 2539 0 -1 1077944384 149 0 0 0 10 3 0 0 20 0 15 0 96095844 10808807424 111822 33554432000 4194304 4196468 140728680869024 140276526369680 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10152] ppid=10144 vsize=10555476 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 139 0 0 0 7 2 0 0 20 0 15 0 96095844 10808807424 111822 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10555476 memory=7005738693937936738 CPUtime=0.08 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 52 0 0 0 6 2 0 0 20 0 15 0 96095844 10808807424 111822 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96095845 10808807424 111822 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0

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

/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 1547 0 0 0 116 31 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10622040 memory=2120856 CPUtime=1.47 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 1505 0 0 0 116 31 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0.3 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 8290 0 0 0 27 3 0 0 20 0 16 0 96095845 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10155] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10155/stat : 10155 (java) S 10144 10147 2539 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 96095846 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276133196768 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10156] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10156/stat : 10156 (java) S 10144 10147 2539 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96095846 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276132144128 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10157] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10157/stat : 10157 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276131092688 140276574820251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10158] ppid=10144 vsize=10622040 memory=2120856 CPUtime=1.8 cores=1,3,5,7
/proc/10147/task/10158/stat : 10158 (java) S 10144 10147 2539 0 -1 1077944384 7853 0 0 0 179 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276130040304 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10159] ppid=10144 vsize=10622040 memory=2120856 CPUtime=1.56 cores=1,3,5,7
/proc/10147/task/10159/stat : 10159 (java) S 10144 10147 2539 0 -1 1077944384 5551 0 0 0 155 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276128987760 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10160] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0.45 cores=1,3,5,7
/proc/10147/task/10160/stat : 10160 (java) S 10144 10147 2539 0 -1 1077944384 3550 0 0 0 44 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276127935216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10161] ppid=10144 vsize=10622040 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10161/stat : 10161 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276126882912 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10162] ppid=10144 vsize=10622040 memory=27720 CPUtime=1.46 cores=1,3,5,7
/proc/10147/task/10162/stat : 10162 (java) S 10144 10147 2539 0 -1 1077944384 1720 0 0 0 69 77 0 0 20 0 16 0 96095849 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276125829424 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10163] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10163/stat : 10163 (java) S 10144 10147 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96096027 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276124775216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
Current children cumulated CPU time: 2452.27 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2120856 KiB

[startup+2502.3 s]
/proc/loadavg: 2.10 2.07 2.17 3/218 10340
/proc/meminfo: memFree=24512536/32770624 swapFree=67108860/67108860
[pid=10147] ppid=10144 vsize=10622040 memory=2120856 CPUtime=2512.31 cores=1,3,5,7
/proc/10147/stat : 10147 (java) S 10144 10147 2539 0 -1 1077944320 82438 0 0 0 251007 224 0 0 20 0 16 0 96095843 10876968960 530214 33554432000 4194304 4196468 140728680869024 140728680851568 140276574801655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
/proc/10147/statm: 2655510 530214 3170 1 0 2643904 0
[pid=10147/tid=10149] ppid=10144 vsize=10622040 memory=2120856 CPUtime=2500.59 cores=1,3,5,7
/proc/10147/task/10149/stat : 10149 (java) R 10144 10147 2539 0 -1 4202560 46628 0 0 0 250040 19 0 0 20 0 16 0 96095843 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276579040608 140276203738703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10150] ppid=10144 vsize=10622040 memory=2120856 CPUtime=1.53 cores=1,3,5,7
/proc/10147/task/10150/stat : 10150 (java) S 10144 10147 2539 0 -1 1077944384 1697 0 0 0 120 33 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276527422224 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10151] ppid=10144 vsize=10622040 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/10147/task/10151/stat : 10151 (java) S 10144 10147 2539 0 -1 1077944384 2597 0 0 0 120 34 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276526369680 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10152] ppid=10144 vsize=10622040 memory=1149 CPUtime=1.47 cores=1,3,5,7
/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 1547 0 0 0 116 31 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10622040 memory=2120856 CPUtime=1.47 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 1505 0 0 0 116 31 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0.3 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 8301 0 0 0 27 3 0 0 20 0 16 0 96095845 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10155] ppid=10144 vsize=10622040 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10155/stat : 10155 (java) S 10144 10147 2539 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 96095846 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276133196768 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10156] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10156/stat : 10156 (java) S 10144 10147 2539 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96095846 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276132144128 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10157] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10157/stat : 10157 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276131092688 140276574820251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10158] ppid=10144 vsize=10622040 memory=27720 CPUtime=1.8 cores=1,3,5,7
/proc/10147/task/10158/stat : 10158 (java) S 10144 10147 2539 0 -1 1077944384 7857 0 0 0 179 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276130040304 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10159] ppid=10144 vsize=10622040 memory=1296 CPUtime=1.56 cores=1,3,5,7
/proc/10147/task/10159/stat : 10159 (java) S 10144 10147 2539 0 -1 1077944384 5563 0 0 0 155 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276128987760 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10160] ppid=10144 vsize=10622040 memory=2404 CPUtime=0.45 cores=1,3,5,7
/proc/10147/task/10160/stat : 10160 (java) S 10144 10147 2539 0 -1 1077944384 3556 0 0 0 44 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276127935216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10161] ppid=10144 vsize=10622040 memory=27720 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10161/stat : 10161 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276126882912 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10162] ppid=10144 vsize=10622040 memory=1296 CPUtime=1.5 cores=1,3,5,7
/proc/10147/task/10162/stat : 10162 (java) S 10144 10147 2539 0 -1 1077944384 1779 0 0 0 71 79 0 0 20 0 16 0 96095849 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276125829424 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10163] ppid=10144 vsize=10622040 memory=2120856 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10163/stat : 10163 (java) S 10144 10147 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96096027 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276124775216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
Current children cumulated CPU time: 2512.31 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2120856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510 s]*
/proc/loadavg: 2.09 2.07 2.17 3/218 10340
/proc/meminfo: memFree=24512412/32770624 swapFree=67108860/67108860
[pid=10147] ppid=10144 vsize=10622040 memory=2120856 CPUtime=2520.03 cores=1,3,5,7
/proc/10147/stat : 10147 (java) S 10144 10147 2539 0 -1 1077944320 82586 0 0 0 251779 224 0 0 20 0 16 0 96095843 10876968960 530214 33554432000 4194304 4196468 140728680869024 140728680851568 140276574801655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
/proc/10147/statm: 2655510 530214 3170 1 0 2643904 0
[pid=10147/tid=10149] ppid=10144 vsize=10622040 memory=6791534058613427641 CPUtime=2508.3 cores=1,3,5,7
/proc/10147/task/10149/stat : 10149 (java) R 10144 10147 2539 0 -1 4202560 46776 0 0 0 250811 19 0 0 20 0 16 0 96095843 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276579040608 140276203738207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10150] ppid=10144 vsize=10622040 memory=1932 CPUtime=1.53 cores=1,3,5,7
/proc/10147/task/10150/stat : 10150 (java) S 10144 10147 2539 0 -1 1077944384 1697 0 0 0 120 33 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276527422224 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10151] ppid=10144 vsize=10622040 memory=2120856 CPUtime=1.54 cores=1,3,5,7
/proc/10147/task/10151/stat : 10151 (java) S 10144 10147 2539 0 -1 1077944384 2597 0 0 0 120 34 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276526369680 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10152] ppid=10144 vsize=10622040 memory=8560 CPUtime=1.47 cores=1,3,5,7
/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 1547 0 0 0 116 31 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10622040 memory=4126316290023845779 CPUtime=1.47 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 1505 0 0 0 116 31 0 0 20 0 16 0 96095844 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10622040 memory=2236 CPUtime=0.3 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 8301 0 0 0 27 3 0 0 20 0 16 0 96095845 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10155] ppid=10144 vsize=10622040 memory=4316 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10155/stat : 10155 (java) S 10144 10147 2539 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 96095846 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276133196768 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10156] ppid=10144 vsize=10622040 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10156/stat : 10156 (java) S 10144 10147 2539 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96095846 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276132144128 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10157] ppid=10144 vsize=10622040 memory=6760 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10157/stat : 10157 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276131092688 140276574820251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10158] ppid=10144 vsize=10622040 memory=2120856 CPUtime=1.8 cores=1,3,5,7
/proc/10147/task/10158/stat : 10158 (java) S 10144 10147 2539 0 -1 1077944384 7857 0 0 0 179 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276130040304 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10159] ppid=10144 vsize=10622040 memory=4044 CPUtime=1.56 cores=1,3,5,7
/proc/10147/task/10159/stat : 10159 (java) S 10144 10147 2539 0 -1 1077944384 5563 0 0 0 155 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276128987760 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10160] ppid=10144 vsize=10622040 memory=24452 CPUtime=0.45 cores=1,3,5,7
/proc/10147/task/10160/stat : 10160 (java) S 10144 10147 2539 0 -1 1077944384 3556 0 0 0 44 1 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276127935216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10161] ppid=10144 vsize=10622040 memory=279475938926208 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10161/stat : 10161 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96095848 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276126882912 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10162] ppid=10144 vsize=10622040 memory=27720 CPUtime=1.5 cores=1,3,5,7
/proc/10147/task/10162/stat : 10162 (java) R 10144 10147 2539 0 -1 4202560 1779 0 0 0 71 79 0 0 20 0 16 0 96095849 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276125829424 140276574823002 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10163] ppid=10144 vsize=10622040 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10163/stat : 10163 (java) S 10144 10147 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96096027 10876968960 530214 33554432000 4194304 4196468 140728680869024 140276124775216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2120856 KiB

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

[startup+2510.28 s]
# the end of solver process 10147 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.91 s, system=2.25843 s

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

[startup+2510.2 s]
/proc/loadavg: 2.09 2.07 2.17 3/218 10340
/proc/meminfo: memFree=24512412/32770624 swapFree=67108860/67108860
[pid=10147] ppid=10144 vsize=10821732 memory=2121100 CPUtime=2520.06 cores=1,3,5,7
/proc/10147/stat : 10147 (java) S 10144 10147 2539 0 -1 1077944320 83110 0 0 0 251782 224 0 0 20 0 17 0 96095843 11081453568 530275 33554432000 4194304 4196468 140728680869024 140728680851568 140276574801655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
/proc/10147/statm: 2705433 530275 3173 1 0 2693827 0
[pid=10147/tid=10149] ppid=10144 vsize=10821732 memory=2120856 CPUtime=2508.33 cores=1,3,5,7
/proc/10147/task/10149/stat : 10149 (java) S 10144 10147 2539 0 -1 1077944384 46821 0 0 0 250814 19 0 0 20 0 17 0 96095843 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276579044528 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10150] ppid=10144 vsize=10821732 memory=27720 CPUtime=1.53 cores=1,3,5,7
/proc/10147/task/10150/stat : 10150 (java) S 10144 10147 2539 0 -1 1077944384 1697 0 0 0 120 33 0 0 20 0 17 0 96095844 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276527422224 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10151] ppid=10144 vsize=10821732 memory=1932 CPUtime=1.54 cores=1,3,5,7
/proc/10147/task/10151/stat : 10151 (java) S 10144 10147 2539 0 -1 1077944384 2597 0 0 0 120 34 0 0 20 0 17 0 96095844 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276526369680 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10152] ppid=10144 vsize=10821732 memory=1424 CPUtime=1.47 cores=1,3,5,7
/proc/10147/task/10152/stat : 10152 (java) S 10144 10147 2539 0 -1 1077944384 1547 0 0 0 116 31 0 0 20 0 17 0 96095844 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276525317136 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10153] ppid=10144 vsize=10821732 memory=8560 CPUtime=1.47 cores=1,3,5,7
/proc/10147/task/10153/stat : 10153 (java) S 10144 10147 2539 0 -1 1077944384 1505 0 0 0 116 31 0 0 20 0 17 0 96095844 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276524264592 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10154] ppid=10144 vsize=10821732 memory=1724 CPUtime=0.3 cores=1,3,5,7
/proc/10147/task/10154/stat : 10154 (java) S 10144 10147 2539 0 -1 1077944384 8319 0 0 0 27 3 0 0 20 0 17 0 96095845 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276134250480 140276574812802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10155] ppid=10144 vsize=10821732 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10155/stat : 10155 (java) S 10144 10147 2539 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 96095846 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276133196768 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10156] ppid=10144 vsize=10821732 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10156/stat : 10156 (java) S 10144 10147 2539 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96095846 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276132144128 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10157] ppid=10144 vsize=10821732 memory=5672 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10157/stat : 10157 (java) S 10144 10147 2539 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 96095848 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276131092688 140276574820251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10158] ppid=10144 vsize=10821732 memory=4612 CPUtime=1.8 cores=1,3,5,7
/proc/10147/task/10158/stat : 10158 (java) S 10144 10147 2539 0 -1 1077944384 7857 0 0 0 179 1 0 0 20 0 17 0 96095848 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276130040304 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10159] ppid=10144 vsize=10821732 memory=1200 CPUtime=1.56 cores=1,3,5,7
/proc/10147/task/10159/stat : 10159 (java) S 10144 10147 2539 0 -1 1077944384 5563 0 0 0 155 1 0 0 20 0 17 0 96095848 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276128987760 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10160] ppid=10144 vsize=10821732 memory=15876 CPUtime=0.45 cores=1,3,5,7
/proc/10147/task/10160/stat : 10160 (java) S 10144 10147 2539 0 -1 1077944384 3763 0 0 0 44 1 0 0 20 0 17 0 96095848 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276127935216 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10161] ppid=10144 vsize=10821732 memory=16236 CPUtime=0 cores=1,3,5,7
/proc/10147/task/10161/stat : 10161 (java) S 10144 10147 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96095848 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276126882912 140276574811861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
[pid=10147/tid=10162] ppid=10144 vsize=10821732 memory=4044 CPUtime=1.5 cores=1,3,5,7
/proc/10147/task/10162/stat : 10162 (java) S 10144 10147 2539 0 -1 1077944384 1779 0 0 0 71 79 0 0 20 0 17 0 96095849 11081453568 530275 33554432000 4194304 4196468 140728680869024 140276125829424 140276574812802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 15126528 140728680875142 140728680875295 140728680875295 140728680878031 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 2121100 KiB

Child status: 143
Real time (s): 2510.29
CPU time (s): 2520.17
CPU user time (s): 2517.91
CPU system time (s): 2.25843
CPU usage (%): 100.394
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 2121100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.91
system time used= 2.25843
maximum resident set size= 2121548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56616
involuntary context switches= 1157


# summary of solver processes directly reported to runsolver:
#   pid: 10147
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2517.91
#   total CPU system time (s): 2.25843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4716 second user time and 23.1693 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 15:00:17
IDJOB=4262873
IDBENCH=133714
IDSOLVER=2651
FILE ID=node102/4262873-1502630075
RUNJOBID= node102-1502621242-8488
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-t2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262873-1502630075/watcher-4262873-1502630075 -o /tmp/evaluation-result-4262873-1502630075/solver-4262873-1502630075 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262873-1502630075.xml

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

MD5SUM BENCH= 9e99b8f50ba877dbe58773e5c08a73e4
RANDOM SEED=1121962563

node102.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.35
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.35
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.35
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.35
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:        30832688 kB
MemAvailable:   31217052 kB
Buffers:          107276 kB
Cached:           561768 kB
SwapCached:            0 kB
Active:          1349504 kB
Inactive:         141348 kB
Active(anon):     774436 kB
Inactive(anon):    75432 kB
Active(file):     575068 kB
Inactive(file):    65916 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:        934940 kB
Mapped:            55140 kB
Shmem:             25228 kB
Slab:             144836 kB
SReclaimable:     118428 kB
SUnreclaim:        26408 kB
KernelStack:        3840 kB
PageTables:         7152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1606456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 15:42:07