Trace number 4290375

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02SAT (TO)34 2400.09 2380.72

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 benchmark2400.22
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.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 1507212446
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
1.70/1.15	c Parsing done, starting search...
1.70/1.18	o 58
1.70/1.19	o 56
1.70/1.19	o 54
1.95/1.20	o 52
1.95/1.20	o 51
1.95/1.21	o 49
1.95/1.21	o 48
1.95/1.22	o 47
1.95/1.27	o 46
2.90/1.52	o 45
3.21/1.64	o 43
3.87/1.95	o 42
4.67/2.65	o 39
4.91/2.84	o 38
4.91/2.84	o 35
9.57/7.25	o 34
2400.07/2380.70	s SATISFIABLE
2400.07/2380.70	v <instantiation>
2400.07/2380.70	v 	<list>
2400.07/2380.70	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][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]
2400.07/2380.70	v 	</list>
2400.07/2380.70	v 	<values>
2400.07/2380.70	v 		6 4 12 13 2 10 11 15 14 7 9 3 1 8 5 0 0 1 2 0 1 2 1 0 0 0 1 1 2 1 1 0 1 0 2 1 0 1 1 0 1 2 1 1 0 1 0 2 0 1 1 0 0 1 
2400.07/2380.70	v 	</values>
2400.07/2380.70	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290375-1532241126/watcher-4290375-1532241126 -o /tmp/evaluation-result-4290375-1532241126/solver-4290375-1532241126 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532224272-29566 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1507212446 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290375-1532241126.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=31573, runsolver pid=31570
Current StackSize limit: 8192 KiB


[startup+0.107731 s]*
/proc/loadavg: 1.23 1.24 1.32 3/216 31588
/proc/meminfo: memFree=23321600/32770624 swapFree=67108860/67108860
[pid=31573] ppid=31570 vsize=14082740 memory=33264 CPUtime=0.13 cores=1,3,5,7
/proc/31573/stat : 31573 (java) S 31570 31573 29534 0 -1 1077944320 7217 0 0 0 11 2 0 0 20 0 15 0 41675769 14420725760 8316 33554432000 4194304 4196468 140729643431280 140729643413824 139745925234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
/proc/31573/statm: 3520685 8316 3158 1 0 3482761 0
[pid=31573/tid=31575] ppid=31570 vsize=14082740 memory=-8557575366716329857 CPUtime=0.1 cores=1,3,5,7
/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 5284 0 0 0 9 1 0 0 20 0 15 0 41675770 14420725760 8316 33554432000 4194304 4196468 140729643431280 139745929448848 139745905510237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 8316 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41675772 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31581] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31581/stat : 31581 (java) S 31570 31573 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41675772 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745398908576 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31582] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31582/stat : 31582 (java) S 31570 31573 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41675773 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745397855472 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31583] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31583/stat : 31583 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745396804048 139745925253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31584] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31584/stat : 31584 (java) S 31570 31573 29534 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745395751152 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31585] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31585/stat : 31585 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745394698608 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31586] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0.01 cores=1,3,5,7
/proc/31573/task/31586/stat : 31586 (java) S 31570 31573 29534 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 41675775 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745393645552 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31587] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31587/stat : 31587 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 8382 33554432000 4194304 4196468 140729643431280 139745392593248 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31588] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31588/stat : 31588 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 8448 33554432000 4194304 4196468 140729643431280 139745391541296 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33264 KiB

[startup+0.215129 s]*
/proc/loadavg: 1.23 1.24 1.32 5/216 31588
/proc/meminfo: memFree=23306592/32770624 swapFree=67108860/67108860
[pid=31573] ppid=31570 vsize=14082740 memory=47212 CPUtime=0.3 cores=1,3,5,7
/proc/31573/stat : 31573 (java) S 31570 31573 29534 0 -1 1077944320 10423 0 0 0 28 2 0 0 20 0 15 0 41675769 14420725760 11803 33554432000 4194304 4196468 140729643431280 140729643413824 139745925234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
/proc/31573/statm: 3520685 11803 3362 1 0 3482761 0
[pid=31573/tid=31575] ppid=31570 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 8129 0 0 0 18 2 0 0 20 0 15 0 41675770 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745929461776 139745925246358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14082740 memory=3690899842453984928 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41675772 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31581] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31581/stat : 31581 (java) S 31570 31573 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41675772 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745398908576 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31582] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31582/stat : 31582 (java) S 31570 31573 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41675773 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745397855472 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31583] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31583/stat : 31583 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745396804048 139745925253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31584] ppid=31570 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31573/task/31584/stat : 31584 (java) R 31570 31573 29534 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 41675775 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745395751152 139745925245570 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31585] ppid=31570 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31573/task/31585/stat : 31585 (java) S 31570 31573 29534 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 15 0 41675775 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745394698608 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31586] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0.06 cores=1,3,5,7
/proc/31573/task/31586/stat : 31586 (java) R 31570 31573 29534 0 -1 4202560 307 0 0 0 6 0 0 0 20 0 15 0 41675775 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745393645552 139745925246358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31587] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31587/stat : 31587 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745392593248 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31588] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31588/stat : 31588 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 11803 33554432000 4194304 4196468 140729643431280 139745391541296 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47212 KiB

[startup+0.310493 s]*
/proc/loadavg: 1.23 1.24 1.32 3/216 31588
/proc/meminfo: memFree=23303428/32770624 swapFree=67108860/67108860
[pid=31573] ppid=31570 vsize=14082740 memory=50424 CPUtime=0.43 cores=1,3,5,7
/proc/31573/stat : 31573 (java) S 31570 31573 29534 0 -1 1077944320 10805 0 0 0 41 2 0 0 20 0 15 0 41675769 14420725760 12606 33554432000 4194304 4196468 140729643431280 140729643413824 139745925234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
/proc/31573/statm: 3520685 12606 3365 1 0 3482761 0
[pid=31573/tid=31575] ppid=31570 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 8479 0 0 0 27 2 0 0 20 0 15 0 41675770 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745929423696 139745909314910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14082740 memory=4294979967 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14082740 memory=4050905238155286176 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41675771 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41675772 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31581] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31581/stat : 31581 (java) S 31570 31573 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41675772 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745398908576 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31582] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31582/stat : 31582 (java) S 31570 31573 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41675773 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745397855472 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31583] ppid=31570 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31583/stat : 31583 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745396804048 139745925253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31584] ppid=31570 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31573/task/31584/stat : 31584 (java) S 31570 31573 29534 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 41675775 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745395751152 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31585] ppid=31570 vsize=14082740 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/31573/task/31585/stat : 31585 (java) S 31570 31573 29534 0 -1 1077944384 225 0 0 0 3 0 0 0 20 0 15 0 41675775 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745394698608 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31586] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0.08 cores=1,3,5,7
/proc/31573/task/31586/stat : 31586 (java) S 31570 31573 29534 0 -1 1077944384 326 0 0 0 8 0 0 0 20 0 15 0 41675775 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745393645552 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31587] ppid=31570 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31587/stat : 31587 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745392593248 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31588] ppid=31570 vsize=14082740 memory=140328543704704 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31588/stat : 31588 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675775 14420725760 12606 33554432000 4194304 4196468 140729643431280 139745391541296 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50424 KiB

[startup+0.70063 s]
/proc/loadavg: 1.23 1.24 1.32 3/216 31588
/proc/meminfo: memFree=23279988/32770624 swapFree=67108860/67108860
[pid=31573] ppid=31570 vsize=14084808 memory=88740 CPUtime=0.98 cores=1,3,5,7
/proc/31573/stat : 31573 (java) S 31570 31573 29534 0 -1 1077944320 17571 0 0 0 93 5 0 0 20 0 15 0 41675769 14422843392 22185 33554432000 4194304 4196468 140729643431280 140729643413824 139745925234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
/proc/31573/statm: 3521202 22185 3500 1 0 3483273 0
[pid=31573/tid=31575] ppid=31570 vsize=14084808 memory=8892 CPUtime=0.67 cores=1,3,5,7
/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 14907 0 0 0 63 4 0 0 20 0 15 0 41675770 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745929449328 139745907713200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14084808 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14084808 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14084808 memory=952 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41675771 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14084808 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41675772 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31581] ppid=31570 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31581/stat : 31581 (java) S 31570 31573 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41675772 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745398908576 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31582] ppid=31570 vsize=14084808 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31582/stat : 31582 (java) S 31570 31573 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41675773 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745397855472 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31583] ppid=31570 vsize=14084808 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31583/stat : 31583 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745396804048 139745925253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31584] ppid=31570 vsize=14084808 memory=7013340940837610608 CPUtime=0.09 cores=1,3,5,7
/proc/31573/task/31584/stat : 31584 (java) S 31570 31573 29534 0 -1 1077944384 551 0 0 0 9 0 0 0 20 0 15 0 41675775 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745395751152 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31585] ppid=31570 vsize=14084808 memory=5788647689011156329 CPUtime=0.06 cores=1,3,5,7
/proc/31573/task/31585/stat : 31585 (java) S 31570 31573 29534 0 -1 1077944384 344 0 0 0 6 0 0 0 20 0 15 0 41675775 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745394698608 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31586] ppid=31570 vsize=14084808 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/31573/task/31586/stat : 31586 (java) S 31570 31573 29534 0 -1 1077944384 387 0 0 0 14 0 0 0 20 0 15 0 41675775 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745393645552 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31587] ppid=31570 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31587/stat : 31587 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745392593248 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31588] ppid=31570 vsize=14084808 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31588/stat : 31588 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675775 14422843392 22185 33554432000 4194304 4196468 140729643431280 139745391541296 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88740 KiB

[startup+1.50073 s]
/proc/loadavg: 1.29 1.26 1.33 3/216 31588
/proc/meminfo: memFree=23245868/32770624 swapFree=67108860/67108860
[pid=31573] ppid=31570 vsize=14090952 memory=151288 CPUtime=2.9 cores=1,3,5,7
/proc/31573/stat : 31573 (java) S 31570 31573 29534 0 -1 1077944320 26298 0 0 0 282 8 0 0 20 0 15 0 41675769 14429134848 37822 33554432000 4194304 4196468 140729643431280 140729643413824 139745925234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
/proc/31573/statm: 3522738 37822 3555 1 0 3484809 0
[pid=31573/tid=31575] ppid=31570 vsize=14090952 memory=132716 CPUtime=1.46 cores=1,3,5,7
/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 20211 0 0 0 140 6 0 0 20 0 15 0 41675770 14429134848 37822 33554432000 4194304 4196468 140729643431280 139745929470480 139745567037997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14429134848 37822 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14429134848 37822 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41675771 14429134848 37822 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41675771 14429134848 37822 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 41675772 14429134848 37822 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0

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

/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 41935 0 0 0 224887 21 0 0 20 0 15 0 41675770 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745929472624 139745568213319 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14090952 memory=302772 CPUtime=5.7 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 4786 0 0 0 527 43 0 0 20 0 15 0 41675771 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14090952 memory=302772 CPUtime=5.69 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 6424 0 0 0 534 35 0 0 20 0 15 0 41675771 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14090952 memory=302772 CPUtime=5.71 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 4330 0 0 0 530 41 0 0 20 0 15 0 41675771 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14090952 memory=50 CPUtime=5.69 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 4776 0 0 0 530 39 0 0 20 0 15 0 41675771 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14090952 memory=0 CPUtime=5.32 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 6179 0 0 0 493 39 0 0 20 0 15 0 41675772 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31581] ppid=31570 vsize=14090952 memory=302772 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31581/stat : 31581 (java) S 31570 31573 29534 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41675772 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745398908640 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31582] ppid=31570 vsize=14090952 memory=302772 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31582/stat : 31582 (java) S 31570 31573 29534 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 41675773 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745397855488 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31583] ppid=31570 vsize=14090952 memory=302772 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31583/stat : 31583 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745396804048 139745925253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31584] ppid=31570 vsize=14090952 memory=4140 CPUtime=0.89 cores=1,3,5,7
/proc/31573/task/31584/stat : 31584 (java) S 31570 31573 29534 0 -1 1077944384 2666 0 0 0 88 1 0 0 20 0 15 0 41675775 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745395751152 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31585] ppid=31570 vsize=14090952 memory=302772 CPUtime=0.97 cores=1,3,5,7
/proc/31573/task/31585/stat : 31585 (java) S 31570 31573 29534 0 -1 1077944384 2366 0 0 0 96 1 0 0 20 0 15 0 41675775 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745394698608 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31586] ppid=31570 vsize=14090952 memory=302772 CPUtime=0.5 cores=1,3,5,7
/proc/31573/task/31586/stat : 31586 (java) S 31570 31573 29534 0 -1 1077944384 3198 0 0 0 49 1 0 0 20 0 15 0 41675775 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745393645552 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31587] ppid=31570 vsize=14090952 memory=302772 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31587/stat : 31587 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745392593248 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31588] ppid=31570 vsize=14090952 memory=1408 CPUtime=0.98 cores=1,3,5,7
/proc/31573/task/31588/stat : 31588 (java) S 31570 31573 29534 0 -1 1077944384 1410 0 0 0 50 48 0 0 20 0 15 0 41675775 14429134848 75693 33554432000 4194304 4196468 140729643431280 139745391541296 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
Current children cumulated CPU time: 2280.64 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 302772 KiB

[startup+2322.3 s]
/proc/loadavg: 1.32 1.42 1.38 3/216 31680
/proc/meminfo: memFree=22919140/32770624 swapFree=67108860/67108860
[pid=31573] ppid=31570 vsize=14090952 memory=304820 CPUtime=2341.16 cores=1,3,5,7
/proc/31573/stat : 31573 (java) S 31570 31573 29534 0 -1 1077944320 80788 0 0 0 233891 225 0 0 20 0 15 0 41675769 14429134848 76205 33554432000 4194304 4196468 140729643431280 140729643413824 139745925234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
/proc/31573/statm: 3522738 76205 3587 1 0 3484809 0
[pid=31573/tid=31575] ppid=31570 vsize=14090952 memory=304820 CPUtime=2308.66 cores=1,3,5,7
/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 42501 0 0 0 230845 21 0 0 20 0 15 0 41675770 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745929472480 139745567264422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14090952 memory=304820 CPUtime=5.89 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 4854 0 0 0 544 45 0 0 20 0 15 0 41675771 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14090952 memory=100 CPUtime=5.88 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 6595 0 0 0 552 36 0 0 20 0 15 0 41675771 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14090952 memory=304820 CPUtime=5.89 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 4407 0 0 0 548 41 0 0 20 0 15 0 41675771 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14090952 memory=0 CPUtime=5.89 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 4998 0 0 0 548 41 0 0 20 0 15 0 41675771 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14090952 memory=304820 CPUtime=5.47 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 6350 0 0 0 507 40 0 0 20 0 15 0 41675772 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31581] ppid=31570 vsize=14090952 memory=304820 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31581/stat : 31581 (java) S 31570 31573 29534 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41675772 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745398908640 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31582] ppid=31570 vsize=14090952 memory=304820 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31582/stat : 31582 (java) S 31570 31573 29534 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 41675773 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745397855488 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31583] ppid=31570 vsize=14090952 memory=304820 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31583/stat : 31583 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745396804048 139745925253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31584] ppid=31570 vsize=14090952 memory=304820 CPUtime=0.89 cores=1,3,5,7
/proc/31573/task/31584/stat : 31584 (java) S 31570 31573 29534 0 -1 1077944384 2668 0 0 0 88 1 0 0 20 0 15 0 41675775 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745395751152 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31585] ppid=31570 vsize=14090952 memory=280656785813568 CPUtime=0.97 cores=1,3,5,7
/proc/31573/task/31585/stat : 31585 (java) S 31570 31573 29534 0 -1 1077944384 2368 0 0 0 96 1 0 0 20 0 15 0 41675775 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745394698608 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31586] ppid=31570 vsize=14090952 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/31573/task/31586/stat : 31586 (java) S 31570 31573 29534 0 -1 1077944384 3200 0 0 0 49 1 0 0 20 0 15 0 41675775 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745393645552 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31587] ppid=31570 vsize=14090952 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31587/stat : 31587 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745392593248 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31588] ppid=31570 vsize=14090952 memory=304820 CPUtime=1.02 cores=1,3,5,7
/proc/31573/task/31588/stat : 31588 (java) S 31570 31573 29534 0 -1 1077944384 1425 0 0 0 51 51 0 0 20 0 15 0 41675775 14429134848 76205 33554432000 4194304 4196468 140729643431280 139745391541296 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
Current children cumulated CPU time: 2341.16 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 304820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.7 s]
/proc/loadavg: 1.38 1.43 1.39 3/216 31760
/proc/meminfo: memFree=23034196/32770624 swapFree=67108860/67108860
[pid=31573] ppid=31570 vsize=14090952 memory=308916 CPUtime=2400.07 cores=1,3,5,7
/proc/31573/stat : 31573 (java) S 31570 31573 29534 0 -1 1077944320 82214 0 0 0 239776 231 0 0 20 0 15 0 41675769 14429134848 77229 33554432000 4194304 4196468 140729643431280 140729643413824 139745925234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
/proc/31573/statm: 3522738 77229 3587 1 0 3484809 0
[pid=31573/tid=31575] ppid=31570 vsize=14090952 memory=308916 CPUtime=2366.67 cores=1,3,5,7
/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 43186 0 0 0 236645 22 0 0 20 0 15 0 41675770 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745929472640 139745567508082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14090952 memory=308916 CPUtime=6.08 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 4936 0 0 0 561 47 0 0 20 0 15 0 41675771 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14090952 memory=308916 CPUtime=6.06 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 6696 0 0 0 569 37 0 0 20 0 15 0 41675771 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14090952 memory=308916 CPUtime=6.08 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 4673 0 0 0 566 42 0 0 20 0 15 0 41675771 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14090952 memory=306868 CPUtime=6.07 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 5094 0 0 0 565 42 0 0 20 0 15 0 41675771 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14090952 memory=308916 CPUtime=5.61 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 6526 0 0 0 521 40 0 0 20 0 15 0 41675772 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31581] ppid=31570 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31581/stat : 31581 (java) S 31570 31573 29534 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41675772 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745398908640 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31582] ppid=31570 vsize=14090952 memory=308916 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31582/stat : 31582 (java) S 31570 31573 29534 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 41675773 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745397855488 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31583] ppid=31570 vsize=14090952 memory=14412 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31583/stat : 31583 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745396804048 139745925253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31584] ppid=31570 vsize=14090952 memory=1296 CPUtime=0.89 cores=1,3,5,7
/proc/31573/task/31584/stat : 31584 (java) S 31570 31573 29534 0 -1 1077944384 2670 0 0 0 88 1 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745395751152 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31585] ppid=31570 vsize=14090952 memory=306868 CPUtime=0.97 cores=1,3,5,7
/proc/31573/task/31585/stat : 31585 (java) S 31570 31573 29534 0 -1 1077944384 2376 0 0 0 96 1 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745394698608 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31586] ppid=31570 vsize=14090952 memory=306868 CPUtime=0.5 cores=1,3,5,7
/proc/31573/task/31586/stat : 31586 (java) S 31570 31573 29534 0 -1 1077944384 3202 0 0 0 49 1 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745393645552 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31587] ppid=31570 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31587/stat : 31587 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745392593248 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31588] ppid=31570 vsize=14090952 memory=2412 CPUtime=1.05 cores=1,3,5,7
/proc/31573/task/31588/stat : 31588 (java) S 31570 31573 29534 0 -1 1077944384 1433 0 0 0 53 52 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745391541296 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 308916 KiB

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

[startup+2380.72 s]
# the end of solver process 31573 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.77 s, system=2.31357 s

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

[startup+2380.7 s]
/proc/loadavg: 1.38 1.43 1.39 3/216 31760
/proc/meminfo: memFree=23034196/32770624 swapFree=67108860/67108860
[pid=31573] ppid=31570 vsize=14090952 memory=308916 CPUtime=2400.07 cores=1,3,5,7
/proc/31573/stat : 31573 (java) S 31570 31573 29534 0 -1 1077944320 82214 0 0 0 239776 231 0 0 20 0 15 0 41675769 14429134848 77229 33554432000 4194304 4196468 140729643431280 140729643413824 139745925234423 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
/proc/31573/statm: 3522738 77229 3587 1 0 3484809 0
[pid=31573/tid=31575] ppid=31570 vsize=14090952 memory=308916 CPUtime=2366.67 cores=1,3,5,7
/proc/31573/task/31575/stat : 31575 (java) R 31570 31573 29534 0 -1 4202560 43186 0 0 0 236645 22 0 0 20 0 15 0 41675770 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745929472640 139745567508082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31576] ppid=31570 vsize=14090952 memory=308916 CPUtime=6.08 cores=1,3,5,7
/proc/31573/task/31576/stat : 31576 (java) S 31570 31573 29534 0 -1 1077944384 4936 0 0 0 561 47 0 0 20 0 15 0 41675771 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745520970256 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31577] ppid=31570 vsize=14090952 memory=308916 CPUtime=6.06 cores=1,3,5,7
/proc/31573/task/31577/stat : 31577 (java) S 31570 31573 29534 0 -1 1077944384 6696 0 0 0 569 37 0 0 20 0 15 0 41675771 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745519917712 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31578] ppid=31570 vsize=14090952 memory=308916 CPUtime=6.08 cores=1,3,5,7
/proc/31573/task/31578/stat : 31578 (java) S 31570 31573 29534 0 -1 1077944384 4673 0 0 0 566 42 0 0 20 0 15 0 41675771 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745518864656 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31579] ppid=31570 vsize=14090952 memory=306868 CPUtime=6.07 cores=1,3,5,7
/proc/31573/task/31579/stat : 31579 (java) S 31570 31573 29534 0 -1 1077944384 5094 0 0 0 565 42 0 0 20 0 15 0 41675771 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745517812112 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31580] ppid=31570 vsize=14090952 memory=308916 CPUtime=5.61 cores=1,3,5,7
/proc/31573/task/31580/stat : 31580 (java) S 31570 31573 29534 0 -1 1077944384 6526 0 0 0 521 40 0 0 20 0 15 0 41675772 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745399962352 139745925245570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31581] ppid=31570 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31581/stat : 31581 (java) S 31570 31573 29534 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41675772 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745398908640 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31582] ppid=31570 vsize=14090952 memory=308916 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31582/stat : 31582 (java) S 31570 31573 29534 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 41675773 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745397855488 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31583] ppid=31570 vsize=14090952 memory=14412 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31583/stat : 31583 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745396804048 139745925253019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31584] ppid=31570 vsize=14090952 memory=1296 CPUtime=0.89 cores=1,3,5,7
/proc/31573/task/31584/stat : 31584 (java) S 31570 31573 29534 0 -1 1077944384 2670 0 0 0 88 1 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745395751152 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31585] ppid=31570 vsize=14090952 memory=306868 CPUtime=0.97 cores=1,3,5,7
/proc/31573/task/31585/stat : 31585 (java) S 31570 31573 29534 0 -1 1077944384 2376 0 0 0 96 1 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745394698608 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31586] ppid=31570 vsize=14090952 memory=306868 CPUtime=0.5 cores=1,3,5,7
/proc/31573/task/31586/stat : 31586 (java) S 31570 31573 29534 0 -1 1077944384 3202 0 0 0 49 1 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745393645552 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31587] ppid=31570 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31573/task/31587/stat : 31587 (java) S 31570 31573 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745392593248 139745925244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
[pid=31573/tid=31588] ppid=31570 vsize=14090952 memory=2412 CPUtime=1.05 cores=1,3,5,7
/proc/31573/task/31588/stat : 31588 (java) S 31570 31573 29534 0 -1 1077944384 1433 0 0 0 53 52 0 0 20 0 15 0 41675775 14429134848 77229 33554432000 4194304 4196468 140729643431280 139745391541296 139745925245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 34541568 140729643435080 140729643435273 140729643435273 140729643438031 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 308916 KiB

Child status: 143
Real time (s): 2380.72
CPU time (s): 2400.09
CPU user time (s): 2397.77
CPU system time (s): 2.31357
CPU usage (%): 100.813
Max. virtual memory (cumulated for all children) (KiB): 14090984
Max. memory (cumulated for all children) (KiB): 308916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.77
system time used= 2.31357
maximum resident set size= 309512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205543
involuntary context switches= 4836


# summary of solver processes directly reported to runsolver:
#   pid: 31573
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2397.77
#   total CPU system time (s): 2.31357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6033 second user time and 16.8535 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 08:32:06
IDJOB=4290375
IDBENCH=141255
IDSOLVER=2743
FILE ID=node103/4290375-1532241126
RUNJOBID= node103-1532224272-29566
PBS_JOBID= 21018942
Free space on /tmp= 56840 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16a_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290375-1532241126/watcher-4290375-1532241126 -o /tmp/evaluation-result-4290375-1532241126/solver-4290375-1532241126 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532224272-29566 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1507212446 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290375-1532241126.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=1507212446

node103.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.48
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.48
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.48
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.48
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:        23341504 kB
MemAvailable:   31793788 kB
Buffers:          225124 kB
Cached:          8430760 kB
SwapCached:            0 kB
Active:          1589028 kB
Inactive:        7265772 kB
Active(anon):     201764 kB
Inactive(anon):    16976 kB
Active(file):    1387264 kB
Inactive(file):  7248796 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35752 kB
Writeback:             0 kB
AnonPages:        179708 kB
Mapped:            48764 kB
Shmem:             17036 kB
Slab:             272676 kB
SReclaimable:     244684 kB
SUnreclaim:        27992 kB
KernelStack:        3824 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56804 MiB
End job on node103 at 2018-07-22 09:11:47