Trace number 4245271

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 NameAnswerCPU timeWall clock time
R1: OscaR - Conflict Ordering 2017-06-30? (TO) 2400.09 2335.02

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f03.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark136.98801
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.42/0.30	c version: 2017-06-30
0.42/0.30	c seed: 1320559467
0.42/0.30	c timeout: 2400
0.42/0.30	c memlimit: 15500
0.42/0.30	c nbcore: 8
0.42/0.32	c Parsing instance...
5.10/1.76	c Parsing done, starting search...
2400.06/2335.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-4245271-1500699478/watcher-4245271-1500699478 -o /tmp/evaluation-result-4245271-1500699478/solver-4245271-1500699478 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500682654-14431 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1320559467 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245271-1500699478.xml 

pid=16742
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: 1.50 1.67 1.66 3/261 16745
/proc/meminfo: memFree=28182684/32770624 swapFree=5912/251188
[pid=16745] ppid=16742 vsize=10642760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 2255 0 0 0 0 0 0 0 20 0 10 0 5212909 10898186240 2517 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 2677074 2517 1199 1 0 2665985 0
[pid=16745/tid=16746] ppid=16742 vsize=11101512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) D 16742 16745 14399 0 -1 4202560 941 0 0 0 0 0 0 0 20 0 10 0 5212909 11367948288 2517 33554432000 4194304 4196468 140721859261808 140538701580392 140538669252034 0 4 0 16784584 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=11101512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 5212911 11367948288 2517 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=11101512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 5212911 11367948288 2517 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=11487048 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 5212911 11762737152 2517 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=12556408 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 5212911 12857761792 2527 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=12564600 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 5212911 12866150400 2527 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=12564600 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 5212911 12866150400 2527 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=12565436 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 5212911 12867006464 2527 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=12565436 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 5212911 12867006464 2592 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0

[startup+0.100073 s]
/proc/loadavg: 1.50 1.67 1.66 3/261 16745
/proc/meminfo: memFree=28182684/32770624 swapFree=5912/251188
[pid=16745] ppid=16742 vsize=13261040 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 5592 0 0 0 8 1 0 0 20 0 20 0 5212909 13579304960 5362 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 3315260 5362 2595 1 0 3303698 0
[pid=16745/tid=16746] ppid=16742 vsize=13261040 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) R 16742 16745 14399 0 -1 4202560 3664 0 0 0 7 1 0 0 20 0 20 0 5212909 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538701571232 140538678987732 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5212911 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5212911 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=13261040 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212911 13579304960 5362 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13261040

[startup+0.201187 s]
/proc/loadavg: 1.50 1.67 1.66 3/261 16745
/proc/meminfo: memFree=28182684/32770624 swapFree=5912/251188
[pid=16745] ppid=16742 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 8769 0 0 0 23 3 0 0 20 0 20 0 5212909 13582245888 8791 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 3315978 8791 3520 1 0 3303698 0
[pid=16745/tid=16746] ppid=16742 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) R 16742 16745 14399 0 -1 4202560 6469 0 0 0 16 2 0 0 20 0 20 0 5212909 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538701566992 140538681419102 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 8791 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.30095 s]
/proc/loadavg: 1.50 1.67 1.66 3/261 16745
/proc/meminfo: memFree=28182684/32770624 swapFree=5912/251188
[pid=16745] ppid=16742 vsize=13263912 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 9829 0 0 0 38 4 0 0 20 0 20 0 5212909 13582245888 11052 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 3315978 11052 3628 1 0 3303698 0
[pid=16745/tid=16746] ppid=16742 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) R 16742 16745 14399 0 -1 4202560 7241 0 0 0 25 2 0 0 20 0 20 0 5212909 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538701555152 140538683032024 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212911 13582245888 11052 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700639 s]
/proc/loadavg: 1.50 1.67 1.66 3/261 16745
/proc/meminfo: memFree=28182684/32770624 swapFree=5912/251188
[pid=16745] ppid=16742 vsize=13265980 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 12705 0 0 0 122 6 0 0 20 0 20 0 5212909 13584363520 24219 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 3316495 24219 3753 1 0 3304210 0
[pid=16745/tid=16746] ppid=16742 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) R 16742 16745 14399 0 -1 4202560 8613 0 0 0 63 4 0 0 20 0 20 0 5212909 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538701567728 140538697350550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5212911 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212911 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 5212911 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212911 13584363520 24219 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13265980

[startup+1.50069 s]
/proc/loadavg: 1.50 1.67 1.66 6/281 16765
/proc/meminfo: memFree=27989020/32770624 swapFree=5912/251584
[pid=16745] ppid=16742 vsize=13268028 CPUtime=4.55 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 20300 0 0 0 443 12 0 0 20 0 20 0 5212909 13586460672 55185 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 3317007 55185 3810 1 0 3304722 0
[pid=16745/tid=16746] ppid=16742 vsize=13268028 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) R 16742 16745 14399 0 -1 4202560 9964 0 0 0 138 6 0 0 20 0 20 0 5212909 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538701565760 140538679177233 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 5212911 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 5212911 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 5212911 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 5212911 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 5212911 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 5212911 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 5212911 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 5212911 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16756] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16756/stat : 16756 (java) S 16742 16745 14399 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 5212912 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538026068720 140538697349762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16757] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16757/stat : 16757 (java) S 16742 16745 14399 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 5212913 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538025015008 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16758] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16758/stat : 16758 (java) S 16742 16745 14399 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 5212913 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538023961856 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16759] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16759/stat : 16759 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212917 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538022910416 140538697357211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16760] ppid=16742 vsize=13268028 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16760/stat : 16760 (java) S 16742 16745 14399 0 -1 1077944384 1949 0 0 0 75 0 0 0 20 0 20 0 5212917 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538021857520 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16761] ppid=16742 vsize=13268028 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16761/stat : 16761 (java) S 16742 16745 14399 0 -1 1077944384 1746 0 0 0 75 0 0 0 20 0 20 0 5212917 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538020804976 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16762] ppid=16742 vsize=13268028 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16762/stat : 16762 (java) S 16742 16745 14399 0 -1 1077944384 2107 0 0 0 75 0 0 0 20 0 20 0 5212917 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538019751920 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16763] ppid=16742 vsize=13268028 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16763/stat : 16763 (java) R 16742 16745 14399 0 -1 4202560 2997 0 0 0 72 1 0 0 20 0 20 0 5212917 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538018699504 140538674562768 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16764] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16764/stat : 16764 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212917 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538017647584 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16765] ppid=16742 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16765/stat : 16765 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212918 13586460672 55185 33554432000 4194304 4196468 140721859261808 140538016595120 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 4.55

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

[pid=16745/tid=16761] ppid=16742 vsize=13270076 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16761/stat : 16761 (java) S 16742 16745 14399 0 -1 1077944384 4339 0 0 0 158 1 0 0 20 0 20 0 5212917 13588557824 336677 33554432000 4194304 4196468 140721859261808 140538020804976 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16762] ppid=16742 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16762/stat : 16762 (java) S 16742 16745 14399 0 -1 1077944384 3971 0 0 0 154 1 0 0 20 0 20 0 5212917 13588557824 336677 33554432000 4194304 4196468 140721859261808 140538019751920 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16763] ppid=16742 vsize=13270076 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16763/stat : 16763 (java) S 16742 16745 14399 0 -1 1077944384 6244 0 0 0 101 2 0 0 20 0 20 0 5212917 13588557824 336677 33554432000 4194304 4196468 140721859261808 140538018699376 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16764] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16764/stat : 16764 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212917 13588557824 336677 33554432000 4194304 4196468 140721859261808 140538017647584 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16765] ppid=16742 vsize=13270076 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16765/stat : 16765 (java) S 16742 16745 14399 0 -1 1077944384 2131 0 0 0 44 53 0 0 20 0 20 0 5212918 13588557824 336677 33554432000 4194304 4196468 140721859261808 140538016595120 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 2263.62
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.34 1.52 1.63 3/281 16944
/proc/meminfo: memFree=26918340/32770624 swapFree=5912/253976
[pid=16745] ppid=16742 vsize=13270076 CPUtime=2325.33 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 194721 0 0 0 232112 421 0 0 20 0 20 0 5212909 13588557824 338213 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 3317519 338213 3823 1 0 3305234 0
[pid=16745/tid=16746] ppid=16742 vsize=13270076 CPUtime=2246.72 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) R 16742 16745 14399 0 -1 4202560 52400 0 0 0 224640 32 0 0 20 0 20 0 5212909 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538701577152 140538335967561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=13270076 CPUtime=8.48 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 10842 0 0 0 807 41 0 0 20 0 20 0 5212911 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=13270076 CPUtime=8.46 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 11606 0 0 0 804 42 0 0 20 0 20 0 5212911 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=13270076 CPUtime=8.48 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 11725 0 0 0 809 39 0 0 20 0 20 0 5212911 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=13270076 CPUtime=8.34 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 13123 0 0 0 790 44 0 0 20 0 20 0 5212911 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=13270076 CPUtime=8.4 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 11867 0 0 0 798 42 0 0 20 0 20 0 5212911 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=13270076 CPUtime=8.43 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 15459 0 0 0 800 43 0 0 20 0 20 0 5212911 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=13270076 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 12495 0 0 0 809 42 0 0 20 0 20 0 5212911 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=13270076 CPUtime=8.41 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 12772 0 0 0 798 43 0 0 20 0 20 0 5212911 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16756] ppid=16742 vsize=13270076 CPUtime=4.12 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16756/stat : 16756 (java) S 16742 16745 14399 0 -1 1077944384 18820 0 0 0 383 29 0 0 20 0 20 0 5212912 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538026068720 140538697349762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16757] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16757/stat : 16757 (java) S 16742 16745 14399 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 5212913 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538025015008 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16758] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16758/stat : 16758 (java) S 16742 16745 14399 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 5212913 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538023961856 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16759] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16759/stat : 16759 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212917 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538022910416 140538697357211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16760] ppid=16742 vsize=13270076 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16760/stat : 16760 (java) S 16742 16745 14399 0 -1 1077944384 5488 0 0 0 165 1 0 0 20 0 20 0 5212917 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538021857520 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16761] ppid=16742 vsize=13270076 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16761/stat : 16761 (java) S 16742 16745 14399 0 -1 1077944384 4344 0 0 0 158 1 0 0 20 0 20 0 5212917 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538020804976 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16762] ppid=16742 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16762/stat : 16762 (java) S 16742 16745 14399 0 -1 1077944384 3978 0 0 0 154 1 0 0 20 0 20 0 5212917 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538019751920 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16763] ppid=16742 vsize=13270076 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16763/stat : 16763 (java) S 16742 16745 14399 0 -1 1077944384 6255 0 0 0 101 2 0 0 20 0 20 0 5212917 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538018699376 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16764] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16764/stat : 16764 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212917 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538017647584 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16765] ppid=16742 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16765/stat : 16765 (java) S 16742 16745 14399 0 -1 1077944384 2169 0 0 0 46 54 0 0 20 0 20 0 5212918 13588557824 338213 33554432000 4194304 4196468 140721859261808 140538016595120 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 2325.33
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.45 1.52 1.62 3/281 16945
/proc/meminfo: memFree=27134060/32770624 swapFree=5912/254040
[pid=16745] ppid=16742 vsize=13270076 CPUtime=2387.06 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 199821 0 0 0 238276 430 0 0 20 0 20 0 5212909 13588557824 339237 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 3317519 339237 3823 1 0 3305234 0
[pid=16745/tid=16746] ppid=16742 vsize=13270076 CPUtime=2306.27 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) R 16742 16745 14399 0 -1 4202560 53567 0 0 0 230595 32 0 0 20 0 20 0 5212909 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538701577056 140538335966860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=13270076 CPUtime=8.71 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 11715 0 0 0 829 42 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=13270076 CPUtime=8.72 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 12507 0 0 0 829 43 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=13270076 CPUtime=8.73 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 12039 0 0 0 833 40 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=13270076 CPUtime=8.6 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 13360 0 0 0 815 45 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=13270076 CPUtime=8.65 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 12106 0 0 0 822 43 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=13270076 CPUtime=8.69 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 15634 0 0 0 825 44 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=13270076 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 12840 0 0 0 834 43 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=13270076 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 13033 0 0 0 824 43 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16756] ppid=16742 vsize=13270076 CPUtime=4.22 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16756/stat : 16756 (java) S 16742 16745 14399 0 -1 1077944384 19352 0 0 0 393 29 0 0 20 0 20 0 5212912 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538026068720 140538697349762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16757] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16757/stat : 16757 (java) S 16742 16745 14399 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 5212913 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538025015008 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16758] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16758/stat : 16758 (java) S 16742 16745 14399 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 5212913 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538023961856 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16759] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16759/stat : 16759 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538022910416 140538697357211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16760] ppid=16742 vsize=13270076 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16760/stat : 16760 (java) S 16742 16745 14399 0 -1 1077944384 5493 0 0 0 165 1 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538021857520 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16761] ppid=16742 vsize=13270076 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16761/stat : 16761 (java) S 16742 16745 14399 0 -1 1077944384 4348 0 0 0 158 1 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538020804976 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16762] ppid=16742 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16762/stat : 16762 (java) S 16742 16745 14399 0 -1 1077944384 3983 0 0 0 154 1 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538019751920 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16763] ppid=16742 vsize=13270076 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16763/stat : 16763 (java) S 16742 16745 14399 0 -1 1077944384 6259 0 0 0 101 2 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538018699376 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16764] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16764/stat : 16764 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538017647584 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16765] ppid=16742 vsize=13270076 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16765/stat : 16765 (java) S 16742 16745 14399 0 -1 1077944384 2207 0 0 0 47 55 0 0 20 0 20 0 5212918 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538016595120 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 2387.06
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2335 s]
/proc/loadavg: 1.53 1.54 1.62 3/281 16945
/proc/meminfo: memFree=27192836/32770624 swapFree=5912/254044
[pid=16745] ppid=16742 vsize=13270076 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/16745/stat : 16745 (java) S 16742 16745 14399 0 -1 1077944320 201578 0 0 0 239574 432 0 0 20 0 20 0 5212909 13588557824 339237 33554432000 4194304 4196468 140721859261808 140721859244352 140538697338615 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
/proc/16745/statm: 3317519 339237 3823 1 0 3305234 0
[pid=16745/tid=16746] ppid=16742 vsize=13270076 CPUtime=2318.88 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16746/stat : 16746 (java) R 16742 16745 14399 0 -1 4202560 53785 0 0 0 231856 32 0 0 20 0 20 0 5212909 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538701577056 140538335970001 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16747] ppid=16742 vsize=13270076 CPUtime=8.76 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16747/stat : 16747 (java) S 16742 16745 14399 0 -1 1077944384 11751 0 0 0 834 42 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538649959440 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16748] ppid=16742 vsize=13270076 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16748/stat : 16748 (java) S 16742 16745 14399 0 -1 1077944384 12573 0 0 0 834 43 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538648906896 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16749] ppid=16742 vsize=13270076 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16749/stat : 16749 (java) S 16742 16745 14399 0 -1 1077944384 12163 0 0 0 836 41 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538647853840 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16750] ppid=16742 vsize=13270076 CPUtime=8.65 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16750/stat : 16750 (java) S 16742 16745 14399 0 -1 1077944384 14142 0 0 0 820 45 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538646801296 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16751] ppid=16742 vsize=13270076 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16751/stat : 16751 (java) S 16742 16745 14399 0 -1 1077944384 12140 0 0 0 827 43 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538291878416 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16752] ppid=16742 vsize=13270076 CPUtime=8.74 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16752/stat : 16752 (java) S 16742 16745 14399 0 -1 1077944384 15750 0 0 0 830 44 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538290825872 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16753] ppid=16742 vsize=13270076 CPUtime=8.82 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16753/stat : 16753 (java) S 16742 16745 14399 0 -1 1077944384 12905 0 0 0 839 43 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538289772816 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16754] ppid=16742 vsize=13270076 CPUtime=8.72 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16754/stat : 16754 (java) S 16742 16745 14399 0 -1 1077944384 13059 0 0 0 828 44 0 0 20 0 20 0 5212911 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538288720272 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16756] ppid=16742 vsize=13270076 CPUtime=4.25 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16756/stat : 16756 (java) S 16742 16745 14399 0 -1 1077944384 19614 0 0 0 396 29 0 0 20 0 20 0 5212912 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538026068720 140538697349762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16757] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16757/stat : 16757 (java) S 16742 16745 14399 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 5212913 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538025015008 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16758] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16758/stat : 16758 (java) S 16742 16745 14399 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 5212913 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538023961856 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16759] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16759/stat : 16759 (java) S 16742 16745 14399 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538022910416 140538697357211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16760] ppid=16742 vsize=13270076 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16760/stat : 16760 (java) S 16742 16745 14399 0 -1 1077944384 5495 0 0 0 165 1 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538021857520 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16761] ppid=16742 vsize=13270076 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16761/stat : 16761 (java) S 16742 16745 14399 0 -1 1077944384 4350 0 0 0 158 1 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538020804976 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16762] ppid=16742 vsize=13270076 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16762/stat : 16762 (java) S 16742 16745 14399 0 -1 1077944384 3986 0 0 0 154 1 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538019751920 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16763] ppid=16742 vsize=13270076 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16763/stat : 16763 (java) S 16742 16745 14399 0 -1 1077944384 6261 0 0 0 101 2 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538018699376 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16764] ppid=16742 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16764/stat : 16764 (java) S 16742 16745 14399 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5212917 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538017647584 140538697348821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
[pid=16745/tid=16765] ppid=16742 vsize=13270076 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/16745/task/16765/stat : 16765 (java) S 16742 16745 14399 0 -1 1077944384 2226 0 0 0 48 55 0 0 20 0 20 0 5212918 13588557824 339237 33554432000 4194304 4196468 140721859261808 140538016595120 140538697349762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 9846784 140721859269769 140721859269956 140721859269956 140721859272655 0
Current children cumulated CPU time (s) 2400.06
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 16745 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2335.02
CPU time (s): 2400.09
CPU user time (s): 2395.75
CPU system time (s): 4.33837
CPU usage (%): 102.787
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.75
system time used= 4.33837
maximum resident set size= 1357520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202130
page faults= 0
swaps= 0
block input operations= 128
block output operations= 2568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241564
involuntary context switches= 165527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0336 second user time and 20.3733 second system time

The end

Launcher Data

Begin job on node150 at 2017-07-22 06:57:58
IDJOB=4245271
IDBENCH=120791
IDSOLVER=2628
FILE ID=node150/4245271-1500699478
RUNJOBID= node150-1500682654-14431
PBS_JOBID= 20623331
Free space on /tmp= 61984 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f03.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-4245271-1500699478/watcher-4245271-1500699478 -o /tmp/evaluation-result-4245271-1500699478/solver-4245271-1500699478 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500682654-14431 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1320559467 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4245271-1500699478.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=1320559467

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.10
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		: 2267.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		: 2133.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.10
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.10
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		: 2668.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.10
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:        28183452 kB
MemAvailable:   28435848 kB
Buffers:          114104 kB
Cached:           419572 kB
SwapCached:            0 kB
Active:          3885104 kB
Inactive:         259916 kB
Active(anon):    3614424 kB
Inactive(anon):     8728 kB
Active(file):     270680 kB
Inactive(file):   251188 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42128 kB
Writeback:             0 kB
AnonPages:       3617564 kB
Mapped:            45252 kB
Shmem:              8848 kB
Slab:             126600 kB
SReclaimable:      92728 kB
SUnreclaim:        33872 kB
KernelStack:        4496 kB
PageTables:        12196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4506828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3481600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61944 MiB
End job on node150 at 2017-07-22 07:36:54