Trace number 4262865

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.25 2488.8799

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1a.xml
MD5SUM030948c230c0936ebc743af4f555c996
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7543
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7543}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":211},{"degree":5,"count":606},{"degree":6,"count":1055},{"degree":7,"count":1192},{"degree":8,"count":1234},{"degree":9,"count":1130},{"degree":10,"count":973},{"degree":11,"count":664},{"degree":12,"count":352},{"degree":13,"count":120},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity1306
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":4},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":30,"count":3},{"arity":34,"count":1},{"arity":36,"count":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":3},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":2},{"arity":49,"count":1},{"arity":50,"count":6},{"arity":51,"count":1},{"arity":53,"count":1},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":1},{"arity":72,"count":3},{"arity":74,"count":2},{"arity":77,"count":1},"...",{"arity":683,"count":1}, {"arity":752,"count":1}, {"arity":771,"count":1}, {"arity":783,"count":1}, {"arity":806,"count":1}, {"arity":807,"count":1}, {"arity":833,"count":1}, {"arity":851,"count":1}, {"arity":891,"count":1}, {"arity":903,"count":1}, {"arity":910,"count":1}, {"arity":933,"count":1}, {"arity":943,"count":1}, {"arity":954,"count":1}, {"arity":967,"count":1}, {"arity":975,"count":1}, {"arity":984,"count":1}, {"arity":1092,"count":1}, {"arity":1123,"count":1}, {"arity":1131,"count":1}, {"arity":1149,"count":1}, {"arity":1167,"count":1}, {"arity":1169,"count":1}, {"arity":1194,"count":1}, {"arity":1306,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262865-1502629955/watcher-4262865-1502629955 -o /tmp/evaluation-result-4262865-1502629955/solver-4262865-1502629955 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262865-1502629955.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=25811, runsolver pid=25808
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 2.15 2.06 2.13 3/209 25825
/proc/meminfo: memFree=31396220/32770624 swapFree=67108860/67108860
[pid=25811] ppid=25808 vsize=10484492 memory=23756 CPUtime=0.05 cores=1,3,5,7
/proc/25811/stat : 25811 (java) S 25808 25811 11586 0 -1 1077944320 4902 0 0 0 5 0 0 0 20 0 14 0 51336111 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 140735045701552 139915864801015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
/proc/25811/statm: 2621123 5939 2578 1 0 2610620 0
[pid=25811/tid=25813] ppid=25808 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/25811/task/25813/stat : 25813 (java) D 25808 25811 11586 0 -1 4202560 3003 0 0 0 4 0 0 0 20 0 14 0 51336115 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915869038496 139915864823037 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25814] ppid=25808 vsize=10484492 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25814/stat : 25814 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51336116 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915811150608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25815] ppid=25808 vsize=10484492 memory=140513901364864 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25815/stat : 25815 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51336116 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915810098064 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25816] ppid=25808 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25816/stat : 25816 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51336116 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915809045520 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) S 25808 25811 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51336116 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10484492 memory=140513901364864 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51336117 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915428820976 139915864812162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 51336118 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915427767200 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25820] ppid=25808 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25820/stat : 25820 (java) S 25808 25811 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 51336118 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915426714608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25821] ppid=25808 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25821/stat : 25821 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51336120 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915425663184 139915864819611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25822] ppid=25808 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25822/stat : 25822 (java) S 25808 25811 11586 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 14 0 51336121 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915424610800 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25823] ppid=25808 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25823/stat : 25823 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51336121 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915423558256 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25824] ppid=25808 vsize=10484492 memory=140513901364864 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25824/stat : 25824 (java) S 25808 25811 11586 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 51336121 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915422505712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25825] ppid=25808 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25825/stat : 25825 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51336121 10736119808 5939 18446744073709551615 4194304 4196468 140735045719008 139915421453408 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23756 KiB

[startup+0.20989 s]*
/proc/loadavg: 2.15 2.06 2.13 4/210 25826
/proc/meminfo: memFree=31388616/32770624 swapFree=67108860/67108860
[pid=25811] ppid=25808 vsize=10551156 memory=30764 CPUtime=0.15 cores=1,3,5,7
/proc/25811/stat : 25811 (java) S 25808 25811 11586 0 -1 1077944320 7936 0 0 0 13 2 0 0 20 0 15 0 51336111 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 140735045701552 139915864801015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
/proc/25811/statm: 2637789 7691 2788 1 0 2627261 0
[pid=25811/tid=25813] ppid=25808 vsize=10551156 memory=8316850467074736180 CPUtime=0.11 cores=1,3,5,7
/proc/25811/task/25813/stat : 25813 (java) R 25808 25811 11586 0 -1 4202560 5781 0 0 0 10 1 0 0 20 0 15 0 51336115 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915869012192 139915864822941 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25814] ppid=25808 vsize=10551156 memory=1354 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25814/stat : 25814 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336116 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915811150608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25815] ppid=25808 vsize=10551156 memory=3904817685807056544 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25815/stat : 25815 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336116 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915810098064 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25816] ppid=25808 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25816/stat : 25816 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336116 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915809045520 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) S 25808 25811 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51336116 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10551156 memory=140513901364864 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51336117 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915428820976 139915864812162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51336118 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915427767200 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25820] ppid=25808 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25820/stat : 25820 (java) S 25808 25811 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51336118 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915426714608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25821] ppid=25808 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25821/stat : 25821 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51336120 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915425663184 139915864819611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25822] ppid=25808 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25822/stat : 25822 (java) R 25808 25811 11586 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 51336121 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915424610800 139915864812162 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25823] ppid=25808 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25823/stat : 25823 (java) R 25808 25811 11586 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 51336121 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915423558256 139915848236753 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25824] ppid=25808 vsize=10551156 memory=140513901364864 CPUtime=0.02 cores=1,3,5,7
/proc/25811/task/25824/stat : 25824 (java) R 25808 25811 11586 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 51336121 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915422505712 139915848142611 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25825] ppid=25808 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25825/stat : 25825 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51336121 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915421453408 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25826] ppid=25808 vsize=10551156 memory=140513901364864 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25826/stat : 25826 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336126 10804383744 7691 18446744073709551615 4194304 4196468 140735045719008 139915420399920 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30764 KiB

[startup+0.310191 s]*
/proc/loadavg: 2.15 2.06 2.13 6/210 25826
/proc/meminfo: memFree=31380744/32770624 swapFree=67108860/67108860
[pid=25811] ppid=25808 vsize=10551156 memory=45544 CPUtime=0.37 cores=1,3,5,7
/proc/25811/stat : 25811 (java) S 25808 25811 11586 0 -1 1077944320 10212 0 0 0 34 3 0 0 20 0 15 0 51336111 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 140735045701552 139915864801015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
/proc/25811/statm: 2637789 11386 2973 1 0 2627261 0
[pid=25811/tid=25813] ppid=25808 vsize=10551156 memory=8318255677412212789 CPUtime=0.21 cores=1,3,5,7
/proc/25811/task/25813/stat : 25813 (java) R 25808 25811 11586 0 -1 4202560 6813 0 0 0 20 1 0 0 20 0 15 0 51336115 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915869010816 139915864822941 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25814] ppid=25808 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25814/stat : 25814 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336116 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915811150608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25815] ppid=25808 vsize=10551156 memory=3905662110737188512 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25815/stat : 25815 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336116 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915810098064 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25816] ppid=25808 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25816/stat : 25816 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336116 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915809045520 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) S 25808 25811 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51336116 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10551156 memory=3184238433977333424 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51336117 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915428820976 139915864812162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10551156 memory=8388367118360672371 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51336118 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915427767200 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25820] ppid=25808 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25820/stat : 25820 (java) S 25808 25811 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51336118 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915426714608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25821] ppid=25808 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25821/stat : 25821 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51336120 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915425663184 139915864819611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25822] ppid=25808 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25811/task/25822/stat : 25822 (java) S 25808 25811 11586 0 -1 1077944384 752 0 0 0 3 0 0 0 20 0 15 0 51336121 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915424600720 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25823] ppid=25808 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/25811/task/25823/stat : 25823 (java) R 25808 25811 11586 0 -1 4202560 510 0 0 0 3 0 0 0 20 0 15 0 51336121 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915423551448 139915864812950 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25824] ppid=25808 vsize=10551156 memory=140513901364864 CPUtime=0.06 cores=1,3,5,7
/proc/25811/task/25824/stat : 25824 (java) R 25808 25811 11586 0 -1 1077944384 775 0 0 0 6 0 0 0 20 0 15 0 51336121 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915422505712 139915864812162 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25825] ppid=25808 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25825/stat : 25825 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51336121 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915421453408 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25826] ppid=25808 vsize=10551156 memory=140513901364864 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25826/stat : 25826 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336126 10804383744 11386 18446744073709551615 4194304 4196468 140735045719008 139915420399920 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 45544 KiB

[startup+0.700779 s]
/proc/loadavg: 2.15 2.06 2.13 6/210 25826
/proc/meminfo: memFree=31349464/32770624 swapFree=67108860/67108860
[pid=25811] ppid=25808 vsize=10551232 memory=194016 CPUtime=1.56 cores=1,3,5,7
/proc/25811/stat : 25811 (java) S 25808 25811 11586 0 -1 1077944320 13756 0 0 0 149 7 0 0 20 0 15 0 51336111 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 140735045701552 139915864801015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
/proc/25811/statm: 2637808 48504 3077 1 0 2627261 0
[pid=25811/tid=25813] ppid=25808 vsize=10551232 memory=2372 CPUtime=0.56 cores=1,3,5,7
/proc/25811/task/25813/stat : 25813 (java) R 25808 25811 11586 0 -1 4202560 7431 0 0 0 53 3 0 0 20 0 15 0 51336115 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915869037504 139915491832436 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25814] ppid=25808 vsize=10551232 memory=8514726395714820747 CPUtime=0.01 cores=1,3,5,7
/proc/25811/task/25814/stat : 25814 (java) S 25808 25811 11586 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 51336116 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915811150608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25815] ppid=25808 vsize=10551232 memory=-7096649868621430206 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25815/stat : 25815 (java) S 25808 25811 11586 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51336116 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915810098064 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25816] ppid=25808 vsize=10551232 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25816/stat : 25816 (java) S 25808 25811 11586 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 51336116 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915809045520 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10551232 memory=7307483386651240791 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) S 25808 25811 11586 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 51336116 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10551232 memory=7589502621751930732 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 51336117 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915428820976 139915864812162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10551232 memory=8900 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51336118 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915427767264 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25820] ppid=25808 vsize=10551232 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25820/stat : 25820 (java) S 25808 25811 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51336118 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915426714608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25821] ppid=25808 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25821/stat : 25821 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51336120 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915425663184 139915864819611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25822] ppid=25808 vsize=10551232 memory=1204 CPUtime=0.33 cores=1,3,5,7
/proc/25811/task/25822/stat : 25822 (java) S 25808 25811 11586 0 -1 1077944384 1483 0 0 0 33 0 0 0 20 0 15 0 51336121 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915424610800 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25823] ppid=25808 vsize=10551232 memory=15880 CPUtime=0.33 cores=1,3,5,7
/proc/25811/task/25823/stat : 25823 (java) R 25808 25811 11586 0 -1 4202560 1823 0 0 0 33 0 0 0 20 0 15 0 51336121 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915423544136 139915846345258 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25824] ppid=25808 vsize=10551232 memory=16240 CPUtime=0.25 cores=1,3,5,7
/proc/25811/task/25824/stat : 25824 (java) S 25808 25811 11586 0 -1 1077944384 1513 0 0 0 25 0 0 0 20 0 15 0 51336121 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915422505712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25825] ppid=25808 vsize=10551232 memory=16932 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25825/stat : 25825 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51336121 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915421453408 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25826] ppid=25808 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25826/stat : 25826 (java) S 25808 25811 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51336126 10804461568 48504 18446744073709551615 4194304 4196468 140735045719008 139915420399920 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 194016 KiB

[startup+1.50216 s]
/proc/loadavg: 2.15 2.06 2.13 5/210 25826
/proc/meminfo: memFree=31080264/32770624 swapFree=67108860/67108860
[pid=25811] ppid=25808 vsize=10551232 memory=686684 CPUtime=4.1 cores=1,3,5,7
/proc/25811/stat : 25811 (java) S 25808 25811 11586 0 -1 1077944320 15739 0 0 0 381 29 0 0 20 0 15 0 51336111 10804461568 171671 18446744073709551615 4194304 4196468 140735045719008 140735045701552 139915864801015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
/proc/25811/statm: 2637808 171671 3106 1 0 2627261 0
[pid=25811/tid=25813] ppid=25808 vsize=10551232 memory=29316 CPUtime=1.21 cores=1,3,5,7
/proc/25811/task/25813/stat : 25813 (java) S 25808 25811 11586 0 -1 1077944384 8054 0 0 0 112 9 0 0 20 0 15 0 51336115 10804461568 171671 18446744073709551615 4194304 4196468 140735045719008 139915869038800 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25814] ppid=25808 vsize=10551232 memory=2384 CPUtime=0.14 cores=1,3,5,7
/proc/25811/task/25814/stat : 25814 (java) R 25808 25811 11586 0 -1 4202560 71 0 0 0 10 4 0 0 20 0 15 0 51336116 10804461568 171671 18446744073709551615 4194304 4196468 140735045719008 139915811150608 139915846426960 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25815] ppid=25808 vsize=10551232 memory=1296 CPUtime=0.15 cores=1,3,5,7
/proc/25811/task/25815/stat : 25815 (java) R 25808 25811 11586 0 -1 4202560 74 0 0 0 11 4 0 0 20 0 15 0 51336116 10804461568 171671 18446744073709551615 4194304 4196468 140735045719008 139915810098064 139915849829247 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25816] ppid=25808 vsize=10551232 memory=528724 CPUtime=0.14 cores=1,3,5,7
/proc/25811/task/25816/stat : 25816 (java) R 25808 25811 11586 0 -1 4202560 80 0 0 0 10 4 0 0 20 0 15 0 51336116 10804461568 171671 18446744073709551615 4194304 4196468 140735045719008 139915809045720 139915846426886 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10551232 memory=31 CPUtime=0.13 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) R 25808 25811 11586 0 -1 4202560 74 0 0 0 10 3 0 0 20 0 15 0 51336116 10804461568 171671 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915849828889 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 51336117 10804461568 171671 18446744073709551615 4194304 4196468 140735045719008 139915428819488 139915864811221 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51336118 10804461568 171671 18446744073709551615 4194304 4196468 140735045719008 139915427767264 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0

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

/proc/25811/task/25816/stat : 25816 (java) S 25808 25811 11586 0 -1 1077944384 12457 0 0 0 788 67 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915809045520 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10617796 memory=3966484 CPUtime=8.54 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) S 25808 25811 11586 0 -1 1077944384 6702 0 0 0 788 66 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10617796 memory=3966484 CPUtime=2.36 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 8831 0 0 0 232 4 0 0 20 0 16 0 51336117 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915428820976 139915864812162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10617796 memory=3966484 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 51336118 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915427767264 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25820] ppid=25808 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25820/stat : 25820 (java) S 25808 25811 11586 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 51336118 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915426714624 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25821] ppid=25808 vsize=10617796 memory=3966484 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25821/stat : 25821 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51336120 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915425663184 139915864819611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25822] ppid=25808 vsize=10617796 memory=3966484 CPUtime=1.94 cores=1,3,5,7
/proc/25811/task/25822/stat : 25822 (java) S 25808 25811 11586 0 -1 1077944384 6947 0 0 0 192 2 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915424610800 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25823] ppid=25808 vsize=10617796 memory=3966484 CPUtime=2.1 cores=1,3,5,7
/proc/25811/task/25823/stat : 25823 (java) S 25808 25811 11586 0 -1 1077944384 7380 0 0 0 209 1 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915423558256 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25824] ppid=25808 vsize=10617796 memory=1788 CPUtime=0.51 cores=1,3,5,7
/proc/25811/task/25824/stat : 25824 (java) S 25808 25811 11586 0 -1 1077944384 4158 0 0 0 49 2 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915422505712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25825] ppid=25808 vsize=10617796 memory=956 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25825/stat : 25825 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915421453408 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25826] ppid=25808 vsize=10617796 memory=-8774313645642428999 CPUtime=1.38 cores=1,3,5,7
/proc/25811/task/25826/stat : 25826 (java) S 25808 25811 11586 0 -1 1077944384 2120 0 0 0 61 77 0 0 20 0 16 0 51336126 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915420399920 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25828] ppid=25808 vsize=10617796 memory=2168 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25828/stat : 25828 (java) S 25808 25811 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51337732 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915419345712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
Current children cumulated CPU time: 2413.72 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3966484 KiB

[startup+2442.3 s]
/proc/loadavg: 2.82 2.47 2.16 3/211 26146
/proc/meminfo: memFree=26986792/32770624 swapFree=67108860/67108860
[pid=25811] ppid=25808 vsize=10617796 memory=3966484 CPUtime=2473.76 cores=1,3,5,7
/proc/25811/stat : 25811 (java) S 25808 25811 11586 0 -1 1077944320 180210 0 0 0 247013 363 0 0 20 0 16 0 51336111 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 140735045701552 139915864801015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
/proc/25811/statm: 2654449 991621 3149 1 0 2643902 0
[pid=25811/tid=25813] ppid=25808 vsize=10617796 memory=3966484 CPUtime=2431.11 cores=1,3,5,7
/proc/25811/task/25813/stat : 25813 (java) R 25808 25811 11586 0 -1 4202560 107554 0 0 0 243086 25 0 0 20 0 16 0 51336115 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915869039984 139915488997444 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25814] ppid=25808 vsize=10617796 memory=3966484 CPUtime=8.56 cores=1,3,5,7
/proc/25811/task/25814/stat : 25814 (java) S 25808 25811 11586 0 -1 1077944384 12455 0 0 0 792 64 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915811150608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25815] ppid=25808 vsize=10617796 memory=3966484 CPUtime=8.59 cores=1,3,5,7
/proc/25811/task/25815/stat : 25815 (java) S 25808 25811 11586 0 -1 1077944384 9975 0 0 0 794 65 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915810098064 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25816] ppid=25808 vsize=10617796 memory=3966484 CPUtime=8.55 cores=1,3,5,7
/proc/25811/task/25816/stat : 25816 (java) S 25808 25811 11586 0 -1 1077944384 12457 0 0 0 788 67 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915809045520 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10617796 memory=3966484 CPUtime=8.54 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) S 25808 25811 11586 0 -1 1077944384 6702 0 0 0 788 66 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10617796 memory=3966484 CPUtime=2.36 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 8849 0 0 0 232 4 0 0 20 0 16 0 51336117 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915428820976 139915864812162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10617796 memory=3966484 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 51336118 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915427767264 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25820] ppid=25808 vsize=10617796 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25820/stat : 25820 (java) S 25808 25811 11586 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 51336118 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915426714624 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25821] ppid=25808 vsize=10617796 memory=3966484 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25821/stat : 25821 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51336120 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915425663184 139915864819611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25822] ppid=25808 vsize=10617796 memory=3966484 CPUtime=1.94 cores=1,3,5,7
/proc/25811/task/25822/stat : 25822 (java) S 25808 25811 11586 0 -1 1077944384 6960 0 0 0 192 2 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915424610800 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25823] ppid=25808 vsize=10617796 memory=1728 CPUtime=2.1 cores=1,3,5,7
/proc/25811/task/25823/stat : 25823 (java) S 25808 25811 11586 0 -1 1077944384 7393 0 0 0 209 1 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915423558256 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25824] ppid=25808 vsize=10617796 memory=3966484 CPUtime=0.51 cores=1,3,5,7
/proc/25811/task/25824/stat : 25824 (java) S 25808 25811 11586 0 -1 1077944384 4172 0 0 0 49 2 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915422505712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25825] ppid=25808 vsize=10617796 memory=3966484 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25825/stat : 25825 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915421453408 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25826] ppid=25808 vsize=10617796 memory=3966484 CPUtime=1.42 cores=1,3,5,7
/proc/25811/task/25826/stat : 25826 (java) S 25808 25811 11586 0 -1 1077944384 2194 0 0 0 63 79 0 0 20 0 16 0 51336126 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915420399920 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25828] ppid=25808 vsize=10617796 memory=3966484 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25828/stat : 25828 (java) S 25808 25811 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51337732 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915419345712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
Current children cumulated CPU time: 2473.76 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3966484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.6 s]
/proc/loadavg: 2.40 2.41 2.15 3/211 26148
/proc/meminfo: memFree=26986264/32770624 swapFree=67108860/67108860
[pid=25811] ppid=25808 vsize=10617796 memory=3966484 CPUtime=2520.09 cores=1,3,5,7
/proc/25811/stat : 25811 (java) S 25808 25811 11586 0 -1 1077944320 181393 0 0 0 251645 364 0 0 20 0 16 0 51336111 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 140735045701552 139915864801015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
/proc/25811/statm: 2654449 991621 3149 1 0 2643902 0
[pid=25811/tid=25813] ppid=25808 vsize=10617796 memory=16240 CPUtime=2477.41 cores=1,3,5,7
/proc/25811/task/25813/stat : 25813 (java) R 25808 25811 11586 0 -1 4202560 108731 0 0 0 247716 25 0 0 20 0 16 0 51336115 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915869039984 139915494163072 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25814] ppid=25808 vsize=10617796 memory=16996 CPUtime=8.56 cores=1,3,5,7
/proc/25811/task/25814/stat : 25814 (java) S 25808 25811 11586 0 -1 1077944384 12455 0 0 0 792 64 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915811150608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25815] ppid=25808 vsize=10617796 memory=4048 CPUtime=8.59 cores=1,3,5,7
/proc/25811/task/25815/stat : 25815 (java) S 25808 25811 11586 0 -1 1077944384 9975 0 0 0 794 65 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915810098064 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25816] ppid=25808 vsize=10617796 memory=288230574492221466 CPUtime=8.55 cores=1,3,5,7
/proc/25811/task/25816/stat : 25816 (java) S 25808 25811 11586 0 -1 1077944384 12457 0 0 0 788 67 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915809045520 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10617796 memory=288230621803970871 CPUtime=8.54 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) S 25808 25811 11586 0 -1 1077944384 6702 0 0 0 788 66 0 0 20 0 16 0 51336116 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10617796 memory=15254852779379061 CPUtime=2.36 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 8849 0 0 0 232 4 0 0 20 0 16 0 51336117 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915428820976 139915864812162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10617796 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 51336118 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915427767264 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25820] ppid=25808 vsize=10617796 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25820/stat : 25820 (java) S 25808 25811 11586 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 16 0 51336118 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915426714624 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25821] ppid=25808 vsize=10617796 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25821/stat : 25821 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51336120 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915425663184 139915864819611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25822] ppid=25808 vsize=10617796 memory=1148 CPUtime=1.94 cores=1,3,5,7
/proc/25811/task/25822/stat : 25822 (java) S 25808 25811 11586 0 -1 1077944384 6960 0 0 0 192 2 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915424610800 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25823] ppid=25808 vsize=10617796 memory=3256 CPUtime=2.1 cores=1,3,5,7
/proc/25811/task/25823/stat : 25823 (java) S 25808 25811 11586 0 -1 1077944384 7393 0 0 0 209 1 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915423558256 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25824] ppid=25808 vsize=10617796 memory=3966484 CPUtime=0.51 cores=1,3,5,7
/proc/25811/task/25824/stat : 25824 (java) S 25808 25811 11586 0 -1 1077944384 4172 0 0 0 49 2 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915422505712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25825] ppid=25808 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25825/stat : 25825 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51336121 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915421453408 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25826] ppid=25808 vsize=10617796 memory=2976 CPUtime=1.44 cores=1,3,5,7
/proc/25811/task/25826/stat : 25826 (java) S 25808 25811 11586 0 -1 1077944384 2200 0 0 0 65 79 0 0 20 0 16 0 51336126 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915420399920 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25828] ppid=25808 vsize=10617796 memory=859836 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25828/stat : 25828 (java) S 25808 25811 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51337732 10872623104 991621 18446744073709551615 4194304 4196468 140735045719008 139915419345712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3966484 KiB

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

[startup+2488.88 s]
# the end of solver process 25811 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.58 s, system=3.66843 s

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

[startup+2488.8 s]
/proc/loadavg: 2.40 2.41 2.15 3/211 26148
/proc/meminfo: memFree=26986264/32770624 swapFree=67108860/67108860
[pid=25811] ppid=25808 vsize=10817488 memory=3966696 CPUtime=2520.12 cores=1,3,5,7
/proc/25811/stat : 25811 (java) S 25808 25811 11586 0 -1 1077944320 182762 0 0 0 251648 364 0 0 20 0 17 0 51336111 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 140735045701552 139915864801015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
/proc/25811/statm: 2704372 991674 3151 1 0 2693825 0
[pid=25811/tid=25813] ppid=25808 vsize=10817488 memory=16996 CPUtime=2477.44 cores=1,3,5,7
/proc/25811/task/25813/stat : 25813 (java) S 25808 25811 11586 0 -1 1077944384 108821 0 0 0 247719 25 0 0 20 0 17 0 51336115 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915869043888 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25814] ppid=25808 vsize=10817488 memory=4048 CPUtime=8.56 cores=1,3,5,7
/proc/25811/task/25814/stat : 25814 (java) S 25808 25811 11586 0 -1 1077944384 12455 0 0 0 792 64 0 0 20 0 17 0 51336116 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915811150608 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25815] ppid=25808 vsize=10817488 memory=644 CPUtime=8.59 cores=1,3,5,7
/proc/25811/task/25815/stat : 25815 (java) S 25808 25811 11586 0 -1 1077944384 9975 0 0 0 794 65 0 0 20 0 17 0 51336116 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915810098064 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25816] ppid=25808 vsize=10817488 memory=3966484 CPUtime=8.55 cores=1,3,5,7
/proc/25811/task/25816/stat : 25816 (java) S 25808 25811 11586 0 -1 1077944384 12457 0 0 0 788 67 0 0 20 0 17 0 51336116 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915809045520 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25817] ppid=25808 vsize=10817488 memory=29456 CPUtime=8.54 cores=1,3,5,7
/proc/25811/task/25817/stat : 25817 (java) S 25808 25811 11586 0 -1 1077944384 6702 0 0 0 788 66 0 0 20 0 17 0 51336116 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915472723088 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25818] ppid=25808 vsize=10817488 memory=2384 CPUtime=2.36 cores=1,3,5,7
/proc/25811/task/25818/stat : 25818 (java) S 25808 25811 11586 0 -1 1077944384 8889 0 0 0 232 4 0 0 20 0 17 0 51336117 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915428820976 139915864812162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25819] ppid=25808 vsize=10817488 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25819/stat : 25819 (java) S 25808 25811 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 51336118 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915427767264 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25820] ppid=25808 vsize=10817488 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25820/stat : 25820 (java) S 25808 25811 11586 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 51336118 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915426714624 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25821] ppid=25808 vsize=10817488 memory=3966484 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25821/stat : 25821 (java) S 25808 25811 11586 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 17 0 51336120 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915425663184 139915864819611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25822] ppid=25808 vsize=10817488 memory=3256 CPUtime=1.94 cores=1,3,5,7
/proc/25811/task/25822/stat : 25822 (java) S 25808 25811 11586 0 -1 1077944384 6960 0 0 0 192 2 0 0 20 0 17 0 51336121 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915424610800 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25823] ppid=25808 vsize=10817488 memory=3966484 CPUtime=2.1 cores=1,3,5,7
/proc/25811/task/25823/stat : 25823 (java) S 25808 25811 11586 0 -1 1077944384 7393 0 0 0 209 1 0 0 20 0 17 0 51336121 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915423558256 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25824] ppid=25808 vsize=10817488 memory=1152 CPUtime=0.51 cores=1,3,5,7
/proc/25811/task/25824/stat : 25824 (java) S 25808 25811 11586 0 -1 1077944384 4841 0 0 0 49 2 0 0 20 0 17 0 51336121 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915422505712 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25825] ppid=25808 vsize=10817488 memory=2944 CPUtime=0 cores=1,3,5,7
/proc/25811/task/25825/stat : 25825 (java) S 25808 25811 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51336121 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915421453408 139915864811221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
[pid=25811/tid=25826] ppid=25808 vsize=10817488 memory=859836 CPUtime=1.44 cores=1,3,5,7
/proc/25811/task/25826/stat : 25826 (java) S 25808 25811 11586 0 -1 1077944384 2200 0 0 0 65 79 0 0 20 0 17 0 51336126 11077107712 991674 18446744073709551615 4194304 4196468 140735045719008 139915420399920 139915864812162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38932480 140735045726608 140735045726761 140735045726761 140735045730255 0
Current children cumulated CPU time: 2520.12 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3966696 KiB

Child status: 143
Real time (s): 2488.88
CPU time (s): 2520.25
CPU user time (s): 2516.58
CPU system time (s): 3.66843
CPU usage (%): 101.26
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3966696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.58
system time used= 3.66843
maximum resident set size= 3967024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184112
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57246
involuntary context switches= 1329


# summary of solver processes directly reported to runsolver:
#   pid: 25811
#   total CPU time (s): 2520.25
#   total CPU user time (s): 2516.58
#   total CPU system time (s): 3.66843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2847 second user time and 23.0634 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 14:58:18
IDJOB=4262865
IDBENCH=133707
IDSOLVER=2651
FILE ID=node124/4262865-1502629955
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 030948c230c0936ebc743af4f555c996
RANDOM SEED=996092271

node124.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.51
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.51
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.51
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.51
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:        31409840 kB
MemAvailable:   31610908 kB
Buffers:          163724 kB
Cached:           327544 kB
SwapCached:            0 kB
Active:           756540 kB
Inactive:         179208 kB
Active(anon):     395944 kB
Inactive(anon):    73860 kB
Active(file):     360596 kB
Inactive(file):   105348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1784 kB
Writeback:             0 kB
AnonPages:        444160 kB
Mapped:            54156 kB
Shmem:             25320 kB
Slab:             128180 kB
SReclaimable:     101916 kB
SUnreclaim:        26264 kB
KernelStack:        3440 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1150676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 15:39:47