Trace number 4243984

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
R1: sat4j-CSP 2017-07-05? (TO) 2416.18 332.771

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243984-1500678468/watcher-4243984-1500678468 -o /tmp/evaluation-result-4243984-1500678468/solver-4243984-1500678468 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500672328-13792 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243984-1500678468.xml 

pid=15073
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.04 2.21 3/266 15076
/proc/meminfo: memFree=30339280/32770624 swapFree=5644/209780
[pid=15076] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 2381 0 0 0 0 0 0 0 20 0 10 0 3113978 10449768448 2602 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16784584 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2551213 2602 1228 1 0 2540124 0
[pid=15076/tid=15077] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) R 15073 15076 9850 0 -1 4202560 1153 0 0 0 0 0 0 0 20 0 10 0 3113978 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576975123784 140576954637152 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3113979 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576578071184 140576970893013 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3113979 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576577018384 140576970893013 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3113979 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576575965584 140576970893013 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3113979 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576574912784 140576970893013 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3113979 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576573861008 140576970893013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3113979 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576572808208 140576970893013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3113979 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576571755408 140576970893013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3113979 10449768448 2733 33554432000 4194304 4196468 140726940171088 140576570702608 140576970893013 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0

[startup+0.100137 s]
/proc/loadavg: 2.14 2.04 2.21 3/266 15076
/proc/meminfo: memFree=30339280/32770624 swapFree=5644/209780
[pid=15076] ppid=15073 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 4936 0 0 0 9 1 0 0 20 0 20 0 3113978 11162169344 5984 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2725139 5984 2629 1 0 2713552 0
[pid=15076/tid=15077] ppid=15073 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) R 15073 15076 9850 0 -1 4202560 3014 0 0 0 7 1 0 0 20 0 20 0 3113978 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576975099648 140576578201524 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576578071184 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576577018384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576575965584 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576574912784 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576573861008 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576572808208 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576571755408 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 5984 33554432000 4194304 4196468 140726940171088 140576570702608 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200834 s]
/proc/loadavg: 2.14 2.04 2.21 3/266 15076
/proc/meminfo: memFree=30339280/32770624 swapFree=5644/209780
[pid=15076] ppid=15073 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 7167 0 0 0 24 2 0 0 20 0 20 0 3113978 11162169344 9010 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2725139 9010 2901 1 0 2713552 0
[pid=15076/tid=15077] ppid=15073 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) R 15073 15076 9850 0 -1 4202560 4758 0 0 0 16 2 0 0 20 0 20 0 3113978 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576975106912 140576954963324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576578071184 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576577018384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576575965584 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576574912784 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576573861008 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576572808208 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576571755408 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 9010 33554432000 4194304 4196468 140726940171088 140576570702608 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300564 s]
/proc/loadavg: 2.14 2.04 2.21 3/266 15076
/proc/meminfo: memFree=30339280/32770624 swapFree=5644/209780
[pid=15076] ppid=15073 vsize=10900556 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 9802 0 0 0 54 3 0 0 20 0 20 0 3113978 11162169344 13076 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2725139 13076 3031 1 0 2713552 0
[pid=15076/tid=15077] ppid=15073 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) R 15073 15076 9850 0 -1 4202560 5399 0 0 0 25 2 0 0 20 0 20 0 3113978 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576975112888 140576970894742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576578071184 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576577018384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576575965584 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576574912784 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576573861008 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576572808208 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576571755408 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162169344 13076 33554432000 4194304 4196468 140726940171088 140576570702608 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10900556

[startup+0.700422 s]
/proc/loadavg: 2.14 2.04 2.21 3/266 15076
/proc/meminfo: memFree=30339280/32770624 swapFree=5644/209780
[pid=15076] ppid=15073 vsize=10900632 CPUtime=2.15 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 13417 0 0 0 208 7 0 0 20 0 20 0 3113978 11162247168 41773 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2725158 41773 3087 1 0 2713552 0
[pid=15076/tid=15077] ppid=15073 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) R 15073 15076 9850 0 -1 4202560 5801 0 0 0 62 5 0 0 20 0 20 0 3113978 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576975119088 140576581284061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3113979 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576578071184 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576577018384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) S 15073 15076 9850 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3113979 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576575965584 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576574912784 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576573861008 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576572808208 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113979 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576571755408 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113979 11162247168 41773 33554432000 4194304 4196468 140726940171088 140576570702608 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10900632

[startup+1.50079 s]
/proc/loadavg: 2.14 2.04 2.21 6/286 15096
/proc/meminfo: memFree=29738828/32770624 swapFree=5644/209856
[pid=15076] ppid=15073 vsize=10900632 CPUtime=4.95 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 16266 0 0 0 409 86 0 0 20 0 20 0 3113978 11162247168 287321 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2725158 287321 3125 1 0 2713552 0
[pid=15076/tid=15077] ppid=15073 vsize=10900632 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) R 15073 15076 9850 0 -1 4202560 6247 0 0 0 113 17 0 0 20 0 20 0 3113978 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576975121200 140576581607588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) S 15073 15076 9850 0 -1 1077944384 99 0 0 0 6 7 0 0 20 0 20 0 3113979 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576578071184 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) S 15073 15076 9850 0 -1 1077944384 111 0 0 0 7 7 0 0 20 0 20 0 3113979 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576577018384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) S 15073 15076 9850 0 -1 1077944384 99 0 0 0 4 7 0 0 20 0 20 0 3113979 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576575965584 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) S 15073 15076 9850 0 -1 1077944384 119 0 0 0 6 9 0 0 20 0 20 0 3113979 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576574912784 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) S 15073 15076 9850 0 -1 1077944384 109 0 0 0 6 7 0 0 20 0 20 0 3113979 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576573861008 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) S 15073 15076 9850 0 -1 1077944384 112 0 0 0 5 8 0 0 20 0 20 0 3113979 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576572808208 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) S 15073 15076 9850 0 -1 1077944384 80 0 0 0 6 9 0 0 20 0 20 0 3113979 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576571755408 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) S 15073 15076 9850 0 -1 1077944384 72 0 0 0 6 8 0 0 20 0 20 0 3113979 11162247168 287321 33554432000 4194304 4196468 140726940171088 140576570702608 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15087] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15087/stat : 15087 (java) S 15073 15076 9850 0 -1 1077944384 966 0 0 0 0 0 0 0 20 0 20 0 3113981 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575720061296 140576970893954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15088] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15088/stat : 15088 (java) S 15073 15076 9850 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575719007264 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15089] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15089/stat : 15089 (java) S 15073 15076 9850 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575717954416 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15090] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15090/stat : 15090 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113985 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575716902736 140576970901403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15091] ppid=15073 vsize=10900632 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15091/stat : 15091 (java) S 15073 15076 9850 0 -1 1077944384 1955 0 0 0 64 0 0 0 20 0 20 0 3113986 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575715851120 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15092] ppid=15073 vsize=10900632 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15092/stat : 15092 (java) S 15073 15076 9850 0 -1 1077944384 1595 0 0 0 70 0 0 0 20 0 20 0 3113986 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575714798320 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15093] ppid=15073 vsize=10900632 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15093/stat : 15093 (java) S 15073 15076 9850 0 -1 1077944384 2012 0 0 0 78 0 0 0 20 0 20 0 3113986 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575713745520 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15094] ppid=15073 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15094/stat : 15094 (java) S 15073 15076 9850 0 -1 1077944384 1325 0 0 0 31 0 0 0 20 0 20 0 3113986 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575712692720 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15095] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15095/stat : 15095 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113986 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575711640160 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15096] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15096/stat : 15096 (java) S 15073 15076 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3113986 11162247168 287321 33554432000 4194304 4196468 140726940171088 140575710587440 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 4.95

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

[pid=15076/tid=15084] ppid=15073 vsize=10900632 CPUtime=296.53 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) R 15073 15076 9850 0 -1 4202560 201341 0 0 0 29321 332 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576571755608 140576955868103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900632 CPUtime=297.66 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) R 15073 15076 9850 0 -1 4202560 199217 0 0 0 29451 315 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576570702504 140576954265842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15087] ppid=15073 vsize=10900632 CPUtime=12.32 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15087/stat : 15087 (java) S 15073 15076 9850 0 -1 1077944384 64378 0 0 0 1228 4 0 0 20 0 20 0 3113981 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575720059616 140576970893013 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15088] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15088/stat : 15088 (java) S 15073 15076 9850 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575719007264 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15089] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15089/stat : 15089 (java) S 15073 15076 9850 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575717954416 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15090] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15090/stat : 15090 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113985 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575716902384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15091] ppid=15073 vsize=10900632 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15091/stat : 15091 (java) S 15073 15076 9850 0 -1 1077944384 8700 0 0 0 176 2 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575715851120 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15092] ppid=15073 vsize=10900632 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15092/stat : 15092 (java) S 15073 15076 9850 0 -1 1077944384 17910 0 0 0 257 2 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575714798368 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15093] ppid=15073 vsize=10900632 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15093/stat : 15093 (java) S 15073 15076 9850 0 -1 1077944384 6546 0 0 0 193 1 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575713745280 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15094] ppid=15073 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15094/stat : 15094 (java) S 15073 15076 9850 0 -1 1077944384 2536 0 0 0 41 1 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575712692768 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15095] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15095/stat : 15095 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575711640160 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15096] ppid=15073 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15096/stat : 15096 (java) S 15073 15076 9850 0 -1 1077944384 537 0 0 0 7 4 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575710587440 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 2410.68
Current children cumulated vsize (KiB) 10900632

[startup+332.401 s]
/proc/loadavg: 8.69 6.31 4.03 9/288 15111
/proc/meminfo: memFree=21462280/32770624 swapFree=5644/210200
[pid=15076] ppid=15073 vsize=10900632 CPUtime=2413.74 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 1467534 0 0 0 238873 2501 0 0 20 0 20 0 3113978 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2725158 2096782 3157 1 0 2713552 0
[pid=15076/tid=15077] ppid=15073 vsize=10900632 CPUtime=15.83 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) S 15073 15076 9850 0 -1 1077944384 19058 0 0 0 1550 33 0 0 20 0 20 0 3113978 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576975119120 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10900632 CPUtime=295.54 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) R 15073 15076 9850 0 -1 4202560 75574 0 0 0 29244 310 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576578071080 140576954265842 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10900632 CPUtime=297.39 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) R 15073 15076 9850 0 -1 4202560 165018 0 0 0 29438 301 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576577018584 140576952479808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10900632 CPUtime=296.87 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) R 15073 15076 9850 0 -1 4202560 184212 0 0 0 29376 311 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576575965480 140576963511015 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10900632 CPUtime=296.63 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) R 15073 15076 9850 0 -1 4202560 120846 0 0 0 29347 316 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576574912680 140576963511015 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10900632 CPUtime=298.72 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) R 15073 15076 9850 0 -1 4202560 168343 0 0 0 29602 270 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576573860904 140576963511015 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10900632 CPUtime=298.48 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) R 15073 15076 9850 0 -1 4202560 231950 0 0 0 29554 294 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576572808104 140576963511015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10900632 CPUtime=296.93 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) R 15073 15076 9850 0 -1 4202560 201341 0 0 0 29361 332 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576571755608 140576955833401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900632 CPUtime=298.05 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) R 15073 15076 9850 0 -1 4202560 199217 0 0 0 29489 316 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576570702504 140576963511015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15087] ppid=15073 vsize=10900632 CPUtime=12.32 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15087/stat : 15087 (java) S 15073 15076 9850 0 -1 1077944384 64378 0 0 0 1228 4 0 0 20 0 20 0 3113981 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575720059616 140576970893013 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15088] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15088/stat : 15088 (java) S 15073 15076 9850 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575719007264 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15089] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15089/stat : 15089 (java) S 15073 15076 9850 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575717954416 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15090] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15090/stat : 15090 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113985 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575716902384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15091] ppid=15073 vsize=10900632 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15091/stat : 15091 (java) S 15073 15076 9850 0 -1 1077944384 8700 0 0 0 176 2 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575715851120 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15092] ppid=15073 vsize=10900632 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15092/stat : 15092 (java) S 15073 15076 9850 0 -1 1077944384 17910 0 0 0 257 2 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575714798368 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15093] ppid=15073 vsize=10900632 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15093/stat : 15093 (java) S 15073 15076 9850 0 -1 1077944384 6546 0 0 0 193 1 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575713745280 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15094] ppid=15073 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15094/stat : 15094 (java) S 15073 15076 9850 0 -1 1077944384 2536 0 0 0 41 1 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575712692768 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15095] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15095/stat : 15095 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575711640160 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15096] ppid=15073 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15096/stat : 15096 (java) S 15073 15076 9850 0 -1 1077944384 537 0 0 0 7 4 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575710587440 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 2413.74
Current children cumulated vsize (KiB) 10900632

[startup+332.601 s]
/proc/loadavg: 8.69 6.31 4.03 9/288 15111
/proc/meminfo: memFree=21462280/32770624 swapFree=5644/210200
[pid=15076] ppid=15073 vsize=10900632 CPUtime=2415.3 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 1467534 0 0 0 239028 2502 0 0 20 0 20 0 3113978 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2725158 2096782 3157 1 0 2713552 0
[pid=15076/tid=15077] ppid=15073 vsize=10900632 CPUtime=15.83 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) S 15073 15076 9850 0 -1 1077944384 19058 0 0 0 1550 33 0 0 20 0 20 0 3113978 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576975119120 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10900632 CPUtime=295.73 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) R 15073 15076 9850 0 -1 4202560 75574 0 0 0 29263 310 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576578071080 140576954265840 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10900632 CPUtime=297.59 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) R 15073 15076 9850 0 -1 4202560 165018 0 0 0 29458 301 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576577018584 140576955580559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10900632 CPUtime=297.07 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) R 15073 15076 9850 0 -1 4202560 184212 0 0 0 29396 311 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576575965480 140576963511015 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10900632 CPUtime=296.83 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) R 15073 15076 9850 0 -1 4202560 120846 0 0 0 29367 316 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576574912680 140576963511015 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10900632 CPUtime=298.91 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) R 15073 15076 9850 0 -1 4202560 168343 0 0 0 29621 270 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576573860904 140576963511015 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10900632 CPUtime=298.67 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) R 15073 15076 9850 0 -1 4202560 231950 0 0 0 29573 294 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576572808104 140576963511015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10900632 CPUtime=297.13 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) R 15073 15076 9850 0 -1 4202560 201341 0 0 0 29381 332 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576571755608 140576955833851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900632 CPUtime=298.25 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) R 15073 15076 9850 0 -1 4202560 199217 0 0 0 29509 316 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576570702504 140576963511015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15087] ppid=15073 vsize=10900632 CPUtime=12.32 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15087/stat : 15087 (java) S 15073 15076 9850 0 -1 1077944384 64378 0 0 0 1228 4 0 0 20 0 20 0 3113981 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575720059616 140576970893013 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15088] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15088/stat : 15088 (java) S 15073 15076 9850 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575719007264 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15089] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15089/stat : 15089 (java) S 15073 15076 9850 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575717954416 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15090] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15090/stat : 15090 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113985 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575716902384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15091] ppid=15073 vsize=10900632 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15091/stat : 15091 (java) S 15073 15076 9850 0 -1 1077944384 8700 0 0 0 176 2 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575715851120 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15092] ppid=15073 vsize=10900632 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15092/stat : 15092 (java) S 15073 15076 9850 0 -1 1077944384 17910 0 0 0 257 2 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575714798368 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15093] ppid=15073 vsize=10900632 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15093/stat : 15093 (java) S 15073 15076 9850 0 -1 1077944384 6546 0 0 0 193 1 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575713745280 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15094] ppid=15073 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15094/stat : 15094 (java) S 15073 15076 9850 0 -1 1077944384 2536 0 0 0 41 1 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575712692768 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15095] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15095/stat : 15095 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575711640160 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15096] ppid=15073 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15096/stat : 15096 (java) S 15073 15076 9850 0 -1 1077944384 537 0 0 0 7 4 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575710587440 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 2415.3
Current children cumulated vsize (KiB) 10900632

[startup+332.701 s]
/proc/loadavg: 8.69 6.31 4.03 9/288 15111
/proc/meminfo: memFree=21462280/32770624 swapFree=5644/210200
[pid=15076] ppid=15073 vsize=10900632 CPUtime=2416.08 cores=0,2,4,6,8,10,12,14
/proc/15076/stat : 15076 (java) S 15073 15076 9850 0 -1 1077944320 1467534 0 0 0 239106 2502 0 0 20 0 20 0 3113978 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140726940153632 140576970882807 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
/proc/15076/statm: 2725158 2096782 3157 1 0 2713552 0
[pid=15076/tid=15077] ppid=15073 vsize=10900632 CPUtime=15.83 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15077/stat : 15077 (java) S 15073 15076 9850 0 -1 1077944384 19058 0 0 0 1550 33 0 0 20 0 20 0 3113978 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576975119120 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15078] ppid=15073 vsize=10900632 CPUtime=295.83 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15078/stat : 15078 (java) R 15073 15076 9850 0 -1 4202560 75574 0 0 0 29273 310 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576578071080 140576954265840 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15079] ppid=15073 vsize=10900632 CPUtime=297.69 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15079/stat : 15079 (java) R 15073 15076 9850 0 -1 4202560 165018 0 0 0 29468 301 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576577018584 140576955336793 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15080] ppid=15073 vsize=10900632 CPUtime=297.16 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15080/stat : 15080 (java) R 15073 15076 9850 0 -1 4202560 184212 0 0 0 29405 311 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576575965480 140576954265842 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15081] ppid=15073 vsize=10900632 CPUtime=296.92 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15081/stat : 15081 (java) R 15073 15076 9850 0 -1 4202560 120846 0 0 0 29376 316 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576574912680 140576963511015 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15082] ppid=15073 vsize=10900632 CPUtime=299.01 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15082/stat : 15082 (java) R 15073 15076 9850 0 -1 4202560 168343 0 0 0 29631 270 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576573860904 140576963511015 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15083] ppid=15073 vsize=10900632 CPUtime=298.77 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15083/stat : 15083 (java) R 15073 15076 9850 0 -1 4202560 231950 0 0 0 29583 294 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576572808104 140576963511015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15084] ppid=15073 vsize=10900632 CPUtime=297.23 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15084/stat : 15084 (java) R 15073 15076 9850 0 -1 4202560 201341 0 0 0 29391 332 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576571755608 140576955833522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15085] ppid=15073 vsize=10900632 CPUtime=298.34 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15085/stat : 15085 (java) R 15073 15076 9850 0 -1 4202560 199217 0 0 0 29518 316 0 0 20 0 20 0 3113979 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140576570702504 140576963511015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15087] ppid=15073 vsize=10900632 CPUtime=12.32 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15087/stat : 15087 (java) S 15073 15076 9850 0 -1 1077944384 64378 0 0 0 1228 4 0 0 20 0 20 0 3113981 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575720059616 140576970893013 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15088] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15088/stat : 15088 (java) S 15073 15076 9850 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575719007264 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15089] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15089/stat : 15089 (java) S 15073 15076 9850 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3113982 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575717954416 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15090] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15090/stat : 15090 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113985 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575716902384 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15091] ppid=15073 vsize=10900632 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15091/stat : 15091 (java) S 15073 15076 9850 0 -1 1077944384 8700 0 0 0 176 2 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575715851120 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15092] ppid=15073 vsize=10900632 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15092/stat : 15092 (java) S 15073 15076 9850 0 -1 1077944384 17910 0 0 0 257 2 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575714798368 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15093] ppid=15073 vsize=10900632 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15093/stat : 15093 (java) S 15073 15076 9850 0 -1 1077944384 6546 0 0 0 193 1 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575713745280 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15094] ppid=15073 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15094/stat : 15094 (java) S 15073 15076 9850 0 -1 1077944384 2536 0 0 0 41 1 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575712692768 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15095] ppid=15073 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15095/stat : 15095 (java) S 15073 15076 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575711640160 140576970893013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
[pid=15076/tid=15096] ppid=15073 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15076/task/15096/stat : 15096 (java) S 15073 15076 9850 0 -1 1077944384 537 0 0 0 7 4 0 0 20 0 20 0 3113986 11162247168 2096782 33554432000 4194304 4196468 140726940171088 140575710587440 140576970893954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26218496 140726940177579 140726940177732 140726940177732 140726940180431 0
Current children cumulated CPU time (s) 2416.08
Current children cumulated vsize (KiB) 10900632

Child ended because it received signal 9 (SIGKILL)
Real time (s): 332.771
CPU time (s): 2416.18
CPU user time (s): 2391.08
CPU system time (s): 25.0919
CPU usage (%): 726.078
Max. virtual memory (cumulated for all children) (KiB): 10902784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.08
system time used= 25.0919
maximum resident set size= 8387388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1467538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60425
involuntary context switches= 179087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.90877 second user time and 3.43284 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-22 01:07:48
IDJOB=4243984
IDBENCH=133709
IDSOLVER=2623
FILE ID=node134/4243984-1500678468
RUNJOBID= node134-1500672328-13792
PBS_JOBID= 20623286
Free space on /tmp= 62004 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243984-1500678468/watcher-4243984-1500678468 -o /tmp/evaluation-result-4243984-1500678468/solver-4243984-1500678468 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500672328-13792 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243984-1500678468.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=287767523

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.84
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30339592 kB
MemAvailable:   30361776 kB
Buffers:           43904 kB
Cached:           287924 kB
SwapCached:            0 kB
Active:          1832416 kB
Inactive:         218648 kB
Active(anon):    1722008 kB
Inactive(anon):     8872 kB
Active(file):     110408 kB
Inactive(file):   209776 kB
Unevictable:        5644 kB
Mlocked:            5644 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2004 kB
Writeback:             0 kB
AnonPages:       1733160 kB
Mapped:            42388 kB
Shmem:              8872 kB
Slab:              68408 kB
SReclaimable:      35672 kB
SUnreclaim:        32736 kB
KernelStack:        4592 kB
PageTables:         8768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3021048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1613824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 62004 MiB
End job on node134 at 2017-07-22 01:13:21