Trace number 4245094

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: OscaR - Hybrid 2017-06-30? (TO) 2400.11 2378.62

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhdec-o50-h825-bal-1.xml
MD5SUM61480520129ccedf9125f18e00ca3450
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints123326
Number of domains1
Minimum domain size2500
Maximum domain size2500
Distribution of domain sizes[{"size":2500,"count":2500}]
Minimum variable degree100
Maximum variable degree100
Distribution of variable degrees[{"degree":100,"count":2500}]
Minimum constraint arity1
Maximum constraint arity1675
Distribution of constraint arities[{"arity":1,"count":825},{"arity":2,"count":122500},{"arity":1675,"count":1}]
Number of extensional constraints825
Number of intensional constraints122500
Distribution of constraint types[{"type":"extension","count":825},{"type":"intension","count":122500},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.43/0.31	c version: 2017-06-30
0.43/0.31	c seed: 1037513534
0.43/0.31	c timeout: 2400
0.43/0.31	c memlimit: 15500
0.43/0.31	c nbcore: 8
0.43/0.33	c Parsing instance...
16.31/5.79	c Parsing done, starting first complete search...
2400.08/2378.60	s UNKNOWN

Verifier Data


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-4245094-1500694338/watcher-4245094-1500694338 -o /tmp/evaluation-result-4245094-1500694338/solver-4245094-1500694338 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500682730-15763 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1037513534 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245094-1500694338.xml 

pid=17290
running on 8 cores: 1,3,5,7,9,11,13,15

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.06 1.72 1.68 3/265 17293
/proc/meminfo: memFree=29698516/32770624 swapFree=5664/250116
[pid=17293] ppid=17290 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 4700963 369864704 1925 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 90299 1925 1072 1 0 79210 0
[pid=17293/tid=17294] ppid=17290 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) S 17290 17293 15731 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 4700964 369864704 1925 33554432000 4194304 4196468 140728239899328 139701272152480 139701267921538 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0

[startup+0.100121 s]
/proc/loadavg: 2.06 1.72 1.68 3/265 17293
/proc/meminfo: memFree=29698516/32770624 swapFree=5664/250116
[pid=17293] ppid=17290 vsize=13264380 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 5547 0 0 0 9 1 0 0 20 0 20 0 4700963 13582725120 6102 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3316095 6102 3308 1 0 3303815 0
[pid=17293/tid=17294] ppid=17290 vsize=13264380 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 3621 0 0 0 7 1 0 0 20 0 20 0 4700964 13582725120 6102 33554432000 4194304 4196468 140728239899328 139701272147120 139701253279794 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13264380

[startup+0.200351 s]
/proc/loadavg: 2.06 1.72 1.68 3/265 17293
/proc/meminfo: memFree=29698516/32770624 swapFree=5664/250116
[pid=17293] ppid=17290 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 8727 0 0 0 24 2 0 0 20 0 20 0 4700963 13582245888 8665 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3315978 8665 3539 1 0 3303698 0
[pid=17293/tid=17294] ppid=17290 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 6432 0 0 0 17 1 0 0 20 0 20 0 4700964 13582245888 8665 33554432000 4194304 4196468 140728239899328 139701272138768 139701251990878 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300303 s]
/proc/loadavg: 2.06 1.72 1.68 3/265 17293
/proc/meminfo: memFree=29698516/32770624 swapFree=5664/250116
[pid=17293] ppid=17290 vsize=13263912 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 9809 0 0 0 40 3 0 0 20 0 20 0 4700963 13582245888 10578 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3315978 10578 3657 1 0 3303698 0
[pid=17293/tid=17294] ppid=17290 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 7181 0 0 0 25 2 0 0 20 0 20 0 4700964 13582245888 10578 33554432000 4194304 4196468 140728239899328 139701272123808 139701251990878 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700236 s]
/proc/loadavg: 2.06 1.72 1.68 3/265 17293
/proc/meminfo: memFree=29698516/32770624 swapFree=5664/250116
[pid=17293] ppid=17290 vsize=13265980 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 13431 0 0 0 138 6 0 0 20 0 20 0 4700963 13584363520 33069 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3316495 33069 3751 1 0 3304210 0
[pid=17293/tid=17294] ppid=17290 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 8331 0 0 0 63 4 0 0 20 0 20 0 4700964 13584363520 33069 33554432000 4194304 4196468 140728239899328 139701272146496 139700874542336 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 13265980

[startup+1.5008 s]
/proc/loadavg: 2.06 1.72 1.68 6/285 17313
/proc/meminfo: memFree=29447124/32770624 swapFree=5664/250528
[pid=17293] ppid=17290 vsize=13265980 CPUtime=4.66 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 18757 0 0 0 391 75 0 0 20 0 20 0 4700963 13584363520 110504 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3316495 111016 3806 1 0 3304210 0
[pid=17293/tid=17294] ppid=17290 vsize=13265980 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) S 17290 17293 15731 0 -1 1077944384 8504 0 0 0 124 7 0 0 20 0 20 0 4700964 13584363520 111016 33554432000 4194304 4196468 140728239899328 139701272146976 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17296] ppid=17290 vsize=13265980 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17296/stat : 17296 (java) R 17290 17293 15731 0 -1 4202560 87 0 0 0 6 9 0 0 20 0 20 0 4700964 13584363520 111016 33554432000 4194304 4196468 140728239899328 139701200046808 139701261007092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17297] ppid=17290 vsize=13265980 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17297/stat : 17297 (java) R 17290 17293 15731 0 -1 4202560 70 0 0 0 8 7 0 0 20 0 20 0 4700964 13584363520 111016 33554432000 4194304 4196468 140728239899328 139701198994264 139701252938238 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17298] ppid=17290 vsize=13265980 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17298/stat : 17298 (java) R 17290 17293 15731 0 -1 4202560 55 0 0 0 5 7 0 0 20 0 20 0 4700964 13584363520 111016 33554432000 4194304 4196468 140728239899328 139701197941208 139701261010091 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17299] ppid=17290 vsize=13265980 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17299/stat : 17299 (java) R 17290 17293 15731 0 -1 4202560 59 0 0 0 5 8 0 0 20 0 20 0 4700964 13584363520 111016 33554432000 4194304 4196468 140728239899328 139701196888664 139701261010091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17300] ppid=17290 vsize=13265980 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17300/stat : 17300 (java) R 17290 17293 15731 0 -1 4202560 68 0 0 0 6 8 0 0 20 0 20 0 4700965 13584363520 111016 33554432000 4194304 4196468 140728239899328 139701195836632 139701261010091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17301] ppid=17290 vsize=13265980 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17301/stat : 17301 (java) R 17290 17293 15731 0 -1 4202560 82 0 0 0 7 7 0 0 20 0 20 0 4700965 13584363520 111016 33554432000 4194304 4196468 140728239899328 139701194783776 139701252938274 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17302] ppid=17290 vsize=13265980 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17302/stat : 17302 (java) R 17290 17293 15731 0 -1 4202560 66 0 0 0 5 8 0 0 20 0 20 0 4700965 13584363520 111016 33554432000 4194304 4196468 140728239899328 139700860849112 139701261010091 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17303] ppid=17290 vsize=13265980 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17303/stat : 17303 (java) R 17290 17293 15731 0 -1 4202560 60 0 0 0 6 7 0 0 20 0 20 0 4700965 13584363520 111016 33554432000 4194304 4196468 140728239899328 139700859796448 139701252938274 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17304] ppid=17290 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 15731 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 4700967 13584363520 111016 33554432000 4194304 4196468 140728239899328 139700001055520 139701267920597 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17305] ppid=17290 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 15731 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4700968 13584363520 111016 33554432000 4194304 4196468 140728239899328 139700000003232 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17306] ppid=17290 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 15731 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4700968 13584363520 111016 33554432000 4194304 4196468 140728239899328 139699998950128 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17307] ppid=17290 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4700972 13584363520 111016 33554432000 4194304 4196468 140728239899328 139699997898704 139701267928987 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17308] ppid=17290 vsize=13265980 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 15731 0 -1 1077944384 2063 0 0 0 65 0 0 0 20 0 20 0 4700972 13584363520 111016 33554432000 4194304 4196468 140728239899328 139699996846832 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17309] ppid=17290 vsize=13265980 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 15731 0 -1 1077944384 1926 0 0 0 58 0 0 0 20 0 20 0 4700972 13584363520 111016 33554432000 4194304 4196468 140728239899328 139699995794288 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17310] ppid=17290 vsize=13265980 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 15731 0 -1 1077944384 3115 0 0 0 59 0 0 0 20 0 20 0 4700972 13584363520 111016 33554432000 4194304 4196468 140728239899328 139699994741232 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17311] ppid=17290 vsize=13265980 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 15731 0 -1 1077944384 1144 0 0 0 32 0 0 0 20 0 20 0 4700972 13584363520 111016 33554432000 4194304 4196468 140728239899328 139699993688688 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17312] ppid=17290 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4700972 13584363520 111016 33554432000 4194304 4196468 140728239899328 139699992635872 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17313] ppid=17290 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4700972 13584363520 111016 33554432000 4194304 4196468 140728239899328 139699991583408 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 13265980

[startup+3.10116 s]
/proc/loadavg: 2.06 1.72 1.68 7/285 17313
/proc/meminfo: memFree=29268956/32770624 swapFree=5664/250528
[pid=17293] ppid=17290 vsize=13268028 CPUtime=10.01 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 29489 0 0 0 908 93 0 0 20 0 20 0 4700963 13586460672 162073 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3317007 162073 3826 1 0 3304722 0
[pid=17293/tid=17294] ppid=17290 vsize=13268028 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 10353 0 0 0 275 10 0 0 20 0 20 0 4700964 13586460672 162073 33554432000 4194304 4196468 140728239899328 139701272146984 139700882623743 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17296] ppid=17290 vsize=13268028 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 15731 0 -1 1077944384 104 0 0 0 9 11 0 0 20 0 20 0 4700964 13586460672 162073 33554432000 4194304 4196468 140728239899328 139701200046608 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17297] ppid=17290 vsize=13268028 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 15731 0 -1 1077944384 102 0 0 0 11 9 0 0 20 0 20 0 4700964 13586460672 162073 33554432000 4194304 4196468 140728239899328 139701198994064 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17298] ppid=17290 vsize=13268028 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 15731 0 -1 1077944384 88 0 0 0 8 9 0 0 20 0 20 0 4700964 13586460672 162073 33554432000 4194304 4196468 140728239899328 139701197941008 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17299] ppid=17290 vsize=13268028 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 15731 0 -1 1077944384 89 0 0 0 8 9 0 0 20 0 20 0 4700964 13586460672 162073 33554432000 4194304 4196468 140728239899328 139701196888464 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17300] ppid=17290 vsize=13268028 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 15731 0 -1 1077944384 80 0 0 0 8 9 0 0 20 0 20 0 4700965 13586460672 162073 33554432000 4194304 4196468 140728239899328 139701195836432 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17301] ppid=17290 vsize=13268028 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 15731 0 -1 1077944384 109 0 0 0 8 9 0 0 20 0 20 0 4700965 13586460672 162073 33554432000 4194304 4196468 140728239899328 139701194783888 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17302] ppid=17290 vsize=13268028 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 15731 0 -1 1077944384 83 0 0 0 7 10 0 0 20 0 20 0 4700965 13586460672 162073 33554432000 4194304 4196468 140728239899328 139700860848912 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17303] ppid=17290 vsize=13268028 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 15731 0 -1 1077944384 77 0 0 0 8 8 0 0 20 0 20 0 4700965 13586460672 162073 33554432000 4194304 4196468 140728239899328 139700859796368 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17304] ppid=17290 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 15731 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 20 0 4700967 13586460672 162073 33554432000 4194304 4196468 140728239899328 139700001057008 139701267921538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17305] ppid=17290 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 15731 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4700968 13586460672 162073 33554432000 4194304 4196468 140728239899328 139700000003296 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17306] ppid=17290 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 15731 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4700968 13586460672 162073 33554432000 4194304 4196468 140728239899328 139699998950144 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17307] ppid=17290 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4700972 13586460672 162073 33554432000 4194304 4196468 140728239899328 139699997898704 139701267928987 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17308] ppid=17290 vsize=13268028 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17308/stat : 17308 (java) R 17290 17293 15731 0 -1 4202560 4539 0 0 0 165 1 0 0 20 0 20 0 4700972 13586460672 162073 33554432000 4194304 4196468 140728239899328 139699996827824 139701251396405 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17309] ppid=17290 vsize=13268028 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17309/stat : 17309 (java) R 17290 17293 15731 0 -1 4202560 4385 0 0 0 162 1 0 0 20 0 20 0 4700972 13586460672 162073 33554432000 4194304 4196468 140728239899328 139699995794416 139701249457783 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17310] ppid=17290 vsize=13268028 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17310/stat : 17310 (java) R 17290 17293 15731 0 -1 4202560 5240 0 0 0 153 0 0 0 20 0 20 0 4700972 13586460672 162073 33554432000 4194304 4196468 140728239899328 139699994727328 139701253018094 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17311] ppid=17290 vsize=13268028 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 15731 0 -1 1077944384 2638 0 0 0 79 1 0 0 20 0 20 0 4700972 13586460672 162073 33554432000 4194304 4196468 140728239899328 139699993688688 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17312] ppid=17290 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4700972 13586460672 162073 33554432000 4194304 4196468 140728239899328 139699992635872 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17313] ppid=17290 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4700972 13586460672 162073 33554432000 4194304 4196468 140728239899328 139699991583408 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 13268028

[startup+6.30083 s]
/proc/loadavg: 1.97 1.71 1.68 6/285 17313
/proc/meminfo: memFree=28390376/32770624 swapFree=5664/250528
[pid=17293] ppid=17290 vsize=13270076 CPUtime=18.12 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 46462 0 0 0 1667 145 0 0 20 0 20 0 4700963 13588557824 331952 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3317519 331952 3828 1 0 3305234 0
[pid=17293/tid=17294] ppid=17290 vsize=13270076 CPUtime=5.87 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 13384 0 0 0 567 20 0 0 20 0 20 0 4700964 13588557824 331952 33554432000 4194304 4196468 140728239899328 139701272147752 139700876797964 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17296] ppid=17290 vsize=13270076 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 15731 0 -1 1077944384 253 0 0 0 19 17 0 0 20 0 20 0 4700964 13588557824 331952 33554432000 4194304 4196468 140728239899328 139701200046608 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17297] ppid=17290 vsize=13270076 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 15731 0 -1 1077944384 240 0 0 0 23 13 0 0 20 0 20 0 4700964 13588557824 331952 33554432000 4194304 4196468 140728239899328 139701198994064 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17298] ppid=17290 vsize=13270076 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 15731 0 -1 1077944384 322 0 0 0 18 14 0 0 20 0 20 0 4700964 13588557824 331952 33554432000 4194304 4196468 140728239899328 139701197941008 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17299] ppid=17290 vsize=13270076 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 15731 0 -1 1077944384 193 0 0 0 19 14 0 0 20 0 20 0 4700964 13588557824 331952 33554432000 4194304 4196468 140728239899328 139701196888464 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17300] ppid=17290 vsize=13270076 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 15731 0 -1 1077944384 208 0 0 0 19 14 0 0 20 0 20 0 4700965 13588557824 331952 33554432000 4194304 4196468 140728239899328 139701195836432 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17301] ppid=17290 vsize=13270076 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 15731 0 -1 1077944384 1145 0 0 0 18 14 0 0 20 0 20 0 4700965 13588557824 331952 33554432000 4194304 4196468 140728239899328 139701194783888 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17302] ppid=17290 vsize=13270076 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 15731 0 -1 1077944384 295 0 0 0 16 15 0 0 20 0 20 0 4700965 13588557824 331952 33554432000 4194304 4196468 140728239899328 139700860848912 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17303] ppid=17290 vsize=13270076 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 15731 0 -1 1077944384 153 0 0 0 18 12 0 0 20 0 20 0 4700965 13588557824 331952 33554432000 4194304 4196468 140728239899328 139700859796368 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17304] ppid=17290 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 15731 0 -1 1077944384 1239 0 0 0 2 0 0 0 20 0 20 0 4700967 13588557824 331952 33554432000 4194304 4196468 140728239899328 139700001057008 139701267921538 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17305] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 15731 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4700968 13588557824 331952 33554432000 4194304 4196468 140728239899328 139700000003296 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17306] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 15731 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 4700968 13588557824 331952 33554432000 4194304 4196468 140728239899328 139699998950144 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17307] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=17293/tid=17309] ppid=17290 vsize=13270076 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 15731 0 -1 1077944384 10444 0 0 0 292 2 0 0 20 0 20 0 4700972 13588557824 684745 33554432000 4194304 4196468 140728239899328 139699995794288 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17310] ppid=17290 vsize=13270076 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 15731 0 -1 1077944384 10878 0 0 0 278 2 0 0 20 0 20 0 4700972 13588557824 684745 33554432000 4194304 4196468 140728239899328 139699994741232 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17311] ppid=17290 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 15731 0 -1 1077944384 7824 0 0 0 118 2 0 0 20 0 20 0 4700972 13588557824 684745 33554432000 4194304 4196468 140728239899328 139699993688688 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17312] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4700972 13588557824 684745 33554432000 4194304 4196468 140728239899328 139699992635872 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17313] ppid=17290 vsize=13270076 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 15731 0 -1 1077944384 2489 0 0 0 50 71 0 0 20 0 20 0 4700972 13588557824 684745 33554432000 4194304 4196468 140728239899328 139699991583408 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 2222.46
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.80 1.69 1.71 3/284 17579
/proc/meminfo: memFree=27750836/32770624 swapFree=5664/252980
[pid=17293] ppid=17290 vsize=13270076 CPUtime=2282.77 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 223386 0 0 0 227794 483 0 0 20 0 20 0 4700963 13588557824 682564 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3317519 682564 3845 1 0 3305234 0
[pid=17293/tid=17294] ppid=17290 vsize=13270076 CPUtime=2259.24 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 104040 0 0 0 225839 85 0 0 20 0 20 0 4700964 13588557824 682564 33554432000 4194304 4196468 140728239899328 139701272148624 139700876938059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17296] ppid=17290 vsize=13270076 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 15731 0 -1 1077944384 8352 0 0 0 109 43 0 0 20 0 20 0 4700964 13588557824 682564 33554432000 4194304 4196468 140728239899328 139701200046608 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17297] ppid=17290 vsize=13270076 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 15731 0 -1 1077944384 7577 0 0 0 111 40 0 0 20 0 20 0 4700964 13588557824 682564 33554432000 4194304 4196468 140728239899328 139701198994064 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17298] ppid=17290 vsize=13270076 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 15731 0 -1 1077944384 6773 0 0 0 106 42 0 0 20 0 20 0 4700964 13588557824 682564 33554432000 4194304 4196468 140728239899328 139701197941008 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17299] ppid=17290 vsize=13270076 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 15731 0 -1 1077944384 6387 0 0 0 110 41 0 0 20 0 20 0 4700964 13588557824 682564 33554432000 4194304 4196468 140728239899328 139701196888464 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17300] ppid=17290 vsize=13270076 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 15731 0 -1 1077944384 8504 0 0 0 108 41 0 0 20 0 20 0 4700965 13588557824 682564 33554432000 4194304 4196468 140728239899328 139701195836432 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17301] ppid=17290 vsize=13270076 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 15731 0 -1 1077944384 7473 0 0 0 110 40 0 0 20 0 20 0 4700965 13588557824 682564 33554432000 4194304 4196468 140728239899328 139701194783888 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17302] ppid=17290 vsize=13270076 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 15731 0 -1 1077944384 5990 0 0 0 108 41 0 0 20 0 20 0 4700965 13588557824 682564 33554432000 4194304 4196468 140728239899328 139700860848912 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17303] ppid=17290 vsize=13270076 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 15731 0 -1 1077944384 10182 0 0 0 108 36 0 0 20 0 20 0 4700965 13588557824 682564 33554432000 4194304 4196468 140728239899328 139700859796368 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17304] ppid=17290 vsize=13270076 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 15731 0 -1 1077944384 17002 0 0 0 20 6 0 0 20 0 20 0 4700967 13588557824 682564 33554432000 4194304 4196468 140728239899328 139700001057008 139701267921538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17305] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 15731 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 4700968 13588557824 682564 33554432000 4194304 4196468 140728239899328 139700000003296 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17306] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 15731 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 4700968 13588557824 682564 33554432000 4194304 4196468 140728239899328 139699998950144 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17307] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4700972 13588557824 682564 33554432000 4194304 4196468 140728239899328 139699997898704 139701267928987 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17308] ppid=17290 vsize=13270076 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 15731 0 -1 1077944384 7957 0 0 0 298 2 0 0 20 0 20 0 4700972 13588557824 682564 33554432000 4194304 4196468 140728239899328 139699996846832 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17309] ppid=17290 vsize=13270076 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 15731 0 -1 1077944384 10450 0 0 0 292 2 0 0 20 0 20 0 4700972 13588557824 682564 33554432000 4194304 4196468 140728239899328 139699995794288 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17310] ppid=17290 vsize=13270076 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 15731 0 -1 1077944384 10886 0 0 0 278 2 0 0 20 0 20 0 4700972 13588557824 682564 33554432000 4194304 4196468 140728239899328 139699994741232 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17311] ppid=17290 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 15731 0 -1 1077944384 7830 0 0 0 118 2 0 0 20 0 20 0 4700972 13588557824 682564 33554432000 4194304 4196468 140728239899328 139699993688688 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17312] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4700972 13588557824 682564 33554432000 4194304 4196468 140728239899328 139699992635872 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17313] ppid=17290 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 15731 0 -1 1077944384 2540 0 0 0 51 73 0 0 20 0 20 0 4700972 13588557824 682564 33554432000 4194304 4196468 140728239899328 139699991583408 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 2282.77
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.89 1.74 1.72 3/285 17588
/proc/meminfo: memFree=27755436/32770624 swapFree=5664/253036
[pid=17293] ppid=17290 vsize=13270076 CPUtime=2343.19 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 228161 0 0 0 233831 488 0 0 20 0 20 0 4700963 13588557824 680769 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3317519 680769 3845 1 0 3305234 0
[pid=17293/tid=17294] ppid=17290 vsize=13270076 CPUtime=2319.12 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 105582 0 0 0 231826 86 0 0 20 0 20 0 4700964 13588557824 680769 33554432000 4194304 4196468 140728239899328 139701272148544 139700876937993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17296] ppid=17290 vsize=13270076 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 15731 0 -1 1077944384 8768 0 0 0 116 43 0 0 20 0 20 0 4700964 13588557824 680769 33554432000 4194304 4196468 140728239899328 139701200046608 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17297] ppid=17290 vsize=13270076 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 15731 0 -1 1077944384 7873 0 0 0 117 41 0 0 20 0 20 0 4700964 13588557824 680769 33554432000 4194304 4196468 140728239899328 139701198994064 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17298] ppid=17290 vsize=13270076 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 15731 0 -1 1077944384 7156 0 0 0 112 42 0 0 20 0 20 0 4700964 13588557824 680769 33554432000 4194304 4196468 140728239899328 139701197941008 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17299] ppid=17290 vsize=13270076 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 15731 0 -1 1077944384 6882 0 0 0 116 42 0 0 20 0 20 0 4700964 13588557824 680769 33554432000 4194304 4196468 140728239899328 139701196888464 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17300] ppid=17290 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 15731 0 -1 1077944384 9011 0 0 0 114 41 0 0 20 0 20 0 4700965 13588557824 680769 33554432000 4194304 4196468 140728239899328 139701195836432 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17301] ppid=17290 vsize=13270076 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 15731 0 -1 1077944384 7714 0 0 0 116 41 0 0 20 0 20 0 4700965 13588557824 680769 33554432000 4194304 4196468 140728239899328 139701194783888 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17302] ppid=17290 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 15731 0 -1 1077944384 6107 0 0 0 114 41 0 0 20 0 20 0 4700965 13588557824 680769 33554432000 4194304 4196468 140728239899328 139700860848912 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17303] ppid=17290 vsize=13270076 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 15731 0 -1 1077944384 10390 0 0 0 114 36 0 0 20 0 20 0 4700965 13588557824 680769 33554432000 4194304 4196468 140728239899328 139700859796368 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17304] ppid=17290 vsize=13270076 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 15731 0 -1 1077944384 17520 0 0 0 21 6 0 0 20 0 20 0 4700967 13588557824 680769 33554432000 4194304 4196468 140728239899328 139700001057008 139701267921538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17305] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 15731 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 4700968 13588557824 680769 33554432000 4194304 4196468 140728239899328 139700000003296 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17306] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 15731 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 4700968 13588557824 680769 33554432000 4194304 4196468 140728239899328 139699998950144 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17307] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4700972 13588557824 680769 33554432000 4194304 4196468 140728239899328 139699997898704 139701267928987 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17308] ppid=17290 vsize=13270076 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 15731 0 -1 1077944384 7961 0 0 0 298 2 0 0 20 0 20 0 4700972 13588557824 680769 33554432000 4194304 4196468 140728239899328 139699996846832 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17309] ppid=17290 vsize=13270076 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 15731 0 -1 1077944384 10454 0 0 0 292 2 0 0 20 0 20 0 4700972 13588557824 680769 33554432000 4194304 4196468 140728239899328 139699995794288 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17310] ppid=17290 vsize=13270076 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 15731 0 -1 1077944384 10892 0 0 0 278 3 0 0 20 0 20 0 4700972 13588557824 680769 33554432000 4194304 4196468 140728239899328 139699994741232 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17311] ppid=17290 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 15731 0 -1 1077944384 7834 0 0 0 118 2 0 0 20 0 20 0 4700972 13588557824 680769 33554432000 4194304 4196468 140728239899328 139699993688688 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17312] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4700972 13588557824 680769 33554432000 4194304 4196468 140728239899328 139699992635872 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17313] ppid=17290 vsize=13270076 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 15731 0 -1 1077944384 2574 0 0 0 52 75 0 0 20 0 20 0 4700972 13588557824 680769 33554432000 4194304 4196468 140728239899328 139699991583408 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 2343.19
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2378.6 s]
/proc/loadavg: 1.86 1.75 1.73 3/285 17589
/proc/meminfo: memFree=27760668/32770624 swapFree=5664/253088
[pid=17293] ppid=17290 vsize=13270076 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/17293/stat : 17293 (java) S 17290 17293 15731 0 -1 1077944320 232178 0 0 0 239517 491 0 0 20 0 20 0 4700963 13588557824 678460 33554432000 4194304 4196468 140728239899328 140728239881872 139701267910391 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
/proc/17293/statm: 3317519 678460 3845 1 0 3305234 0
[pid=17293/tid=17294] ppid=17290 vsize=13270076 CPUtime=2375.28 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17294/stat : 17294 (java) R 17290 17293 15731 0 -1 4202560 106759 0 0 0 237441 87 0 0 20 0 20 0 4700964 13588557824 678460 33554432000 4194304 4196468 140728239899328 139701272148544 139700877036974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17296] ppid=17290 vsize=13270076 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 15731 0 -1 1077944384 9106 0 0 0 124 43 0 0 20 0 20 0 4700964 13588557824 678460 33554432000 4194304 4196468 140728239899328 139701200046608 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17297] ppid=17290 vsize=13270076 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 15731 0 -1 1077944384 8300 0 0 0 125 41 0 0 20 0 20 0 4700964 13588557824 678460 33554432000 4194304 4196468 140728239899328 139701198994064 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17298] ppid=17290 vsize=13270076 CPUtime=1.62 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 15731 0 -1 1077944384 7473 0 0 0 120 42 0 0 20 0 20 0 4700964 13588557824 678460 33554432000 4194304 4196468 140728239899328 139701197941008 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17299] ppid=17290 vsize=13270076 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 15731 0 -1 1077944384 7121 0 0 0 124 42 0 0 20 0 20 0 4700964 13588557824 678460 33554432000 4194304 4196468 140728239899328 139701196888464 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17300] ppid=17290 vsize=13270076 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 15731 0 -1 1077944384 9123 0 0 0 122 41 0 0 20 0 20 0 4700965 13588557824 678460 33554432000 4194304 4196468 140728239899328 139701195836432 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17301] ppid=17290 vsize=13270076 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 15731 0 -1 1077944384 8122 0 0 0 125 41 0 0 20 0 20 0 4700965 13588557824 678460 33554432000 4194304 4196468 140728239899328 139701194783888 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17302] ppid=17290 vsize=13270076 CPUtime=1.64 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 15731 0 -1 1077944384 6336 0 0 0 123 41 0 0 20 0 20 0 4700965 13588557824 678460 33554432000 4194304 4196468 140728239899328 139700860848912 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17303] ppid=17290 vsize=13270076 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 15731 0 -1 1077944384 10594 0 0 0 122 36 0 0 20 0 20 0 4700965 13588557824 678460 33554432000 4194304 4196468 140728239899328 139700859796368 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17304] ppid=17290 vsize=13270076 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 15731 0 -1 1077944384 18027 0 0 0 23 7 0 0 20 0 20 0 4700967 13588557824 678460 33554432000 4194304 4196468 140728239899328 139700001057008 139701267921538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17305] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 15731 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 4700968 13588557824 678460 33554432000 4194304 4196468 140728239899328 139700000003296 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17306] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 15731 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 4700968 13588557824 678460 33554432000 4194304 4196468 140728239899328 139699998950144 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17307] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4700972 13588557824 678460 33554432000 4194304 4196468 140728239899328 139699997898704 139701267928987 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17308] ppid=17290 vsize=13270076 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 15731 0 -1 1077944384 7967 0 0 0 298 2 0 0 20 0 20 0 4700972 13588557824 678460 33554432000 4194304 4196468 140728239899328 139699996846832 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17309] ppid=17290 vsize=13270076 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 15731 0 -1 1077944384 10460 0 0 0 292 2 0 0 20 0 20 0 4700972 13588557824 678460 33554432000 4194304 4196468 140728239899328 139699995794288 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17310] ppid=17290 vsize=13270076 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 15731 0 -1 1077944384 10898 0 0 0 278 3 0 0 20 0 20 0 4700972 13588557824 678460 33554432000 4194304 4196468 140728239899328 139699994741232 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17311] ppid=17290 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 15731 0 -1 1077944384 7840 0 0 0 118 2 0 0 20 0 20 0 4700972 13588557824 678460 33554432000 4194304 4196468 140728239899328 139699993688688 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17312] ppid=17290 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4700972 13588557824 678460 33554432000 4194304 4196468 140728239899328 139699992635872 139701267920597 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
[pid=17293/tid=17313] ppid=17290 vsize=13270076 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 15731 0 -1 1077944384 2609 0 0 0 54 77 0 0 20 0 20 0 4700972 13588557824 678460 33554432000 4194304 4196468 140728239899328 139699991583408 139701267921538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7757824 140728239903885 140728239904068 140728239904068 140728239906767 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 13270076

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17293 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2378.62
CPU time (s): 2400.11
CPU user time (s): 2395.18
CPU system time (s): 4.92755
CPU usage (%): 100.904
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.18
system time used= 4.92755
maximum resident set size= 3610396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61216
involuntary context switches= 122893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5158 second user time and 19.8092 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-22 05:32:18
IDJOB=4245094
IDBENCH=120519
IDSOLVER=2629
FILE ID=node134/4245094-1500694338
RUNJOBID= node134-1500682730-15763
PBS_JOBID= 20623332
Free space on /tmp= 61960 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhdec-o50-h825-bal-1.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245094-1500694338/watcher-4245094-1500694338 -o /tmp/evaluation-result-4245094-1500694338/solver-4245094-1500694338 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500682730-15763 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1037513534 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245094-1500694338.xml

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

MD5SUM BENCH= 61480520129ccedf9125f18e00ca3450
RANDOM SEED=1037513534

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		: 2668.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		: 2400.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		: 1733.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		: 1733.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		: 1733.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		: 2668.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		: 1733.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		: 2668.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		: 2133.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		: 2267.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		: 1600.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		: 2400.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:        29699712 kB
MemAvailable:   29963580 kB
Buffers:          110604 kB
Cached:           434236 kB
SwapCached:            0 kB
Active:          2371676 kB
Inactive:         259012 kB
Active(anon):    2088980 kB
Inactive(anon):     8896 kB
Active(file):     282696 kB
Inactive(file):   250116 kB
Unevictable:        5664 kB
Mlocked:            5664 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             46508 kB
Writeback:           308 kB
AnonPages:       2117936 kB
Mapped:            45600 kB
Shmem:              8872 kB
Slab:             127732 kB
SReclaimable:      93780 kB
SUnreclaim:        33952 kB
KernelStack:        5024 kB
PageTables:         9632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2640884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1961984 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= 61920 MiB
End job on node134 at 2017-07-22 06:11:57