Trace number 4244405

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-30? (TO) 2400.04 2380.01

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-10-7.xml
MD5SUM412f6c73e78cde1efe97f39cb5f4b069
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1597
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of constraints230
Number of domains1
Minimum domain size1638
Maximum domain size1638
Distribution of domain sizes[{"size":1638,"count":220}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":200}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":200},{"arity":20,"count":10}]
Number of extensional constraints0
Number of intensional constraints220
Distribution of constraint types[{"type":"intension","count":220},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.25/0.28	c version: 2017-06-30
0.25/0.28	c seed: 1406317299
0.25/0.28	c timeout: 2400
0.25/0.28	c memlimit: 15500
0.25/0.28	c nbcore: 8
0.42/0.32	c Parsing instance...
1.57/0.97	c Parsing done, starting search...
2400.01/2380.00	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-4244405-1500684204/watcher-4244405-1500684204 -o /tmp/evaluation-result-4244405-1500684204/solver-4244405-1500684204 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500684204-15326 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1406317299 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244405-1500684204.xml 

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.00 1.29 2/239 15348
/proc/meminfo: memFree=31874240/32770624 swapFree=5968/215100
[pid=15348] ppid=15345 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 3685362 369864704 1413 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 90299 1413 1072 1 0 79210 0
[pid=15348/tid=15349] ppid=15345 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) S 15345 15348 15294 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 3685363 369864704 1413 33554432000 4194304 4196468 140736118485552 140158239586720 140158235355778 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0

[startup+0.100129 s]
/proc/loadavg: 0.92 1.00 1.29 2/239 15348
/proc/meminfo: memFree=31874240/32770624 swapFree=5968/215100
[pid=15348] ppid=15345 vsize=13263912 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 6478 0 0 0 8 1 0 0 20 0 20 0 3685362 13582245888 6746 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3315978 6746 3344 1 0 3303698 0
[pid=15348/tid=15349] ppid=15345 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 4532 0 0 0 7 1 0 0 20 0 20 0 3685363 13582245888 6746 33554432000 4194304 4196468 140736118485552 140158239574008 140158227585612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13263912

[startup+0.200379 s]
/proc/loadavg: 0.92 1.00 1.29 2/239 15348
/proc/meminfo: memFree=31874240/32770624 swapFree=5968/215100
[pid=15348] ppid=15345 vsize=13263912 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 8960 0 0 0 23 2 0 0 20 0 20 0 3685362 13582245888 9381 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3315978 9381 3533 1 0 3303698 0
[pid=15348/tid=15349] ppid=15345 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 6579 0 0 0 16 1 0 0 20 0 20 0 3685363 13582245888 9381 33554432000 4194304 4196468 140736118485552 140158239564992 140158235366557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13263912

[startup+0.300382 s]
/proc/loadavg: 0.92 1.00 1.29 2/239 15348
/proc/meminfo: memFree=31874240/32770624 swapFree=5968/215100
[pid=15348] ppid=15345 vsize=13263912 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 10202 0 0 0 40 2 0 0 20 0 20 0 3685362 13582245888 11463 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3315978 11463 3666 1 0 3303698 0
[pid=15348/tid=15349] ppid=15345 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) D 15345 15348 15294 0 -1 4202560 7223 0 0 0 25 1 0 0 20 0 20 0 3685363 13582245888 11463 33554432000 4194304 4196468 140736118485552 140158239574832 140158235366557 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700237 s]
/proc/loadavg: 0.92 1.00 1.29 2/239 15348
/proc/meminfo: memFree=31874240/32770624 swapFree=5968/215100
[pid=15348] ppid=15345 vsize=13265980 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 12400 0 1 0 114 5 0 0 20 0 20 0 3685362 13584363520 17737 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3316495 17737 3753 1 0 3304210 0
[pid=15348/tid=15349] ppid=15345 vsize=13265980 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 8389 0 1 0 63 2 0 0 20 0 20 0 3685363 13584363520 17737 33554432000 4194304 4196468 140736118485552 140158239559424 140158219425118 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13265980

[startup+1.5011 s]
/proc/loadavg: 0.92 1.00 1.29 10/284 15397
/proc/meminfo: memFree=31669380/32770624 swapFree=5968/210688
[pid=15348] ppid=15345 vsize=13270076 CPUtime=4.04 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 31753 0 1 0 395 9 0 0 20 0 20 0 3685362 13588557824 37159 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3317519 37159 3788 1 0 3305234 0
[pid=15348/tid=15349] ppid=15345 vsize=13270076 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 10560 0 1 0 141 4 0 0 20 0 20 0 3685363 13588557824 37159 33554432000 4194304 4196468 140736118485552 140158239576176 140158235365978 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15351] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15351/stat : 15351 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157834635920 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15352] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15352/stat : 15352 (java) S 15345 15348 15294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157833583120 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15353] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15353/stat : 15353 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157832530320 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15354] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15354/stat : 15354 (java) S 15345 15348 15294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157831477520 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15355] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15355/stat : 15355 (java) S 15345 15348 15294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157830425744 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15356] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15356/stat : 15356 (java) S 15345 15348 15294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157829372944 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15357] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15357/stat : 15357 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157828320144 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15358] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15358/stat : 15358 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157827267344 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15363] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15363/stat : 15363 (java) S 15345 15348 15294 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 3685365 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157698062704 140158235355778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15364] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15364/stat : 15364 (java) S 15345 15348 15294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157697008672 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15365] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15365/stat : 15365 (java) S 15345 15348 15294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157695955824 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15381] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15381/stat : 15381 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157694904144 140158235363227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15382] ppid=15345 vsize=13270076 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15382/stat : 15382 (java) R 15345 15348 15294 0 -1 4202560 5465 0 0 0 66 0 0 0 20 0 20 0 3685370 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157693838552 140158216889225 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15383] ppid=15345 vsize=13270076 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15383/stat : 15383 (java) R 15345 15348 15294 0 -1 4202560 4775 0 0 0 64 1 0 0 20 0 20 0 3685370 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157692786144 140158219250636 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15384] ppid=15345 vsize=13270076 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15384/stat : 15384 (java) R 15345 15348 15294 0 -1 4202560 3762 0 0 0 66 0 0 0 20 0 20 0 3685370 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157691732952 140158216888819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15385] ppid=15345 vsize=13270076 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15385/stat : 15385 (java) S 15345 15348 15294 0 -1 1077944384 5787 0 0 0 57 1 0 0 20 0 20 0 3685370 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157690694128 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15386] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15386/stat : 15386 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157689641568 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15387] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15387/stat : 15387 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 37159 33554432000 4194304 4196468 140736118485552 140157688588848 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 13270076

[startup+3.10083 s]
/proc/loadavg: 0.92 1.00 1.29 16/284 15397
/proc/meminfo: memFree=31472172/32770624 swapFree=5968/210696
[pid=15348] ppid=15345 vsize=13270076 CPUtime=7.63 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 36644 0 1 0 752 11 0 0 20 0 20 0 3685362 13588557824 48179 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3317519 48179 3794 1 0 3305234 0
[pid=15348/tid=15349] ppid=15345 vsize=13270076 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 10907 0 1 0 300 5 0 0 20 0 20 0 3685363 13588557824 48179 33554432000 4194304 4196468 140736118485552 140158239580984 140157880466504 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15351] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15351/stat : 15351 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157834635920 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15352] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15352/stat : 15352 (java) S 15345 15348 15294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157833583120 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15353] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15353/stat : 15353 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157832530320 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15354] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15354/stat : 15354 (java) S 15345 15348 15294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157831477520 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15355] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15355/stat : 15355 (java) S 15345 15348 15294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157830425744 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15356] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15356/stat : 15356 (java) S 15345 15348 15294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157829372944 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15357] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15357/stat : 15357 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157828320144 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15358] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15358/stat : 15358 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157827267344 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15363] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15363/stat : 15363 (java) S 15345 15348 15294 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 20 0 3685365 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157698062704 140158235355778 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15364] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15364/stat : 15364 (java) S 15345 15348 15294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157697008672 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15365] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15365/stat : 15365 (java) S 15345 15348 15294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157695955824 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15381] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15381/stat : 15381 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157694904144 140158235363227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15382] ppid=15345 vsize=13270076 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15382/stat : 15382 (java) S 15345 15348 15294 0 -1 1077944384 6892 0 0 0 130 1 0 0 20 0 20 0 3685370 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157693852528 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15383] ppid=15345 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15383/stat : 15383 (java) S 15345 15348 15294 0 -1 1077944384 5500 0 0 0 123 1 0 0 20 0 20 0 3685370 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157692799728 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15384] ppid=15345 vsize=13270076 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15384/stat : 15384 (java) S 15345 15348 15294 0 -1 1077944384 5720 0 0 0 135 1 0 0 20 0 20 0 3685370 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157691746928 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15385] ppid=15345 vsize=13270076 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15385/stat : 15385 (java) S 15345 15348 15294 0 -1 1077944384 6124 0 0 0 62 1 0 0 20 0 20 0 3685370 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157690694128 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15386] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15386/stat : 15386 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157689641568 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15387] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15387/stat : 15387 (java) S 15345 15348 15294 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 48179 33554432000 4194304 4196468 140736118485552 140157688588848 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 13270076

[startup+6.30072 s]
/proc/loadavg: 1.01 1.01 1.30 3/284 15397
/proc/meminfo: memFree=31426556/32770624 swapFree=5968/210728
[pid=15348] ppid=15345 vsize=13270076 CPUtime=11.14 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 40964 0 1 0 1101 13 0 0 20 0 20 0 3685362 13588557824 58001 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3317519 58001 3813 1 0 3305234 0
[pid=15348/tid=15349] ppid=15345 vsize=13270076 CPUtime=6.23 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 11097 0 1 0 618 5 0 0 20 0 20 0 3685363 13588557824 58001 33554432000 4194304 4196468 140736118485552 140158239579856 140157880469776 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15351] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15351/stat : 15351 (java) S 15345 15348 15294 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157834635920 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15352] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15352/stat : 15352 (java) S 15345 15348 15294 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157833583120 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15353] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15353/stat : 15353 (java) S 15345 15348 15294 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157832530320 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15354] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15354/stat : 15354 (java) S 15345 15348 15294 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157831477520 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15355] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15355/stat : 15355 (java) S 15345 15348 15294 0 -1 1077944384 789 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157830425744 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15356] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15356/stat : 15356 (java) S 15345 15348 15294 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157829372944 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15357] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15357/stat : 15357 (java) S 15345 15348 15294 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157828320144 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15358] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15358/stat : 15358 (java) S 15345 15348 15294 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 3685364 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157827267344 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15363] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15363/stat : 15363 (java) S 15345 15348 15294 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 3685365 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157698062704 140158235355778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15364] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15364/stat : 15364 (java) S 15345 15348 15294 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157697008736 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15365] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15365/stat : 15365 (java) S 15345 15348 15294 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 58001 33554432000 4194304 4196468 140736118485552 140157695955824 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15381] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=15348/tid=15383] ppid=15345 vsize=13270076 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15383/stat : 15383 (java) S 15345 15348 15294 0 -1 1077944384 7470 0 0 0 131 2 0 0 20 0 20 0 3685370 13588557824 60530 33554432000 4194304 4196468 140736118485552 140157692799728 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15384] ppid=15345 vsize=13270076 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15384/stat : 15384 (java) S 15345 15348 15294 0 -1 1077944384 8141 0 0 0 156 1 0 0 20 0 20 0 3685370 13588557824 60530 33554432000 4194304 4196468 140736118485552 140157691746928 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15385] ppid=15345 vsize=13270076 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15385/stat : 15385 (java) S 15345 15348 15294 0 -1 1077944384 9002 0 0 0 66 1 0 0 20 0 20 0 3685370 13588557824 60530 33554432000 4194304 4196468 140736118485552 140157690694128 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15386] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15386/stat : 15386 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 60530 33554432000 4194304 4196468 140736118485552 140157689641568 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15387] ppid=15345 vsize=13270076 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15387/stat : 15387 (java) S 15345 15348 15294 0 -1 1077944384 1614 0 0 0 21 25 0 0 20 0 20 0 3685370 13588557824 60530 33554432000 4194304 4196468 140736118485552 140157688588848 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 2221.09
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.65 1.69 1.71 3/283 15532
/proc/meminfo: memFree=31335280/32770624 swapFree=5968/240700
[pid=15348] ppid=15345 vsize=13270076 CPUtime=2281.41 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 81268 0 1 0 228022 119 0 0 20 0 20 0 3685362 13588557824 61042 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3317519 61042 3825 1 0 3305234 0
[pid=15348/tid=15349] ppid=15345 vsize=13270076 CPUtime=2257.86 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 23873 0 1 0 225778 8 0 0 20 0 20 0 3685363 13588557824 61042 33554432000 4194304 4196468 140736118485552 140158239583072 140157879376820 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15351] ppid=15345 vsize=13270076 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15351/stat : 15351 (java) S 15345 15348 15294 0 -1 1077944384 2307 0 0 0 195 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157834635920 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15352] ppid=15345 vsize=13270076 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15352/stat : 15352 (java) S 15345 15348 15294 0 -1 1077944384 1979 0 0 0 198 9 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157833583120 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15353] ppid=15345 vsize=13270076 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15353/stat : 15353 (java) S 15345 15348 15294 0 -1 1077944384 1476 0 0 0 203 9 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157832530320 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15354] ppid=15345 vsize=13270076 CPUtime=2.05 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15354/stat : 15354 (java) S 15345 15348 15294 0 -1 1077944384 2016 0 0 0 197 8 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157831477520 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15355] ppid=15345 vsize=13270076 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15355/stat : 15355 (java) S 15345 15348 15294 0 -1 1077944384 3088 0 0 0 200 9 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157830425744 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15356] ppid=15345 vsize=13270076 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15356/stat : 15356 (java) S 15345 15348 15294 0 -1 1077944384 2763 0 0 0 196 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157829372944 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15357] ppid=15345 vsize=13270076 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15357/stat : 15357 (java) S 15345 15348 15294 0 -1 1077944384 966 0 0 0 197 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157828320144 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15358] ppid=15345 vsize=13270076 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15358/stat : 15358 (java) S 15345 15348 15294 0 -1 1077944384 1296 0 0 0 199 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157827267344 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15363] ppid=15345 vsize=13270076 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15363/stat : 15363 (java) S 15345 15348 15294 0 -1 1077944384 5301 0 0 0 114 11 0 0 20 0 20 0 3685365 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157698062704 140158235355778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15364] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15364/stat : 15364 (java) S 15345 15348 15294 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157697008736 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15365] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15365/stat : 15365 (java) S 15345 15348 15294 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157695955840 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15381] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15381/stat : 15381 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157694904144 140158235363227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15382] ppid=15345 vsize=13270076 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15382/stat : 15382 (java) S 15345 15348 15294 0 -1 1077944384 8508 0 0 0 149 1 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157693852528 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15383] ppid=15345 vsize=13270076 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15383/stat : 15383 (java) S 15345 15348 15294 0 -1 1077944384 7470 0 0 0 131 2 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157692799728 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15384] ppid=15345 vsize=13270076 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15384/stat : 15384 (java) S 15345 15348 15294 0 -1 1077944384 8141 0 0 0 156 1 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157691746928 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15385] ppid=15345 vsize=13270076 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15385/stat : 15385 (java) S 15345 15348 15294 0 -1 1077944384 9002 0 0 0 67 1 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157690694128 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15386] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15386/stat : 15386 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157689641568 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15387] ppid=15345 vsize=13270076 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15387/stat : 15387 (java) S 15345 15348 15294 0 -1 1077944384 1618 0 0 0 21 26 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157688588848 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 2281.41
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.63 1.67 1.70 3/283 15533
/proc/meminfo: memFree=31334844/32770624 swapFree=5968/240748
[pid=15348] ppid=15345 vsize=13270076 CPUtime=2341.83 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 82091 0 1 0 234061 122 0 0 20 0 20 0 3685362 13588557824 61042 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3317519 61042 3825 1 0 3305234 0
[pid=15348/tid=15349] ppid=15345 vsize=13270076 CPUtime=2317.73 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 24348 0 1 0 231765 8 0 0 20 0 20 0 3685363 13588557824 61042 33554432000 4194304 4196468 140736118485552 140158239582976 140157880468745 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15351] ppid=15345 vsize=13270076 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15351/stat : 15351 (java) S 15345 15348 15294 0 -1 1077944384 2314 0 0 0 201 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157834635920 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15352] ppid=15345 vsize=13270076 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15352/stat : 15352 (java) S 15345 15348 15294 0 -1 1077944384 1994 0 0 0 204 9 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157833583120 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15353] ppid=15345 vsize=13270076 CPUtime=2.2 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15353/stat : 15353 (java) S 15345 15348 15294 0 -1 1077944384 1479 0 0 0 210 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157832530320 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15354] ppid=15345 vsize=13270076 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15354/stat : 15354 (java) S 15345 15348 15294 0 -1 1077944384 2019 0 0 0 203 9 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157831477520 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15355] ppid=15345 vsize=13270076 CPUtime=2.14 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15355/stat : 15355 (java) S 15345 15348 15294 0 -1 1077944384 3106 0 0 0 205 9 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157830425744 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15356] ppid=15345 vsize=13270076 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15356/stat : 15356 (java) S 15345 15348 15294 0 -1 1077944384 2773 0 0 0 203 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157829372944 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15357] ppid=15345 vsize=13270076 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15357/stat : 15357 (java) S 15345 15348 15294 0 -1 1077944384 1032 0 0 0 203 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157828320144 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15358] ppid=15345 vsize=13270076 CPUtime=2.14 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15358/stat : 15358 (java) S 15345 15348 15294 0 -1 1077944384 1321 0 0 0 204 10 0 0 20 0 20 0 3685364 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157827267344 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15363] ppid=15345 vsize=13270076 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15363/stat : 15363 (java) S 15345 15348 15294 0 -1 1077944384 5479 0 0 0 117 11 0 0 20 0 20 0 3685365 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157698062704 140158235355778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15364] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15364/stat : 15364 (java) S 15345 15348 15294 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157697008736 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15365] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15365/stat : 15365 (java) S 15345 15348 15294 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157695955840 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15381] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15381/stat : 15381 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157694904144 140158235363227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15382] ppid=15345 vsize=13270076 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15382/stat : 15382 (java) S 15345 15348 15294 0 -1 1077944384 8510 0 0 0 149 1 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157693852528 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15383] ppid=15345 vsize=13270076 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15383/stat : 15383 (java) S 15345 15348 15294 0 -1 1077944384 7472 0 0 0 131 2 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157692799728 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15384] ppid=15345 vsize=13270076 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15384/stat : 15384 (java) S 15345 15348 15294 0 -1 1077944384 8143 0 0 0 156 1 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157691746928 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15385] ppid=15345 vsize=13270076 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15385/stat : 15385 (java) S 15345 15348 15294 0 -1 1077944384 9004 0 0 0 67 2 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157690694128 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15386] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15386/stat : 15386 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157689641568 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15387] ppid=15345 vsize=13270076 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15387/stat : 15387 (java) S 15345 15348 15294 0 -1 1077944384 1633 0 0 0 22 27 0 0 20 0 20 0 3685370 13588557824 61042 33554432000 4194304 4196468 140736118485552 140157688588848 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
Current children cumulated CPU time (s) 2341.83
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380 s]
/proc/loadavg: 1.62 1.67 1.70 3/283 15534
/proc/meminfo: memFree=31332896/32770624 swapFree=5968/240784
[pid=15348] ppid=15345 vsize=13270076 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/15348/stat : 15348 (java) S 15345 15348 15294 0 -1 1077944320 82180 0 1 0 239876 125 0 0 20 0 20 0 3685362 13588557824 61554 33554432000 4194304 4196468 140736118485552 140736118468096 140158235344631 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
/proc/15348/statm: 3317519 61554 3825 1 0 3305234 0
[pid=15348/tid=15349] ppid=15345 vsize=13270076 CPUtime=2375.3 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15349/stat : 15349 (java) R 15345 15348 15294 0 -1 4202560 24393 0 1 0 237522 8 0 0 20 0 20 0 3685363 13588557824 61554 33554432000 4194304 4196468 140736118485552 140158239582976 140157880468733 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15351] ppid=15345 vsize=13270076 CPUtime=2.18 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15351/stat : 15351 (java) S 15345 15348 15294 0 -1 1077944384 2315 0 0 0 207 11 0 0 20 0 20 0 3685364 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157834635920 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15352] ppid=15345 vsize=13270076 CPUtime=2.2 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15352/stat : 15352 (java) S 15345 15348 15294 0 -1 1077944384 1995 0 0 0 210 10 0 0 20 0 20 0 3685364 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157833583120 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15353] ppid=15345 vsize=13270076 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15353/stat : 15353 (java) S 15345 15348 15294 0 -1 1077944384 1481 0 0 0 217 10 0 0 20 0 20 0 3685364 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157832530320 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15354] ppid=15345 vsize=13270076 CPUtime=2.19 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15354/stat : 15354 (java) S 15345 15348 15294 0 -1 1077944384 2021 0 0 0 210 9 0 0 20 0 20 0 3685364 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157831477520 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15355] ppid=15345 vsize=13270076 CPUtime=2.22 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15355/stat : 15355 (java) S 15345 15348 15294 0 -1 1077944384 3131 0 0 0 212 10 0 0 20 0 20 0 3685364 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157830425744 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15356] ppid=15345 vsize=13270076 CPUtime=2.2 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15356/stat : 15356 (java) S 15345 15348 15294 0 -1 1077944384 2774 0 0 0 209 11 0 0 20 0 20 0 3685364 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157829372944 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15357] ppid=15345 vsize=13270076 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15357/stat : 15357 (java) S 15345 15348 15294 0 -1 1077944384 1032 0 0 0 210 11 0 0 20 0 20 0 3685364 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157828320144 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15358] ppid=15345 vsize=13270076 CPUtime=2.21 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15358/stat : 15358 (java) S 15345 15348 15294 0 -1 1077944384 1324 0 0 0 211 10 0 0 20 0 20 0 3685364 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157827267344 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15363] ppid=15345 vsize=13270076 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15363/stat : 15363 (java) S 15345 15348 15294 0 -1 1077944384 5484 0 0 0 120 11 0 0 20 0 20 0 3685365 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157698062704 140158235355778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15364] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15364/stat : 15364 (java) S 15345 15348 15294 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157697008736 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15365] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15365/stat : 15365 (java) S 15345 15348 15294 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 3685366 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157695955840 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15381] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15381/stat : 15381 (java) S 15345 15348 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157694904144 140158235363227 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15382] ppid=15345 vsize=13270076 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15382/stat : 15382 (java) S 15345 15348 15294 0 -1 1077944384 8510 0 0 0 149 1 0 0 20 0 20 0 3685370 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157693852528 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15383] ppid=15345 vsize=13270076 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15383/stat : 15383 (java) S 15345 15348 15294 0 -1 1077944384 7472 0 0 0 131 2 0 0 20 0 20 0 3685370 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157692799728 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15384] ppid=15345 vsize=13270076 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15384/stat : 15384 (java) S 15345 15348 15294 0 -1 1077944384 8143 0 0 0 156 1 0 0 20 0 20 0 3685370 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157691746928 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15385] ppid=15345 vsize=13270076 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15385/stat : 15385 (java) S 15345 15348 15294 0 -1 1077944384 9004 0 0 0 67 2 0 0 20 0 20 0 3685370 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157690694128 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15386] ppid=15345 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15386/stat : 15386 (java) S 15345 15348 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3685370 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157689641568 140158235354837 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 0
[pid=15348/tid=15387] ppid=15345 vsize=13270076 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/15348/task/15387/stat : 15387 (java) S 15345 15348 15294 0 -1 1077944384 1637 0 0 0 22 27 0 0 20 0 20 0 3685370 13588557824 61554 33554432000 4194304 4196468 140736118485552 140157688588848 140158235355778 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34193408 140736118490249 140736118490436 140736118490436 140736118493135 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 15348 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2380.01
CPU time (s): 2400.04
CPU user time (s): 2398.78
CPU system time (s): 1.26355
CPU usage (%): 100.842
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.78
system time used= 1.26355
maximum resident set size= 246492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82397
page faults= 1
swaps= 0
block input operations= 2256
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112635
involuntary context switches= 130310

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8078 second user time and 20.0019 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-22 02:43:25
IDJOB=4244405
IDBENCH=115643
IDSOLVER=2628
FILE ID=node149/4244405-1500684204
RUNJOBID= node149-1500684204-15326
PBS_JOBID= 20623346
Free space on /tmp= 62016 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-020-10-7.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-4244405-1500684204/watcher-4244405-1500684204 -o /tmp/evaluation-result-4244405-1500684204/solver-4244405-1500684204 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500684204-15326 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1406317299 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244405-1500684204.xml

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

MD5SUM BENCH= 412f6c73e78cde1efe97f39cb5f4b069
RANDOM SEED=1406317299

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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		: 1867.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.56
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.56
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		: 2000.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:        31875000 kB
MemAvailable:   32022944 kB
Buffers:           46092 kB
Cached:           410924 kB
SwapCached:            0 kB
Active:           282464 kB
Inactive:         231716 kB
Active(anon):      60380 kB
Inactive(anon):     8676 kB
Active(file):     222084 kB
Inactive(file):   223040 kB
Unevictable:        5968 kB
Mlocked:            5968 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84072 kB
Writeback:             0 kB
AnonPages:         62232 kB
Mapped:            29920 kB
Shmem:              8848 kB
Slab:              69812 kB
SReclaimable:      37312 kB
SUnreclaim:        32500 kB
KernelStack:        4048 kB
PageTables:         4904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61940 MiB
End job on node149 at 2017-07-22 03:23:05