Trace number 4249429

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 - Conflict Ordering 2017-06-30SAT (TO)3 2400.03 2359.62

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.26/0.26	c version: 2017-06-30
0.26/0.27	c seed: 380115346
0.26/0.27	c timeout: 2400
0.26/0.27	c memlimit: 15500
0.26/0.27	c nbcore: 8
0.26/0.29	c Parsing instance...
2.97/1.14	c Parsing done, starting search...
2.97/1.21	o 0
3.27/1.24	o 1
3.27/1.28	o 2
1024.04/1005.61	o 3
2400.01/2359.61	s SATISFIABLE
2400.01/2359.61	v <instantiation>
2400.01/2359.61	v 	<list>
2400.01/2359.61	v 		x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2]
2400.01/2359.61	v 	</list>
2400.01/2359.61	v 	<values>
2400.01/2359.61	v 		3 498 252 250 485 265 250 471 374 0 464 276 253 451 394 0 450 449 0 427 278 250 424 279 252 405 317 274 403 321 275 400 300 275 388 322 273 380 355 262 375 365 259 374 357 269 369 368 261 344 310 304 339 292 287 337 297 281 328 284 284 322 276 276 0 0 0 0 0 0 0 0 0 
2400.01/2359.61	v 	</values>
2400.01/2359.61	v </instantiation>

Verifier Data

OK	3

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-4249429-1500758539/watcher-4249429-1500758539 -o /tmp/evaluation-result-4249429-1500758539/solver-4249429-1500758539 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500753903-32094 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 380115346 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249429-1500758539.xml 

pid=32585
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.32 1.97 1.78 3/262 32588
/proc/meminfo: memFree=28518884/32770624 swapFree=5776/330660
[pid=32588] ppid=32585 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 11119271 369864704 1924 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 90299 1924 1072 1 0 79210 0
[pid=32588/tid=32589] ppid=32585 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) S 32585 32588 32063 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 11119272 369864704 1924 33554432000 4194304 4196468 140735524134496 139976678672800 139976674441858 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0

[startup+0.100201 s]
/proc/loadavg: 2.32 1.97 1.78 3/262 32588
/proc/meminfo: memFree=28518884/32770624 swapFree=5776/330660
[pid=32588] ppid=32585 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 6829 0 0 0 9 1 0 0 20 0 20 0 11119271 13582245888 7077 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3315978 7077 3398 1 0 3303698 0
[pid=32588/tid=32589] ppid=32585 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 4834 0 0 0 7 1 0 0 20 0 20 0 11119272 13582245888 7077 33554432000 4194304 4196468 140735524134496 139976678633840 139976674442646 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200296 s]
/proc/loadavg: 2.32 1.97 1.78 3/262 32588
/proc/meminfo: memFree=28518884/32770624 swapFree=5776/330660
[pid=32588] ppid=32585 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 9112 0 0 0 23 3 0 0 20 0 20 0 11119271 13582245888 9468 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3315978 9468 3513 1 0 3303698 0
[pid=32588/tid=32589] ppid=32585 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 6786 0 0 0 16 2 0 0 20 0 20 0 11119272 13582245888 9468 33554432000 4194304 4196468 140735524134496 139976678650720 139976674452637 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300352 s]
/proc/loadavg: 2.32 1.97 1.78 3/262 32588
/proc/meminfo: memFree=28518884/32770624 swapFree=5776/330660
[pid=32588] ppid=32585 vsize=13263932 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 10356 0 0 0 41 4 0 0 20 0 20 0 11119271 13582266368 12064 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3315983 12064 3696 1 0 3303698 0
[pid=32588/tid=32589] ppid=32585 vsize=13263932 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) D 32585 32588 32063 0 -1 1077944384 7456 0 0 0 25 2 0 0 20 0 20 0 11119272 13582266368 12064 33554432000 4194304 4196468 140735524134496 139976678639040 139976667109933 0 4 0 16800975 18446744072101600804 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13263932

[startup+0.700239 s]
/proc/loadavg: 2.32 1.97 1.78 3/262 32588
/proc/meminfo: memFree=28518884/32770624 swapFree=5776/330660
[pid=32588] ppid=32585 vsize=13265980 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 14286 0 0 0 154 5 0 0 20 0 20 0 11119271 13584363520 21688 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3316495 21688 3771 1 0 3304210 0
[pid=32588/tid=32589] ppid=32585 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 8547 0 0 0 64 3 0 0 20 0 20 0 11119272 13584363520 21688 33554432000 4194304 4196468 140735524134496 139976678663696 139976674442646 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 13265980

[startup+1.50115 s]
/proc/loadavg: 2.32 1.97 1.78 15/282 32608
/proc/meminfo: memFree=28332816/32770624 swapFree=5776/330640
[pid=32588] ppid=32585 vsize=13270076 CPUtime=4.44 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 24310 0 0 0 426 18 0 0 20 0 20 0 11119271 13588557824 55899 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3317519 55899 3807 1 0 3305234 0
[pid=32588/tid=32589] ppid=32585 vsize=13270076 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 10808 0 0 0 138 6 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976678666296 139976294738032 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32591] ppid=32585 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32591/stat : 32591 (java) S 32585 32588 32063 0 -1 1077944384 61 0 0 0 0 1 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976613395088 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32592] ppid=32585 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32592/stat : 32592 (java) S 32585 32588 32063 0 -1 1077944384 25 0 0 0 0 1 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976612342288 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32593] ppid=32585 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32593/stat : 32593 (java) S 32585 32588 32063 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976611289488 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32594] ppid=32585 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32594/stat : 32594 (java) S 32585 32588 32063 0 -1 1077944384 296 0 0 0 0 1 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976610236688 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32595] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32595/stat : 32595 (java) S 32585 32588 32063 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976609184912 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32596] ppid=32585 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32596/stat : 32596 (java) S 32585 32588 32063 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976268798992 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32597] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32597/stat : 32597 (java) S 32585 32588 32063 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976267746192 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32598] ppid=32585 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32598/stat : 32598 (java) S 32585 32588 32063 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 20 0 11119272 13588557824 55899 33554432000 4194304 4196468 140735524134496 139976266693392 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32599] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32599/stat : 32599 (java) S 32585 32588 32063 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 11119274 13588557824 55899 33554432000 4194304 4196468 140735524134496 139975406901616 139976674441858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32600] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32600/stat : 32600 (java) S 32585 32588 32063 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 55899 33554432000 4194304 4196468 140735524134496 139975405847648 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32601] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32601/stat : 32601 (java) S 32585 32588 32063 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 55899 33554432000 4194304 4196468 140735524134496 139975404794736 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32602] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32602/stat : 32602 (java) S 32585 32588 32063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 55899 33554432000 4194304 4196468 140735524134496 139975403743056 139976674449307 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32603] ppid=32585 vsize=13270076 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32603/stat : 32603 (java) R 32585 32588 32063 0 -1 4202560 3110 0 0 0 78 0 0 0 20 0 20 0 11119278 13588557824 55899 33554432000 4194304 4196468 140735524134496 139975402681056 139976659546000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32604] ppid=32585 vsize=13270076 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32604/stat : 32604 (java) R 32585 32588 32063 0 -1 4202560 2890 0 0 0 72 1 0 0 20 0 20 0 11119278 13588557824 55899 33554432000 4194304 4196468 140735524134496 139975401625456 139976655953188 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32605] ppid=32585 vsize=13270076 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32605/stat : 32605 (java) R 32585 32588 32063 0 -1 4202560 2833 0 0 0 78 0 0 0 20 0 20 0 11119278 13588557824 55899 33554432000 4194304 4196468 140735524134496 139974930307776 139976655967993 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32606] ppid=32585 vsize=13270076 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32606/stat : 32606 (java) S 32585 32588 32063 0 -1 1077944384 2502 0 0 0 48 1 0 0 20 0 20 0 11119278 13588557824 55899 33554432000 4194304 4196468 140735524134496 139974929275376 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32607] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32607/stat : 32607 (java) S 32585 32588 32063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 55899 33554432000 4194304 4196468 140735524134496 139974928222816 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32608] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32608/stat : 32608 (java) S 32585 32588 32063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 55899 33554432000 4194304 4196468 140735524134496 139974927170096 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 13270076

[startup+3.10081 s]
/proc/loadavg: 2.32 1.97 1.78 3/282 32608
/proc/meminfo: memFree=28295328/32770624 swapFree=5776/330636
[pid=32588] ppid=32585 vsize=13270076 CPUtime=7.31 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 29864 0 0 0 701 30 0 0 20 0 20 0 11119271 13588557824 65489 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3317519 65489 3819 1 0 3305234 0
[pid=32588/tid=32589] ppid=32585 vsize=13270076 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 11087 0 0 0 295 6 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976678666712 139976294737401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32591] ppid=32585 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32591/stat : 32591 (java) S 32585 32588 32063 0 -1 1077944384 156 0 0 0 1 2 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976613395088 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32592] ppid=32585 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32592/stat : 32592 (java) S 32585 32588 32063 0 -1 1077944384 73 0 0 0 1 2 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976612342288 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32593] ppid=32585 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32593/stat : 32593 (java) S 32585 32588 32063 0 -1 1077944384 52 0 0 0 1 2 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976611289488 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32594] ppid=32585 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32594/stat : 32594 (java) S 32585 32588 32063 0 -1 1077944384 316 0 0 0 1 2 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976610236688 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32595] ppid=32585 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32595/stat : 32595 (java) S 32585 32588 32063 0 -1 1077944384 607 0 0 0 1 1 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976609184912 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32596] ppid=32585 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32596/stat : 32596 (java) S 32585 32588 32063 0 -1 1077944384 68 0 0 0 1 2 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976268798992 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32597] ppid=32585 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32597/stat : 32597 (java) S 32585 32588 32063 0 -1 1077944384 68 0 0 0 1 2 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976267746192 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32598] ppid=32585 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32598/stat : 32598 (java) S 32585 32588 32063 0 -1 1077944384 72 0 0 0 2 2 0 0 20 0 20 0 11119272 13588557824 65489 33554432000 4194304 4196468 140735524134496 139976266693392 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32599] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32599/stat : 32599 (java) S 32585 32588 32063 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 11119274 13588557824 65489 33554432000 4194304 4196468 140735524134496 139975406901616 139976674441858 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32600] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32600/stat : 32600 (java) S 32585 32588 32063 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 65489 33554432000 4194304 4196468 140735524134496 139975405847648 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32601] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32601/stat : 32601 (java) S 32585 32588 32063 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 65489 33554432000 4194304 4196468 140735524134496 139975404794752 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32602] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32602/stat : 32602 (java) S 32585 32588 32063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 65489 33554432000 4194304 4196468 140735524134496 139975403743056 139976674449307 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32603] ppid=32585 vsize=13270076 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32603/stat : 32603 (java) S 32585 32588 32063 0 -1 1077944384 4367 0 0 0 113 1 0 0 20 0 20 0 11119278 13588557824 65489 33554432000 4194304 4196468 140735524134496 139975402691440 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32604] ppid=32585 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32604/stat : 32604 (java) S 32585 32588 32063 0 -1 1077944384 4142 0 0 0 106 1 0 0 20 0 20 0 11119278 13588557824 65489 33554432000 4194304 4196468 140735524134496 139975401638640 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32605] ppid=32585 vsize=13270076 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32605/stat : 32605 (java) S 32585 32588 32063 0 -1 1077944384 4558 0 0 0 117 0 0 0 20 0 20 0 11119278 13588557824 65489 33554432000 4194304 4196468 140735524134496 139974930328176 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32606] ppid=32585 vsize=13270076 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32606/stat : 32606 (java) S 32585 32588 32063 0 -1 1077944384 2527 0 0 0 50 1 0 0 20 0 20 0 11119278 13588557824 65489 33554432000 4194304 4196468 140735524134496 139974929275376 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32607] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32607/stat : 32607 (java) S 32585 32588 32063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 65489 33554432000 4194304 4196468 140735524134496 139974928222816 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32608] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32608/stat : 32608 (java) S 32585 32588 32063 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 65489 33554432000 4194304 4196468 140735524134496 139974927170096 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 13270076

[startup+6.30085 s]
/proc/loadavg: 2.13 1.94 1.77 3/282 32608
/proc/meminfo: memFree=28190904/32770624 swapFree=5776/330628
[pid=32588] ppid=32585 vsize=13270076 CPUtime=10.78 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 30741 0 0 0 1036 42 0 0 20 0 20 0 11119271 13588557824 95610 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3317519 95610 3819 1 0 3305234 0
[pid=32588/tid=32589] ppid=32585 vsize=13270076 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 11505 0 0 0 611 8 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976678668896 139976294812556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32591] ppid=32585 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32591/stat : 32591 (java) S 32585 32588 32063 0 -1 1077944384 166 0 0 0 2 3 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976613395088 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32592] ppid=32585 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32592/stat : 32592 (java) S 32585 32588 32063 0 -1 1077944384 104 0 0 0 2 3 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976612342288 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32593] ppid=32585 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32593/stat : 32593 (java) S 32585 32588 32063 0 -1 1077944384 61 0 0 0 2 3 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976611289488 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32594] ppid=32585 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32594/stat : 32594 (java) S 32585 32588 32063 0 -1 1077944384 327 0 0 0 2 3 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976610236688 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32595] ppid=32585 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32595/stat : 32595 (java) S 32585 32588 32063 0 -1 1077944384 613 0 0 0 2 2 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976609184912 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32596] ppid=32585 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32596/stat : 32596 (java) S 32585 32588 32063 0 -1 1077944384 83 0 0 0 2 3 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976268798992 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32597] ppid=32585 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32597/stat : 32597 (java) S 32585 32588 32063 0 -1 1077944384 82 0 0 0 2 3 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976267746192 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32598] ppid=32585 vsize=13270076 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32598/stat : 32598 (java) S 32585 32588 32063 0 -1 1077944384 83 0 0 0 3 3 0 0 20 0 20 0 11119272 13588557824 95610 33554432000 4194304 4196468 140735524134496 139976266693392 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32599] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32599/stat : 32599 (java) S 32585 32588 32063 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 20 0 11119274 13588557824 95610 33554432000 4194304 4196468 140735524134496 139975406901616 139976674441858 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32600] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32600/stat : 32600 (java) S 32585 32588 32063 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 95610 33554432000 4194304 4196468 140735524134496 139975405847648 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32601] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32601/stat : 32601 (java) S 32585 32588 32063 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 95610 33554432000 4194304 4196468 140735524134496 139975404794752 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32602] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=32588/tid=32604] ppid=32585 vsize=13270076 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32604/stat : 32604 (java) S 32585 32588 32063 0 -1 1077944384 5766 0 0 0 117 2 0 0 20 0 20 0 11119278 13588557824 196844 33554432000 4194304 4196468 140735524134496 139975401638640 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32605] ppid=32585 vsize=13270076 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32605/stat : 32605 (java) S 32585 32588 32063 0 -1 1077944384 5107 0 0 0 125 1 0 0 20 0 20 0 11119278 13588557824 196844 33554432000 4194304 4196468 140735524134496 139974930328176 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32606] ppid=32585 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32606/stat : 32606 (java) S 32585 32588 32063 0 -1 1077944384 3850 0 0 0 53 1 0 0 20 0 20 0 11119278 13588557824 196844 33554432000 4194304 4196468 140735524134496 139974929275376 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32607] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32607/stat : 32607 (java) S 32585 32588 32063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 196844 33554432000 4194304 4196468 140735524134496 139974928222816 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32608] ppid=32585 vsize=13270076 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32608/stat : 32608 (java) S 32585 32588 32063 0 -1 1077944384 825 0 0 0 31 37 0 0 20 0 20 0 11119278 13588557824 196844 33554432000 4194304 4196468 140735524134496 139974927170096 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 2240.22
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.27 1.35 1.49 3/281 332
/proc/meminfo: memFree=28127628/32770624 swapFree=5776/332428
[pid=32588] ppid=32585 vsize=13270076 CPUtime=2301.11 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 85083 0 0 0 229775 336 0 0 20 0 20 0 11119271 13588557824 197357 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3317519 197357 3820 1 0 3305234 0
[pid=32588/tid=32589] ppid=32585 vsize=13270076 CPUtime=2251.33 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 31959 0 0 0 225112 21 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976678669264 139976294831300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32591] ppid=32585 vsize=13270076 CPUtime=5.16 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32591/stat : 32591 (java) S 32585 32588 32063 0 -1 1077944384 3091 0 0 0 482 34 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976613395088 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32592] ppid=32585 vsize=13270076 CPUtime=5.24 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32592/stat : 32592 (java) S 32585 32588 32063 0 -1 1077944384 3133 0 0 0 490 34 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976612342288 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32593] ppid=32585 vsize=13270076 CPUtime=5.25 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32593/stat : 32593 (java) S 32585 32588 32063 0 -1 1077944384 2256 0 0 0 490 35 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976611289488 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32594] ppid=32585 vsize=13270076 CPUtime=5.09 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32594/stat : 32594 (java) S 32585 32588 32063 0 -1 1077944384 2724 0 0 0 474 35 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976610236688 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32595] ppid=32585 vsize=13270076 CPUtime=5.22 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32595/stat : 32595 (java) S 32585 32588 32063 0 -1 1077944384 4254 0 0 0 489 33 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976609184912 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32596] ppid=32585 vsize=13270076 CPUtime=5.14 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32596/stat : 32596 (java) S 32585 32588 32063 0 -1 1077944384 2703 0 0 0 479 35 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976268798992 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32597] ppid=32585 vsize=13270076 CPUtime=5.14 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32597/stat : 32597 (java) S 32585 32588 32063 0 -1 1077944384 2705 0 0 0 480 34 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976267746192 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32598] ppid=32585 vsize=13270076 CPUtime=5.2 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32598/stat : 32598 (java) S 32585 32588 32063 0 -1 1077944384 2495 0 0 0 486 34 0 0 20 0 20 0 11119272 13588557824 197357 33554432000 4194304 4196468 140735524134496 139976266693392 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32599] ppid=32585 vsize=13270076 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32599/stat : 32599 (java) S 32585 32588 32063 0 -1 1077944384 7406 0 0 0 304 24 0 0 20 0 20 0 11119274 13588557824 197357 33554432000 4194304 4196468 140735524134496 139975406901616 139976674441858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32600] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32600/stat : 32600 (java) S 32585 32588 32063 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 197357 33554432000 4194304 4196468 140735524134496 139975405847648 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32601] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32601/stat : 32601 (java) S 32585 32588 32063 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 197357 33554432000 4194304 4196468 140735524134496 139975404794752 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32602] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32602/stat : 32602 (java) S 32585 32588 32063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 197357 33554432000 4194304 4196468 140735524134496 139975403743056 139976674449307 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32603] ppid=32585 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32603/stat : 32603 (java) S 32585 32588 32063 0 -1 1077944384 5345 0 0 0 121 1 0 0 20 0 20 0 11119278 13588557824 197357 33554432000 4194304 4196468 140735524134496 139975402691440 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32604] ppid=32585 vsize=13270076 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32604/stat : 32604 (java) S 32585 32588 32063 0 -1 1077944384 5768 0 0 0 117 2 0 0 20 0 20 0 11119278 13588557824 197357 33554432000 4194304 4196468 140735524134496 139975401638640 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32605] ppid=32585 vsize=13270076 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32605/stat : 32605 (java) S 32585 32588 32063 0 -1 1077944384 5109 0 0 0 125 1 0 0 20 0 20 0 11119278 13588557824 197357 33554432000 4194304 4196468 140735524134496 139974930328176 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32606] ppid=32585 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32606/stat : 32606 (java) S 32585 32588 32063 0 -1 1077944384 3852 0 0 0 53 1 0 0 20 0 20 0 11119278 13588557824 197357 33554432000 4194304 4196468 140735524134496 139974929275376 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32607] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32607/stat : 32607 (java) S 32585 32588 32063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 197357 33554432000 4194304 4196468 140735524134496 139974928222816 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32608] ppid=32585 vsize=13270076 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32608/stat : 32608 (java) S 32585 32588 32063 0 -1 1077944384 840 0 0 0 32 38 0 0 20 0 20 0 11119278 13588557824 197357 33554432000 4194304 4196468 140735524134496 139974927170096 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 2301.11
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.44 1.37 1.49 3/281 370
/proc/meminfo: memFree=28121996/32770624 swapFree=5776/332472
[pid=32588] ppid=32585 vsize=13270076 CPUtime=2362.2 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 85854 0 0 0 235877 343 0 0 20 0 20 0 11119271 13588557824 197869 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3317519 197869 3820 1 0 3305234 0
[pid=32588/tid=32589] ppid=32585 vsize=13270076 CPUtime=2311.01 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 32415 0 0 0 231079 22 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976678669136 139976294831844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32591] ppid=32585 vsize=13270076 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32591/stat : 32591 (java) S 32585 32588 32063 0 -1 1077944384 3167 0 0 0 498 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976613395088 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32592] ppid=32585 vsize=13270076 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32592/stat : 32592 (java) S 32585 32588 32063 0 -1 1077944384 3161 0 0 0 505 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976612342288 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32593] ppid=32585 vsize=13270076 CPUtime=5.43 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32593/stat : 32593 (java) S 32585 32588 32063 0 -1 1077944384 2270 0 0 0 507 36 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976611289488 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32594] ppid=32585 vsize=13270076 CPUtime=5.26 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32594/stat : 32594 (java) S 32585 32588 32063 0 -1 1077944384 2770 0 0 0 490 36 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976610236688 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32595] ppid=32585 vsize=13270076 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32595/stat : 32595 (java) S 32585 32588 32063 0 -1 1077944384 4302 0 0 0 506 34 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976609184912 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32596] ppid=32585 vsize=13270076 CPUtime=5.29 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32596/stat : 32596 (java) S 32585 32588 32063 0 -1 1077944384 2738 0 0 0 494 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976268798992 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32597] ppid=32585 vsize=13270076 CPUtime=5.3 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32597/stat : 32597 (java) S 32585 32588 32063 0 -1 1077944384 2711 0 0 0 495 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976267746192 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32598] ppid=32585 vsize=13270076 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32598/stat : 32598 (java) S 32585 32588 32063 0 -1 1077944384 2532 0 0 0 500 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976266693392 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32599] ppid=32585 vsize=13270076 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32599/stat : 32599 (java) S 32585 32588 32063 0 -1 1077944384 7425 0 0 0 312 25 0 0 20 0 20 0 11119274 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975406901616 139976674441858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32600] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32600/stat : 32600 (java) S 32585 32588 32063 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975405847648 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32601] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32601/stat : 32601 (java) S 32585 32588 32063 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975404794752 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32602] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32602/stat : 32602 (java) S 32585 32588 32063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975403743056 139976674449307 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32603] ppid=32585 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32603/stat : 32603 (java) S 32585 32588 32063 0 -1 1077944384 5345 0 0 0 121 1 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975402691440 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32604] ppid=32585 vsize=13270076 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32604/stat : 32604 (java) S 32585 32588 32063 0 -1 1077944384 5768 0 0 0 117 2 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975401638640 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32605] ppid=32585 vsize=13270076 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32605/stat : 32605 (java) S 32585 32588 32063 0 -1 1077944384 5109 0 0 0 125 1 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139974930328176 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32606] ppid=32585 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32606/stat : 32606 (java) S 32585 32588 32063 0 -1 1077944384 3852 0 0 0 53 1 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139974929275376 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32607] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32607/stat : 32607 (java) S 32585 32588 32063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139974928222816 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32608] ppid=32585 vsize=13270076 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32608/stat : 32608 (java) S 32585 32588 32063 0 -1 1077944384 846 0 0 0 33 39 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139974927170096 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 2362.2
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.61 s]
/proc/loadavg: 1.48 1.39 1.49 3/281 370
/proc/meminfo: memFree=28122468/32770624 swapFree=5776/332476
[pid=32588] ppid=32585 vsize=13270076 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/32588/stat : 32588 (java) S 32585 32588 32063 0 -1 1077944320 86578 0 0 0 239655 346 0 0 20 0 20 0 11119271 13588557824 197869 33554432000 4194304 4196468 140735524134496 140735524117040 139976674430711 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
/proc/32588/statm: 3317519 197869 3820 1 0 3305234 0
[pid=32588/tid=32589] ppid=32585 vsize=13270076 CPUtime=2348.15 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32589/stat : 32589 (java) R 32585 32588 32063 0 -1 4202560 32591 0 0 0 234793 22 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976678669136 139976295035727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32591] ppid=32585 vsize=13270076 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32591/stat : 32591 (java) S 32585 32588 32063 0 -1 1077944384 3193 0 0 0 505 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976613395088 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32592] ppid=32585 vsize=13270076 CPUtime=5.48 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32592/stat : 32592 (java) S 32585 32588 32063 0 -1 1077944384 3230 0 0 0 513 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976612342288 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32593] ppid=32585 vsize=13270076 CPUtime=5.5 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32593/stat : 32593 (java) S 32585 32588 32063 0 -1 1077944384 2303 0 0 0 514 36 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976611289488 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32594] ppid=32585 vsize=13270076 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32594/stat : 32594 (java) S 32585 32588 32063 0 -1 1077944384 2931 0 0 0 497 36 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976610236688 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32595] ppid=32585 vsize=13270076 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32595/stat : 32595 (java) S 32585 32588 32063 0 -1 1077944384 4331 0 0 0 513 34 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976609184912 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32596] ppid=32585 vsize=13270076 CPUtime=5.37 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32596/stat : 32596 (java) S 32585 32588 32063 0 -1 1077944384 2746 0 0 0 501 36 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976268798992 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32597] ppid=32585 vsize=13270076 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32597/stat : 32597 (java) S 32585 32588 32063 0 -1 1077944384 2713 0 0 0 500 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976267746192 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32598] ppid=32585 vsize=13270076 CPUtime=5.43 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32598/stat : 32598 (java) S 32585 32588 32063 0 -1 1077944384 2577 0 0 0 508 35 0 0 20 0 20 0 11119272 13588557824 197869 33554432000 4194304 4196468 140735524134496 139976266693392 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32599] ppid=32585 vsize=13270076 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32599/stat : 32599 (java) S 32585 32588 32063 0 -1 1077944384 7581 0 0 0 317 25 0 0 20 0 20 0 11119274 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975406901616 139976674441858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32600] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32600/stat : 32600 (java) S 32585 32588 32063 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975405847648 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32601] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32601/stat : 32601 (java) S 32585 32588 32063 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 11119275 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975404794752 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32602] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32602/stat : 32602 (java) S 32585 32588 32063 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975403743056 139976674449307 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32603] ppid=32585 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32603/stat : 32603 (java) S 32585 32588 32063 0 -1 1077944384 5347 0 0 0 121 1 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975402691440 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32604] ppid=32585 vsize=13270076 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32604/stat : 32604 (java) S 32585 32588 32063 0 -1 1077944384 5770 0 0 0 117 2 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139975401638640 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32605] ppid=32585 vsize=13270076 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32605/stat : 32605 (java) S 32585 32588 32063 0 -1 1077944384 5111 0 0 0 125 1 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139974930328176 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32606] ppid=32585 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32606/stat : 32606 (java) S 32585 32588 32063 0 -1 1077944384 3854 0 0 0 53 1 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139974929275376 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32607] ppid=32585 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32607/stat : 32607 (java) S 32585 32588 32063 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139974928222816 139976674440917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
[pid=32588/tid=32608] ppid=32585 vsize=13270076 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/32588/task/32608/stat : 32608 (java) S 32585 32588 32063 0 -1 1077944384 857 0 0 0 33 39 0 0 20 0 20 0 11119278 13588557824 197869 33554432000 4194304 4196468 140735524134496 139974927170096 139976674441858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 31797248 140735524136074 140735524136260 140735524136260 140735524138959 0
Current children cumulated CPU time (s) 2400.01
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 32588 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2359.62
CPU time (s): 2400.03
CPU user time (s): 2396.57
CPU system time (s): 3.46855
CPU usage (%): 101.713
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.57
system time used= 3.46855
maximum resident set size= 792076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205687
involuntary context switches= 149806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3056 second user time and 18.3197 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-22 23:22:19
IDJOB=4249429
IDBENCH=136037
IDSOLVER=2628
FILE ID=node146/4249429-1500758539
RUNJOBID= node146-1500753903-32094
PBS_JOBID= 20624586
Free space on /tmp= 61712 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249429-1500758539/watcher-4249429-1500758539 -o /tmp/evaluation-result-4249429-1500758539/solver-4249429-1500758539 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500753903-32094 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 380115346 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249429-1500758539.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=380115346

node146.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		: 2400.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.96
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		: 1600.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		: 1600.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.96
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		: 2267.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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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.96
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		: 2667.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		: 1600.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.96
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		: 2533.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.96
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.96
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		: 2133.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.96
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:        28519004 kB
MemAvailable:   28990524 kB
Buffers:          169216 kB
Cached:           579776 kB
SwapCached:            0 kB
Active:          3465236 kB
Inactive:         339512 kB
Active(anon):    3058396 kB
Inactive(anon):     8836 kB
Active(file):     406840 kB
Inactive(file):   330676 kB
Unevictable:        5776 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42176 kB
Writeback:            12 kB
AnonPages:       3045124 kB
Mapped:            46480 kB
Shmem:              8852 kB
Slab:             132956 kB
SReclaimable:      99680 kB
SUnreclaim:        33276 kB
KernelStack:        4816 kB
PageTables:        11468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3725464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2777088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61692 MiB
End job on node146 at 2017-07-23 00:01:39