Trace number 4312271

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
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 252.098 244.624

General information on the benchmark

NameNurseRostering/
NurseRostering-16_c18.xml
MD5SUM0b8e9565fd0b9c632a2b7d0ba913c3ff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of constraints5489
Number of domains13
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":71},{"size":2,"count":440},{"size":4,"count":1120},{"size":21,"count":392},{"size":57,"count":65}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":808},{"degree":3,"count":160},{"degree":13,"count":15},{"degree":14,"count":21},{"degree":15,"count":4},{"degree":16,"count":12},{"degree":17,"count":24},{"degree":18,"count":25},{"degree":19,"count":41},{"degree":20,"count":43},{"degree":21,"count":430},{"degree":22,"count":403},{"degree":23,"count":102}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":1964},{"arity":3,"count":2160},{"arity":4,"count":20},{"arity":6,"count":1020},{"arity":8,"count":20},{"arity":21,"count":224},{"arity":57,"count":80},{"arity":120,"count":1}]
Number of extensional constraints1324
Number of intensional constraints640
Distribution of constraint types[{"type":"extension","count":1324},{"type":"intension","count":640},{"type":"regular","count":2160},{"type":"sum","count":40},{"type":"count","count":1324},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1938585838
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
7.59/3.22	c Parsing done, starting search...
252.06/244.60	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13337 MiB free)
  memory of node 1: 16384 MiB (10961 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312271-1534568687/watcher-4312271-1534568687 -o /tmp/evaluation-result-4312271-1534568687/solver-4312271-1534568687 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8119 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1938585838 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312271-1534568687.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8142, runsolver pid=8139

[startup+0.107575 s]*
/proc/loadavg: 0.69 0.74 0.93 5/218 8177
/proc/meminfo: memFree=24844744/32770624 swapFree=67108840/67108860
[pid=8142] ppid=8139 vsize=14082736 memory=31536 CPUtime=0.12 cores=1,3,5,7
/proc/8142/stat : 8142 (java) S 8139 8142 3449 0 -1 1077944320 6763 0 0 0 11 1 0 0 20 0 15 0 274431879 14420721664 7884 33554432000 4194304 4196468 140729353667184 140729353649728 139926534565623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
/proc/8142/statm: 3520684 7884 3160 1 0 3482761 0
[pid=8142/tid=8146] ppid=8139 vsize=14082736 memory=-8253362762721355408 CPUtime=0.1 cores=1,3,5,7
/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 4885 0 0 0 9 1 0 0 20 0 15 0 274431880 14420721664 7950 33554432000 4194304 4196468 140729353667184 139926538772432 139926514841383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14082736 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 7950 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14082736 memory=140265804260992 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 7950 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 7950 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 7950 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14082736 memory=140265804260992 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 7950 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8161] ppid=8139 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8161/stat : 8161 (java) S 8139 8142 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 7950 33554432000 4194304 4196468 140729353667184 139926007964960 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8163] ppid=8139 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8163/stat : 8163 (java) S 8139 8142 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 7950 33554432000 4194304 4196468 140729353667184 139926006912624 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8166] ppid=8139 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8166/stat : 8166 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 8016 33554432000 4194304 4196468 140729353667184 139926005860944 139926534584219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8167] ppid=8139 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8167/stat : 8167 (java) S 8139 8142 3449 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 8016 33554432000 4194304 4196468 140729353667184 139926004807792 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8168] ppid=8139 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8168/stat : 8168 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 8016 33554432000 4194304 4196468 140729353667184 139926003754992 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8169] ppid=8139 vsize=14082736 memory=140265804260992 CPUtime=0.01 cores=1,3,5,7
/proc/8142/task/8169/stat : 8169 (java) S 8139 8142 3449 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 274431885 14420721664 8016 33554432000 4194304 4196468 140729353667184 139926002702704 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8170] ppid=8139 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8170/stat : 8170 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 8016 33554432000 4194304 4196468 140729353667184 139926001650144 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8172] ppid=8139 vsize=14082736 memory=140265804260992 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8172/stat : 8172 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 8016 33554432000 4194304 4196468 140729353667184 139926000597936 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31536 KiB

[startup+0.210266 s]*
/proc/loadavg: 0.69 0.74 0.93 7/218 8177
/proc/meminfo: memFree=24814604/32770624 swapFree=67108840/67108860
[pid=8142] ppid=8139 vsize=14082736 memory=47088 CPUtime=0.3 cores=1,3,5,7
/proc/8142/stat : 8142 (java) S 8139 8142 3449 0 -1 1077944320 10341 0 0 0 28 2 0 0 20 0 15 0 274431879 14420721664 11772 33554432000 4194304 4196468 140729353667184 140729353649728 139926534565623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
/proc/8142/statm: 3520684 11772 3365 1 0 3482761 0
[pid=8142/tid=8146] ppid=8139 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 8098 0 0 0 18 1 0 0 20 0 15 0 274431880 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926538788720 139926518609253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14082736 memory=140265804269388 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14082736 memory=140265804260992 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8161] ppid=8139 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8161/stat : 8161 (java) S 8139 8142 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926007964960 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8163] ppid=8139 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8163/stat : 8163 (java) S 8139 8142 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926006912624 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8166] ppid=8139 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8166/stat : 8166 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926005860944 139926534584219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8167] ppid=8139 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8142/task/8167/stat : 8167 (java) R 8139 8142 3449 0 -1 1077944384 492 0 0 0 2 0 0 0 20 0 15 0 274431885 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926004807792 139926534576770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8168] ppid=8139 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8142/task/8168/stat : 8168 (java) R 8139 8142 3449 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 15 0 274431885 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926003754992 139926512204048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8169] ppid=8139 vsize=14082736 memory=140265804260992 CPUtime=0.06 cores=1,3,5,7
/proc/8142/task/8169/stat : 8169 (java) R 8139 8142 3449 0 -1 4202560 301 0 0 0 6 0 0 0 20 0 15 0 274431885 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926002700512 139926513688917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8170] ppid=8139 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8170/stat : 8170 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926001650144 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8172] ppid=8139 vsize=14082736 memory=140265804260992 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8172/stat : 8172 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 11772 33554432000 4194304 4196468 140729353667184 139926000597936 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47088 KiB

[startup+0.310689 s]*
/proc/loadavg: 0.69 0.74 0.93 5/218 8177
/proc/meminfo: memFree=24808136/32770624 swapFree=67108840/67108860
[pid=8142] ppid=8139 vsize=14082736 memory=50308 CPUtime=0.44 cores=1,3,5,7
/proc/8142/stat : 8142 (java) S 8139 8142 3449 0 -1 1077944320 10790 0 0 0 42 2 0 0 20 0 15 0 274431879 14420721664 12577 33554432000 4194304 4196468 140729353667184 140729353649728 139926534565623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
/proc/8142/statm: 3520684 12577 3368 1 0 3482761 0
[pid=8142/tid=8146] ppid=8139 vsize=14082736 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 8458 0 0 0 28 1 0 0 20 0 15 0 274431880 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926538773720 139926518646110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14082736 memory=140265804319008 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14082736 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14082736 memory=140265804325920 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8161] ppid=8139 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8161/stat : 8161 (java) S 8139 8142 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926007964960 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8163] ppid=8139 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8163/stat : 8163 (java) S 8139 8142 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274431882 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926006912624 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8166] ppid=8139 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8166/stat : 8166 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926005860944 139926534584219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8167] ppid=8139 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8142/task/8167/stat : 8167 (java) S 8139 8142 3449 0 -1 1077944384 511 0 0 0 3 0 0 0 20 0 15 0 274431885 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926004807792 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8168] ppid=8139 vsize=14082736 memory=140265646055375 CPUtime=0.02 cores=1,3,5,7
/proc/8142/task/8168/stat : 8168 (java) S 8139 8142 3449 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 15 0 274431885 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926003754992 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8169] ppid=8139 vsize=14082736 memory=140265804269111 CPUtime=0.08 cores=1,3,5,7
/proc/8142/task/8169/stat : 8169 (java) S 8139 8142 3449 0 -1 1077944384 323 0 0 0 8 0 0 0 20 0 15 0 274431885 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926002702704 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8170] ppid=8139 vsize=14082736 memory=140265646055375 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8170/stat : 8170 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926001650144 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8172] ppid=8139 vsize=14082736 memory=280531450323328 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8172/stat : 8172 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431885 14420721664 12628 33554432000 4194304 4196468 140729353667184 139926000597936 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50308 KiB

[startup+0.700789 s]
/proc/loadavg: 0.69 0.74 0.93 3/218 8177
/proc/meminfo: memFree=24764356/32770624 swapFree=67108840/67108860
[pid=8142] ppid=8139 vsize=14084804 memory=88896 CPUtime=0.98 cores=1,3,5,7
/proc/8142/stat : 8142 (java) S 8139 8142 3449 0 -1 1077944320 17620 0 0 0 94 4 0 0 20 0 15 0 274431879 14422839296 22224 33554432000 4194304 4196468 140729353667184 140729353649728 139926534565623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
/proc/8142/statm: 3521201 22224 3504 1 0 3483273 0
[pid=8142/tid=8146] ppid=8139 vsize=14084804 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 14903 0 0 0 64 3 0 0 20 0 15 0 274431880 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926538788224 139926534587549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14084804 memory=4548 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14084804 memory=15188 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14084804 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14084804 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274431882 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8161] ppid=8139 vsize=14084804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8161/stat : 8161 (java) S 8139 8142 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274431882 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926007964960 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8163] ppid=8139 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8163/stat : 8163 (java) S 8139 8142 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274431882 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926006912624 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8166] ppid=8139 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8166/stat : 8166 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926005860944 139926534584219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8167] ppid=8139 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8142/task/8167/stat : 8167 (java) R 8139 8142 3449 0 -1 1077944384 651 0 0 0 7 0 0 0 20 0 15 0 274431885 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926004807792 139926534576770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8168] ppid=8139 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8142/task/8168/stat : 8168 (java) S 8139 8142 3449 0 -1 1077944384 272 0 0 0 8 0 0 0 20 0 15 0 274431885 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926003754992 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8169] ppid=8139 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/8142/task/8169/stat : 8169 (java) S 8139 8142 3449 0 -1 1077944384 412 0 0 0 15 0 0 0 20 0 15 0 274431885 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926002702704 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8170] ppid=8139 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8170/stat : 8170 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926001650144 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8172] ppid=8139 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8172/stat : 8172 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431885 14422839296 22224 33554432000 4194304 4196468 140729353667184 139926000597936 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88896 KiB

[startup+1.50114 s]
/proc/loadavg: 0.69 0.74 0.93 8/218 8177
/proc/meminfo: memFree=24678548/32770624 swapFree=67108840/67108860
[pid=8142] ppid=8139 vsize=14088900 memory=169052 CPUtime=3.49 cores=1,3,5,7
/proc/8142/stat : 8142 (java) S 8139 8142 3449 0 -1 1077944320 26861 0 0 0 342 7 0 0 20 0 15 0 274431879 14427033600 42263 33554432000 4194304 4196468 140729353667184 140729353649728 139926534565623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
/proc/8142/statm: 3522225 42263 3550 1 0 3484297 0
[pid=8142/tid=8146] ppid=8139 vsize=14088900 memory=734122169406539575 CPUtime=1.47 cores=1,3,5,7
/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 18209 0 0 0 143 4 0 0 20 0 15 0 274431880 14427033600 42263 33554432000 4194304 4196468 140729353667184 139926538800816 139926163780676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14088900 memory=102992 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14427033600 42263 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14427033600 42263 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14088900 memory=4548 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274431880 14427033600 42263 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14088900 memory=15188 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274431880 14427033600 42263 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14088900 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 274431882 14427033600 42263 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0

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

/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 32513 0 0 0 10169 28 0 0 20 0 15 0 274431880 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926538803584 139926172269775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14092996 memory=1929016 CPUtime=0.23 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 1256 0 0 0 15 8 0 0 20 0 15 0 274431880 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14092996 memory=1930740 CPUtime=0.24 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 507 0 0 0 15 9 0 0 20 0 15 0 274431880 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14092996 memory=10823 CPUtime=0.25 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1321 0 0 0 16 9 0 0 20 0 15 0 274431880 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14092996 memory=10012 CPUtime=0.25 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 3005 0 0 0 16 9 0 0 20 0 15 0 274431880 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14092996 memory=1930740 CPUtime=0.02 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 2184 0 0 0 2 0 0 0 20 0 15 0 274431882 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8161] ppid=8139 vsize=14092996 memory=55 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8161/stat : 8161 (java) S 8139 8142 3449 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274431882 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926007965024 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8163] ppid=8139 vsize=14092996 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8163/stat : 8163 (java) S 8139 8142 3449 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274431882 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926006912640 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8166] ppid=8139 vsize=14092996 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8166/stat : 8166 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926005860944 139926534584219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8167] ppid=8139 vsize=14092996 memory=1930740 CPUtime=2.7 cores=1,3,5,7
/proc/8142/task/8167/stat : 8167 (java) S 8139 8142 3449 0 -1 1077944384 7567 0 0 0 268 2 0 0 20 0 15 0 274431885 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926004807792 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8168] ppid=8139 vsize=14092996 memory=2216 CPUtime=2.62 cores=1,3,5,7
/proc/8142/task/8168/stat : 8168 (java) S 8139 8142 3449 0 -1 1077944384 5555 0 0 0 261 1 0 0 20 0 15 0 274431885 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926003754992 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8169] ppid=8139 vsize=14092996 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/8142/task/8169/stat : 8169 (java) S 8139 8142 3449 0 -1 1077944384 9153 0 0 0 119 2 0 0 20 0 15 0 274431885 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926002702704 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8170] ppid=8139 vsize=14092996 memory=3 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8170/stat : 8170 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926001650144 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8172] ppid=8139 vsize=14092996 memory=3500 CPUtime=0.03 cores=1,3,5,7
/proc/8142/task/8172/stat : 8172 (java) S 8139 8142 3449 0 -1 1077944384 366 0 0 0 1 2 0 0 20 0 15 0 274431885 14431227904 482685 33554432000 4194304 4196468 140729353667184 139926000597936 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
Current children cumulated CPU time: 109.63 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1930740 KiB

[startup+162.301 s]
/proc/loadavg: 1.83 1.24 1.09 3/219 8180
/proc/meminfo: memFree=20574016/32770624 swapFree=67108840/67108860
[pid=8142] ppid=8139 vsize=14092996 memory=1936788 CPUtime=169.69 cores=1,3,5,7
/proc/8142/stat : 8142 (java) S 8139 8142 3449 0 -1 1077944320 69209 0 0 0 16893 76 0 0 20 0 15 0 274431879 14431227904 484197 33554432000 4194304 4196468 140729353667184 140729353649728 139926534565623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
/proc/8142/statm: 3523249 484197 3597 1 0 3485321 0
[pid=8142/tid=8146] ppid=8139 vsize=14092996 memory=1932692 CPUtime=161.96 cores=1,3,5,7
/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 35475 0 0 0 16167 29 0 0 20 0 15 0 274431880 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926538803712 139926172361733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14092996 memory=1936788 CPUtime=0.24 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 1382 0 0 0 16 8 0 0 20 0 15 0 274431880 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14092996 memory=1936788 CPUtime=0.25 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 1262 0 0 0 16 9 0 0 20 0 15 0 274431880 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14092996 memory=1936788 CPUtime=0.26 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1442 0 0 0 17 9 0 0 20 0 15 0 274431880 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14092996 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 3122 0 0 0 17 9 0 0 20 0 15 0 274431880 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14092996 memory=1932692 CPUtime=0.03 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 2416 0 0 0 3 0 0 0 20 0 15 0 274431882 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8161] ppid=8139 vsize=14092996 memory=1092 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8161/stat : 8161 (java) S 8139 8142 3449 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274431882 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926007965024 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8163] ppid=8139 vsize=14092996 memory=836 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8163/stat : 8163 (java) S 8139 8142 3449 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274431882 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926006912640 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8166] ppid=8139 vsize=14092996 memory=3500 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8166/stat : 8166 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926005860944 139926534584219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8167] ppid=8139 vsize=14092996 memory=6848 CPUtime=2.7 cores=1,3,5,7
/proc/8142/task/8167/stat : 8167 (java) S 8139 8142 3449 0 -1 1077944384 7575 0 0 0 268 2 0 0 20 0 15 0 274431885 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926004807792 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8168] ppid=8139 vsize=14092996 memory=1936788 CPUtime=2.62 cores=1,3,5,7
/proc/8142/task/8168/stat : 8168 (java) S 8139 8142 3449 0 -1 1077944384 5558 0 0 0 261 1 0 0 20 0 15 0 274431885 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926003754992 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8169] ppid=8139 vsize=14092996 memory=1936788 CPUtime=1.21 cores=1,3,5,7
/proc/8142/task/8169/stat : 8169 (java) S 8139 8142 3449 0 -1 1077944384 9157 0 0 0 119 2 0 0 20 0 15 0 274431885 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926002702704 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8170] ppid=8139 vsize=14092996 memory=1936788 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8170/stat : 8170 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926001650144 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8172] ppid=8139 vsize=14092996 memory=1936788 CPUtime=0.06 cores=1,3,5,7
/proc/8142/task/8172/stat : 8172 (java) S 8139 8142 3449 0 -1 1077944384 394 0 0 0 3 3 0 0 20 0 15 0 274431885 14431227904 484197 33554432000 4194304 4196468 140729353667184 139926000597936 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
Current children cumulated CPU time: 169.69 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1936788 KiB

[startup+222.301 s]
/proc/loadavg: 1.98 1.40 1.15 3/219 8181
/proc/meminfo: memFree=20571608/32770624 swapFree=67108840/67108860
[pid=8142] ppid=8139 vsize=14092996 memory=1932432 CPUtime=229.74 cores=1,3,5,7
/proc/8142/stat : 8142 (java) S 8139 8142 3449 0 -1 1077944320 72652 0 0 0 22895 79 0 0 20 0 15 0 274431879 14431227904 483108 33554432000 4194304 4196468 140729353667184 140729353649728 139926534565623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
/proc/8142/statm: 3523249 483108 3597 1 0 3485321 0
[pid=8142/tid=8146] ppid=8139 vsize=14092996 memory=0 CPUtime=221.94 cores=1,3,5,7
/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 37432 0 0 0 22165 29 0 0 20 0 15 0 274431880 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926538803904 139926172080671 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14092996 memory=1936060 CPUtime=0.25 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 1498 0 0 0 16 9 0 0 20 0 15 0 274431880 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14092996 memory=1938176 CPUtime=0.27 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 2070 0 0 0 17 10 0 0 20 0 15 0 274431880 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14092996 memory=1932432 CPUtime=0.26 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1568 0 0 0 17 9 0 0 20 0 15 0 274431880 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14092996 memory=1932432 CPUtime=0.27 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 3270 0 0 0 18 9 0 0 20 0 15 0 274431880 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14092996 memory=1932432 CPUtime=0.03 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 2661 0 0 0 3 0 0 0 20 0 15 0 274431882 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8161] ppid=8139 vsize=14092996 memory=10692 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8161/stat : 8161 (java) S 8139 8142 3449 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274431882 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926007965024 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8163] ppid=8139 vsize=14092996 memory=35098472751082 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8163/stat : 8163 (java) S 8139 8142 3449 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274431882 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926006912640 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8166] ppid=8139 vsize=14092996 memory=1932432 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8166/stat : 8166 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926005860944 139926534584219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8167] ppid=8139 vsize=14092996 memory=1932432 CPUtime=2.7 cores=1,3,5,7
/proc/8142/task/8167/stat : 8167 (java) S 8139 8142 3449 0 -1 1077944384 7583 0 0 0 268 2 0 0 20 0 15 0 274431885 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926004807792 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8168] ppid=8139 vsize=14092996 memory=1932432 CPUtime=2.62 cores=1,3,5,7
/proc/8142/task/8168/stat : 8168 (java) S 8139 8142 3449 0 -1 1077944384 5561 0 0 0 261 1 0 0 20 0 15 0 274431885 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926003754992 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8169] ppid=8139 vsize=14092996 memory=1932432 CPUtime=1.21 cores=1,3,5,7
/proc/8142/task/8169/stat : 8169 (java) S 8139 8142 3449 0 -1 1077944384 9161 0 0 0 119 2 0 0 20 0 15 0 274431885 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926002702704 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8170] ppid=8139 vsize=14092996 memory=1932432 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8170/stat : 8170 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926001650144 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8172] ppid=8139 vsize=14092996 memory=15188 CPUtime=0.08 cores=1,3,5,7
/proc/8142/task/8172/stat : 8172 (java) S 8139 8142 3449 0 -1 1077944384 422 0 0 0 4 4 0 0 20 0 15 0 274431885 14431227904 483108 33554432000 4194304 4196468 140729353667184 139926000597936 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
Current children cumulated CPU time: 229.74 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1932432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.601 s]
/proc/loadavg: 2.20 1.48 1.19 3/199 8235
/proc/meminfo: memFree=22957904/32770624 swapFree=67108840/67108860
[pid=8142] ppid=8139 vsize=14092996 memory=1934448 CPUtime=252.06 cores=1,3,5,7
/proc/8142/stat : 8142 (java) S 8139 8142 3449 0 -1 1077944320 73718 0 0 0 25127 79 0 0 20 0 15 0 274431879 14431227904 483612 33554432000 4194304 4196468 140729353667184 140729353649728 139926534565623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
/proc/8142/statm: 3523249 483612 3597 1 0 3485321 0
[pid=8142/tid=8146] ppid=8139 vsize=14092996 memory=836 CPUtime=244.24 cores=1,3,5,7
/proc/8142/task/8146/stat : 8146 (java) R 8139 8142 3449 0 -1 4202560 38434 0 0 0 24395 29 0 0 20 0 15 0 274431880 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926538803504 139926172391063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8152] ppid=8139 vsize=14092996 memory=10692 CPUtime=0.26 cores=1,3,5,7
/proc/8142/task/8152/stat : 8152 (java) S 8139 8142 3449 0 -1 1077944384 1530 0 0 0 17 9 0 0 20 0 15 0 274431880 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926487185808 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8153] ppid=8139 vsize=14092996 memory=1620 CPUtime=0.27 cores=1,3,5,7
/proc/8142/task/8153/stat : 8153 (java) S 8139 8142 3449 0 -1 1077944384 2072 0 0 0 17 10 0 0 20 0 15 0 274431880 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926486133008 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8154] ppid=8139 vsize=14092996 memory=6880 CPUtime=0.27 cores=1,3,5,7
/proc/8142/task/8154/stat : 8154 (java) S 8139 8142 3449 0 -1 1077944384 1588 0 0 0 17 10 0 0 20 0 15 0 274431880 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926485080720 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8155] ppid=8139 vsize=14092996 memory=4548 CPUtime=0.27 cores=1,3,5,7
/proc/8142/task/8155/stat : 8155 (java) S 8139 8142 3449 0 -1 1077944384 3273 0 0 0 18 9 0 0 20 0 15 0 274431880 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926484027920 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8160] ppid=8139 vsize=14092996 memory=15188 CPUtime=0.04 cores=1,3,5,7
/proc/8142/task/8160/stat : 8160 (java) S 8139 8142 3449 0 -1 1077944384 2666 0 0 0 3 1 0 0 20 0 15 0 274431882 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926076807792 139926534576770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8161] ppid=8139 vsize=14092996 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8161/stat : 8161 (java) S 8139 8142 3449 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274431882 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926007965024 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8163] ppid=8139 vsize=14092996 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8163/stat : 8163 (java) S 8139 8142 3449 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274431882 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926006912640 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8166] ppid=8139 vsize=14092996 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8166/stat : 8166 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926005860944 139926534584219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8167] ppid=8139 vsize=14092996 memory=13845261709478223 CPUtime=2.7 cores=1,3,5,7
/proc/8142/task/8167/stat : 8167 (java) S 8139 8142 3449 0 -1 1077944384 7583 0 0 0 268 2 0 0 20 0 15 0 274431885 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926004807792 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8168] ppid=8139 vsize=14092996 memory=1784 CPUtime=2.62 cores=1,3,5,7
/proc/8142/task/8168/stat : 8168 (java) S 8139 8142 3449 0 -1 1077944384 5561 0 0 0 261 1 0 0 20 0 15 0 274431885 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926003754992 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8169] ppid=8139 vsize=14092996 memory=752 CPUtime=1.21 cores=1,3,5,7
/proc/8142/task/8169/stat : 8169 (java) S 8139 8142 3449 0 -1 1077944384 9161 0 0 0 119 2 0 0 20 0 15 0 274431885 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926002702704 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8170] ppid=8139 vsize=14092996 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/8142/task/8170/stat : 8170 (java) S 8139 8142 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274431885 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926001650144 139926534575829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
[pid=8142/tid=8172] ppid=8139 vsize=14092996 memory=1828 CPUtime=0.08 cores=1,3,5,7
/proc/8142/task/8172/stat : 8172 (java) S 8139 8142 3449 0 -1 1077944384 424 0 0 0 4 4 0 0 20 0 15 0 274431885 14431227904 483612 33554432000 4194304 4196468 140729353667184 139926000597936 139926534576770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6787072 140729353675854 140729353676046 140729353676046 140729353678799 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1934448 KiB

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

[startup+244.624 s]
# the end of solver process 8142 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.282 s, system=0.815452 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 244.624
CPU time (s): 252.098
CPU user time (s): 251.282
CPU system time (s): 0.815452
CPU usage (%): 103.055
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1938176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.282
system time used= 0.815452
maximum resident set size= 1940224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74257
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9376
involuntary context switches= 198


# summary of solver processes directly reported to runsolver:
#   pid: 8142
#   total CPU time (s): 252.098
#   total CPU user time (s): 251.282
#   total CPU system time (s): 0.815452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45252 second user time and 2.33233 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 07:04:47
IDJOB=4312271
IDBENCH=141046
IDSOLVER=2800
FILE ID=node135/4312271-1534568687
RUNJOBID= node135-1534568687-8119
PBS_JOBID= 21038636
Free space on /tmp= 54384 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-16_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312271-1534568687/watcher-4312271-1534568687 -o /tmp/evaluation-result-4312271-1534568687/solver-4312271-1534568687 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8119 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1938585838 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312271-1534568687.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0b8e9565fd0b9c632a2b7d0ba913c3ff
RANDOM SEED=1938585838

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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.50
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.50
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24883888 kB
MemAvailable:   31887768 kB
Buffers:          202184 kB
Cached:          7049860 kB
SwapCached:           20 kB
Active:          4136148 kB
Inactive:        3169912 kB
Active(anon):      33528 kB
Inactive(anon):    89388 kB
Active(file):    4102620 kB
Inactive(file):  3080524 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             71808 kB
Writeback:            52 kB
AnonPages:         75792 kB
Mapped:            21500 kB
Shmem:             66188 kB
Slab:             278332 kB
SReclaimable:     249196 kB
SUnreclaim:        29136 kB
KernelStack:        3184 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     366928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54320 MiB
End job on node135 at 2018-08-18 07:08:52