Trace number 4298942

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)39 2520.06 2505.42

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: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.57/0.34	o 41
0.57/0.36	o 39
2520.03/2505.41	s SATISFIABLE
2520.03/2505.41	v <instantiation>
2520.03/2505.41	v 	<list>
2520.03/2505.41	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.03/2505.41	v 	</list>
2520.03/2505.41	v 	<values>
2520.03/2505.41	v 		0 4 8 5 6 10 7 1 2 3 9 11 12 13 14 15 0 0 1 1 1 2 0 0 1 1 0 0 1 1 2 2 1 1 2 0 0 2 1 1 0 2 0 1 2 2 0 1 1 1 0 1 0 0 
2520.03/2505.41	v 	</values>
2520.03/2505.41	v </instantiation>

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298942-1532786446/watcher-4298942-1532786446 -o /tmp/evaluation-result-4298942-1532786446/solver-4298942-1532786446 -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-4298942-1532786446.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=1454, runsolver pid=1451

[startup+0.100162 s]*
/proc/loadavg: 1.43 1.61 1.68 3/216 1469
/proc/meminfo: memFree=23094304/32770624 swapFree=67108860/67108860
[pid=1454] ppid=1451 vsize=10661056 memory=28352 CPUtime=0.12 cores=0,2,4,6
/proc/1454/stat : 1454 (java) S 1451 1454 32633 0 -1 1077944320 4988 0 0 0 11 1 0 0 20 0 15 0 96207793 10916921344 7088 33554432000 4194304 4196468 140731198480736 140731198463280 140566439255799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
/proc/1454/statm: 2665264 7088 2856 1 0 2627263 0
[pid=1454/tid=1456] ppid=1451 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 2856 0 0 0 8 1 0 0 20 0 15 0 96207793 10916921344 7088 33554432000 4194304 4196468 140731198480736 140566443484288 140566439267734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661056 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207794 10916921344 7088 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661056 memory=139717591742080 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207794 10916921344 7088 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207794 10916921344 7088 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207794 10916921344 7088 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661056 memory=139717591742080 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207796 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1462] ppid=1451 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1462/stat : 1462 (java) S 1451 1454 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96207796 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565930923296 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1463] ppid=1451 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1463/stat : 1463 (java) S 1451 1454 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96207796 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565929870960 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1464] ppid=1451 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1464/stat : 1464 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565928819280 140566439274395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1465] ppid=1451 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1465/stat : 1465 (java) S 1451 1454 32633 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 96207799 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565927766128 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1466] ppid=1451 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1466/stat : 1466 (java) S 1451 1454 32633 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 96207799 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565926713328 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1467] ppid=1451 vsize=10661056 memory=139717591742080 CPUtime=0.01 cores=0,2,4,6
/proc/1454/task/1467/stat : 1467 (java) R 1451 1454 32633 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 96207799 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565925661040 140566418134771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1468] ppid=1451 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1468/stat : 1468 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565924608480 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1469] ppid=1451 vsize=10661056 memory=139717591742080 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1469/stat : 1469 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207799 10916921344 7088 33554432000 4194304 4196468 140731198480736 140565923556272 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28352 KiB

[startup+0.210682 s]*
/proc/loadavg: 1.43 1.61 1.68 3/216 1469
/proc/meminfo: memFree=23083312/32770624 swapFree=67108860/67108860
[pid=1454] ppid=1451 vsize=10661132 memory=40252 CPUtime=0.33 cores=0,2,4,6
/proc/1454/stat : 1454 (java) S 1451 1454 32633 0 -1 1077944320 7613 0 0 0 30 3 0 0 20 0 15 0 96207793 10916999168 10063 33554432000 4194304 4196468 140731198480736 140731198463280 140566439255799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
/proc/1454/statm: 2665283 10063 2941 1 0 2627263 0
[pid=1454/tid=1456] ppid=1451 vsize=10661132 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 4758 0 0 0 19 1 0 0 20 0 15 0 96207793 10916999168 10095 33554432000 4194304 4196468 140731198480736 140566443488112 140566439277725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661132 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 10095 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661132 memory=3544815904727545504 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 10095 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 10095 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 10095 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661132 memory=139717591742080 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1462] ppid=1451 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1462/stat : 1462 (java) S 1451 1454 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565930923296 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1463] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1463/stat : 1463 (java) S 1451 1454 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565929870960 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1464] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1464/stat : 1464 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565928819280 140566439274395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1465] ppid=1451 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1454/task/1465/stat : 1465 (java) S 1451 1454 32633 0 -1 1077944384 547 0 0 0 2 0 0 0 20 0 15 0 96207799 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565927766128 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1466] ppid=1451 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1454/task/1466/stat : 1466 (java) S 1451 1454 32633 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 15 0 96207799 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565926713328 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1467] ppid=1451 vsize=10661132 memory=139717591742080 CPUtime=0.06 cores=0,2,4,6
/proc/1454/task/1467/stat : 1467 (java) R 1451 1454 32633 0 -1 4202560 774 0 0 0 6 0 0 0 20 0 15 0 96207799 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565925661040 140566439277146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1468] ppid=1451 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1468/stat : 1468 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565924608480 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1469] ppid=1451 vsize=10661132 memory=139717591742080 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1469/stat : 1469 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 10095 33554432000 4194304 4196468 140731198480736 140565923556272 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40252 KiB

[startup+0.310702 s]*
/proc/loadavg: 1.43 1.61 1.68 5/216 1469
/proc/meminfo: memFree=23076988/32770624 swapFree=67108860/67108860
[pid=1454] ppid=1451 vsize=10661132 memory=48620 CPUtime=0.57 cores=0,2,4,6
/proc/1454/stat : 1454 (java) S 1451 1454 32633 0 -1 1077944320 8297 0 0 0 54 3 0 0 20 0 15 0 96207793 10916999168 12155 33554432000 4194304 4196468 140731198480736 140731198463280 140566439255799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
/proc/1454/statm: 2665283 12155 3019 1 0 2627263 0
[pid=1454/tid=1456] ppid=1451 vsize=10661132 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 5083 0 0 0 29 1 0 0 20 0 15 0 96207793 10916999168 12155 33554432000 4194304 4196468 140731198480736 140566443492912 140566043549694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661132 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 12155 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661132 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 12155 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 12155 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 12155 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1462] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1462/stat : 1462 (java) S 1451 1454 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565930923296 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1463] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1463/stat : 1463 (java) S 1451 1454 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565929870960 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1464] ppid=1451 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1464/stat : 1464 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565928819280 140566439274395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1465] ppid=1451 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1454/task/1465/stat : 1465 (java) S 1451 1454 32633 0 -1 1077944384 576 0 0 0 5 0 0 0 20 0 15 0 96207799 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565927766128 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1466] ppid=1451 vsize=10661132 memory=139717433717775 CPUtime=0.05 cores=0,2,4,6
/proc/1454/task/1466/stat : 1466 (java) S 1451 1454 32633 0 -1 1077944384 319 0 0 0 5 0 0 0 20 0 15 0 96207799 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565926713328 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1467] ppid=1451 vsize=10661132 memory=139717591743454 CPUtime=0.14 cores=0,2,4,6
/proc/1454/task/1467/stat : 1467 (java) R 1451 1454 32633 0 -1 4202560 964 0 0 0 14 0 0 0 20 0 15 0 96207799 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565925655808 140566418058936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1468] ppid=1451 vsize=10661132 memory=139717433726895 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1468/stat : 1468 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565924608480 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1469] ppid=1451 vsize=10661132 memory=279435025504224 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1469/stat : 1469 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 12155 33554432000 4194304 4196468 140731198480736 140565923556272 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48620 KiB

[startup+0.700749 s]
/proc/loadavg: 1.43 1.61 1.68 5/216 1469
/proc/meminfo: memFree=23049216/32770624 swapFree=67108860/67108860
[pid=1454] ppid=1451 vsize=10661132 memory=100216 CPUtime=1.73 cores=0,2,4,6
/proc/1454/stat : 1454 (java) S 1451 1454 32633 0 -1 1077944320 12984 0 0 0 169 4 0 0 20 0 15 0 96207793 10916999168 25054 33554432000 4194304 4196468 140731198480736 140731198463280 140566439255799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
/proc/1454/statm: 2665283 25054 3092 1 0 2627263 0
[pid=1454/tid=1456] ppid=1451 vsize=10661132 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 5186 0 0 0 66 2 0 0 20 0 15 0 96207793 10916999168 25054 33554432000 4194304 4196468 140731198480736 140566443492808 140566044656148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 25054 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 25054 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 25054 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661132 memory=8174711894691100725 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 25054 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661132 memory=5859271451534970985 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1462] ppid=1451 vsize=10661132 memory=6226596351323422817 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1462/stat : 1462 (java) S 1451 1454 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565930923296 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1463] ppid=1451 vsize=10661132 memory=-7754830645154913637 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1463/stat : 1463 (java) S 1451 1454 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565929870960 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1464] ppid=1451 vsize=10661132 memory=-8341965534556230502 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1464/stat : 1464 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565928819280 140566439274395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1465] ppid=1451 vsize=10661132 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/1454/task/1465/stat : 1465 (java) R 1451 1454 32633 0 -1 4202560 2182 0 0 0 40 0 0 0 20 0 15 0 96207799 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565927759152 140566420777087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1466] ppid=1451 vsize=10661132 memory=10 CPUtime=0.41 cores=0,2,4,6
/proc/1454/task/1466/stat : 1466 (java) R 1451 1454 32633 0 -1 4202560 2613 0 0 0 41 0 0 0 20 0 15 0 96207799 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565926701888 140566420799975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1467] ppid=1451 vsize=10661132 memory=-2127766502684776222 CPUtime=0.2 cores=0,2,4,6
/proc/1454/task/1467/stat : 1467 (java) S 1451 1454 32633 0 -1 1077944384 1629 0 0 0 20 0 0 0 20 0 15 0 96207799 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565925661040 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1468] ppid=1451 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1468/stat : 1468 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565924608480 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1469] ppid=1451 vsize=10661132 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1469/stat : 1469 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 25054 33554432000 4194304 4196468 140731198480736 140565923556272 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 100216 KiB

[startup+1.50159 s]
/proc/loadavg: 1.43 1.61 1.68 5/216 1469
/proc/meminfo: memFree=22983820/32770624 swapFree=67108860/67108860
[pid=1454] ppid=1451 vsize=10661132 memory=189512 CPUtime=2.95 cores=0,2,4,6
/proc/1454/stat : 1454 (java) S 1451 1454 32633 0 -1 1077944320 16900 0 0 0 288 7 0 0 20 0 15 0 96207793 10916999168 47378 33554432000 4194304 4196468 140731198480736 140731198463280 140566439255799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
/proc/1454/statm: 2665283 47378 3127 1 0 2627263 0
[pid=1454/tid=1456] ppid=1451 vsize=10661132 memory=15876 CPUtime=1.47 cores=0,2,4,6
/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 5523 0 0 0 144 3 0 0 20 0 15 0 96207793 10916999168 47378 33554432000 4194304 4196468 140731198480736 140566443492504 140566044573703 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 47378 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661132 memory=2273 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 47378 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 47378 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 96207794 10916999168 47378 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661132 memory=279434867762272 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 47378 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0

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

/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 20471 0 0 0 236955 18 0 0 20 0 15 0 96207793 10916999168 72726 33554432000 4194304 4196468 140731198480736 140566443495616 140566042322028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661132 memory=288856 CPUtime=4.54 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 2677 0 0 0 416 38 0 0 20 0 15 0 96207794 10916999168 72726 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661132 memory=288856 CPUtime=4.53 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 4653 0 0 0 417 36 0 0 20 0 15 0 96207794 10916999168 72726 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661132 memory=290904 CPUtime=4.5 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 3354 0 0 0 415 35 0 0 20 0 15 0 96207794 10916999168 72726 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661132 memory=442 CPUtime=4.53 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 3685 0 0 0 418 35 0 0 20 0 15 0 96207794 10916999168 72726 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661132 memory=164 CPUtime=5.48 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 6166 0 0 0 512 36 0 0 20 0 15 0 96207796 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1462] ppid=1451 vsize=10661132 memory=164 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1462/stat : 1462 (java) S 1451 1454 32633 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565930923296 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1463] ppid=1451 vsize=10661132 memory=288856 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1463/stat : 1463 (java) S 1451 1454 32633 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565929870960 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1464] ppid=1451 vsize=10661132 memory=288856 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1464/stat : 1464 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565928819280 140566439274395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1465] ppid=1451 vsize=10661132 memory=932 CPUtime=0.67 cores=0,2,4,6
/proc/1454/task/1465/stat : 1465 (java) S 1451 1454 32633 0 -1 1077944384 4890 0 0 0 67 0 0 0 20 0 15 0 96207799 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565927766128 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1466] ppid=1451 vsize=10661132 memory=1584 CPUtime=0.67 cores=0,2,4,6
/proc/1454/task/1466/stat : 1466 (java) S 1451 1454 32633 0 -1 1077944384 4673 0 0 0 66 1 0 0 20 0 15 0 96207799 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565926713328 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1467] ppid=1451 vsize=10661132 memory=4124 CPUtime=0.29 cores=0,2,4,6
/proc/1454/task/1467/stat : 1467 (java) S 1451 1454 32633 0 -1 1077944384 4723 0 0 0 27 2 0 0 20 0 15 0 96207799 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565925661040 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1468] ppid=1451 vsize=10661132 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1468/stat : 1468 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565924608480 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1469] ppid=1451 vsize=10661132 memory=8112282956445269571 CPUtime=1.13 cores=0,2,4,6
/proc/1454/task/1469/stat : 1469 (java) S 1451 1454 32633 0 -1 1077944384 814 0 0 0 57 56 0 0 20 0 15 0 96207799 10916999168 72726 33554432000 4194304 4196468 140731198480736 140565923556272 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
Current children cumulated CPU time: 2396.16 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 290904 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.32 1.39 3/216 1565
/proc/meminfo: memFree=22638540/32770624 swapFree=67108860/67108860
[pid=1454] ppid=1451 vsize=10661132 memory=292952 CPUtime=2456.54 cores=0,2,4,6
/proc/1454/stat : 1454 (java) S 1451 1454 32633 0 -1 1077944320 58594 0 0 0 245454 200 0 0 20 0 15 0 96207793 10916999168 73238 33554432000 4194304 4196468 140731198480736 140731198463280 140566439255799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
/proc/1454/statm: 2665283 73238 3139 1 0 2627263 0
[pid=1454/tid=1456] ppid=1451 vsize=10661132 memory=292952 CPUtime=2429.4 cores=0,2,4,6
/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 20868 0 0 0 242922 18 0 0 20 0 15 0 96207793 10916999168 73238 33554432000 4194304 4196468 140731198480736 140566443495344 140566045937032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661132 memory=288856 CPUtime=4.67 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 2728 0 0 0 428 39 0 0 20 0 15 0 96207794 10916999168 73238 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661132 memory=290904 CPUtime=4.67 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 4781 0 0 0 430 37 0 0 20 0 15 0 96207794 10916999168 73238 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661132 memory=290904 CPUtime=4.65 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 3646 0 0 0 429 36 0 0 20 0 15 0 96207794 10916999168 73238 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661132 memory=290904 CPUtime=4.66 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 3706 0 0 0 431 35 0 0 20 0 15 0 96207794 10916999168 73238 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661132 memory=292952 CPUtime=5.61 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 6347 0 0 0 524 37 0 0 20 0 15 0 96207796 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1462] ppid=1451 vsize=10661132 memory=292952 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1462/stat : 1462 (java) S 1451 1454 32633 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565930923296 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1463] ppid=1451 vsize=10661132 memory=292952 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1463/stat : 1463 (java) S 1451 1454 32633 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565929870960 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1464] ppid=1451 vsize=10661132 memory=290904 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1464/stat : 1464 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565928819280 140566439274395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1465] ppid=1451 vsize=10661132 memory=292952 CPUtime=0.67 cores=0,2,4,6
/proc/1454/task/1465/stat : 1465 (java) S 1451 1454 32633 0 -1 1077944384 4892 0 0 0 67 0 0 0 20 0 15 0 96207799 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565927766128 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1466] ppid=1451 vsize=10661132 memory=292952 CPUtime=0.67 cores=0,2,4,6
/proc/1454/task/1466/stat : 1466 (java) S 1451 1454 32633 0 -1 1077944384 4675 0 0 0 66 1 0 0 20 0 15 0 96207799 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565926713328 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1467] ppid=1451 vsize=10661132 memory=292952 CPUtime=0.29 cores=0,2,4,6
/proc/1454/task/1467/stat : 1467 (java) S 1451 1454 32633 0 -1 1077944384 4725 0 0 0 27 2 0 0 20 0 15 0 96207799 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565925661040 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1468] ppid=1451 vsize=10661132 memory=292952 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1468/stat : 1468 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565924608480 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1469] ppid=1451 vsize=10661132 memory=292952 CPUtime=1.15 cores=0,2,4,6
/proc/1454/task/1469/stat : 1469 (java) S 1451 1454 32633 0 -1 1077944384 821 0 0 0 58 57 0 0 20 0 15 0 96207799 10916999168 73238 33554432000 4194304 4196468 140731198480736 140565923556272 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
Current children cumulated CPU time: 2456.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 292952 KiB

[startup+2502.3 s]
/proc/loadavg: 1.42 1.35 1.40 3/216 1647
/proc/meminfo: memFree=22652492/32770624 swapFree=67108860/67108860
[pid=1454] ppid=1451 vsize=10661132 memory=295000 CPUtime=2516.91 cores=0,2,4,6
/proc/1454/stat : 1454 (java) S 1451 1454 32633 0 -1 1077944320 59711 0 0 0 251486 205 0 0 20 0 15 0 96207793 10916999168 73750 33554432000 4194304 4196468 140731198480736 140731198463280 140566439255799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
/proc/1454/statm: 2665283 73750 3139 1 0 2627263 0
[pid=1454/tid=1456] ppid=1451 vsize=10661132 memory=295000 CPUtime=2489.05 cores=0,2,4,6
/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 21272 0 0 0 248887 18 0 0 20 0 15 0 96207793 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566443495504 140566042322036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661132 memory=292952 CPUtime=4.81 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 2846 0 0 0 441 40 0 0 20 0 15 0 96207794 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661132 memory=295000 CPUtime=4.81 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 4831 0 0 0 443 38 0 0 20 0 15 0 96207794 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661132 memory=295000 CPUtime=4.77 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 3698 0 0 0 441 36 0 0 20 0 15 0 96207794 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661132 memory=295000 CPUtime=4.81 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 4004 0 0 0 444 37 0 0 20 0 15 0 96207794 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661132 memory=295000 CPUtime=5.75 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 6520 0 0 0 536 39 0 0 20 0 15 0 96207796 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1462] ppid=1451 vsize=10661132 memory=295000 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1462/stat : 1462 (java) S 1451 1454 32633 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565930923296 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1463] ppid=1451 vsize=10661132 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1463/stat : 1463 (java) S 1451 1454 32633 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565929870960 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1464] ppid=1451 vsize=10661132 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1464/stat : 1464 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565928819280 140566439274395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1465] ppid=1451 vsize=10661132 memory=295000 CPUtime=0.67 cores=0,2,4,6
/proc/1454/task/1465/stat : 1465 (java) S 1451 1454 32633 0 -1 1077944384 4894 0 0 0 67 0 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565927766128 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1466] ppid=1451 vsize=10661132 memory=295000 CPUtime=0.67 cores=0,2,4,6
/proc/1454/task/1466/stat : 1466 (java) S 1451 1454 32633 0 -1 1077944384 4677 0 0 0 66 1 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565926713328 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1467] ppid=1451 vsize=10661132 memory=4100 CPUtime=0.29 cores=0,2,4,6
/proc/1454/task/1467/stat : 1467 (java) S 1451 1454 32633 0 -1 1077944384 4727 0 0 0 27 2 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565925661040 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1468] ppid=1451 vsize=10661132 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1468/stat : 1468 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565924608480 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1469] ppid=1451 vsize=10661132 memory=295000 CPUtime=1.19 cores=0,2,4,6
/proc/1454/task/1469/stat : 1469 (java) S 1451 1454 32633 0 -1 1077944384 837 0 0 0 61 58 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565923556272 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
Current children cumulated CPU time: 2516.91 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 295000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.4 s]
/proc/loadavg: 1.46 1.36 1.40 3/216 1647
/proc/meminfo: memFree=22653048/32770624 swapFree=67108860/67108860
[pid=1454] ppid=1451 vsize=10661132 memory=295000 CPUtime=2520.03 cores=0,2,4,6
/proc/1454/stat : 1454 (java) S 1451 1454 32633 0 -1 1077944320 59723 0 0 0 251798 205 0 0 20 0 15 0 96207793 10916999168 73750 33554432000 4194304 4196468 140731198480736 140731198463280 140566439255799 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
/proc/1454/statm: 2665283 73750 3139 1 0 2627263 0
[pid=1454/tid=1456] ppid=1451 vsize=10661132 memory=288230596050944315 CPUtime=2492.13 cores=0,2,4,6
/proc/1454/task/1456/stat : 1456 (java) R 1451 1454 32633 0 -1 4202560 21284 0 0 0 249195 18 0 0 20 0 15 0 96207793 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566443495504 140566044968960 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1457] ppid=1451 vsize=10661132 memory=15534120142898883 CPUtime=4.82 cores=0,2,4,6
/proc/1454/task/1457/stat : 1457 (java) S 1451 1454 32633 0 -1 1077944384 2846 0 0 0 442 40 0 0 20 0 15 0 96207794 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566365329808 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1458] ppid=1451 vsize=10661132 memory=640 CPUtime=4.82 cores=0,2,4,6
/proc/1454/task/1458/stat : 1458 (java) S 1451 1454 32633 0 -1 1077944384 4831 0 0 0 444 38 0 0 20 0 15 0 96207794 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566364277008 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1459] ppid=1451 vsize=10661132 memory=952 CPUtime=4.79 cores=0,2,4,6
/proc/1454/task/1459/stat : 1459 (java) S 1451 1454 32633 0 -1 1077944384 3698 0 0 0 442 37 0 0 20 0 15 0 96207794 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566363224720 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1460] ppid=1451 vsize=10661132 memory=1232 CPUtime=4.81 cores=0,2,4,6
/proc/1454/task/1460/stat : 1460 (java) S 1451 1454 32633 0 -1 1077944384 4004 0 0 0 444 37 0 0 20 0 15 0 96207794 10916999168 73750 33554432000 4194304 4196468 140731198480736 140566362171920 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1461] ppid=1451 vsize=10661132 memory=4100 CPUtime=5.76 cores=0,2,4,6
/proc/1454/task/1461/stat : 1461 (java) S 1451 1454 32633 0 -1 1077944384 6520 0 0 0 537 39 0 0 20 0 15 0 96207796 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565931977328 140566439266946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1462] ppid=1451 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1462/stat : 1462 (java) S 1451 1454 32633 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565930923296 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1463] ppid=1451 vsize=10661132 memory=3292 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1463/stat : 1463 (java) S 1451 1454 32633 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96207796 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565929870960 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1464] ppid=1451 vsize=10661132 memory=295000 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1464/stat : 1464 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565928819280 140566439274395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1465] ppid=1451 vsize=10661132 memory=2340 CPUtime=0.67 cores=0,2,4,6
/proc/1454/task/1465/stat : 1465 (java) S 1451 1454 32633 0 -1 1077944384 4894 0 0 0 67 0 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565927766128 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1466] ppid=1451 vsize=10661132 memory=1408 CPUtime=0.67 cores=0,2,4,6
/proc/1454/task/1466/stat : 1466 (java) S 1451 1454 32633 0 -1 1077944384 4677 0 0 0 66 1 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565926713328 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1467] ppid=1451 vsize=10661132 memory=2772 CPUtime=0.29 cores=0,2,4,6
/proc/1454/task/1467/stat : 1467 (java) S 1451 1454 32633 0 -1 1077944384 4727 0 0 0 27 2 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565925661040 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1468] ppid=1451 vsize=10661132 memory=335544 CPUtime=0 cores=0,2,4,6
/proc/1454/task/1468/stat : 1468 (java) S 1451 1454 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565924608480 140566439266005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
[pid=1454/tid=1469] ppid=1451 vsize=10661132 memory=1436 CPUtime=1.19 cores=0,2,4,6
/proc/1454/task/1469/stat : 1469 (java) S 1451 1454 32633 0 -1 1077944384 837 0 0 0 61 58 0 0 20 0 15 0 96207799 10916999168 73750 33554432000 4194304 4196468 140731198480736 140565923556272 140566439266946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9367552 140731198485621 140731198485769 140731198485769 140731198488527 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 295000 KiB

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

[startup+2505.42 s]
# the end of solver process 1454 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518 s, system=2.05806 s

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

Child status: 143
Real time (s): 2505.42
CPU time (s): 2520.06
CPU user time (s): 2518
CPU system time (s): 2.05806
CPU usage (%): 100.584
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 295000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518
system time used= 2.05806
maximum resident set size= 295448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59965
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 202808
involuntary context switches= 7283


# summary of solver processes directly reported to runsolver:
#   pid: 1454
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518
#   total CPU system time (s): 2.05806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5243 second user time and 24.5316 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 16:00:46
IDJOB=4298942
IDBENCH=141255
IDSOLVER=2762
FILE ID=node107/4298942-1532786446
RUNJOBID= node107-1532776444-32664
PBS_JOBID= 21022472
Free space on /tmp= 54472 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16a_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298942-1532786446/watcher-4298942-1532786446 -o /tmp/evaluation-result-4298942-1532786446/solver-4298942-1532786446 -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-4298942-1532786446.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=761859359

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:        23110656 kB
MemAvailable:   31781940 kB
Buffers:          229620 kB
Cached:          8678204 kB
SwapCached:            0 kB
Active:          3976208 kB
Inactive:        5137848 kB
Active(anon):     155616 kB
Inactive(anon):    78544 kB
Active(file):    3820592 kB
Inactive(file):  5059304 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:        213580 kB
Mapped:            55032 kB
Shmem:             25228 kB
Slab:             242824 kB
SReclaimable:     214448 kB
SUnreclaim:        28376 kB
KernelStack:        3552 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1107692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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 16:42:32