Trace number 4298951

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
slowpoke 2018-04-29SAT (TO)8 2520.09 2509.72

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark139.294
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"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.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.56/0.34	o 31
0.56/0.34	o 30
0.56/0.35	o 29
0.56/0.35	o 28
0.56/0.35	o 26
0.56/0.36	o 24
0.56/0.37	o 23
0.56/0.37	o 21
0.56/0.37	o 20
0.56/0.37	o 19
0.56/0.37	o 18
0.56/0.38	o 17
0.56/0.41	o 16
0.56/0.41	o 15
0.89/0.42	o 14
0.89/0.42	o 13
0.89/0.42	o 11
1.19/0.53	o 10
1.19/0.55	o 9
1.19/0.56	o 8
2520.06/2509.70	s SATISFIABLE
2520.06/2509.70	v <instantiation>
2520.06/2509.70	v 	<list>
2520.06/2509.70	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13] 
2520.06/2509.70	v 	</list>
2520.06/2509.70	v 	<values>
2520.06/2509.70	v 		0 1 2 4 6 14 5 12 7 8 9 15 10 11 3 13 0 1 0 1 2 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 
2520.06/2509.70	v 	</values>
2520.06/2509.70	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298951-1532793251/watcher-4298951-1532793251 -o /tmp/evaluation-result-4298951-1532793251/solver-4298951-1532793251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298951-1532793251.xml --timelimit 2520 

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=17699, runsolver pid=17696

[startup+0.103908 s]*
/proc/loadavg: 1.36 1.34 1.41 4/219 17714
/proc/meminfo: memFree=23508012/32770624 swapFree=67108860/67108860
[pid=17699] ppid=17696 vsize=10661056 memory=27360 CPUtime=0.13 cores=0,2,4,6
/proc/17699/stat : 17699 (java) S 17696 17699 15776 0 -1 1077944320 5348 0 0 0 12 1 0 0 20 0 15 0 96888322 10916921344 6840 33554432000 4194304 4196468 140729902409904 140729902392448 140698911850231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
/proc/17699/statm: 2665264 6840 2841 1 0 2627263 0
[pid=17699/tid=17701] ppid=17696 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 3159 0 0 0 9 0 0 0 20 0 15 0 96888322 10916921344 6840 33554432000 4194304 4196468 140729902409904 140698916072816 140698895893861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661056 memory=5793855961862117817 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96888323 10916921344 6840 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661056 memory=140710852224640 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916921344 6840 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916921344 6840 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916921344 6840 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96888324 10916921344 6840 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17707] ppid=17696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17707/stat : 17707 (java) S 17696 17699 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96888325 10916921344 6905 33554432000 4194304 4196468 140729902409904 140697947206560 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17708] ppid=17696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17708/stat : 17708 (java) S 17696 17699 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96888325 10916921344 6905 33554432000 4194304 4196468 140729902409904 140697946153968 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17709] ppid=17696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17709/stat : 17709 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916921344 6905 33554432000 4194304 4196468 140729902409904 140697945102544 140698911868827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17710] ppid=17696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17710/stat : 17710 (java) S 17696 17699 15776 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 96888328 10916921344 6905 33554432000 4194304 4196468 140729902409904 140697944050160 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17711] ppid=17696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17711/stat : 17711 (java) R 17696 17699 15776 0 -1 4202560 66 0 0 0 0 0 0 0 20 0 15 0 96888328 10916921344 6905 33554432000 4194304 4196468 140729902409904 140697942997616 140698897512960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17712] ppid=17696 vsize=10661056 memory=140710852224640 CPUtime=0.01 cores=0,2,4,6
/proc/17699/task/17712/stat : 17712 (java) R 17696 17699 15776 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 96888328 10916921344 6905 33554432000 4194304 4196468 140729902409904 140697941945072 140698911871578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17713] ppid=17696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17713/stat : 17713 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916921344 6905 33554432000 4194304 4196468 140729902409904 140697940892768 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17714] ppid=17696 vsize=10661056 memory=140710852224640 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17714/stat : 17714 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888328 10916921344 6905 33554432000 4194304 4196468 140729902409904 140697939839280 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27360 KiB

[startup+0.210781 s]*
/proc/loadavg: 1.36 1.34 1.41 3/219 17714
/proc/meminfo: memFree=23496260/32770624 swapFree=67108860/67108860
[pid=17699] ppid=17696 vsize=10661056 memory=39984 CPUtime=0.33 cores=0,2,4,6
/proc/17699/stat : 17699 (java) S 17696 17699 15776 0 -1 1077944320 8083 0 0 0 31 2 0 0 20 0 15 0 96888322 10916921344 9996 33554432000 4194304 4196468 140729902409904 140729902392448 140698911850231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
/proc/17699/statm: 2665264 9996 2986 1 0 2627263 0
[pid=17699/tid=17701] ppid=17696 vsize=10661132 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 5222 0 0 0 19 1 0 0 20 0 15 0 96888322 10916999168 9996 33554432000 4194304 4196468 140729902409904 140698916082544 140698895930718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661132 memory=4211974437057015178 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 9996 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661132 memory=140710852224640 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 9996 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 9996 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 9996 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661132 memory=140710852224640 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96888324 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17707] ppid=17696 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17707/stat : 17707 (java) S 17696 17699 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697947206560 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17708] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17708/stat : 17708 (java) S 17696 17699 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697946153968 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17709] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17709/stat : 17709 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697945102544 140698911868827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17710] ppid=17696 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17699/task/17710/stat : 17710 (java) S 17696 17699 15776 0 -1 1077944384 530 0 0 0 2 0 0 0 20 0 15 0 96888328 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697944050160 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17711] ppid=17696 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17699/task/17711/stat : 17711 (java) S 17696 17699 15776 0 -1 1077944384 194 0 0 0 2 0 0 0 20 0 15 0 96888328 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697942997616 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17712] ppid=17696 vsize=10661132 memory=140710852224640 CPUtime=0.06 cores=0,2,4,6
/proc/17699/task/17712/stat : 17712 (java) S 17696 17699 15776 0 -1 1077944384 791 0 0 0 6 0 0 0 20 0 15 0 96888328 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697941945072 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17713] ppid=17696 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17713/stat : 17713 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697940892768 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17714] ppid=17696 vsize=10661132 memory=140710852224640 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17714/stat : 17714 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 9996 33554432000 4194304 4196468 140729902409904 140697939839280 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39984 KiB

[startup+0.310321 s]*
/proc/loadavg: 1.36 1.34 1.41 4/219 17714
/proc/meminfo: memFree=23491368/32770624 swapFree=67108860/67108860
[pid=17699] ppid=17696 vsize=10661132 memory=44544 CPUtime=0.56 cores=0,2,4,6
/proc/17699/stat : 17699 (java) S 17696 17699 15776 0 -1 1077944320 8750 0 0 0 53 3 0 0 20 0 15 0 96888322 10916999168 11136 33554432000 4194304 4196468 140729902409904 140729902392448 140698911850231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
/proc/17699/statm: 2665283 11136 3044 1 0 2627263 0
[pid=17699/tid=17701] ppid=17696 vsize=10661132 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 5576 0 0 0 28 1 0 0 20 0 15 0 96888322 10916999168 11136 33554432000 4194304 4196468 140729902409904 140698916088000 140698911872157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661132 memory=4211974437057015178 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 11136 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661132 memory=281421564254592 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 11136 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661132 memory=281421424087552 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 11136 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661132 memory=140710712029967 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 11136 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661132 memory=281421564263808 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96888324 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17707] ppid=17696 vsize=10661132 memory=140710712034575 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17707/stat : 17707 (java) S 17696 17699 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697947206560 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17708] ppid=17696 vsize=10661132 memory=140710712052688 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17708/stat : 17708 (java) S 17696 17699 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697946153968 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17709] ppid=17696 vsize=10661132 memory=140710712056666 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17709/stat : 17709 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697945102544 140698911868827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17710] ppid=17696 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/17699/task/17710/stat : 17710 (java) S 17696 17699 15776 0 -1 1077944384 563 0 0 0 4 0 0 0 20 0 15 0 96888328 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697944050160 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17711] ppid=17696 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/17699/task/17711/stat : 17711 (java) S 17696 17699 15776 0 -1 1077944384 306 0 0 0 6 0 0 0 20 0 15 0 96888328 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697942997616 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17712] ppid=17696 vsize=10661132 memory=140710852224640 CPUtime=0.13 cores=0,2,4,6
/proc/17699/task/17712/stat : 17712 (java) R 17696 17699 15776 0 -1 4202560 935 0 0 0 13 0 0 0 20 0 15 0 96888328 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697941944960 140698890861431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17713] ppid=17696 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17713/stat : 17713 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697940892768 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17714] ppid=17696 vsize=10661132 memory=140710852252000 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17714/stat : 17714 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 11136 33554432000 4194304 4196468 140729902409904 140697939839280 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44544 KiB

[startup+0.70074 s]
/proc/loadavg: 1.36 1.34 1.41 5/219 17714
/proc/meminfo: memFree=23465804/32770624 swapFree=67108860/67108860
[pid=17699] ppid=17696 vsize=10661132 memory=94876 CPUtime=1.73 cores=0,2,4,6
/proc/17699/stat : 17699 (java) S 17696 17699 15776 0 -1 1077944320 14709 0 0 0 169 4 0 0 20 0 15 0 96888322 10916999168 23719 33554432000 4194304 4196468 140729902409904 140729902392448 140698911850231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
/proc/17699/statm: 2665283 23719 3113 1 0 2627263 0
[pid=17699/tid=17701] ppid=17696 vsize=10661132 memory=56 CPUtime=0.67 cores=0,2,4,6
/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 5701 0 0 0 65 2 0 0 20 0 15 0 96888322 10916999168 23719 33554432000 4194304 4196468 140729902409904 140698916086976 140729902573506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 23719 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 23719 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 23719 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 23719 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96888324 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17707] ppid=17696 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17707/stat : 17707 (java) S 17696 17699 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697947206560 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17708] ppid=17696 vsize=10661132 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17708/stat : 17708 (java) S 17696 17699 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697946153968 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17709] ppid=17696 vsize=10661132 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17709/stat : 17709 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697945102544 140698911868827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17710] ppid=17696 vsize=10661132 memory=1200 CPUtime=0.4 cores=0,2,4,6
/proc/17699/task/17710/stat : 17710 (java) R 17696 17699 15776 0 -1 4202560 2667 0 0 0 40 0 0 0 20 0 15 0 96888328 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697944036184 140698893394465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17711] ppid=17696 vsize=10661132 memory=12136 CPUtime=0.42 cores=0,2,4,6
/proc/17699/task/17711/stat : 17711 (java) R 17696 17699 15776 0 -1 4202560 3319 0 0 0 42 0 0 0 20 0 15 0 96888328 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697942983640 140698891568380 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17712] ppid=17696 vsize=10661132 memory=1008 CPUtime=0.21 cores=0,2,4,6
/proc/17699/task/17712/stat : 17712 (java) S 17696 17699 15776 0 -1 1077944384 1651 0 0 0 21 0 0 0 20 0 15 0 96888328 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697941945072 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17713] ppid=17696 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17713/stat : 17713 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697940892768 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17714] ppid=17696 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17714/stat : 17714 (java) S 17696 17699 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 23719 33554432000 4194304 4196468 140729902409904 140697939839280 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 94876 KiB

[startup+1.50084 s]
/proc/loadavg: 1.57 1.39 1.42 4/219 17714
/proc/meminfo: memFree=23405664/32770624 swapFree=67108860/67108860
[pid=17699] ppid=17696 vsize=10661132 memory=192928 CPUtime=2.96 cores=0,2,4,6
/proc/17699/stat : 17699 (java) S 17696 17699 15776 0 -1 1077944320 19474 0 0 0 288 8 0 0 20 0 15 0 96888322 10916999168 48232 33554432000 4194304 4196468 140729902409904 140729902392448 140698911850231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
/proc/17699/statm: 2665283 48232 3139 1 0 2627263 0
[pid=17699/tid=17701] ppid=17696 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 5984 0 0 0 142 5 0 0 20 0 15 0 96888322 10916999168 48232 33554432000 4194304 4196468 140729902409904 140698916090848 140698518255181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 48232 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 48232 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 48232 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 96888323 10916999168 48232 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 96888324 10916999168 48232 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0

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

/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 20115 0 0 0 239604 3505 0 0 20 0 15 0 96888322 10916999168 57207 33554432000 4194304 4196468 140729902409904 140698916091280 140729902573506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661132 memory=228828 CPUtime=3.53 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 3014 0 0 0 317 36 0 0 20 0 15 0 96888323 10916999168 57207 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661132 memory=228828 CPUtime=3.5 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 3409 0 0 0 315 35 0 0 20 0 15 0 96888323 10916999168 57207 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661132 memory=228828 CPUtime=3.5 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 2651 0 0 0 317 33 0 0 20 0 15 0 96888323 10916999168 57207 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661132 memory=226780 CPUtime=3.5 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 2167 0 0 0 316 34 0 0 20 0 15 0 96888323 10916999168 57207 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661132 memory=228828 CPUtime=4.48 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 5509 0 0 0 420 28 0 0 20 0 15 0 96888324 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17707] ppid=17696 vsize=10661132 memory=228828 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17707/stat : 17707 (java) S 17696 17699 15776 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697947206560 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17708] ppid=17696 vsize=10661132 memory=228828 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17708/stat : 17708 (java) S 17696 17699 15776 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697946153968 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17709] ppid=17696 vsize=10661132 memory=228828 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17709/stat : 17709 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697945102544 140698911868827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17710] ppid=17696 vsize=10661132 memory=228828 CPUtime=0.76 cores=0,2,4,6
/proc/17699/task/17710/stat : 17710 (java) S 17696 17699 15776 0 -1 1077944384 6073 0 0 0 75 1 0 0 20 0 15 0 96888328 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697944050160 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17711] ppid=17696 vsize=10661132 memory=228828 CPUtime=0.68 cores=0,2,4,6
/proc/17699/task/17711/stat : 17711 (java) S 17696 17699 15776 0 -1 1077944384 5806 0 0 0 67 1 0 0 20 0 15 0 96888328 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697942997616 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17712] ppid=17696 vsize=10661132 memory=-7003737579269690708 CPUtime=0.26 cores=0,2,4,6
/proc/17699/task/17712/stat : 17712 (java) S 17696 17699 15776 0 -1 1077944384 2710 0 0 0 25 1 0 0 20 0 15 0 96888328 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697941945072 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17713] ppid=17696 vsize=10661132 memory=228828 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17713/stat : 17713 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697940892768 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17714] ppid=17696 vsize=10661132 memory=228828 CPUtime=1.01 cores=0,2,4,6
/proc/17699/task/17714/stat : 17714 (java) S 17696 17699 15776 0 -1 1077944384 743 0 0 0 48 53 0 0 20 0 15 0 96888328 10916999168 57207 33554432000 4194304 4196468 140729902409904 140697939839280 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
Current children cumulated CPU time: 2452.4 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 228828 KiB

[startup+2502.3 s]
/proc/loadavg: 2.11 1.61 1.43 3/219 17899
/proc/meminfo: memFree=19448144/32770624 swapFree=67108860/67108860
[pid=17699] ppid=17696 vsize=10661132 memory=228876 CPUtime=2512.63 cores=0,2,4,6
/proc/17699/stat : 17699 (java) S 17696 17699 15776 0 -1 1077944320 54532 0 0 0 247497 3766 0 0 20 0 15 0 96888322 10916999168 57219 33554432000 4194304 4196468 140729902409904 140729902392448 140698911850231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
/proc/17699/statm: 2665283 57219 3155 1 0 2627263 0
[pid=17699/tid=17701] ppid=17696 vsize=10661132 memory=228876 CPUtime=2490.83 cores=0,2,4,6
/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 20512 0 0 0 245488 3595 0 0 20 0 15 0 96888322 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698916089744 140729902573506 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661132 memory=228876 CPUtime=3.62 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 3048 0 0 0 325 37 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661132 memory=228828 CPUtime=3.59 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 3629 0 0 0 323 36 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661132 memory=228828 CPUtime=3.59 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 2708 0 0 0 325 34 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661132 memory=228828 CPUtime=3.59 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 2186 0 0 0 325 34 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661132 memory=228876 CPUtime=4.6 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 5689 0 0 0 431 29 0 0 20 0 15 0 96888324 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17707] ppid=17696 vsize=10661132 memory=228876 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17707/stat : 17707 (java) S 17696 17699 15776 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697947206560 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17708] ppid=17696 vsize=10661132 memory=228876 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17708/stat : 17708 (java) S 17696 17699 15776 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697946153968 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17709] ppid=17696 vsize=10661132 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17709/stat : 17709 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697945102544 140698911868827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17710] ppid=17696 vsize=10661132 memory=1224 CPUtime=0.76 cores=0,2,4,6
/proc/17699/task/17710/stat : 17710 (java) S 17696 17699 15776 0 -1 1077944384 6075 0 0 0 75 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697944050160 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17711] ppid=17696 vsize=10661132 memory=1716 CPUtime=0.68 cores=0,2,4,6
/proc/17699/task/17711/stat : 17711 (java) S 17696 17699 15776 0 -1 1077944384 5808 0 0 0 67 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697942997616 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17712] ppid=17696 vsize=10661132 memory=228876 CPUtime=0.26 cores=0,2,4,6
/proc/17699/task/17712/stat : 17712 (java) S 17696 17699 15776 0 -1 1077944384 2712 0 0 0 25 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697941945072 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17713] ppid=17696 vsize=10661132 memory=228876 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17713/stat : 17713 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697940892768 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17714] ppid=17696 vsize=10661132 memory=6791534058613427641 CPUtime=1.03 cores=0,2,4,6
/proc/17699/task/17714/stat : 17714 (java) S 17696 17699 15776 0 -1 1077944384 751 0 0 0 49 54 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697939839280 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
Current children cumulated CPU time: 2512.63 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 228876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.7 s]
/proc/loadavg: 2.34 1.66 1.45 3/219 17899
/proc/meminfo: memFree=18768464/32770624 swapFree=67108860/67108860
[pid=17699] ppid=17696 vsize=10661132 memory=228876 CPUtime=2520.06 cores=0,2,4,6
/proc/17699/stat : 17699 (java) S 17696 17699 15776 0 -1 1077944320 54560 0 0 0 248228 3778 0 0 20 0 15 0 96888322 10916999168 57219 33554432000 4194304 4196468 140729902409904 140729902392448 140698911850231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
/proc/17699/statm: 2665283 57219 3155 1 0 2627263 0
[pid=17699/tid=17701] ppid=17696 vsize=10661132 memory=228876 CPUtime=2498.2 cores=0,2,4,6
/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 20536 0 0 0 246214 3606 0 0 20 0 15 0 96888322 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698916089744 140729902573506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661132 memory=228876 CPUtime=3.63 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 3048 0 0 0 326 37 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661132 memory=228876 CPUtime=3.6 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 3629 0 0 0 324 36 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661132 memory=228876 CPUtime=3.6 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 2708 0 0 0 326 34 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661132 memory=5776 CPUtime=3.6 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 2186 0 0 0 325 35 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661132 memory=228828 CPUtime=4.61 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 5691 0 0 0 432 29 0 0 20 0 15 0 96888324 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17707] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17707/stat : 17707 (java) S 17696 17699 15776 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697947206560 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17708] ppid=17696 vsize=10661132 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17708/stat : 17708 (java) S 17696 17699 15776 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697946153968 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17709] ppid=17696 vsize=10661132 memory=28100 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17709/stat : 17709 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697945102544 140698911868827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17710] ppid=17696 vsize=10661132 memory=228876 CPUtime=0.76 cores=0,2,4,6
/proc/17699/task/17710/stat : 17710 (java) S 17696 17699 15776 0 -1 1077944384 6075 0 0 0 75 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697944050160 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17711] ppid=17696 vsize=10661132 memory=228876 CPUtime=0.68 cores=0,2,4,6
/proc/17699/task/17711/stat : 17711 (java) S 17696 17699 15776 0 -1 1077944384 5808 0 0 0 67 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697942997616 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17712] ppid=17696 vsize=10661132 memory=228876 CPUtime=0.26 cores=0,2,4,6
/proc/17699/task/17712/stat : 17712 (java) S 17696 17699 15776 0 -1 1077944384 2712 0 0 0 25 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697941945072 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17713] ppid=17696 vsize=10661132 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17713/stat : 17713 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697940892768 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17714] ppid=17696 vsize=10661132 memory=1230 CPUtime=1.03 cores=0,2,4,6
/proc/17699/task/17714/stat : 17714 (java) S 17696 17699 15776 0 -1 1077944384 753 0 0 0 49 54 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697939839280 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 228876 KiB

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

[startup+2509.72 s]
# the end of solver process 17699 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2482.3 s, system=37.7919 s

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

[startup+2509.7 s]
/proc/loadavg: 2.34 1.66 1.45 3/219 17899
/proc/meminfo: memFree=18768464/32770624 swapFree=67108860/67108860
[pid=17699] ppid=17696 vsize=10661132 memory=228876 CPUtime=2520.06 cores=0,2,4,6
/proc/17699/stat : 17699 (java) S 17696 17699 15776 0 -1 1077944320 54560 0 0 0 248228 3778 0 0 20 0 15 0 96888322 10916999168 57219 33554432000 4194304 4196468 140729902409904 140729902392448 140698911850231 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
/proc/17699/statm: 2665283 57219 3155 1 0 2627263 0
[pid=17699/tid=17701] ppid=17696 vsize=10661132 memory=228876 CPUtime=2498.2 cores=0,2,4,6
/proc/17699/task/17701/stat : 17701 (java) R 17696 17699 15776 0 -1 4202560 20536 0 0 0 246214 3606 0 0 20 0 15 0 96888322 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698916089744 140729902573506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17702] ppid=17696 vsize=10661132 memory=228876 CPUtime=3.63 cores=0,2,4,6
/proc/17699/task/17702/stat : 17702 (java) S 17696 17699 15776 0 -1 1077944384 3048 0 0 0 326 37 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698837924624 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17703] ppid=17696 vsize=10661132 memory=228876 CPUtime=3.6 cores=0,2,4,6
/proc/17699/task/17703/stat : 17703 (java) S 17696 17699 15776 0 -1 1077944384 3629 0 0 0 324 36 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698836872080 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17704] ppid=17696 vsize=10661132 memory=228876 CPUtime=3.6 cores=0,2,4,6
/proc/17699/task/17704/stat : 17704 (java) S 17696 17699 15776 0 -1 1077944384 2708 0 0 0 326 34 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698835819536 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17705] ppid=17696 vsize=10661132 memory=5776 CPUtime=3.6 cores=0,2,4,6
/proc/17699/task/17705/stat : 17705 (java) S 17696 17699 15776 0 -1 1077944384 2186 0 0 0 325 35 0 0 20 0 15 0 96888323 10916999168 57219 33554432000 4194304 4196468 140729902409904 140698834766992 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17706] ppid=17696 vsize=10661132 memory=228828 CPUtime=4.61 cores=0,2,4,6
/proc/17699/task/17706/stat : 17706 (java) S 17696 17699 15776 0 -1 1077944384 5691 0 0 0 432 29 0 0 20 0 15 0 96888324 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697948260336 140698911861378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17707] ppid=17696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17707/stat : 17707 (java) S 17696 17699 15776 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697947206560 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17708] ppid=17696 vsize=10661132 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17708/stat : 17708 (java) S 17696 17699 15776 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96888325 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697946153968 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17709] ppid=17696 vsize=10661132 memory=28100 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17709/stat : 17709 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697945102544 140698911868827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17710] ppid=17696 vsize=10661132 memory=228876 CPUtime=0.76 cores=0,2,4,6
/proc/17699/task/17710/stat : 17710 (java) S 17696 17699 15776 0 -1 1077944384 6075 0 0 0 75 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697944050160 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17711] ppid=17696 vsize=10661132 memory=228876 CPUtime=0.68 cores=0,2,4,6
/proc/17699/task/17711/stat : 17711 (java) S 17696 17699 15776 0 -1 1077944384 5808 0 0 0 67 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697942997616 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17712] ppid=17696 vsize=10661132 memory=228876 CPUtime=0.26 cores=0,2,4,6
/proc/17699/task/17712/stat : 17712 (java) S 17696 17699 15776 0 -1 1077944384 2712 0 0 0 25 1 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697941945072 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17713] ppid=17696 vsize=10661132 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/17699/task/17713/stat : 17713 (java) S 17696 17699 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697940892768 140698911860437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
[pid=17699/tid=17714] ppid=17696 vsize=10661132 memory=1230 CPUtime=1.03 cores=0,2,4,6
/proc/17699/task/17714/stat : 17714 (java) S 17696 17699 15776 0 -1 1077944384 753 0 0 0 49 54 0 0 20 0 15 0 96888328 10916999168 57219 33554432000 4194304 4196468 140729902409904 140697939839280 140698911861378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22966272 140729902412956 140729902413065 140729902413065 140729902415823 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 228876 KiB

Child status: 143
Real time (s): 2509.72
CPU time (s): 2520.09
CPU user time (s): 2482.3
CPU system time (s): 37.7919
CPU usage (%): 100.413
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 228876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2482.3
system time used= 37.7919
maximum resident set size= 229376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54817
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185229
involuntary context switches= 6770


# summary of solver processes directly reported to runsolver:
#   pid: 17699
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2482.3
#   total CPU system time (s): 37.7919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0421 second user time and 24.3082 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 17:54:12
IDJOB=4298951
IDBENCH=141256
IDSOLVER=2765
FILE ID=node132/4298951-1532793251
RUNJOBID= node132-1532775768-15807
PBS_JOBID= 21022466
Free space on /tmp= 52040 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298951-1532793251/watcher-4298951-1532793251 -o /tmp/evaluation-result-4298951-1532793251/solver-4298951-1532793251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298951-1532793251.xml --timelimit 2520

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1554372203

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:        23523268 kB
MemAvailable:   31765120 kB
Buffers:          206500 kB
Cached:          8241300 kB
SwapCached:            0 kB
Active:          2763488 kB
Inactive:        5904016 kB
Active(anon):     169948 kB
Inactive(anon):    77832 kB
Active(file):    2593540 kB
Inactive(file):  5826184 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:        320384 kB
Mapped:            55028 kB
Shmem:             25248 kB
Slab:             278192 kB
SReclaimable:     250588 kB
SUnreclaim:        27604 kB
KernelStack:        3904 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1132488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 51672 MiB
End job on node132 at 2018-07-28 18:36:01