Trace number 4244482

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.03 2381.62

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-2.xml
MD5SUM42633f1d08cbe99acfb79d5a930fb228
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1218
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1322
Maximum domain size1322
Distribution of domain sizes[{"size":1322,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.43/0.34	c version: 2017-06-30
0.43/0.34	c seed: 81092908
0.43/0.34	c timeout: 2400
0.43/0.34	c memlimit: 15500
0.43/0.34	c nbcore: 8
0.43/0.37	c Parsing instance...
1.86/1.07	c Parsing done, starting first complete search...
2400.01/2381.61	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-4244482-1500685108/watcher-4244482-1500685108 -o /tmp/evaluation-result-4244482-1500685108/solver-4244482-1500685108 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500682730-15762 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 81092908 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244482-1500685108.xml 

pid=16064
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: 1.70 1.64 1.67 4/265 16067
/proc/meminfo: memFree=31664748/32770624 swapFree=5688/214936
[pid=16067] ppid=16064 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 3778019 369864704 1925 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 90299 1925 1072 1 0 79210 0
[pid=16067/tid=16068] ppid=16064 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) S 16064 16067 15731 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 3778019 369864704 1925 33554432000 4194304 4196468 140735425616144 140271403530656 140271399299714 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0

[startup+0.100136 s]
/proc/loadavg: 1.70 1.64 1.67 4/265 16067
/proc/meminfo: memFree=31664748/32770624 swapFree=5688/214936
[pid=16067] ppid=16064 vsize=13263912 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 6680 0 0 0 8 1 0 0 20 0 20 0 3778019 13582245888 6900 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3315978 6900 3295 1 0 3303698 0
[pid=16067/tid=16068] ppid=16064 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 4747 0 0 0 7 1 0 0 20 0 20 0 3778019 13582245888 6900 33554432000 4194304 4196468 140735425616144 140271403524768 140271377709247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13263912

[startup+0.200349 s]
/proc/loadavg: 1.70 1.64 1.67 4/265 16067
/proc/meminfo: memFree=31664748/32770624 swapFree=5688/214936
[pid=16067] ppid=16064 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 8876 0 0 0 24 2 0 0 20 0 20 0 3778019 13582245888 8915 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3315978 8915 3552 1 0 3303698 0
[pid=16067/tid=16068] ppid=16064 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 6607 0 0 0 16 1 0 0 20 0 20 0 3778019 13582245888 8915 33554432000 4194304 4196468 140735425616144 140271403516080 140271391966581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300457 s]
/proc/loadavg: 1.70 1.64 1.67 4/265 16067
/proc/meminfo: memFree=31664748/32770624 swapFree=5688/214936
[pid=16067] ppid=16064 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 9494 0 0 0 40 3 0 0 20 0 20 0 3778019 13582245888 10302 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3315978 10302 3579 1 0 3303698 0
[pid=16067/tid=16068] ppid=16064 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 7056 0 0 0 25 2 0 0 20 0 20 0 3778019 13582245888 10302 33554432000 4194304 4196468 140735425616144 140271403498464 140271383369054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700242 s]
/proc/loadavg: 1.70 1.64 1.67 4/265 16067
/proc/meminfo: memFree=31664748/32770624 swapFree=5688/214936
[pid=16067] ppid=16064 vsize=13265980 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 12193 0 0 0 120 5 0 0 20 0 20 0 3778019 13584363520 16576 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3316495 16576 3759 1 0 3304210 0
[pid=16067/tid=16068] ppid=16064 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 8588 0 0 0 64 3 0 0 20 0 20 0 3778019 13584363520 16576 33554432000 4194304 4196468 140735425616144 140271403524912 140271399300502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 13265980

[startup+1.50108 s]
/proc/loadavg: 1.70 1.64 1.67 7/285 16087
/proc/meminfo: memFree=31567688/32770624 swapFree=5688/214984
[pid=16067] ppid=16064 vsize=13270076 CPUtime=3.96 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 29491 0 0 0 388 8 0 0 20 0 20 0 3778019 13588557824 36119 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3317519 36119 3788 1 0 3305234 0
[pid=16067/tid=16068] ppid=16064 vsize=13270076 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 11482 0 0 0 142 4 0 0 20 0 20 0 3778019 13588557824 36119 33554432000 4194304 4196468 140735425616144 140271403525976 140271037291536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16070] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16070/stat : 16070 (java) S 16064 16067 15731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 36119 33554432000 4194304 4196468 140735425616144 140271351909136 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16071] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16071/stat : 16071 (java) S 16064 16067 15731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270997273488 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16072] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16072/stat : 16072 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270996220944 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16073] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16073/stat : 16073 (java) S 16064 16067 15731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270995168400 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16074] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16074/stat : 16074 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270994114832 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16075] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16075/stat : 16075 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270993062288 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16076] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16076/stat : 16076 (java) S 16064 16067 15731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270992009744 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16077] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16077/stat : 16077 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270990957200 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16078] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16078/stat : 16078 (java) S 16064 16067 15731 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 3778022 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270862522864 140271399299714 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16079] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16079/stat : 16079 (java) S 16064 16067 15731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3778023 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270861469088 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16080] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16080/stat : 16080 (java) S 16064 16067 15731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3778023 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270860416496 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16081] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16081/stat : 16081 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270859365072 140271399307163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16082] ppid=16064 vsize=13270076 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16082/stat : 16082 (java) R 16064 16067 15731 0 -1 4202560 3126 0 0 0 59 0 0 0 20 0 20 0 3778026 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270858297688 140271380832826 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16083] ppid=16064 vsize=13270076 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16083/stat : 16083 (java) R 16064 16067 15731 0 -1 4202560 2256 0 0 0 59 0 0 0 20 0 20 0 3778026 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270857240224 140271379988864 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16084] ppid=16064 vsize=13270076 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16084/stat : 16084 (java) R 16064 16067 15731 0 -1 4202560 3020 0 0 0 61 1 0 0 20 0 20 0 3778026 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270856199768 140271379990218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16085] ppid=16064 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16085/stat : 16085 (java) S 16064 16067 15731 0 -1 1077944384 8203 0 0 0 64 1 0 0 20 0 20 0 3778026 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270855154032 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16086] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16086/stat : 16086 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270854101728 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16087] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16087/stat : 16087 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778027 13588557824 36119 33554432000 4194304 4196468 140735425616144 140270853049264 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 13270076

[startup+3.10087 s]
/proc/loadavg: 1.70 1.64 1.67 4/285 16087
/proc/meminfo: memFree=31515592/32770624 swapFree=5688/214984
[pid=16067] ppid=16064 vsize=13270076 CPUtime=6.75 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 32402 0 0 0 666 9 0 0 20 0 20 0 3778019 13588557824 47050 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3317519 47050 3790 1 0 3305234 0
[pid=16067/tid=16068] ppid=16064 vsize=13270076 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 11826 0 0 0 302 4 0 0 20 0 20 0 3778019 13588557824 47050 33554432000 4194304 4196468 140735425616144 140271403524680 140271038412981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16070] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16070/stat : 16070 (java) S 16064 16067 15731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 47050 33554432000 4194304 4196468 140735425616144 140271351909136 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16071] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16071/stat : 16071 (java) S 16064 16067 15731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270997273488 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16072] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16072/stat : 16072 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270996220944 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16073] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16073/stat : 16073 (java) S 16064 16067 15731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270995168400 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16074] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16074/stat : 16074 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270994114832 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16075] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16075/stat : 16075 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270993062288 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16076] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16076/stat : 16076 (java) S 16064 16067 15731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270992009744 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16077] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16077/stat : 16077 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270990957200 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16078] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16078/stat : 16078 (java) S 16064 16067 15731 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3778022 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270862522864 140271399299714 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16079] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16079/stat : 16079 (java) S 16064 16067 15731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3778023 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270861469088 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16080] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16080/stat : 16080 (java) S 16064 16067 15731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3778023 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270860416496 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16081] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16081/stat : 16081 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270859365072 140271399307163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16082] ppid=16064 vsize=13270076 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16082/stat : 16082 (java) S 16064 16067 15731 0 -1 1077944384 3304 0 0 0 87 0 0 0 20 0 20 0 3778026 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270858311664 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16083] ppid=16064 vsize=13270076 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16083/stat : 16083 (java) S 16064 16067 15731 0 -1 1077944384 3945 0 0 0 108 1 0 0 20 0 20 0 3778026 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270857259120 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16084] ppid=16064 vsize=13270076 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16084/stat : 16084 (java) S 16064 16067 15731 0 -1 1077944384 3555 0 0 0 98 1 0 0 20 0 20 0 3778026 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270856206576 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16085] ppid=16064 vsize=13270076 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16085/stat : 16085 (java) S 16064 16067 15731 0 -1 1077944384 8330 0 0 0 68 1 0 0 20 0 20 0 3778026 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270855154032 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16086] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16086/stat : 16086 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270854101728 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16087] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16087/stat : 16087 (java) S 16064 16067 15731 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 3778027 13588557824 47050 33554432000 4194304 4196468 140735425616144 140270853049264 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 13270076

[startup+6.30106 s]
/proc/loadavg: 1.64 1.63 1.66 3/285 16087
/proc/meminfo: memFree=31447592/32770624 swapFree=5688/214996
[pid=16067] ppid=16064 vsize=13270076 CPUtime=9.87 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 36697 0 0 0 975 12 0 0 20 0 20 0 3778019 13588557824 56277 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3317519 56277 3808 1 0 3305234 0
[pid=16067/tid=16068] ppid=16064 vsize=13270076 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 12036 0 0 0 592 5 0 0 20 0 20 0 3778019 13588557824 56277 33554432000 4194304 4196468 140735425616144 140271403523712 140271038739891 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16070] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16070/stat : 16070 (java) S 16064 16067 15731 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 56277 33554432000 4194304 4196468 140735425616144 140271351909136 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16071] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16071/stat : 16071 (java) S 16064 16067 15731 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270997273488 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16072] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16072/stat : 16072 (java) S 16064 16067 15731 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270996220944 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16073] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16073/stat : 16073 (java) S 16064 16067 15731 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270995168400 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16074] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16074/stat : 16074 (java) S 16064 16067 15731 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270994114832 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16075] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16075/stat : 16075 (java) S 16064 16067 15731 0 -1 1077944384 669 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270993062288 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16076] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16076/stat : 16076 (java) S 16064 16067 15731 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270992009744 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16077] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16077/stat : 16077 (java) S 16064 16067 15731 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 3778020 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270990957200 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16078] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16078/stat : 16078 (java) S 16064 16067 15731 0 -1 1077944384 724 0 0 0 0 0 0 0 20 0 20 0 3778022 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270862522864 140271399299714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16079] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16079/stat : 16079 (java) S 16064 16067 15731 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 3778023 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270861469152 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16080] ppid=16064 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16080/stat : 16080 (java) S 16064 16067 15731 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 3778023 13588557824 56277 33554432000 4194304 4196468 140735425616144 140270860416496 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16081] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=16067/tid=16083] ppid=16064 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16083/stat : 16083 (java) S 16064 16067 15731 0 -1 1077944384 6501 0 0 0 133 1 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270857259120 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16084] ppid=16064 vsize=13270076 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16084/stat : 16084 (java) S 16064 16067 15731 0 -1 1077944384 8307 0 0 0 137 1 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270856206576 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16085] ppid=16064 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16085/stat : 16085 (java) S 16064 16067 15731 0 -1 1077944384 12550 0 0 0 74 2 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270855154032 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16086] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16086/stat : 16086 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270854101728 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16087] ppid=16064 vsize=13270076 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16087/stat : 16087 (java) S 16064 16067 15731 0 -1 1077944384 1532 0 0 0 31 32 0 0 20 0 20 0 3778027 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270853049264 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 2219.62
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 2.15 1.65 1.59 3/285 16301
/proc/meminfo: memFree=30900776/32770624 swapFree=5688/243316
[pid=16067] ppid=16064 vsize=13270076 CPUtime=2279.93 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 84774 0 0 0 227875 118 0 0 20 0 20 0 3778019 13588557824 59065 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3317519 59065 3820 1 0 3305234 0
[pid=16067/tid=16068] ppid=16064 vsize=13270076 CPUtime=2257.46 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 24824 0 0 0 225738 8 0 0 20 0 20 0 3778019 13588557824 59065 33554432000 4194304 4196468 140735425616144 140271403526912 140271039660287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16070] ppid=16064 vsize=13270076 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16070/stat : 16070 (java) S 16064 16067 15731 0 -1 1077944384 3867 0 0 0 192 8 0 0 20 0 20 0 3778020 13588557824 59065 33554432000 4194304 4196468 140735425616144 140271351909136 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16071] ppid=16064 vsize=13270076 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16071/stat : 16071 (java) S 16064 16067 15731 0 -1 1077944384 2596 0 0 0 193 9 0 0 20 0 20 0 3778020 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270997273488 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16072] ppid=16064 vsize=13270076 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16072/stat : 16072 (java) S 16064 16067 15731 0 -1 1077944384 2071 0 0 0 186 9 0 0 20 0 20 0 3778020 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270996220944 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16073] ppid=16064 vsize=13270076 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16073/stat : 16073 (java) S 16064 16067 15731 0 -1 1077944384 1668 0 0 0 186 10 0 0 20 0 20 0 3778020 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270995168400 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16074] ppid=16064 vsize=13270076 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16074/stat : 16074 (java) S 16064 16067 15731 0 -1 1077944384 2161 0 0 0 190 9 0 0 20 0 20 0 3778020 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270994114832 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16075] ppid=16064 vsize=13270076 CPUtime=1.93 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16075/stat : 16075 (java) S 16064 16067 15731 0 -1 1077944384 2837 0 0 0 184 9 0 0 20 0 20 0 3778020 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270993062288 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16076] ppid=16064 vsize=13270076 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16076/stat : 16076 (java) S 16064 16067 15731 0 -1 1077944384 2343 0 0 0 193 9 0 0 20 0 20 0 3778020 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270992009744 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16077] ppid=16064 vsize=13270076 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16077/stat : 16077 (java) S 16064 16067 15731 0 -1 1077944384 1128 0 0 0 192 7 0 0 20 0 20 0 3778020 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270990957200 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16078] ppid=16064 vsize=13270076 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16078/stat : 16078 (java) S 16064 16067 15731 0 -1 1077944384 5754 0 0 0 118 11 0 0 20 0 20 0 3778022 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270862522864 140271399299714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16079] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16079/stat : 16079 (java) S 16064 16067 15731 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 3778023 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270861469152 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16080] ppid=16064 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16080/stat : 16080 (java) S 16064 16067 15731 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 3778023 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270860416512 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16081] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16081/stat : 16081 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270859365072 140271399307163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16082] ppid=16064 vsize=13270076 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16082/stat : 16082 (java) S 16064 16067 15731 0 -1 1077944384 5155 0 0 0 104 1 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270858311664 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16083] ppid=16064 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16083/stat : 16083 (java) S 16064 16067 15731 0 -1 1077944384 6503 0 0 0 133 1 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270857259120 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16084] ppid=16064 vsize=13270076 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16084/stat : 16084 (java) S 16064 16067 15731 0 -1 1077944384 8309 0 0 0 137 1 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270856206576 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16085] ppid=16064 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16085/stat : 16085 (java) S 16064 16067 15731 0 -1 1077944384 12552 0 0 0 74 2 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270855154032 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16086] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16086/stat : 16086 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270854101728 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16087] ppid=16064 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16087/stat : 16087 (java) S 16064 16067 15731 0 -1 1077944384 1558 0 0 0 32 32 0 0 20 0 20 0 3778027 13588557824 59065 33554432000 4194304 4196468 140735425616144 140270853049264 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 2279.93
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.96 1.70 1.61 3/285 16302
/proc/meminfo: memFree=30203760/32770624 swapFree=5688/243392
[pid=16067] ppid=16064 vsize=13270076 CPUtime=2340.46 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 84907 0 0 0 233925 121 0 0 20 0 20 0 3778019 13588557824 59577 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3317519 59577 3820 1 0 3305234 0
[pid=16067/tid=16068] ppid=16064 vsize=13270076 CPUtime=2317.31 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 24870 0 0 0 231723 8 0 0 20 0 20 0 3778019 13588557824 59577 33554432000 4194304 4196468 140735425616144 140271403526896 140271039307292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16070] ppid=16064 vsize=13270076 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16070/stat : 16070 (java) S 16064 16067 15731 0 -1 1077944384 3874 0 0 0 199 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140271351909136 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16071] ppid=16064 vsize=13270076 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16071/stat : 16071 (java) S 16064 16067 15731 0 -1 1077944384 2600 0 0 0 199 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270997273488 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16072] ppid=16064 vsize=13270076 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16072/stat : 16072 (java) S 16064 16067 15731 0 -1 1077944384 2073 0 0 0 194 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270996220944 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16073] ppid=16064 vsize=13270076 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16073/stat : 16073 (java) S 16064 16067 15731 0 -1 1077944384 1697 0 0 0 193 10 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270995168400 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16074] ppid=16064 vsize=13270076 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16074/stat : 16074 (java) S 16064 16067 15731 0 -1 1077944384 2168 0 0 0 197 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270994114832 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16075] ppid=16064 vsize=13270076 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16075/stat : 16075 (java) S 16064 16067 15731 0 -1 1077944384 2843 0 0 0 191 10 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270993062288 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16076] ppid=16064 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16076/stat : 16076 (java) S 16064 16067 15731 0 -1 1077944384 2347 0 0 0 201 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270992009744 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16077] ppid=16064 vsize=13270076 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16077/stat : 16077 (java) S 16064 16067 15731 0 -1 1077944384 1148 0 0 0 200 8 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270990957200 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16078] ppid=16064 vsize=13270076 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16078/stat : 16078 (java) S 16064 16067 15731 0 -1 1077944384 5758 0 0 0 121 11 0 0 20 0 20 0 3778022 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270862522864 140271399299714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16079] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16079/stat : 16079 (java) S 16064 16067 15731 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 3778023 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270861469152 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16080] ppid=16064 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16080/stat : 16080 (java) S 16064 16067 15731 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 3778023 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270860416512 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16081] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16081/stat : 16081 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270859365072 140271399307163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16082] ppid=16064 vsize=13270076 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16082/stat : 16082 (java) S 16064 16067 15731 0 -1 1077944384 5155 0 0 0 104 1 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270858311664 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16083] ppid=16064 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16083/stat : 16083 (java) S 16064 16067 15731 0 -1 1077944384 6503 0 0 0 133 1 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270857259120 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16084] ppid=16064 vsize=13270076 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16084/stat : 16084 (java) S 16064 16067 15731 0 -1 1077944384 8309 0 0 0 137 1 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270856206576 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16085] ppid=16064 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16085/stat : 16085 (java) S 16064 16067 15731 0 -1 1077944384 12552 0 0 0 74 2 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270855154032 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16086] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16086/stat : 16086 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270854101728 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16087] ppid=16064 vsize=13270076 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16087/stat : 16087 (java) S 16064 16067 15731 0 -1 1077944384 1562 0 0 0 33 33 0 0 20 0 20 0 3778027 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270853049264 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
Current children cumulated CPU time (s) 2340.46
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.61 s]
/proc/loadavg: 1.96 1.71 1.62 3/285 16303
/proc/meminfo: memFree=30207924/32770624 swapFree=5688/243452
[pid=16067] ppid=16064 vsize=13270076 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/16067/stat : 16067 (java) S 16064 16067 15731 0 -1 1077944320 85700 0 0 0 239877 124 0 0 20 0 20 0 3778019 13588557824 59577 33554432000 4194304 4196468 140735425616144 140735425598688 140271399288567 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
/proc/16067/statm: 3317519 59577 3820 1 0 3305234 0
[pid=16067/tid=16068] ppid=16064 vsize=13270076 CPUtime=2376.52 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16068/stat : 16068 (java) R 16064 16067 15731 0 -1 4202560 25289 0 0 0 237644 8 0 0 20 0 20 0 3778019 13588557824 59577 33554432000 4194304 4196468 140735425616144 140271403526896 140271039657670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16070] ppid=16064 vsize=13270076 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16070/stat : 16070 (java) S 16064 16067 15731 0 -1 1077944384 3879 0 0 0 203 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140271351909136 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16071] ppid=16064 vsize=13270076 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16071/stat : 16071 (java) S 16064 16067 15731 0 -1 1077944384 2605 0 0 0 203 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270997273488 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16072] ppid=16064 vsize=13270076 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16072/stat : 16072 (java) S 16064 16067 15731 0 -1 1077944384 2093 0 0 0 197 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270996220944 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16073] ppid=16064 vsize=13270076 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16073/stat : 16073 (java) S 16064 16067 15731 0 -1 1077944384 1728 0 0 0 196 10 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270995168400 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16074] ppid=16064 vsize=13270076 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16074/stat : 16074 (java) S 16064 16067 15731 0 -1 1077944384 2183 0 0 0 201 10 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270994114832 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16075] ppid=16064 vsize=13270076 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16075/stat : 16075 (java) S 16064 16067 15731 0 -1 1077944384 2922 0 0 0 194 10 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270993062288 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16076] ppid=16064 vsize=13270076 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16076/stat : 16076 (java) S 16064 16067 15731 0 -1 1077944384 2354 0 0 0 205 9 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270992009744 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16077] ppid=16064 vsize=13270076 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16077/stat : 16077 (java) S 16064 16067 15731 0 -1 1077944384 1165 0 0 0 204 8 0 0 20 0 20 0 3778020 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270990957200 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16078] ppid=16064 vsize=13270076 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16078/stat : 16078 (java) S 16064 16067 15731 0 -1 1077944384 5930 0 0 0 124 11 0 0 20 0 20 0 3778022 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270862522864 140271399299714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16079] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16079/stat : 16079 (java) S 16064 16067 15731 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 3778023 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270861469152 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16080] ppid=16064 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16080/stat : 16080 (java) S 16064 16067 15731 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 3778023 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270860416512 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16081] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16081/stat : 16081 (java) S 16064 16067 15731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270859365072 140271399307163 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16082] ppid=16064 vsize=13270076 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16082/stat : 16082 (java) S 16064 16067 15731 0 -1 1077944384 5157 0 0 0 104 1 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270858311664 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16083] ppid=16064 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16083/stat : 16083 (java) S 16064 16067 15731 0 -1 1077944384 6505 0 0 0 133 1 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270857259120 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16084] ppid=16064 vsize=13270076 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16084/stat : 16084 (java) S 16064 16067 15731 0 -1 1077944384 8311 0 0 0 137 1 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270856206576 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16085] ppid=16064 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16085/stat : 16085 (java) S 16064 16067 15731 0 -1 1077944384 12554 0 0 0 74 2 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270855154032 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16086] ppid=16064 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16086/stat : 16086 (java) S 16064 16067 15731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3778026 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270854101728 140271399298773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 0
[pid=16067/tid=16087] ppid=16064 vsize=13270076 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16067/task/16087/stat : 16087 (java) S 16064 16067 15731 0 -1 1077944384 1577 0 0 0 34 34 0 0 20 0 20 0 3778027 13588557824 59577 33554432000 4194304 4196468 140735425616144 140270853049264 140271399299714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 7614464 140735425619087 140735425619268 140735425619268 140735425621967 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 16067 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2381.62
CPU time (s): 2400.03
CPU user time (s): 2398.78
CPU system time (s): 1.24652
CPU usage (%): 100.773
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.78
system time used= 1.24652
maximum resident set size= 238856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115037
involuntary context switches= 133065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0849 second user time and 18.4474 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-22 02:58:28
IDJOB=4244482
IDBENCH=115735
IDSOLVER=2629
FILE ID=node134/4244482-1500685108
RUNJOBID= node134-1500682730-15762
PBS_JOBID= 20623332
Free space on /tmp= 61964 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-2.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-4244482-1500685108/watcher-4244482-1500685108 -o /tmp/evaluation-result-4244482-1500685108/solver-4244482-1500685108 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500682730-15762 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 81092908 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244482-1500685108.xml

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

MD5SUM BENCH= 42633f1d08cbe99acfb79d5a930fb228
RANDOM SEED=81092908

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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		: 2267.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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		: 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:        31664528 kB
MemAvailable:   31820020 kB
Buffers:           48708 kB
Cached:           414704 kB
SwapCached:            0 kB
Active:           500108 kB
Inactive:         223808 kB
Active(anon):     263084 kB
Inactive(anon):     8872 kB
Active(file):     237024 kB
Inactive(file):   214936 kB
Unevictable:        5688 kB
Mlocked:            5688 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42100 kB
Writeback:            16 kB
AnonPages:        265380 kB
Mapped:            45080 kB
Shmem:              8872 kB
Slab:              72212 kB
SReclaimable:      38732 kB
SUnreclaim:        33480 kB
KernelStack:        4560 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1220112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 61924 MiB
End job on node134 at 2017-07-22 03:38:10