Trace number 4307857

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-14SAT (TO)93 2520.09 2507.31

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark83.0667
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 924301319
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.48/1.08	c Parsing done, starting search...
1.71/1.11	o 199
1.71/1.12	o 197
1.71/1.12	o 193
1.71/1.12	o 192
1.71/1.12	o 190
1.71/1.13	o 183
1.71/1.13	o 182
1.71/1.14	o 177
1.71/1.14	o 175
1.71/1.18	o 171
1.71/1.18	o 163
2.00/1.21	o 162
2.00/1.21	o 154
2.00/1.21	o 150
2.00/1.21	o 149
2.00/1.22	o 147
2.30/1.32	o 146
2.30/1.32	o 145
2.30/1.32	o 143
2.91/1.52	o 141
2.91/1.52	o 140
3.15/1.67	o 139
3.15/1.67	o 138
3.26/1.73	o 134
3.26/1.73	o 132
4.22/2.70	o 126
4.22/2.70	o 122
4.22/2.70	o 119
4.37/2.70	o 115
4.37/2.70	o 113
4.37/2.72	o 111
4.37/2.77	o 110
4.37/2.77	o 109
4.37/2.77	o 106
4.37/2.77	o 105
4.52/2.81	o 102
15.07/13.20	o 101
15.17/13.35	o 100
17.21/15.34	o 99
20.10/18.28	o 97
20.60/18.71	o 96
20.60/18.71	o 93
2520.07/2507.30	s SATISFIABLE
2520.07/2507.30	v <instantiation>
2520.07/2507.30	v 	<list>
2520.07/2507.30	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2520.07/2507.30	v 	</list>
2520.07/2507.30	v 	<values>
2520.07/2507.30	v 		1 4 6 11 12 13 14 10 8 9 7 5 3 2 0 4 8 8 1 8 15 7 5 9 4 8 5 2 2 7 
2520.07/2507.30	v 	</values>
2520.07/2507.30	v </instantiation>

Verifier Data

OK	93

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 (11169 MiB free)
  memory of node 1: 16384 MiB (13069 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307857-1534346720/watcher-4307857-1534346720 -o /tmp/evaluation-result-4307857-1534346720/solver-4307857-1534346720 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534346720-7793 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 924301319 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307857-1534346720.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=7823, runsolver pid=7816

[startup+0.100159 s]*
/proc/loadavg: 0.68 0.83 0.85 4/219 7852
/proc/meminfo: memFree=24784904/32770624 swapFree=67108856/67108860
[pid=7823] ppid=7816 vsize=14082736 memory=32140 CPUtime=0.12 cores=0,2,4,6
/proc/7823/stat : 7823 (java) S 7816 7823 5533 0 -1 1077944320 6434 0 0 0 11 1 0 0 20 0 15 0 252235168 14420721664 8035 33554432000 4194304 4196468 140733534910640 140733534893184 139817797607159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
/proc/7823/statm: 3520684 8035 3153 1 0 3482761 0
[pid=7823/tid=7826] ppid=7816 vsize=14082736 memory=-8253362762721355408 CPUtime=0.09 cores=0,2,4,6
/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 4481 0 0 0 8 1 0 0 20 0 15 0 252235168 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817801831184 139817781687646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252235170 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7837] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7837/stat : 7837 (java) S 7816 7823 5533 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252235171 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817270584736 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7839] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7839/stat : 7839 (java) S 7816 7823 5533 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252235171 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817269532144 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7841] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7841/stat : 7841 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817268480720 139817797625755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7842] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7842/stat : 7842 (java) S 7816 7823 5533 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 252235173 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817267427312 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7843] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7843/stat : 7843 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817266374768 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7844] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0.01 cores=0,2,4,6
/proc/7823/task/7844/stat : 7844 (java) S 7816 7823 5533 0 -1 1077944384 282 0 0 0 1 0 0 0 20 0 15 0 252235173 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817265322224 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7849] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7849/stat : 7849 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817264269920 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7851] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7851/stat : 7851 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235174 14420721664 8035 33554432000 4194304 4196468 140733534910640 139817263217456 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32140 KiB

[startup+0.214815 s]*
/proc/loadavg: 0.68 0.83 0.85 10/219 7852
/proc/meminfo: memFree=24753260/32770624 swapFree=67108856/67108860
[pid=7823] ppid=7816 vsize=14082736 memory=47960 CPUtime=0.32 cores=0,2,4,6
/proc/7823/stat : 7823 (java) S 7816 7823 5533 0 -1 1077944320 10114 0 0 0 30 2 0 0 20 0 15 0 252235168 14420721664 11990 33554432000 4194304 4196468 140733534910640 140733534893184 139817797607159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
/proc/7823/statm: 3520684 11990 3368 1 0 3482761 0
[pid=7823/tid=7826] ppid=7816 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 7817 0 0 0 19 2 0 0 20 0 15 0 252235168 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817801833696 139817434279852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14082736 memory=140455254156806 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252235170 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7837] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7837/stat : 7837 (java) S 7816 7823 5533 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252235171 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817270584736 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7839] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7839/stat : 7839 (java) S 7816 7823 5533 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252235171 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817269532144 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7841] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7841/stat : 7841 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817268480720 139817797625755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7842] ppid=7816 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7823/task/7842/stat : 7842 (java) S 7816 7823 5533 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 15 0 252235173 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817267427312 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7843] ppid=7816 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7823/task/7843/stat : 7843 (java) S 7816 7823 5533 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 15 0 252235173 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817266374768 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7844] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0.06 cores=0,2,4,6
/proc/7823/task/7844/stat : 7844 (java) R 7816 7823 5533 0 -1 4202560 306 0 0 0 6 0 0 0 20 0 15 0 252235173 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817265317984 139817775975856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7849] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7849/stat : 7849 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817264269920 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7851] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7851/stat : 7851 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235174 14420721664 11990 33554432000 4194304 4196468 140733534910640 139817263217456 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47960 KiB

[startup+0.310577 s]*
/proc/loadavg: 0.68 0.83 0.85 6/219 7852
/proc/meminfo: memFree=24746304/32770624 swapFree=67108856/67108860
[pid=7823] ppid=7816 vsize=14082736 memory=51288 CPUtime=0.45 cores=0,2,4,6
/proc/7823/stat : 7823 (java) S 7816 7823 5533 0 -1 1077944320 10459 0 0 0 42 3 0 0 20 0 15 0 252235168 14420721664 12822 33554432000 4194304 4196468 140733534910640 140733534893184 139817797607159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
/proc/7823/statm: 3520684 12822 3371 1 0 3482761 0
[pid=7823/tid=7826] ppid=7816 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 8142 0 0 0 28 2 0 0 20 0 15 0 252235168 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817801818672 139817777882524 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14082736 memory=4294982659 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14082736 memory=140455255563937 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252235169 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252235170 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7837] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7837/stat : 7837 (java) S 7816 7823 5533 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252235171 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817270584736 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7839] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7839/stat : 7839 (java) S 7816 7823 5533 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252235171 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817269532144 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7841] ppid=7816 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7841/stat : 7841 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817268480720 139817797625755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7842] ppid=7816 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7823/task/7842/stat : 7842 (java) S 7816 7823 5533 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 15 0 252235173 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817267427312 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7843] ppid=7816 vsize=14082736 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/7823/task/7843/stat : 7843 (java) S 7816 7823 5533 0 -1 1077944384 260 0 0 0 3 0 0 0 20 0 15 0 252235173 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817266374768 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7844] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0.08 cores=0,2,4,6
/proc/7823/task/7844/stat : 7844 (java) S 7816 7823 5533 0 -1 1077944384 313 0 0 0 8 0 0 0 20 0 15 0 252235173 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817265322224 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7849] ppid=7816 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7849/stat : 7849 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817264269920 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7851] ppid=7816 vsize=14082736 memory=140455254148736 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7851/stat : 7851 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235174 14420721664 12822 33554432000 4194304 4196468 140733534910640 139817263217456 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51288 KiB

[startup+0.700817 s]
/proc/loadavg: 0.68 0.83 0.85 4/219 7852
/proc/meminfo: memFree=24697912/32770624 swapFree=67108856/67108860
[pid=7823] ppid=7816 vsize=14084804 memory=88964 CPUtime=0.97 cores=0,2,4,6
/proc/7823/stat : 7823 (java) S 7816 7823 5533 0 -1 1077944320 17065 0 0 0 93 4 0 0 20 0 15 0 252235168 14422839296 22241 33554432000 4194304 4196468 140733534910640 140733534893184 139817797607159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
/proc/7823/statm: 3521201 22241 3497 1 0 3483273 0
[pid=7823/tid=7826] ppid=7816 vsize=14084804 memory=15932 CPUtime=0.67 cores=0,2,4,6
/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 14475 0 0 0 64 3 0 0 20 0 15 0 252235168 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817801829760 139817781687646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14084804 memory=3332 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14084804 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14084804 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14084804 memory=500 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252235169 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 252235170 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7837] ppid=7816 vsize=14084804 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7837/stat : 7837 (java) S 7816 7823 5533 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252235171 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817270584736 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7839] ppid=7816 vsize=14084804 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7839/stat : 7839 (java) S 7816 7823 5533 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252235171 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817269532144 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7841] ppid=7816 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7841/stat : 7841 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817268480720 139817797625755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7842] ppid=7816 vsize=14084804 memory=7237400421007321177 CPUtime=0.06 cores=0,2,4,6
/proc/7823/task/7842/stat : 7842 (java) S 7816 7823 5533 0 -1 1077944384 466 0 0 0 6 0 0 0 20 0 15 0 252235173 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817267427312 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7843] ppid=7816 vsize=14084804 memory=6154282490091891024 CPUtime=0.06 cores=0,2,4,6
/proc/7823/task/7843/stat : 7843 (java) R 7816 7823 5533 0 -1 1077944384 401 0 0 0 6 0 0 0 20 0 15 0 252235173 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817266374768 139817797618306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7844] ppid=7816 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/7823/task/7844/stat : 7844 (java) S 7816 7823 5533 0 -1 1077944384 341 0 0 0 15 0 0 0 20 0 15 0 252235173 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817265322224 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7849] ppid=7816 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7849/stat : 7849 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817264269920 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7851] ppid=7816 vsize=14084804 memory=4280 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7851/stat : 7851 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235174 14422839296 22241 33554432000 4194304 4196468 140733534910640 139817263217456 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88964 KiB

[startup+1.5007 s]
/proc/loadavg: 0.68 0.83 0.85 6/219 7852
/proc/meminfo: memFree=24630516/32770624 swapFree=67108856/67108860
[pid=7823] ppid=7816 vsize=14090948 memory=143516 CPUtime=2.91 cores=0,2,4,6
/proc/7823/stat : 7823 (java) S 7816 7823 5533 0 -1 1077944320 24981 0 0 0 284 7 0 0 20 0 15 0 252235168 14429130752 35879 33554432000 4194304 4196468 140733534910640 140733534893184 139817797607159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
/proc/7823/statm: 3522737 35879 3545 1 0 3484809 0
[pid=7823/tid=7826] ppid=7816 vsize=14090948 memory=129468 CPUtime=1.47 cores=0,2,4,6
/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 19219 0 0 0 142 5 0 0 20 0 15 0 252235168 14429130752 35879 33554432000 4194304 4196468 140733534910640 139817801841728 139817438209320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14429130752 35879 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14429130752 35879 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252235169 14429130752 35879 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252235169 14429130752 35879 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 252235170 14429130752 35879 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0

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

/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 37304 0 0 0 243246 17 0 0 20 0 15 0 252235168 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817801845152 139817438477298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14090948 memory=265680 CPUtime=3.84 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 4364 0 0 0 354 30 0 0 20 0 15 0 252235169 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14090948 memory=265680 CPUtime=3.83 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 3026 0 0 0 355 28 0 0 20 0 15 0 252235169 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14090948 memory=265684 CPUtime=3.81 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 2891 0 0 0 355 26 0 0 20 0 15 0 252235169 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14090948 memory=265684 CPUtime=3.82 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 4160 0 0 0 353 29 0 0 20 0 15 0 252235169 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14090948 memory=265680 CPUtime=3.93 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 5318 0 0 0 367 26 0 0 20 0 15 0 252235170 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7837] ppid=7816 vsize=14090948 memory=265684 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7837/stat : 7837 (java) S 7816 7823 5533 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 252235171 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817270584736 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7839] ppid=7816 vsize=14090948 memory=265684 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7839/stat : 7839 (java) S 7816 7823 5533 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 252235171 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817269532144 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7841] ppid=7816 vsize=14090948 memory=265684 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7841/stat : 7841 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817268480720 139817797625755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7842] ppid=7816 vsize=14090948 memory=265684 CPUtime=0.78 cores=0,2,4,6
/proc/7823/task/7842/stat : 7842 (java) S 7816 7823 5533 0 -1 1077944384 4820 0 0 0 77 1 0 0 20 0 15 0 252235173 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817267427312 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7843] ppid=7816 vsize=14090948 memory=265684 CPUtime=0.71 cores=0,2,4,6
/proc/7823/task/7843/stat : 7843 (java) S 7816 7823 5533 0 -1 1077944384 2248 0 0 0 70 1 0 0 20 0 15 0 252235173 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817266374768 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7844] ppid=7816 vsize=14090948 memory=265684 CPUtime=0.45 cores=0,2,4,6
/proc/7823/task/7844/stat : 7844 (java) S 7816 7823 5533 0 -1 1077944384 3616 0 0 0 45 0 0 0 20 0 15 0 252235173 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817265322224 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7849] ppid=7816 vsize=14090948 memory=265684 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7849/stat : 7849 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817264269920 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7851] ppid=7816 vsize=14090948 memory=265684 CPUtime=0.84 cores=0,2,4,6
/proc/7823/task/7851/stat : 7851 (java) S 7816 7823 5533 0 -1 1077944384 1596 0 0 0 40 44 0 0 20 0 15 0 252235174 14429130752 66421 33554432000 4194304 4196468 140733534910640 139817263217456 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
Current children cumulated CPU time: 2454.73 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 265684 KiB

[startup+2502.3 s]
/proc/loadavg: 1.27 1.27 1.30 4/219 7955
/proc/meminfo: memFree=24323456/32770624 swapFree=67108856/67108860
[pid=7823] ppid=7816 vsize=14090948 memory=267756 CPUtime=2515.04 cores=0,2,4,6
/proc/7823/stat : 7823 (java) S 7816 7823 5533 0 -1 1077944320 71860 0 0 0 251344 160 0 0 20 0 15 0 252235168 14429130752 66939 33554432000 4194304 4196468 140733534910640 140733534893184 139817797607159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
/proc/7823/statm: 3522737 66939 3574 1 0 3484809 0
[pid=7823/tid=7826] ppid=7816 vsize=14090948 memory=267756 CPUtime=2492.38 cores=0,2,4,6
/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 37780 0 0 0 249221 17 0 0 20 0 15 0 252235168 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817801845312 139817438477298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14090948 memory=267732 CPUtime=3.95 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 4375 0 0 0 364 31 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.94 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 3127 0 0 0 365 29 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.92 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 3055 0 0 0 366 26 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.93 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 4311 0 0 0 363 30 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14090948 memory=267756 CPUtime=4.02 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 5491 0 0 0 376 26 0 0 20 0 15 0 252235170 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7837] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7837/stat : 7837 (java) S 7816 7823 5533 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 252235171 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817270584736 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7839] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7839/stat : 7839 (java) S 7816 7823 5533 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 252235171 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817269532144 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7841] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7841/stat : 7841 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817268480720 139817797625755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7842] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.78 cores=0,2,4,6
/proc/7823/task/7842/stat : 7842 (java) S 7816 7823 5533 0 -1 1077944384 4822 0 0 0 77 1 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817267427312 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7843] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.71 cores=0,2,4,6
/proc/7823/task/7843/stat : 7843 (java) S 7816 7823 5533 0 -1 1077944384 2250 0 0 0 70 1 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817266374768 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7844] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.45 cores=0,2,4,6
/proc/7823/task/7844/stat : 7844 (java) S 7816 7823 5533 0 -1 1077944384 3618 0 0 0 45 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817265322224 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7849] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7849/stat : 7849 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817264269920 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7851] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.86 cores=0,2,4,6
/proc/7823/task/7851/stat : 7851 (java) S 7816 7823 5533 0 -1 1077944384 1611 0 0 0 41 45 0 0 20 0 15 0 252235174 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817263217456 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
Current children cumulated CPU time: 2515.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 267756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.3 s]
/proc/loadavg: 1.24 1.26 1.29 4/219 7955
/proc/meminfo: memFree=24323456/32770624 swapFree=67108856/67108860
[pid=7823] ppid=7816 vsize=14090948 memory=267756 CPUtime=2520.07 cores=0,2,4,6
/proc/7823/stat : 7823 (java) S 7816 7823 5533 0 -1 1077944320 71880 0 0 0 251847 160 0 0 20 0 15 0 252235168 14429130752 66939 33554432000 4194304 4196468 140733534910640 140733534893184 139817797607159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
/proc/7823/statm: 3522737 66939 3574 1 0 3484809 0
[pid=7823/tid=7826] ppid=7816 vsize=14090948 memory=267756 CPUtime=2497.36 cores=0,2,4,6
/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 37794 0 0 0 249719 17 0 0 20 0 15 0 252235168 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817801845264 139817438415847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.96 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 4375 0 0 0 365 31 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.95 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 3127 0 0 0 366 29 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.93 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 3056 0 0 0 367 26 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.94 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 4312 0 0 0 364 30 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14090948 memory=267756 CPUtime=4.03 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 5493 0 0 0 377 26 0 0 20 0 15 0 252235170 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7837] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7837/stat : 7837 (java) S 7816 7823 5533 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 252235171 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817270584736 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7839] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7839/stat : 7839 (java) S 7816 7823 5533 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 252235171 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817269532144 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7841] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7841/stat : 7841 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817268480720 139817797625755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7842] ppid=7816 vsize=14090948 memory=267732 CPUtime=0.78 cores=0,2,4,6
/proc/7823/task/7842/stat : 7842 (java) S 7816 7823 5533 0 -1 1077944384 4822 0 0 0 77 1 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817267427312 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7843] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.71 cores=0,2,4,6
/proc/7823/task/7843/stat : 7843 (java) S 7816 7823 5533 0 -1 1077944384 2250 0 0 0 70 1 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817266374768 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7844] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.45 cores=0,2,4,6
/proc/7823/task/7844/stat : 7844 (java) S 7816 7823 5533 0 -1 1077944384 3618 0 0 0 45 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817265322224 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7849] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7849/stat : 7849 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817264269920 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7851] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.86 cores=0,2,4,6
/proc/7823/task/7851/stat : 7851 (java) S 7816 7823 5533 0 -1 1077944384 1613 0 0 0 41 45 0 0 20 0 15 0 252235174 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817263217456 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 267756 KiB

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

[startup+2507.31 s]
# the end of solver process 7823 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.48 s, system=1.60816 s

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

[startup+2507.3 s]
/proc/loadavg: 1.24 1.26 1.29 4/219 7955
/proc/meminfo: memFree=24323456/32770624 swapFree=67108856/67108860
[pid=7823] ppid=7816 vsize=14090948 memory=267756 CPUtime=2520.07 cores=0,2,4,6
/proc/7823/stat : 7823 (java) S 7816 7823 5533 0 -1 1077944320 71880 0 0 0 251847 160 0 0 20 0 15 0 252235168 14429130752 66939 33554432000 4194304 4196468 140733534910640 140733534893184 139817797607159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
/proc/7823/statm: 3522737 66939 3574 1 0 3484809 0
[pid=7823/tid=7826] ppid=7816 vsize=14090948 memory=267756 CPUtime=2497.36 cores=0,2,4,6
/proc/7823/task/7826/stat : 7826 (java) R 7816 7823 5533 0 -1 4202560 37794 0 0 0 249719 17 0 0 20 0 15 0 252235168 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817801845264 139817438415847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7831] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.96 cores=0,2,4,6
/proc/7823/task/7831/stat : 7831 (java) S 7816 7823 5533 0 -1 1077944384 4375 0 0 0 365 31 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817762887952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7832] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.95 cores=0,2,4,6
/proc/7823/task/7832/stat : 7832 (java) S 7816 7823 5533 0 -1 1077944384 3127 0 0 0 366 29 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817392388496 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7833] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.93 cores=0,2,4,6
/proc/7823/task/7833/stat : 7833 (java) S 7816 7823 5533 0 -1 1077944384 3056 0 0 0 367 26 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817391335952 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7834] ppid=7816 vsize=14090948 memory=267756 CPUtime=3.94 cores=0,2,4,6
/proc/7823/task/7834/stat : 7834 (java) S 7816 7823 5533 0 -1 1077944384 4312 0 0 0 364 30 0 0 20 0 15 0 252235169 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817390283408 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7836] ppid=7816 vsize=14090948 memory=267756 CPUtime=4.03 cores=0,2,4,6
/proc/7823/task/7836/stat : 7836 (java) S 7816 7823 5533 0 -1 1077944384 5493 0 0 0 377 26 0 0 20 0 15 0 252235170 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817271638512 139817797618306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7837] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7837/stat : 7837 (java) S 7816 7823 5533 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 252235171 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817270584736 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7839] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7839/stat : 7839 (java) S 7816 7823 5533 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 252235171 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817269532144 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7841] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7841/stat : 7841 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817268480720 139817797625755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7842] ppid=7816 vsize=14090948 memory=267732 CPUtime=0.78 cores=0,2,4,6
/proc/7823/task/7842/stat : 7842 (java) S 7816 7823 5533 0 -1 1077944384 4822 0 0 0 77 1 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817267427312 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7843] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.71 cores=0,2,4,6
/proc/7823/task/7843/stat : 7843 (java) S 7816 7823 5533 0 -1 1077944384 2250 0 0 0 70 1 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817266374768 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7844] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.45 cores=0,2,4,6
/proc/7823/task/7844/stat : 7844 (java) S 7816 7823 5533 0 -1 1077944384 3618 0 0 0 45 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817265322224 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7849] ppid=7816 vsize=14090948 memory=267756 CPUtime=0 cores=0,2,4,6
/proc/7823/task/7849/stat : 7849 (java) S 7816 7823 5533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252235173 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817264269920 139817797617365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
[pid=7823/tid=7851] ppid=7816 vsize=14090948 memory=267756 CPUtime=0.86 cores=0,2,4,6
/proc/7823/task/7851/stat : 7851 (java) S 7816 7823 5533 0 -1 1077944384 1613 0 0 0 41 45 0 0 20 0 15 0 252235174 14429130752 66939 33554432000 4194304 4196468 140733534910640 139817263217456 139817797618306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7864320 140733534913609 140733534913801 140733534913801 140733534916559 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 267756 KiB

Child status: 143
Real time (s): 2507.31
CPU time (s): 2520.09
CPU user time (s): 2518.48
CPU system time (s): 1.60816
CPU usage (%): 100.51
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 267756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.48
system time used= 1.60816
maximum resident set size= 268312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164664
involuntary context switches= 5244


# summary of solver processes directly reported to runsolver:
#   pid: 7823
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.48
#   total CPU system time (s): 1.60816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4099 second user time and 21.0563 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 17:25:20
IDJOB=4307857
IDBENCH=141621
IDSOLVER=2791
FILE ID=node132/4307857-1534346720
RUNJOBID= node132-1534346720-7793
PBS_JOBID= 21038163
Free space on /tmp= 47092 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307857-1534346720/watcher-4307857-1534346720 -o /tmp/evaluation-result-4307857-1534346720/solver-4307857-1534346720 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534346720-7793 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 924301319 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307857-1534346720.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=924301319

node132.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.65
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.65
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.65
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.65
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:        24820988 kB
MemAvailable:   31899272 kB
Buffers:          233820 kB
Cached:          7101572 kB
SwapCached:            4 kB
Active:          3905668 kB
Inactive:        3483464 kB
Active(anon):       3840 kB
Inactive(anon):   110864 kB
Active(file):    3901828 kB
Inactive(file):  3372600 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             71404 kB
Writeback:             0 kB
AnonPages:         62720 kB
Mapped:            57796 kB
Shmem:             58012 kB
Slab:             260684 kB
SReclaimable:     232316 kB
SUnreclaim:        28368 kB
KernelStack:        3568 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 47024 MiB
End job on node132 at 2018-08-15 18:07:07