Trace number 4298944

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)36 2520.07 2511.52

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16a_c18.xml
MD5SUM33cd07532de3d8b94fe29f3b9aee1e6b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark302.659
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints39
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":38},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":218},{"degree":1,"count":6},{"degree":2,"count":38},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":10,"count":4}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":38},{"arity":16,"count":1}]
Number of extensional constraints38
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":38},{"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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.56/0.35	o 47
0.56/0.36	o 46
0.56/0.37	o 43
0.56/0.37	o 42
0.88/0.43	o 41
0.88/0.43	o 40
0.88/0.43	o 37
0.88/0.43	o 36
2520.04/2511.50	s SATISFIABLE
2520.04/2511.50	v <instantiation>
2520.04/2511.50	v 	<list>
2520.04/2511.50	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][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][7] d[1][8] d[1][9] d[2][3] d[2][7] d[2][8] d[2][9] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9] 
2520.04/2511.50	v 	</list>
2520.04/2511.50	v 	<values>
2520.04/2511.50	v 		0 1 2 3 4 12 14 6 7 5 8 9 10 11 13 15 0 0 1 0 1 2 1 2 1 1 0 1 2 1 0 0 0 1 2 2 1 0 1 0 1 0 1 0 0 1 2 1 0 1 2 0 1 0 
2520.04/2511.50	v 	</values>
2520.04/2511.50	v </instantiation>

Verifier Data

OK	36

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

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

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

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=17619, runsolver pid=17616

[startup+0.10052 s]*
/proc/loadavg: 1.29 1.33 1.41 3/219 17634
/proc/meminfo: memFree=23437308/32770624 swapFree=67108860/67108860
[pid=17619] ppid=17616 vsize=10661056 memory=27088 CPUtime=0.12 cores=1,3,5,7
/proc/17619/stat : 17619 (java) S 17616 17619 15776 0 -1 1077944320 5272 0 0 0 11 1 0 0 20 0 15 0 96885017 10916921344 6772 33554432000 4194304 4196468 140724036264272 140724036246816 140063796522743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
/proc/17619/statm: 2665264 6772 2815 1 0 2627263 0
[pid=17619/tid=17621] ppid=17616 vsize=10661056 memory=-7254949987974015097 CPUtime=0.08 cores=1,3,5,7
/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 3135 0 0 0 8 0 0 0 20 0 15 0 96885017 10916921344 6772 33554432000 4194304 4196468 140724036264272 140063800751728 140063796534678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661056 memory=5793855641077320121 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916921344 6772 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661056 memory=140390067426944 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916921344 6772 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916921344 6772 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96885018 10916921344 6772 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96885019 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17627] ppid=17616 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17627/stat : 17627 (java) S 17616 17619 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96885020 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062831338400 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17628] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17628/stat : 17628 (java) S 17616 17619 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96885020 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062830285808 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17629] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17629/stat : 17629 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062829234384 140063796541339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17630] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17630/stat : 17630 (java) S 17616 17619 15776 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 96885022 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062828182000 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17631] ppid=17616 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17631/stat : 17631 (java) S 17616 17619 15776 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 96885022 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062827129456 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17632] ppid=17616 vsize=10661056 memory=140390067426944 CPUtime=0.01 cores=1,3,5,7
/proc/17619/task/17632/stat : 17632 (java) R 17616 17619 15776 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 15 0 96885022 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062826074448 140063796534678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17633] ppid=17616 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17633/stat : 17633 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062825024608 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17634] ppid=17616 vsize=10661056 memory=140390067426944 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17634/stat : 17634 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885023 10916921344 6772 33554432000 4194304 4196468 140724036264272 140062823971120 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27088 KiB

[startup+0.210796 s]*
/proc/loadavg: 1.29 1.33 1.41 3/219 17634
/proc/meminfo: memFree=23425028/32770624 swapFree=67108860/67108860
[pid=17619] ppid=17616 vsize=10661056 memory=39952 CPUtime=0.33 cores=1,3,5,7
/proc/17619/stat : 17619 (java) S 17616 17619 15776 0 -1 1077944320 8103 0 0 0 31 2 0 0 20 0 15 0 96885017 10916921344 9988 33554432000 4194304 4196468 140724036264272 140724036246816 140063796522743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
/proc/17619/statm: 2665264 9988 2982 1 0 2627263 0
[pid=17619/tid=17621] ppid=17616 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 5185 0 0 0 19 1 0 0 20 0 15 0 96885017 10916921344 9988 33554432000 4194304 4196468 140724036264272 140063800760144 140063780603230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661056 memory=4211974116272217482 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916921344 9988 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661056 memory=140390067426944 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916921344 9988 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916921344 9988 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96885018 10916921344 9988 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661056 memory=140390067426944 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96885019 10916921344 10053 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17627] ppid=17616 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17627/stat : 17627 (java) S 17616 17619 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96885020 10916921344 10053 33554432000 4194304 4196468 140724036264272 140062831338400 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17628] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17628/stat : 17628 (java) S 17616 17619 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96885020 10916921344 10053 33554432000 4194304 4196468 140724036264272 140062830285808 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17629] ppid=17616 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17629/stat : 17629 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916921344 10053 33554432000 4194304 4196468 140724036264272 140062829234384 140063796541339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17630] ppid=17616 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17619/task/17630/stat : 17630 (java) S 17616 17619 15776 0 -1 1077944384 566 0 0 0 2 0 0 0 20 0 15 0 96885022 10916921344 10054 33554432000 4194304 4196468 140724036264272 140062828182000 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17631] ppid=17616 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17619/task/17631/stat : 17631 (java) S 17616 17619 15776 0 -1 1077944384 201 0 0 0 2 0 0 0 20 0 15 0 96885022 10916921344 10054 33554432000 4194304 4196468 140724036264272 140062827129456 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17632] ppid=17616 vsize=10661056 memory=140390067426944 CPUtime=0.07 cores=1,3,5,7
/proc/17619/task/17632/stat : 17632 (java) S 17616 17619 15776 0 -1 1077944384 792 0 0 0 7 0 0 0 20 0 15 0 96885022 10916921344 10054 33554432000 4194304 4196468 140724036264272 140062826076912 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17633] ppid=17616 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17633/stat : 17633 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916921344 10054 33554432000 4194304 4196468 140724036264272 140062825024608 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17634] ppid=17616 vsize=10661056 memory=140390067426944 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17634/stat : 17634 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885023 10916921344 10054 33554432000 4194304 4196468 140724036264272 140062823971120 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39952 KiB

[startup+0.310459 s]*
/proc/loadavg: 1.29 1.33 1.41 4/219 17634
/proc/meminfo: memFree=23420252/32770624 swapFree=67108860/67108860
[pid=17619] ppid=17616 vsize=10661132 memory=44748 CPUtime=0.56 cores=1,3,5,7
/proc/17619/stat : 17619 (java) S 17616 17619 15776 0 -1 1077944320 8817 0 0 0 53 3 0 0 20 0 15 0 96885017 10916999168 11187 33554432000 4194304 4196468 140724036264272 140724036246816 140063796522743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
/proc/17619/statm: 2665283 11187 3060 1 0 2627263 0
[pid=17619/tid=17621] ppid=17616 vsize=10661132 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 5545 0 0 0 28 1 0 0 20 0 15 0 96885017 10916999168 11187 33554432000 4194304 4196468 140724036264272 140063800758768 140063396692718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661132 memory=4211974116272217482 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 11187 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661132 memory=280779999086976 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 11187 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661132 memory=280779863347712 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 11187 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661132 memory=140389931660047 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 11187 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661132 memory=280779999093888 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96885019 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17627] ppid=17616 vsize=10661132 memory=140389931664655 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17627/stat : 17627 (java) S 17616 17619 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062831338400 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17628] ppid=17616 vsize=10661132 memory=140389931682768 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17628/stat : 17628 (java) S 17616 17619 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062830285808 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17629] ppid=17616 vsize=10661132 memory=140389931686719 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17629/stat : 17629 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062829234384 140063796541339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17630] ppid=17616 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/17619/task/17630/stat : 17630 (java) S 17616 17619 15776 0 -1 1077944384 603 0 0 0 5 0 0 0 20 0 15 0 96885022 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062828182000 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17631] ppid=17616 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/17619/task/17631/stat : 17631 (java) S 17616 17619 15776 0 -1 1077944384 314 0 0 0 5 0 0 0 20 0 15 0 96885022 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062827129456 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17632] ppid=17616 vsize=10661132 memory=140390067426944 CPUtime=0.14 cores=1,3,5,7
/proc/17619/task/17632/stat : 17632 (java) R 17616 17619 15776 0 -1 4202560 987 0 0 0 14 0 0 0 20 0 15 0 96885022 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062826072672 140063780767900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17633] ppid=17616 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17633/stat : 17633 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062825024608 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17634] ppid=17616 vsize=10661132 memory=140390067454032 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17634/stat : 17634 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885023 10916999168 11187 33554432000 4194304 4196468 140724036264272 140062823971120 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44748 KiB

[startup+0.701097 s]
/proc/loadavg: 1.29 1.33 1.41 5/219 17634
/proc/meminfo: memFree=23398728/32770624 swapFree=67108860/67108860
[pid=17619] ppid=17616 vsize=10661132 memory=83664 CPUtime=1.68 cores=1,3,5,7
/proc/17619/stat : 17619 (java) S 17616 17619 15776 0 -1 1077944320 11882 0 0 0 164 4 0 0 20 0 15 0 96885017 10916999168 20916 33554432000 4194304 4196468 140724036264272 140724036246816 140063796522743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
/proc/17619/statm: 2665283 20916 3113 1 0 2627263 0
[pid=17619/tid=17621] ppid=17616 vsize=10661132 memory=56 CPUtime=0.67 cores=1,3,5,7
/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 5700 0 0 0 65 2 0 0 20 0 15 0 96885017 10916999168 20916 33554432000 4194304 4196468 140724036264272 140063800759664 140724036929474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 20916 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 20916 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 20916 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 20916 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96885019 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17627] ppid=17616 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17627/stat : 17627 (java) S 17616 17619 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062831338400 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17628] ppid=17616 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17628/stat : 17628 (java) S 17616 17619 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062830285808 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17629] ppid=17616 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17629/stat : 17629 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062829234384 140063796541339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17630] ppid=17616 vsize=10661132 memory=1200 CPUtime=0.37 cores=1,3,5,7
/proc/17619/task/17630/stat : 17630 (java) S 17616 17619 15776 0 -1 1077944384 1698 0 0 0 37 0 0 0 20 0 15 0 96885022 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062828182000 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17631] ppid=17616 vsize=10661132 memory=12136 CPUtime=0.38 cores=1,3,5,7
/proc/17619/task/17631/stat : 17631 (java) S 17616 17619 15776 0 -1 1077944384 1728 0 0 0 38 0 0 0 20 0 15 0 96885022 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062827129456 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17632] ppid=17616 vsize=10661132 memory=1008 CPUtime=0.22 cores=1,3,5,7
/proc/17619/task/17632/stat : 17632 (java) S 17616 17619 15776 0 -1 1077944384 1384 0 0 0 22 0 0 0 20 0 15 0 96885022 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062826076912 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17633] ppid=17616 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17633/stat : 17633 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062825024608 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17634] ppid=17616 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17634/stat : 17634 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885023 10916999168 20916 33554432000 4194304 4196468 140724036264272 140062823971120 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 83664 KiB

[startup+1.50079 s]
/proc/loadavg: 1.29 1.33 1.41 3/219 17634
/proc/meminfo: memFree=23350076/32770624 swapFree=67108860/67108860
[pid=17619] ppid=17616 vsize=10661132 memory=166728 CPUtime=2.82 cores=1,3,5,7
/proc/17619/stat : 17619 (java) S 17616 17619 15776 0 -1 1077944320 15984 0 0 0 276 6 0 0 20 0 15 0 96885017 10916999168 41682 33554432000 4194304 4196468 140724036264272 140724036246816 140063796522743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
/proc/17619/statm: 2665283 41682 3125 1 0 2627263 0
[pid=17619/tid=17621] ppid=17616 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 6156 0 0 0 142 5 0 0 20 0 15 0 96885017 10916999168 41682 33554432000 4194304 4196468 140724036264272 140063800759840 140724036929474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 41682 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 41682 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 41682 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96885018 10916999168 41682 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 96885019 10916999168 41682 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0

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

/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 19062 0 0 0 240610 2705 0 0 20 0 15 0 96885017 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063800763792 140063399556620 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.8 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 2519 0 0 0 245 35 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.79 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 2035 0 0 0 247 32 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.83 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 2922 0 0 0 250 33 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.8 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 3351 0 0 0 248 32 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661132 memory=191960 CPUtime=3.96 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 5239 0 0 0 369 27 0 0 20 0 15 0 96885019 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17627] ppid=17616 vsize=10661132 memory=191960 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17627/stat : 17627 (java) S 17616 17619 15776 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062831338400 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17628] ppid=17616 vsize=10661132 memory=191960 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17628/stat : 17628 (java) S 17616 17619 15776 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062830285808 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17629] ppid=17616 vsize=10661132 memory=191960 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17629/stat : 17629 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062829234384 140063796541339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17630] ppid=17616 vsize=10661132 memory=243871 CPUtime=0.63 cores=1,3,5,7
/proc/17619/task/17630/stat : 17630 (java) S 17616 17619 15776 0 -1 1077944384 5456 0 0 0 62 1 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062828182000 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17631] ppid=17616 vsize=10661132 memory=191960 CPUtime=0.65 cores=1,3,5,7
/proc/17619/task/17631/stat : 17631 (java) S 17616 17619 15776 0 -1 1077944384 4632 0 0 0 65 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062827129456 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17632] ppid=17616 vsize=10661132 memory=288230574492221466 CPUtime=0.27 cores=1,3,5,7
/proc/17619/task/17632/stat : 17632 (java) S 17616 17619 15776 0 -1 1077944384 2446 0 0 0 27 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062826076912 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17633] ppid=17616 vsize=10661132 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17633/stat : 17633 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062825024608 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17634] ppid=17616 vsize=10661132 memory=191960 CPUtime=0.69 cores=1,3,5,7
/proc/17619/task/17634/stat : 17634 (java) S 17616 17619 15776 0 -1 1077944384 678 0 0 0 31 38 0 0 20 0 15 0 96885023 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062823971120 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
Current children cumulated CPU time: 2450.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 191960 KiB

[startup+2502.3 s]
/proc/loadavg: 1.81 1.49 1.39 3/219 17819
/proc/meminfo: memFree=23288244/32770624 swapFree=67108860/67108860
[pid=17619] ppid=17616 vsize=10661132 memory=191960 CPUtime=2510.82 cores=1,3,5,7
/proc/17619/stat : 17619 (java) S 17616 17619 15776 0 -1 1077944320 50609 0 0 0 248160 2922 0 0 20 0 15 0 96885017 10916999168 47990 33554432000 4194304 4196468 140724036264272 140724036246816 140063796522743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
/proc/17619/statm: 2665283 47990 3157 1 0 2627263 0
[pid=17619/tid=17621] ppid=17616 vsize=10661132 memory=191960 CPUtime=2492.93 cores=1,3,5,7
/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 19429 0 0 0 246518 2775 0 0 20 0 15 0 96885017 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063800762288 140724036929474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.87 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 2531 0 0 0 251 36 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.85 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 2070 0 0 0 252 33 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.9 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 2953 0 0 0 256 34 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.86 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 3569 0 0 0 253 33 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661132 memory=191960 CPUtime=4.06 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 5411 0 0 0 377 29 0 0 20 0 15 0 96885019 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17627] ppid=17616 vsize=10661132 memory=191960 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17627/stat : 17627 (java) S 17616 17619 15776 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062831338400 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17628] ppid=17616 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17628/stat : 17628 (java) S 17616 17619 15776 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062830285808 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17629] ppid=17616 vsize=10661132 memory=191960 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17629/stat : 17629 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062829234384 140063796541339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17630] ppid=17616 vsize=10661132 memory=191960 CPUtime=0.63 cores=1,3,5,7
/proc/17619/task/17630/stat : 17630 (java) S 17616 17619 15776 0 -1 1077944384 5458 0 0 0 62 1 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062828182000 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17631] ppid=17616 vsize=10661132 memory=28100 CPUtime=0.65 cores=1,3,5,7
/proc/17619/task/17631/stat : 17631 (java) S 17616 17619 15776 0 -1 1077944384 4634 0 0 0 65 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062827129456 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17632] ppid=17616 vsize=10661132 memory=191960 CPUtime=0.27 cores=1,3,5,7
/proc/17619/task/17632/stat : 17632 (java) S 17616 17619 15776 0 -1 1077944384 2448 0 0 0 27 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062826076912 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17633] ppid=17616 vsize=10661132 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17633/stat : 17633 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062825024608 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17634] ppid=17616 vsize=10661132 memory=4132 CPUtime=0.7 cores=1,3,5,7
/proc/17619/task/17634/stat : 17634 (java) S 17616 17619 15776 0 -1 1077944384 691 0 0 0 31 39 0 0 20 0 15 0 96885023 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062823971120 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
Current children cumulated CPU time: 2510.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 191960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.5 s]
/proc/loadavg: 1.92 1.52 1.40 3/219 17819
/proc/meminfo: memFree=23288684/32770624 swapFree=67108860/67108860
[pid=17619] ppid=17616 vsize=10661132 memory=191960 CPUtime=2520.04 cores=1,3,5,7
/proc/17619/stat : 17619 (java) S 17616 17619 15776 0 -1 1077944320 50639 0 0 0 249072 2932 0 0 20 0 15 0 96885017 10916999168 47990 33554432000 4194304 4196468 140724036264272 140724036246816 140063796522743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
/proc/17619/statm: 2665283 47990 3157 1 0 2627263 0
[pid=17619/tid=17621] ppid=17616 vsize=10661132 memory=191960 CPUtime=2502.09 cores=1,3,5,7
/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 19455 0 0 0 247425 2784 0 0 20 0 15 0 96885017 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063800762432 140724036929474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.88 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 2531 0 0 0 252 36 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.86 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 2070 0 0 0 253 33 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.91 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 2953 0 0 0 256 35 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661132 memory=280779864559808 CPUtime=2.87 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 3569 0 0 0 254 33 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661132 memory=0 CPUtime=4.07 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 5413 0 0 0 378 29 0 0 20 0 15 0 96885019 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17627] ppid=17616 vsize=10661132 memory=28100 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17627/stat : 17627 (java) S 17616 17619 15776 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062831338400 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17628] ppid=17616 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17628/stat : 17628 (java) S 17616 17619 15776 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062830285808 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17629] ppid=17616 vsize=10661132 memory=280779864305472 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17629/stat : 17629 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062829234384 140063796541339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17630] ppid=17616 vsize=10661132 memory=-7531822216215565666 CPUtime=0.63 cores=1,3,5,7
/proc/17619/task/17630/stat : 17630 (java) S 17616 17619 15776 0 -1 1077944384 5458 0 0 0 62 1 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062828182000 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17631] ppid=17616 vsize=10661132 memory=1948 CPUtime=0.65 cores=1,3,5,7
/proc/17619/task/17631/stat : 17631 (java) S 17616 17619 15776 0 -1 1077944384 4634 0 0 0 65 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062827129456 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17632] ppid=17616 vsize=10661132 memory=1224 CPUtime=0.27 cores=1,3,5,7
/proc/17619/task/17632/stat : 17632 (java) S 17616 17619 15776 0 -1 1077944384 2448 0 0 0 27 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062826076912 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17633] ppid=17616 vsize=10661132 memory=191960 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17633/stat : 17633 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062825024608 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17634] ppid=17616 vsize=10661132 memory=191960 CPUtime=0.71 cores=1,3,5,7
/proc/17619/task/17634/stat : 17634 (java) S 17616 17619 15776 0 -1 1077944384 693 0 0 0 32 39 0 0 20 0 15 0 96885023 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062823971120 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 191960 KiB

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

[startup+2511.52 s]
# the end of solver process 17619 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2490.74 s, system=29.3325 s

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

[startup+2511.5 s]
/proc/loadavg: 1.92 1.52 1.40 3/219 17819
/proc/meminfo: memFree=23288684/32770624 swapFree=67108860/67108860
[pid=17619] ppid=17616 vsize=10661132 memory=191960 CPUtime=2520.04 cores=1,3,5,7
/proc/17619/stat : 17619 (java) S 17616 17619 15776 0 -1 1077944320 50639 0 0 0 249072 2932 0 0 20 0 15 0 96885017 10916999168 47990 33554432000 4194304 4196468 140724036264272 140724036246816 140063796522743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
/proc/17619/statm: 2665283 47990 3157 1 0 2627263 0
[pid=17619/tid=17621] ppid=17616 vsize=10661132 memory=191960 CPUtime=2502.09 cores=1,3,5,7
/proc/17619/task/17621/stat : 17621 (java) R 17616 17619 15776 0 -1 4202560 19455 0 0 0 247425 2784 0 0 20 0 15 0 96885017 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063800762432 140724036929474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17622] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.88 cores=1,3,5,7
/proc/17619/task/17622/stat : 17622 (java) S 17616 17619 15776 0 -1 1077944384 2531 0 0 0 252 36 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063722597136 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17623] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.86 cores=1,3,5,7
/proc/17619/task/17623/stat : 17623 (java) S 17616 17619 15776 0 -1 1077944384 2070 0 0 0 253 33 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063721544592 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17624] ppid=17616 vsize=10661132 memory=191960 CPUtime=2.91 cores=1,3,5,7
/proc/17619/task/17624/stat : 17624 (java) S 17616 17619 15776 0 -1 1077944384 2953 0 0 0 256 35 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063720492048 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17625] ppid=17616 vsize=10661132 memory=280779864559808 CPUtime=2.87 cores=1,3,5,7
/proc/17619/task/17625/stat : 17625 (java) S 17616 17619 15776 0 -1 1077944384 3569 0 0 0 254 33 0 0 20 0 15 0 96885018 10916999168 47990 33554432000 4194304 4196468 140724036264272 140063719439504 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17626] ppid=17616 vsize=10661132 memory=0 CPUtime=4.07 cores=1,3,5,7
/proc/17619/task/17626/stat : 17626 (java) S 17616 17619 15776 0 -1 1077944384 5413 0 0 0 378 29 0 0 20 0 15 0 96885019 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062832392176 140063796533890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17627] ppid=17616 vsize=10661132 memory=28100 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17627/stat : 17627 (java) S 17616 17619 15776 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062831338400 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17628] ppid=17616 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17628/stat : 17628 (java) S 17616 17619 15776 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96885020 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062830285808 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17629] ppid=17616 vsize=10661132 memory=280779864305472 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17629/stat : 17629 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062829234384 140063796541339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17630] ppid=17616 vsize=10661132 memory=-7531822216215565666 CPUtime=0.63 cores=1,3,5,7
/proc/17619/task/17630/stat : 17630 (java) S 17616 17619 15776 0 -1 1077944384 5458 0 0 0 62 1 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062828182000 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17631] ppid=17616 vsize=10661132 memory=1948 CPUtime=0.65 cores=1,3,5,7
/proc/17619/task/17631/stat : 17631 (java) S 17616 17619 15776 0 -1 1077944384 4634 0 0 0 65 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062827129456 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17632] ppid=17616 vsize=10661132 memory=1224 CPUtime=0.27 cores=1,3,5,7
/proc/17619/task/17632/stat : 17632 (java) S 17616 17619 15776 0 -1 1077944384 2448 0 0 0 27 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062826076912 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17633] ppid=17616 vsize=10661132 memory=191960 CPUtime=0 cores=1,3,5,7
/proc/17619/task/17633/stat : 17633 (java) S 17616 17619 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96885022 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062825024608 140063796532949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
[pid=17619/tid=17634] ppid=17616 vsize=10661132 memory=191960 CPUtime=0.71 cores=1,3,5,7
/proc/17619/task/17634/stat : 17634 (java) S 17616 17619 15776 0 -1 1077944384 693 0 0 0 32 39 0 0 20 0 15 0 96885023 10916999168 47990 33554432000 4194304 4196468 140724036264272 140062823971120 140063796533890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10387456 140724036269212 140724036269321 140724036269321 140724036272079 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 191960 KiB

Child status: 143
Real time (s): 2511.52
CPU time (s): 2520.07
CPU user time (s): 2490.74
CPU system time (s): 29.3325
CPU usage (%): 100.34
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 191960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2490.74
system time used= 29.3325
maximum resident set size= 192512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50914
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162913
involuntary context switches= 7839


# summary of solver processes directly reported to runsolver:
#   pid: 17619
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2490.74
#   total CPU system time (s): 29.3325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.354 second user time and 23.954 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 17:53:38
IDJOB=4298944
IDBENCH=141255
IDSOLVER=2765
FILE ID=node132/4298944-1532793218
RUNJOBID= node132-1532775768-15808
PBS_JOBID= 21022466
Free space on /tmp= 52040 MiB

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

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=2122611375

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:        23453292 kB
MemAvailable:   31695396 kB
Buffers:          206476 kB
Cached:          8241580 kB
SwapCached:            0 kB
Active:          2834596 kB
Inactive:        5903960 kB
Active(anon):     240744 kB
Inactive(anon):    77832 kB
Active(file):    2593852 kB
Inactive(file):  5826128 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1272 kB
Writeback:             0 kB
AnonPages:        297392 kB
Mapped:            55008 kB
Shmem:             25248 kB
Slab:             277876 kB
SReclaimable:     250584 kB
SUnreclaim:        27292 kB
KernelStack:        3600 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     825436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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= 52040 MiB
End job on node132 at 2018-07-28 18:35:30