Trace number 4298991

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
GG's minicp 2018-04-29SAT (TO)13871 2520.06 2509.73

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-ex2_c18.xml
MD5SUM35250c351d5ebdba5de0833aa33cbdb5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13871
Best CPU time to get the best result obtained on this benchmark0.547296
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints34
Number of domains13
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":6,"count":2},{"size":8,"count":1},{"size":11,"count":14},{"size":12,"count":1},{"size":16,"count":2},{"size":26,"count":1},{"size":65,"count":1},{"size":76,"count":4},{"size":100,"count":12}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":4},{"degree":4,"count":6},{"degree":5,"count":4},{"degree":6,"count":1},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":14},{"arity":6,"count":14}]
Number of extensional constraints34
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":34}]
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: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2.40/0.91	o 17653
2.40/0.92	o 17651
2.40/0.93	o 15832
2.40/0.93	o 15830
2.40/0.94	o 15699
2.40/0.94	o 15697
2.40/0.95	o 13876
2.40/0.96	o 13875
2.40/0.97	o 13874
2.40/0.99	o 13873
2.74/1.10	o 13871
2520.03/2509.71	s SATISFIABLE
2520.03/2509.71	v <instantiation>
2520.03/2509.71	v 	<list>
2520.03/2509.71	v 		f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] k v1[0] v1[1] v1[2] v1[3] v1[4] v1[5] v1[6] v1[7] v1[8] v1[9] v1[10] v1[11] v1[12] v1[13] v2[0] v2[1] v2[2] v2[3] v2[4] v2[5] v2[6] v2[7] v2[8] v2[9] v2[10] v2[11] v2[12] v2[13] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] 
2520.03/2509.71	v 	</list>
2520.03/2509.71	v 	<values>
2520.03/2509.71	v 		31 31 67 65 100 1 55 95 73 0 0 1 1 1 1 0 0 0 7 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 0 3 6 0 0 0 0 0 0 0 0 0 36 42 34 69 30 33 66 35 10 99 27 94 72 22 
2520.03/2509.71	v 	</values>
2520.03/2509.71	v </instantiation>

Verifier Data

OK	13871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298991-1532788952/watcher-4298991-1532788952 -o /tmp/evaluation-result-4298991-1532788952/solver-4298991-1532788952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32664 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298991-1532788952.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1712, runsolver pid=1709

[startup+0.100165 s]*
/proc/loadavg: 1.46 1.36 1.40 4/216 1727
/proc/meminfo: memFree=22921476/32770624 swapFree=67108860/67108860
[pid=1712] ppid=1709 vsize=10661056 memory=28372 CPUtime=0.12 cores=0,2,4,6
/proc/1712/stat : 1712 (java) S 1709 1712 32633 0 -1 1077944320 4984 0 0 0 10 2 0 0 20 0 15 0 96458418 10916921344 7093 33554432000 4194304 4196468 140728295935584 140728295918128 139927703158519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
/proc/1712/statm: 2665264 7093 2865 1 0 2627263 0
[pid=1712/tid=1714] ppid=1709 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1712/task/1714/stat : 1714 (java) R 1709 1712 32633 0 -1 4202560 2866 0 0 0 8 1 0 0 20 0 15 0 96458418 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927707381104 139927695399909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661056 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927629233296 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661056 memory=140197363086976 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927628180496 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927627127696 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) S 1709 1712 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96458419 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927626074896 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661056 memory=140197363086976 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96458421 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927194904944 139927703169666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1720] ppid=1709 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1720/stat : 1720 (java) S 1709 1712 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96458421 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927193850912 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1721] ppid=1709 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1721/stat : 1721 (java) S 1709 1712 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96458421 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927192798064 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1722] ppid=1709 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1722/stat : 1722 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927191746384 139927703177115 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1723] ppid=1709 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1723/stat : 1723 (java) R 1709 1712 32633 0 -1 4202560 307 0 0 0 0 0 0 0 20 0 15 0 96458424 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927190694768 139927703179866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1724] ppid=1709 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1724/stat : 1724 (java) R 1709 1712 32633 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 96458424 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927189641968 139927703169666 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1725] ppid=1709 vsize=10661056 memory=140197363086976 CPUtime=0.01 cores=0,2,4,6
/proc/1712/task/1725/stat : 1725 (java) R 1709 1712 32633 0 -1 4202560 316 0 0 0 1 0 0 0 20 0 15 0 96458424 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927188589168 139927681650492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1726] ppid=1709 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1726/stat : 1726 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927187536608 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1727] ppid=1709 vsize=10661056 memory=140197363086976 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1727/stat : 1727 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458424 10916921344 7093 33554432000 4194304 4196468 140728295935584 139927186483888 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28372 KiB

[startup+0.21044 s]*
/proc/loadavg: 1.46 1.36 1.40 5/216 1727
/proc/meminfo: memFree=22910184/32770624 swapFree=67108860/67108860
[pid=1712] ppid=1709 vsize=10661056 memory=39792 CPUtime=0.33 cores=0,2,4,6
/proc/1712/stat : 1712 (java) S 1709 1712 32633 0 -1 1077944320 7572 0 0 0 31 2 0 0 20 0 15 0 96458418 10916921344 9948 33554432000 4194304 4196468 140728295935584 140728295918128 139927703158519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
/proc/1712/statm: 2665264 9948 2958 1 0 2627263 0
[pid=1712/tid=1714] ppid=1709 vsize=10661056 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1712/task/1714/stat : 1714 (java) R 1709 1712 32633 0 -1 4202560 4631 0 0 0 18 1 0 0 20 0 15 0 96458418 10916921344 10080 33554432000 4194304 4196468 140728295935584 139927707393216 139927703180445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916921344 10080 33554432000 4194304 4196468 140728295935584 139927629233296 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661056 memory=288370573514798720 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916921344 10080 33554432000 4194304 4196468 140728295935584 139927628180496 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916921344 10080 33554432000 4194304 4196468 140728295935584 139927627127696 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) S 1709 1712 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96458419 10916921344 10080 33554432000 4194304 4196468 140728295935584 139927626074896 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661056 memory=140197363086976 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96458421 10916921344 10080 33554432000 4194304 4196468 140728295935584 139927194904944 139927703169666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1720] ppid=1709 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1720/stat : 1720 (java) S 1709 1712 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96458421 10916921344 10212 33554432000 4194304 4196468 140728295935584 139927193850912 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1721] ppid=1709 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1721/stat : 1721 (java) S 1709 1712 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96458421 10916921344 10212 33554432000 4194304 4196468 140728295935584 139927192798064 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1722] ppid=1709 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1722/stat : 1722 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916921344 10212 33554432000 4194304 4196468 140728295935584 139927191746384 139927703177115 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1723] ppid=1709 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1712/task/1723/stat : 1723 (java) R 1709 1712 32633 0 -1 4202560 597 0 0 0 2 0 0 0 20 0 15 0 96458424 10916921344 10212 33554432000 4194304 4196468 140728295935584 139927190675672 139927695447857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1724] ppid=1709 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1712/task/1724/stat : 1724 (java) R 1709 1712 32633 0 -1 4202560 295 0 0 0 2 0 0 0 20 0 15 0 96458424 10916921344 10212 33554432000 4194304 4196468 140728295935584 139927189633240 139927696264236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1725] ppid=1709 vsize=10661056 memory=140197363086976 CPUtime=0.08 cores=0,2,4,6
/proc/1712/task/1725/stat : 1725 (java) R 1709 1712 32633 0 -1 4202560 860 0 0 0 8 0 0 0 20 0 15 0 96458424 10916921344 10212 33554432000 4194304 4196468 140728295935584 139927188583704 139927682100098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1726] ppid=1709 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1726/stat : 1726 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916921344 10212 33554432000 4194304 4196468 140728295935584 139927187536608 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1727] ppid=1709 vsize=10661056 memory=140197363086976 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1727/stat : 1727 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458424 10916921344 10212 33554432000 4194304 4196468 140728295935584 139927186483888 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39792 KiB

[startup+0.310572 s]*
/proc/loadavg: 1.46 1.36 1.40 6/216 1727
/proc/meminfo: memFree=22903000/32770624 swapFree=67108860/67108860
[pid=1712] ppid=1709 vsize=10661132 memory=48112 CPUtime=0.59 cores=0,2,4,6
/proc/1712/stat : 1712 (java) S 1709 1712 32633 0 -1 1077944320 8577 0 0 0 56 3 0 0 20 0 15 0 96458418 10916999168 12028 33554432000 4194304 4196468 140728295935584 140728295918128 139927703158519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
/proc/1712/statm: 2665283 12028 3066 1 0 2627263 0
[pid=1712/tid=1714] ppid=1709 vsize=10661132 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1712/task/1714/stat : 1714 (java) R 1709 1712 32633 0 -1 4202560 4941 0 0 0 28 2 0 0 20 0 15 0 96458418 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927707395152 139927301817749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927629233296 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927628180496 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458419 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927627127696 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) S 1709 1712 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96458419 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927626074896 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927194904944 139927703169666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1720] ppid=1709 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1720/stat : 1720 (java) S 1709 1712 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927193850912 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1721] ppid=1709 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1721/stat : 1721 (java) S 1709 1712 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927192798064 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1722] ppid=1709 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1722/stat : 1722 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927191746384 139927703177115 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1723] ppid=1709 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1712/task/1723/stat : 1723 (java) R 1709 1712 32633 0 -1 4202560 802 0 0 0 5 0 0 0 20 0 15 0 96458424 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927190681312 139927684334656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1724] ppid=1709 vsize=10661132 memory=140197262097679 CPUtime=0.08 cores=0,2,4,6
/proc/1712/task/1724/stat : 1724 (java) R 1709 1712 32633 0 -1 4202560 507 0 0 0 8 0 0 0 20 0 15 0 96458424 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927189627152 139927686626480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1725] ppid=1709 vsize=10661132 memory=140197363088608 CPUtime=0.14 cores=0,2,4,6
/proc/1712/task/1725/stat : 1725 (java) R 1709 1712 32633 0 -1 4202560 986 0 0 0 14 0 0 0 20 0 15 0 96458424 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927188584336 139927682511463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1726] ppid=1709 vsize=10661132 memory=140197262099887 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1726/stat : 1726 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927187536608 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1727] ppid=1709 vsize=10661132 memory=280394625226720 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1727/stat : 1727 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 12540 33554432000 4194304 4196468 140728295935584 139927186483888 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48112 KiB

[startup+0.70158 s]
/proc/loadavg: 1.46 1.36 1.40 5/216 1727
/proc/meminfo: memFree=22820960/32770624 swapFree=67108860/67108860
[pid=1712] ppid=1709 vsize=10661132 memory=204040 CPUtime=1.74 cores=0,2,4,6
/proc/1712/stat : 1712 (java) S 1709 1712 32633 0 -1 1077944320 10593 0 0 0 164 10 0 0 20 0 15 0 96458418 10916999168 51010 33554432000 4194304 4196468 140728295935584 140728295918128 139927703158519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
/proc/1712/statm: 2665283 51010 3124 1 0 2627263 0
[pid=1712/tid=1714] ppid=1709 vsize=10661132 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/1712/task/1714/stat : 1714 (java) S 1709 1712 32633 0 -1 1077944384 5211 0 0 0 61 4 0 0 20 0 15 0 96458418 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927707396960 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) R 1709 1712 32633 0 -1 4202560 94 0 0 0 0 1 0 0 20 0 15 0 96458419 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927629233184 139927696262021 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) R 1709 1712 32633 0 -1 4202560 93 0 0 0 0 1 0 0 20 0 15 0 96458419 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927628180496 139927696255379 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) R 1709 1712 32633 0 -1 4202560 99 0 0 0 1 1 0 0 20 0 15 0 96458419 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927627127696 139927696262026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661132 memory=8174711894691100725 CPUtime=0.02 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) R 1709 1712 32633 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 15 0 96458419 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927626074896 139927688186402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661132 memory=5859271451534971241 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927194903456 139927703168725 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1720] ppid=1709 vsize=10661132 memory=6226596351323422817 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1720/stat : 1720 (java) S 1709 1712 32633 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927193850912 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1721] ppid=1709 vsize=10661132 memory=-7754830645154913637 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1721/stat : 1721 (java) S 1709 1712 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927192798064 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1722] ppid=1709 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1722/stat : 1722 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927191746384 139927703177115 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1723] ppid=1709 vsize=10661132 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/1712/task/1723/stat : 1723 (java) S 1709 1712 32633 0 -1 1077944384 1431 0 0 0 37 0 0 0 20 0 15 0 96458424 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927190676288 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1724] ppid=1709 vsize=10661132 memory=43772361331 CPUtime=0.38 cores=0,2,4,6
/proc/1712/task/1724/stat : 1724 (java) S 1709 1712 32633 0 -1 1077944384 916 0 0 0 38 0 0 0 20 0 15 0 96458424 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927189633248 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1725] ppid=1709 vsize=10661132 memory=1200 CPUtime=0.22 cores=0,2,4,6
/proc/1712/task/1725/stat : 1725 (java) S 1709 1712 32633 0 -1 1077944384 1245 0 0 0 22 0 0 0 20 0 15 0 96458424 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927188589168 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1726] ppid=1709 vsize=10661132 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1726/stat : 1726 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927187536608 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1727] ppid=1709 vsize=10661132 memory=16140 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1727/stat : 1727 (java) S 1709 1712 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 51010 33554432000 4194304 4196468 140728295935584 139927186483888 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204040 KiB

[startup+1.5008 s]
/proc/loadavg: 1.46 1.36 1.40 6/216 1727
/proc/meminfo: memFree=22730648/32770624 swapFree=67108860/67108860
[pid=1712] ppid=1709 vsize=10661132 memory=260536 CPUtime=3.77 cores=0,2,4,6
/proc/1712/stat : 1712 (java) S 1709 1712 32633 0 -1 1077944320 13885 0 0 0 363 14 0 0 20 0 15 0 96458418 10916999168 65134 33554432000 4194304 4196468 140728295935584 140728295918128 139927703158519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
/proc/1712/statm: 2665283 65134 3148 1 0 2627263 0
[pid=1712/tid=1714] ppid=1709 vsize=10661132 memory=15876 CPUtime=1.45 cores=0,2,4,6
/proc/1712/task/1714/stat : 1714 (java) R 1709 1712 32633 0 -1 4202560 5306 0 0 0 140 5 0 0 20 0 15 0 96458418 10916999168 65134 33554432000 4194304 4196468 140728295935584 139927707395728 139927303948362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661132 memory=16140 CPUtime=0.02 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) S 1709 1712 32633 0 -1 1077944384 104 0 0 0 1 1 0 0 20 0 15 0 96458419 10916999168 65134 33554432000 4194304 4196468 140728295935584 139927629233296 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661132 memory=5938682647942423872 CPUtime=0.02 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) S 1709 1712 32633 0 -1 1077944384 98 0 0 0 1 1 0 0 20 0 15 0 96458419 10916999168 65134 33554432000 4194304 4196468 140728295935584 139927628180496 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661132 memory=7301550395768455274 CPUtime=0.02 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) S 1709 1712 32633 0 -1 1077944384 104 0 0 0 1 1 0 0 20 0 15 0 96458419 10916999168 65134 33554432000 4194304 4196468 140728295935584 139927627127696 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661132 memory=1296 CPUtime=0.02 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) S 1709 1712 32633 0 -1 1077944384 66 0 0 0 1 1 0 0 20 0 15 0 96458419 10916999168 65134 33554432000 4194304 4196468 140728295935584 139927626074896 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661132 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 65134 33554432000 4194304 4196468 140728295935584 139927194904944 139927703169666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0

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

/proc/1712/task/1714/stat : 1714 (java) R 1709 1712 32633 0 -1 4202560 47039 0 0 0 243622 39 0 0 20 0 15 0 96458418 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927707398240 139927688367591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.33 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) S 1709 1712 32633 0 -1 1077944384 8620 0 0 0 210 23 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927629233296 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.35 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) S 1709 1712 32633 0 -1 1077944384 11590 0 0 0 208 27 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927628180496 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.31 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) S 1709 1712 32633 0 -1 1077944384 11842 0 0 0 207 24 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927627127696 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.33 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) S 1709 1712 32633 0 -1 1077944384 11769 0 0 0 206 27 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927626074896 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.42 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 21038 0 0 0 224 18 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927194904944 139927703169666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1720] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1720/stat : 1720 (java) S 1709 1712 32633 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927193850976 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1721] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1721/stat : 1721 (java) S 1709 1712 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927192798064 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1722] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1722/stat : 1722 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927191746384 139927703177115 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1723] ppid=1709 vsize=10661132 memory=2188956 CPUtime=1.21 cores=0,2,4,6
/proc/1712/task/1723/stat : 1723 (java) S 1709 1712 32633 0 -1 1077944384 5104 0 0 0 120 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927190694768 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1724] ppid=1709 vsize=10661132 memory=2188956 CPUtime=1.12 cores=0,2,4,6
/proc/1712/task/1724/stat : 1724 (java) S 1709 1712 32633 0 -1 1077944384 4836 0 0 0 111 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927189641968 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1725] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0.39 cores=0,2,4,6
/proc/1712/task/1725/stat : 1725 (java) S 1709 1712 32633 0 -1 1077944384 3343 0 0 0 38 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927188589168 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1726] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1726/stat : 1726 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927187536608 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1727] ppid=1709 vsize=10661132 memory=2188956 CPUtime=1.17 cores=0,2,4,6
/proc/1712/task/1727/stat : 1727 (java) S 1709 1712 32633 0 -1 1077944384 1954 0 0 0 60 57 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927186483888 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
Current children cumulated CPU time: 2452.34 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2188956 KiB

[startup+2502.3 s]
/proc/loadavg: 1.76 1.48 1.41 3/215 1904
/proc/meminfo: memFree=20658084/32770624 swapFree=67108860/67108860
[pid=1712] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2512.6 cores=0,2,4,6
/proc/1712/stat : 1712 (java) S 1709 1712 32633 0 -1 1077944320 130170 0 0 0 251079 181 0 0 20 0 15 0 96458418 10916999168 547239 33554432000 4194304 4196468 140728295935584 140728295918128 139927703158519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
/proc/1712/statm: 2665283 547239 3152 1 0 2627263 0
[pid=1712/tid=1714] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2496.44 cores=0,2,4,6
/proc/1712/task/1714/stat : 1714 (java) R 1709 1712 32633 0 -1 4202560 47531 0 0 0 249605 39 0 0 20 0 15 0 96458418 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927707398144 139927304125235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.41 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) S 1709 1712 32633 0 -1 1077944384 8709 0 0 0 218 23 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927629233296 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.43 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) S 1709 1712 32633 0 -1 1077944384 11654 0 0 0 215 28 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927628180496 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661132 memory=4140 CPUtime=2.4 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) S 1709 1712 32633 0 -1 1077944384 12429 0 0 0 215 25 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927627127696 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661132 memory=33 CPUtime=2.4 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) S 1709 1712 32633 0 -1 1077944384 11830 0 0 0 213 27 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927626074896 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661132 memory=2257 CPUtime=2.5 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 21379 0 0 0 231 19 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927194904944 139927703169666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1720] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1720/stat : 1720 (java) S 1709 1712 32633 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927193850976 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1721] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1721/stat : 1721 (java) S 1709 1712 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927192798064 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1722] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1722/stat : 1722 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927191746384 139927703177115 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1723] ppid=1709 vsize=10661132 memory=288230574492221466 CPUtime=1.22 cores=0,2,4,6
/proc/1712/task/1723/stat : 1723 (java) S 1709 1712 32633 0 -1 1077944384 5108 0 0 0 121 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927190694768 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1724] ppid=1709 vsize=10661132 memory=288230596050944315 CPUtime=1.12 cores=0,2,4,6
/proc/1712/task/1724/stat : 1724 (java) S 1709 1712 32633 0 -1 1077944384 4840 0 0 0 111 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927189641968 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1725] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0.39 cores=0,2,4,6
/proc/1712/task/1725/stat : 1725 (java) S 1709 1712 32633 0 -1 1077944384 3347 0 0 0 38 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927188589168 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1726] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1726/stat : 1726 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927187536608 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1727] ppid=1709 vsize=10661132 memory=1712 CPUtime=1.2 cores=0,2,4,6
/proc/1712/task/1727/stat : 1727 (java) S 1709 1712 32633 0 -1 1077944384 1983 0 0 0 61 59 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927186483888 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
Current children cumulated CPU time: 2512.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2188956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.7 s]
/proc/loadavg: 1.78 1.49 1.41 3/215 1904
/proc/meminfo: memFree=20455276/32770624 swapFree=67108860/67108860
[pid=1712] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2520.03 cores=0,2,4,6
/proc/1712/stat : 1712 (java) S 1709 1712 32633 0 -1 1077944320 130191 0 0 0 251821 182 0 0 20 0 15 0 96458418 10916999168 547239 33554432000 4194304 4196468 140728295935584 140728295918128 139927703158519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
/proc/1712/statm: 2665283 547239 3152 1 0 2627263 0
[pid=1712/tid=1714] ppid=1709 vsize=10661132 memory=4140 CPUtime=2503.81 cores=0,2,4,6
/proc/1712/task/1714/stat : 1714 (java) R 1709 1712 32633 0 -1 4202560 47548 0 0 0 250342 39 0 0 20 0 15 0 96458418 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927707398128 139927301183064 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.42 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) S 1709 1712 32633 0 -1 1077944384 8710 0 0 0 219 23 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927629233296 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661132 memory=1012 CPUtime=2.44 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) S 1709 1712 32633 0 -1 1077944384 11656 0 0 0 216 28 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927628180496 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.41 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) S 1709 1712 32633 0 -1 1077944384 12430 0 0 0 216 25 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927627127696 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661132 memory=58 CPUtime=2.41 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) S 1709 1712 32633 0 -1 1077944384 11830 0 0 0 214 27 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927626074896 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.51 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 21379 0 0 0 232 19 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927194904944 139927703169666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1720] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1720/stat : 1720 (java) S 1709 1712 32633 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927193850976 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1721] ppid=1709 vsize=10661132 memory=27988 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1721/stat : 1721 (java) S 1709 1712 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927192798064 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1722] ppid=1709 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1722/stat : 1722 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927191746384 139927703177115 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1723] ppid=1709 vsize=10661132 memory=18448 CPUtime=1.22 cores=0,2,4,6
/proc/1712/task/1723/stat : 1723 (java) S 1709 1712 32633 0 -1 1077944384 5108 0 0 0 121 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927190694768 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1724] ppid=1709 vsize=10661132 memory=1296 CPUtime=1.12 cores=0,2,4,6
/proc/1712/task/1724/stat : 1724 (java) S 1709 1712 32633 0 -1 1077944384 4840 0 0 0 111 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927189641968 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1725] ppid=1709 vsize=10661132 memory=2400 CPUtime=0.39 cores=0,2,4,6
/proc/1712/task/1725/stat : 1725 (java) S 1709 1712 32633 0 -1 1077944384 3347 0 0 0 38 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927188589168 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1726] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1726/stat : 1726 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927187536608 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1727] ppid=1709 vsize=10661132 memory=4140 CPUtime=1.21 cores=0,2,4,6
/proc/1712/task/1727/stat : 1727 (java) R 1709 1712 32633 0 -1 1077944384 1983 0 0 0 62 59 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927186483888 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2188956 KiB

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

[startup+2509.73 s]
# the end of solver process 1712 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.23 s, system=1.8344 s

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

[startup+2509.7 s]
/proc/loadavg: 1.78 1.49 1.41 3/215 1904
/proc/meminfo: memFree=20455276/32770624 swapFree=67108860/67108860
[pid=1712] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2520.03 cores=0,2,4,6
/proc/1712/stat : 1712 (java) S 1709 1712 32633 0 -1 1077944320 130191 0 0 0 251821 182 0 0 20 0 15 0 96458418 10916999168 547239 33554432000 4194304 4196468 140728295935584 140728295918128 139927703158519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
/proc/1712/statm: 2665283 547239 3152 1 0 2627263 0
[pid=1712/tid=1714] ppid=1709 vsize=10661132 memory=4140 CPUtime=2503.81 cores=0,2,4,6
/proc/1712/task/1714/stat : 1714 (java) R 1709 1712 32633 0 -1 4202560 47548 0 0 0 250342 39 0 0 20 0 15 0 96458418 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927707398128 139927301183064 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1715] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.42 cores=0,2,4,6
/proc/1712/task/1715/stat : 1715 (java) S 1709 1712 32633 0 -1 1077944384 8710 0 0 0 219 23 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927629233296 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1716] ppid=1709 vsize=10661132 memory=1012 CPUtime=2.44 cores=0,2,4,6
/proc/1712/task/1716/stat : 1716 (java) S 1709 1712 32633 0 -1 1077944384 11656 0 0 0 216 28 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927628180496 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1717] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.41 cores=0,2,4,6
/proc/1712/task/1717/stat : 1717 (java) S 1709 1712 32633 0 -1 1077944384 12430 0 0 0 216 25 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927627127696 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1718] ppid=1709 vsize=10661132 memory=58 CPUtime=2.41 cores=0,2,4,6
/proc/1712/task/1718/stat : 1718 (java) S 1709 1712 32633 0 -1 1077944384 11830 0 0 0 214 27 0 0 20 0 15 0 96458419 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927626074896 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1719] ppid=1709 vsize=10661132 memory=2188956 CPUtime=2.51 cores=0,2,4,6
/proc/1712/task/1719/stat : 1719 (java) S 1709 1712 32633 0 -1 1077944384 21379 0 0 0 232 19 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927194904944 139927703169666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1720] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1720/stat : 1720 (java) S 1709 1712 32633 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927193850976 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1721] ppid=1709 vsize=10661132 memory=27988 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1721/stat : 1721 (java) S 1709 1712 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96458421 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927192798064 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1722] ppid=1709 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1722/stat : 1722 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927191746384 139927703177115 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1723] ppid=1709 vsize=10661132 memory=18448 CPUtime=1.22 cores=0,2,4,6
/proc/1712/task/1723/stat : 1723 (java) S 1709 1712 32633 0 -1 1077944384 5108 0 0 0 121 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927190694768 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1724] ppid=1709 vsize=10661132 memory=1296 CPUtime=1.12 cores=0,2,4,6
/proc/1712/task/1724/stat : 1724 (java) S 1709 1712 32633 0 -1 1077944384 4840 0 0 0 111 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927189641968 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1725] ppid=1709 vsize=10661132 memory=2400 CPUtime=0.39 cores=0,2,4,6
/proc/1712/task/1725/stat : 1725 (java) S 1709 1712 32633 0 -1 1077944384 3347 0 0 0 38 1 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927188589168 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1726] ppid=1709 vsize=10661132 memory=2188956 CPUtime=0 cores=0,2,4,6
/proc/1712/task/1726/stat : 1726 (java) S 1709 1712 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927187536608 139927703168725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
[pid=1712/tid=1727] ppid=1709 vsize=10661132 memory=4140 CPUtime=1.21 cores=0,2,4,6
/proc/1712/task/1727/stat : 1727 (java) R 1709 1712 32633 0 -1 1077944384 1983 0 0 0 62 59 0 0 20 0 15 0 96458424 10916999168 547239 33554432000 4194304 4196468 140728295935584 139927186483888 139927703169666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9179136 140728295937141 140728295937289 140728295937289 140728295940047 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2188956 KiB

Child status: 143
Real time (s): 2509.73
CPU time (s): 2520.06
CPU user time (s): 2518.23
CPU system time (s): 1.8344
CPU usage (%): 100.412
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2188956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.23
system time used= 1.8344
maximum resident set size= 2189472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124521
involuntary context switches= 4316


# summary of solver processes directly reported to runsolver:
#   pid: 1712
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.23
#   total CPU system time (s): 1.8344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4014 second user time and 23.234 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 16:42:32
IDJOB=4298991
IDBENCH=141280
IDSOLVER=2762
FILE ID=node107/4298991-1532788952
RUNJOBID= node107-1532776444-32664
PBS_JOBID= 21022472
Free space on /tmp= 54468 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-ex2_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298991-1532788952/watcher-4298991-1532788952 -o /tmp/evaluation-result-4298991-1532788952/solver-4298991-1532788952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32664 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298991-1532788952.xml

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

MD5SUM BENCH= 35250c351d5ebdba5de0833aa33cbdb5
RANDOM SEED=1397673143

node107.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.40
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.40
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.40
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.40
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:        22938048 kB
MemAvailable:   31612244 kB
Buffers:          230032 kB
Cached:          8680680 kB
SwapCached:            0 kB
Active:          4149176 kB
Inactive:        5138492 kB
Active(anon):     326332 kB
Inactive(anon):    78544 kB
Active(file):    3822844 kB
Inactive(file):  5059948 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2452 kB
Writeback:             0 kB
AnonPages:        396208 kB
Mapped:            55244 kB
Shmem:             25228 kB
Slab:             242656 kB
SReclaimable:     214480 kB
SUnreclaim:        28176 kB
KernelStack:        3808 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1429868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54468 MiB
End job on node107 at 2018-07-28 17:24:22