Trace number 4273179

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 - ALNS 2017-07-26SAT (TO)108 2520.1101 2466.1201

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-13-09.xml
MD5SUM19b417ad6dc2829e4bf67cafab0f775d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size349
Distribution of domain sizes[{"size":1,"count":1},{"size":349,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":22},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":93},{"arity":60,"count":4}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.31/0.25	c version: 2017-07-26
0.31/0.25	c seed: 529002898
0.31/0.25	c timeout: 2520
0.31/0.25	c memlimit: 11000
0.31/0.25	c nbcore: 4
0.31/0.27	c Parsing instance...
1.43/0.90	c Parsing done, starting search...
1.73/1.00	o 348
3.96/1.62	o 347
14.73/10.58	o 128
16.84/12.54	o 126
19.57/15.15	o 125
30.48/25.71	o 121
46.84/41.89	o 120
46.94/41.97	o 118
97.54/91.69	o 117
101.82/95.81	o 116
117.41/111.12	o 115
241.40/232.65	o 114
256.48/247.48	o 113
383.97/372.43	o 112
820.97/800.45	o 111
945.09/921.90	o 110
1417.13/1384.47	o 109
2309.67/2259.74	o 108
2520.08/2466.11	s SATISFIABLE
2520.08/2466.11	v <instantiation>
2520.08/2466.11	v 	<list>
2520.08/2466.11	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2520.08/2466.11	v 	</list>
2520.08/2466.11	v 	<values>
2520.08/2466.11	v 		0 1 0 3 2 1 11 29 13 11 23 12 25 12 17 18 15 36 16 26 5 25 19 26 49 36 17 41 40 57 51 38 49 39 39 23 65 35 64 80 73 72 59 66 97 79 89 41 47 88 67 59 62 89 73 83 80 87 97 98 102 108 
2520.08/2466.11	v 	</values>
2520.08/2466.11	v </instantiation>

Verifier Data

OK	108

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273179-1502870006/watcher-4273179-1502870006 -o /tmp/evaluation-result-4273179-1502870006/solver-4273179-1502870006 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502869147-30717 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 529002898 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273179-1502870006.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
solver pid=30749, runsolver pid=30743
Current StackSize limit: 8192 KiB


[startup+0.1002 s]*
/proc/loadavg: 1.04 1.31 1.45 3/218 30779
/proc/meminfo: memFree=26213856/32770624 swapFree=67108860/67108860
[pid=30749] ppid=30743 vsize=13980164 memory=34676 CPUtime=0.12 cores=0,2,4,6
/proc/30749/stat : 30749 (java) S 30743 30749 26744 0 -1 1077944320 8073 0 0 0 11 1 0 0 20 0 15 0 120072179 14315687936 8669 33554432000 4194304 4196468 140733081821840 140733081804384 140455923789559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
/proc/30749/statm: 3495041 8669 3410 1 0 3482761 0
[pid=30749/tid=30753] ppid=30743 vsize=13980164 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 6027 0 0 0 8 1 0 0 20 0 15 0 120072179 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455927979008 140455923811485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13980164 memory=139876448212608 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120072180 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13980164 memory=139876448212608 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120072181 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30765] ppid=30743 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30765/stat : 30765 (java) S 30743 30749 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120072182 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455396738720 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30767] ppid=30743 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30767/stat : 30767 (java) S 30743 30749 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120072182 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455395685616 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30768] ppid=30743 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30768/stat : 30768 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455394634192 140455923808155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30770] ppid=30743 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30770/stat : 30770 (java) S 30743 30749 26744 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 120072184 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455393581296 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30772] ppid=30743 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30772/stat : 30772 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072184 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455392528752 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30775] ppid=30743 vsize=13980164 memory=139876448212608 CPUtime=0.02 cores=0,2,4,6
/proc/30749/task/30775/stat : 30775 (java) S 30743 30749 26744 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 120072184 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455391475696 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30777] ppid=30743 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30777/stat : 30777 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455390423392 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30778] ppid=30743 vsize=13980164 memory=139876448212608 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30778/stat : 30778 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072185 14315687936 8669 33554432000 4194304 4196468 140733081821840 140455389371440 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 34676 KiB

[startup+0.211603 s]*
/proc/loadavg: 1.04 1.31 1.45 5/218 30779
/proc/meminfo: memFree=26196732/32770624 swapFree=67108860/67108860
[pid=30749] ppid=30743 vsize=13980164 memory=44012 CPUtime=0.31 cores=0,2,4,6
/proc/30749/stat : 30749 (java) S 30743 30749 26744 0 -1 1077944320 9129 0 0 0 29 2 0 0 20 0 15 0 120072179 14315687936 11003 33554432000 4194304 4196468 140733081821840 140733081804384 140455923789559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
/proc/30749/statm: 3495041 11003 3614 1 0 3482761 0
[pid=30749/tid=30753] ppid=30743 vsize=13980164 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 6687 0 0 0 19 1 0 0 20 0 15 0 120072179 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455927998960 140455907870046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13980164 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13980164 memory=288370252599924352 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120072180 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13980164 memory=139876448212608 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120072181 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30765] ppid=30743 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30765/stat : 30765 (java) S 30743 30749 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120072182 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455396738720 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30767] ppid=30743 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30767/stat : 30767 (java) S 30743 30749 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120072182 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455395685616 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30768] ppid=30743 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30768/stat : 30768 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455394634192 140455923808155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30770] ppid=30743 vsize=13980164 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30749/task/30770/stat : 30770 (java) S 30743 30749 26744 0 -1 1077944384 497 0 0 0 1 0 0 0 20 0 15 0 120072184 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455393581296 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30772] ppid=30743 vsize=13980164 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30749/task/30772/stat : 30772 (java) R 30743 30749 26744 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 15 0 120072184 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455392528752 140455907275581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30775] ppid=30743 vsize=13980164 memory=139876448212608 CPUtime=0.06 cores=0,2,4,6
/proc/30749/task/30775/stat : 30775 (java) S 30743 30749 26744 0 -1 1077944384 439 0 0 0 6 0 0 0 20 0 15 0 120072184 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455391475696 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30777] ppid=30743 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30777/stat : 30777 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455390423392 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30778] ppid=30743 vsize=13980164 memory=139876448212608 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30778/stat : 30778 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072185 14315687936 11003 33554432000 4194304 4196468 140733081821840 140455389371440 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 44012 KiB

[startup+0.310519 s]*
/proc/loadavg: 1.04 1.31 1.45 4/218 30779
/proc/meminfo: memFree=26181860/32770624 swapFree=67108860/67108860
[pid=30749] ppid=30743 vsize=13980184 memory=51288 CPUtime=0.49 cores=0,2,4,6
/proc/30749/stat : 30749 (java) S 30743 30749 26744 0 -1 1077944320 10051 0 0 0 47 2 0 0 20 0 15 0 120072179 14315708416 12822 33554432000 4194304 4196468 140733081821840 140733081804384 140455923789559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
/proc/30749/statm: 3495046 12822 3719 1 0 3482761 0
[pid=30749/tid=30753] ppid=30743 vsize=13980184 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 7190 0 0 0 28 2 0 0 20 0 15 0 120072179 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455928019024 140455513823720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13980184 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13980184 memory=288370252599924352 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120072180 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13980184 memory=139876448212608 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120072181 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30765] ppid=30743 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30765/stat : 30765 (java) S 30743 30749 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120072182 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455396738720 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30767] ppid=30743 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30767/stat : 30767 (java) S 30743 30749 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120072182 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455395685616 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30768] ppid=30743 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30768/stat : 30768 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455394634192 140455923808155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30770] ppid=30743 vsize=13980184 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30749/task/30770/stat : 30770 (java) R 30743 30749 26744 0 -1 1077944384 734 0 0 0 5 0 0 0 20 0 15 0 120072184 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455393581296 140455923800706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30772] ppid=30743 vsize=13980184 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/30749/task/30772/stat : 30772 (java) R 30743 30749 26744 0 -1 1077944384 293 0 0 0 4 0 0 0 20 0 15 0 120072184 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455392528752 140455923800706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30775] ppid=30743 vsize=13980184 memory=139876448212608 CPUtime=0.09 cores=0,2,4,6
/proc/30749/task/30775/stat : 30775 (java) R 30743 30749 26744 0 -1 1077944384 453 0 0 0 9 0 0 0 20 0 15 0 120072184 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455391475696 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30777] ppid=30743 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30777/stat : 30777 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455390423392 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30778] ppid=30743 vsize=13980184 memory=139876448212608 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30778/stat : 30778 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072185 14315708416 12822 33554432000 4194304 4196468 140733081821840 140455389371440 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 51288 KiB

[startup+0.703785 s]
/proc/loadavg: 1.04 1.31 1.45 9/218 30779
/proc/meminfo: memFree=26157292/32770624 swapFree=67108860/67108860
[pid=30749] ppid=30743 vsize=13984280 memory=76156 CPUtime=1.25 cores=0,2,4,6
/proc/30749/stat : 30749 (java) S 30743 30749 26744 0 -1 1077944320 12075 0 0 0 120 5 0 0 20 0 15 0 120072179 14319902720 19039 33554432000 4194304 4196468 140733081821840 140733081804384 140455923789559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
/proc/30749/statm: 3496070 19039 3762 1 0 3483785 0
[pid=30749/tid=30753] ppid=30743 vsize=13984280 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 8319 0 0 0 64 3 0 0 20 0 15 0 120072179 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455928026000 140455923801494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13984280 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13984280 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13984280 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13984280 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120072180 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13984280 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120072181 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30765] ppid=30743 vsize=13984280 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30765/stat : 30765 (java) S 30743 30749 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120072182 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455396738720 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30767] ppid=30743 vsize=13984280 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30767/stat : 30767 (java) S 30743 30749 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120072182 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455395685616 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30768] ppid=30743 vsize=13984280 memory=1928 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30768/stat : 30768 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455394634192 140455923808155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30770] ppid=30743 vsize=13984280 memory=7302135314614015849 CPUtime=0.13 cores=0,2,4,6
/proc/30749/task/30770/stat : 30770 (java) S 30743 30749 26744 0 -1 1077944384 939 0 0 0 13 0 0 0 20 0 15 0 120072184 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455393581296 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30772] ppid=30743 vsize=13984280 memory=7595725831727968097 CPUtime=0.1 cores=0,2,4,6
/proc/30749/task/30772/stat : 30772 (java) S 30743 30749 26744 0 -1 1077944384 427 0 0 0 10 0 0 0 20 0 15 0 120072184 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455392528752 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30775] ppid=30743 vsize=13984280 memory=7881696724453321575 CPUtime=0.3 cores=0,2,4,6
/proc/30749/task/30775/stat : 30775 (java) R 30743 30749 26744 0 -1 4202560 1009 0 0 0 30 0 0 0 20 0 15 0 120072184 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455391475696 140455923801494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30777] ppid=30743 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30777/stat : 30777 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455390423392 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30778] ppid=30743 vsize=13984280 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30778/stat : 30778 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072185 14319902720 19039 33554432000 4194304 4196468 140733081821840 140455389371440 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 76156 KiB

[startup+1.50067 s]
/proc/loadavg: 1.04 1.31 1.45 9/218 30779
/proc/meminfo: memFree=26061352/32770624 swapFree=67108860/67108860
[pid=30749] ppid=30743 vsize=13986328 memory=159064 CPUtime=3.66 cores=0,2,4,6
/proc/30749/stat : 30749 (java) S 30743 30749 26744 0 -1 1077944320 29001 0 0 0 358 8 0 0 20 0 15 0 120072179 14321999872 39766 33554432000 4194304 4196468 140733081821840 140733081804384 140455923789559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
/proc/30749/statm: 3496582 39766 3781 1 0 3484297 0
[pid=30749/tid=30753] ppid=30743 vsize=13986328 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 10802 0 0 0 142 5 0 0 20 0 15 0 120072179 14321999872 39766 33554432000 4194304 4196468 140733081821840 140455928026752 140455520458735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13986328 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14321999872 39766 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13986328 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14321999872 39766 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13986328 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120072180 14321999872 39766 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13986328 memory=-7096649868621430206 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120072180 14321999872 39766 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13986328 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 120072181 14321999872 39766 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0

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

/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 76353 0 0 0 235524 52 0 0 20 0 15 0 120072179 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455928027952 140455520944741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13986328 memory=397556 CPUtime=15.87 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 11351 0 0 0 1510 77 0 0 20 0 15 0 120072180 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13986328 memory=393012 CPUtime=15.93 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 12259 0 0 0 1515 78 0 0 20 0 15 0 120072180 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13986328 memory=1428 CPUtime=15.85 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 12440 0 0 0 1511 74 0 0 20 0 15 0 120072180 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13986328 memory=392500 CPUtime=15.86 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 12100 0 0 0 1508 78 0 0 20 0 15 0 120072180 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13986328 memory=398580 CPUtime=7.71 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 19193 0 0 0 693 78 0 0 20 0 15 0 120072181 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30765] ppid=30743 vsize=13986328 memory=393012 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30765/stat : 30765 (java) S 30743 30749 26744 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 120072182 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455396738784 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30767] ppid=30743 vsize=13986328 memory=393012 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30767/stat : 30767 (java) S 30743 30749 26744 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 120072182 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455395685632 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30768] ppid=30743 vsize=13986328 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30768/stat : 30768 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455394634192 140455923808155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30770] ppid=30743 vsize=13986328 memory=33412 CPUtime=2.74 cores=0,2,4,6
/proc/30749/task/30770/stat : 30770 (java) S 30743 30749 26744 0 -1 1077944384 21313 0 0 0 272 2 0 0 20 0 15 0 120072184 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455393581296 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30772] ppid=30743 vsize=13986328 memory=392500 CPUtime=2.44 cores=0,2,4,6
/proc/30749/task/30772/stat : 30772 (java) S 30743 30749 26744 0 -1 1077944384 22332 0 0 0 242 2 0 0 20 0 15 0 120072184 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455392528752 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30775] ppid=30743 vsize=13986328 memory=393012 CPUtime=0.94 cores=0,2,4,6
/proc/30749/task/30775/stat : 30775 (java) S 30743 30749 26744 0 -1 1077944384 26863 0 0 0 91 3 0 0 20 0 15 0 120072184 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455391475696 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30777] ppid=30743 vsize=13986328 memory=401828 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30777/stat : 30777 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455390423392 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30778] ppid=30743 vsize=13986328 memory=2344 CPUtime=1.47 cores=0,2,4,6
/proc/30749/task/30778/stat : 30778 (java) S 30743 30749 26744 0 -1 1077944384 1102 0 0 0 64 83 0 0 20 0 15 0 120072185 14321999872 98125 33554432000 4194304 4196468 140733081821840 140455389371440 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
Current children cumulated CPU time: 2434.66 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 392500 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.31 1.34 4/215 30876
/proc/meminfo: memFree=25467916/32770624 swapFree=67108860/67108860
[pid=30749] ppid=30743 vsize=13986328 memory=490376 CPUtime=2495.8 cores=0,2,4,6
/proc/30749/stat : 30749 (java) S 30743 30749 26744 0 -1 1077944320 221045 0 0 0 249113 467 0 0 20 0 15 0 120072179 14321999872 122594 33554432000 4194304 4196468 140733081821840 140733081804384 140455923789559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
/proc/30749/statm: 3496582 122594 3861 1 0 3484297 0
[pid=30749/tid=30753] ppid=30743 vsize=13986328 memory=496016 CPUtime=2415.13 cores=0,2,4,6
/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 79054 0 0 0 241459 54 0 0 20 0 15 0 120072179 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455928028064 140455520950123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13986328 memory=502024 CPUtime=16.26 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 11664 0 0 0 1547 79 0 0 20 0 15 0 120072180 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13986328 memory=496016 CPUtime=16.31 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 12490 0 0 0 1552 79 0 0 20 0 15 0 120072180 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13986328 memory=495504 CPUtime=16.22 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 12693 0 0 0 1546 76 0 0 20 0 15 0 120072180 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13986328 memory=492940 CPUtime=16.24 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 12348 0 0 0 1545 79 0 0 20 0 15 0 120072180 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13986328 memory=499096 CPUtime=7.9 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 19453 0 0 0 710 80 0 0 20 0 15 0 120072181 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30765] ppid=30743 vsize=13986328 memory=492940 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30765/stat : 30765 (java) S 30743 30749 26744 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 120072182 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455396738784 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30767] ppid=30743 vsize=13986328 memory=492428 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30767/stat : 30767 (java) S 30743 30749 26744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 120072182 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455395685632 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30768] ppid=30743 vsize=13986328 memory=491400 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30768/stat : 30768 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455394634192 140455923808155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30770] ppid=30743 vsize=13986328 memory=490376 CPUtime=2.74 cores=0,2,4,6
/proc/30749/task/30770/stat : 30770 (java) S 30743 30749 26744 0 -1 1077944384 21425 0 0 0 272 2 0 0 20 0 15 0 120072184 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455393581296 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30772] ppid=30743 vsize=13986328 memory=490376 CPUtime=2.45 cores=0,2,4,6
/proc/30749/task/30772/stat : 30772 (java) S 30743 30749 26744 0 -1 1077944384 22500 0 0 0 243 2 0 0 20 0 15 0 120072184 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455392528752 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30775] ppid=30743 vsize=13986328 memory=4012 CPUtime=0.94 cores=0,2,4,6
/proc/30749/task/30775/stat : 30775 (java) S 30743 30749 26744 0 -1 1077944384 26865 0 0 0 91 3 0 0 20 0 15 0 120072184 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455391475696 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30777] ppid=30743 vsize=13986328 memory=490376 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30777/stat : 30777 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455390423392 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30778] ppid=30743 vsize=13986328 memory=2240 CPUtime=1.5 cores=0,2,4,6
/proc/30749/task/30778/stat : 30778 (java) S 30743 30749 26744 0 -1 1077944384 1112 0 0 0 65 85 0 0 20 0 15 0 120072185 14321999872 122594 33554432000 4194304 4196468 140733081821840 140455389371440 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
Current children cumulated CPU time: 2495.8 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 490376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.11 s]
/proc/loadavg: 1.58 1.37 1.35 4/215 30884
/proc/meminfo: memFree=25493800/32770624 swapFree=67108860/67108860
[pid=30749] ppid=30743 vsize=13986328 memory=472632 CPUtime=2520.08 cores=0,2,4,6
/proc/30749/stat : 30749 (java) S 30743 30749 26744 0 -1 1077944320 222184 0 0 0 251538 470 0 0 20 0 15 0 120072179 14321999872 118158 33554432000 4194304 4196468 140733081821840 140733081804384 140455923789559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
/proc/30749/statm: 3496582 118158 3861 1 0 3484297 0
[pid=30749/tid=30753] ppid=30743 vsize=13986328 memory=472632 CPUtime=2438.66 cores=0,2,4,6
/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 79447 0 0 0 243812 54 0 0 20 0 15 0 120072179 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455928028064 140455520230512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13986328 memory=474172 CPUtime=16.42 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 11910 0 0 0 1563 79 0 0 20 0 15 0 120072180 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13986328 memory=473144 CPUtime=16.48 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 12585 0 0 0 1568 80 0 0 20 0 15 0 120072180 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13986328 memory=473656 CPUtime=16.38 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 12798 0 0 0 1562 76 0 0 20 0 15 0 120072180 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13986328 memory=477548 CPUtime=16.41 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 12450 0 0 0 1561 80 0 0 20 0 15 0 120072180 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13986328 memory=484732 CPUtime=7.99 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 19632 0 0 0 718 81 0 0 20 0 15 0 120072181 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30765] ppid=30743 vsize=13986328 memory=477036 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30765/stat : 30765 (java) S 30743 30749 26744 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 120072182 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455396738784 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30767] ppid=30743 vsize=13986328 memory=474684 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30767/stat : 30767 (java) S 30743 30749 26744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 120072182 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455395685632 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30768] ppid=30743 vsize=13986328 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30768/stat : 30768 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455394634192 140455923808155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30770] ppid=30743 vsize=13986328 memory=6791534058613427641 CPUtime=2.74 cores=0,2,4,6
/proc/30749/task/30770/stat : 30770 (java) S 30743 30749 26744 0 -1 1077944384 21427 0 0 0 272 2 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455393581296 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30772] ppid=30743 vsize=13986328 memory=474684 CPUtime=2.45 cores=0,2,4,6
/proc/30749/task/30772/stat : 30772 (java) S 30743 30749 26744 0 -1 1077944384 22502 0 0 0 243 2 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455392528752 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30775] ppid=30743 vsize=13986328 memory=1792 CPUtime=0.94 cores=0,2,4,6
/proc/30749/task/30775/stat : 30775 (java) S 30743 30749 26744 0 -1 1077944384 26867 0 0 0 91 3 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455391475696 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30777] ppid=30743 vsize=13986328 memory=472632 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30777/stat : 30777 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455390423392 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30778] ppid=30743 vsize=13986328 memory=4012 CPUtime=1.52 cores=0,2,4,6
/proc/30749/task/30778/stat : 30778 (java) S 30743 30749 26744 0 -1 1077944384 1125 0 0 0 66 86 0 0 20 0 15 0 120072185 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455389371440 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 472632 KiB

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

[startup+2466.12 s]
# the end of solver process 30749 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.4 s, system=4.71325 s

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

[startup+2466.11 s]
/proc/loadavg: 1.58 1.37 1.35 4/215 30884
/proc/meminfo: memFree=25493800/32770624 swapFree=67108860/67108860
[pid=30749] ppid=30743 vsize=13986328 memory=472632 CPUtime=2520.08 cores=0,2,4,6
/proc/30749/stat : 30749 (java) S 30743 30749 26744 0 -1 1077944320 222184 0 0 0 251538 470 0 0 20 0 15 0 120072179 14321999872 118158 33554432000 4194304 4196468 140733081821840 140733081804384 140455923789559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
/proc/30749/statm: 3496582 118158 3861 1 0 3484297 0
[pid=30749/tid=30753] ppid=30743 vsize=13986328 memory=472632 CPUtime=2438.66 cores=0,2,4,6
/proc/30749/task/30753/stat : 30753 (java) R 30743 30749 26744 0 -1 4202560 79447 0 0 0 243812 54 0 0 20 0 15 0 120072179 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455928028064 140455520230512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30758] ppid=30743 vsize=13986328 memory=474172 CPUtime=16.42 cores=0,2,4,6
/proc/30749/task/30758/stat : 30758 (java) S 30743 30749 26744 0 -1 1077944384 11910 0 0 0 1563 79 0 0 20 0 15 0 120072180 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455838857744 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30759] ppid=30743 vsize=13986328 memory=473144 CPUtime=16.48 cores=0,2,4,6
/proc/30749/task/30759/stat : 30759 (java) S 30743 30749 26744 0 -1 1077944384 12585 0 0 0 1568 80 0 0 20 0 15 0 120072180 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455837805200 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30760] ppid=30743 vsize=13986328 memory=473656 CPUtime=16.38 cores=0,2,4,6
/proc/30749/task/30760/stat : 30760 (java) S 30743 30749 26744 0 -1 1077944384 12798 0 0 0 1562 76 0 0 20 0 15 0 120072180 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455836752144 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30761] ppid=30743 vsize=13986328 memory=477548 CPUtime=16.41 cores=0,2,4,6
/proc/30749/task/30761/stat : 30761 (java) S 30743 30749 26744 0 -1 1077944384 12450 0 0 0 1561 80 0 0 20 0 15 0 120072180 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455835699600 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30763] ppid=30743 vsize=13986328 memory=484732 CPUtime=7.99 cores=0,2,4,6
/proc/30749/task/30763/stat : 30763 (java) S 30743 30749 26744 0 -1 1077944384 19632 0 0 0 718 81 0 0 20 0 15 0 120072181 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455397792496 140455923800706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30765] ppid=30743 vsize=13986328 memory=477036 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30765/stat : 30765 (java) S 30743 30749 26744 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 120072182 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455396738784 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30767] ppid=30743 vsize=13986328 memory=474684 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30767/stat : 30767 (java) S 30743 30749 26744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 120072182 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455395685632 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30768] ppid=30743 vsize=13986328 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30768/stat : 30768 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455394634192 140455923808155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30770] ppid=30743 vsize=13986328 memory=6791534058613427641 CPUtime=2.74 cores=0,2,4,6
/proc/30749/task/30770/stat : 30770 (java) S 30743 30749 26744 0 -1 1077944384 21427 0 0 0 272 2 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455393581296 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30772] ppid=30743 vsize=13986328 memory=474684 CPUtime=2.45 cores=0,2,4,6
/proc/30749/task/30772/stat : 30772 (java) S 30743 30749 26744 0 -1 1077944384 22502 0 0 0 243 2 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455392528752 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30775] ppid=30743 vsize=13986328 memory=1792 CPUtime=0.94 cores=0,2,4,6
/proc/30749/task/30775/stat : 30775 (java) S 30743 30749 26744 0 -1 1077944384 26867 0 0 0 91 3 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455391475696 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30777] ppid=30743 vsize=13986328 memory=472632 CPUtime=0 cores=0,2,4,6
/proc/30749/task/30777/stat : 30777 (java) S 30743 30749 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120072184 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455390423392 140455923799765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
[pid=30749/tid=30778] ppid=30743 vsize=13986328 memory=4012 CPUtime=1.52 cores=0,2,4,6
/proc/30749/task/30778/stat : 30778 (java) S 30743 30749 26744 0 -1 1077944384 1125 0 0 0 66 86 0 0 20 0 15 0 120072185 14321999872 118158 33554432000 4194304 4196468 140733081821840 140455389371440 140455923800706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22155264 140733081826411 140733081826591 140733081826591 140733081829327 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 472632 KiB

Child status: 143
Real time (s): 2466.12
CPU time (s): 2520.11
CPU user time (s): 2515.4
CPU system time (s): 4.71325
CPU usage (%): 102.189
Max. virtual memory (cumulated for all children) (KiB): 13986328
Max. memory (cumulated for all children) (KiB): 1404708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.4
system time used= 4.71325
maximum resident set size= 1404708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 268947
involuntary context switches= 7944


# summary of solver processes directly reported to runsolver:
#   pid: 30749
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.4
#   total CPU system time (s): 4.71325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2518 second user time and 23.3761 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-16 09:39:07
IDJOB=4273179
IDBENCH=128351
IDSOLVER=2665
FILE ID=node105/4273179-1502870006
RUNJOBID= node105-1502869147-30717
PBS_JOBID= 20629853
Free space on /tmp= 60668 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-13-09.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273179-1502870006/watcher-4273179-1502870006 -o /tmp/evaluation-result-4273179-1502870006/solver-4273179-1502870006 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502869147-30717 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 529002898 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273179-1502870006.xml

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

MD5SUM BENCH= 19b417ad6dc2829e4bf67cafab0f775d
RANDOM SEED=529002898

node105.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.17
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.17
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.17
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.17
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:        26254152 kB
MemAvailable:   31973792 kB
Buffers:          255400 kB
Cached:          5736448 kB
SwapCached:            0 kB
Active:           907252 kB
Inactive:        5137024 kB
Active(anon):      55716 kB
Inactive(anon):    25060 kB
Active(file):     851536 kB
Inactive(file):  5111964 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84420 kB
Writeback:             0 kB
AnonPages:         58628 kB
Mapped:            46704 kB
Shmem:             25228 kB
Slab:             170144 kB
SReclaimable:     143952 kB
SUnreclaim:        26192 kB
KernelStack:        3168 kB
PageTables:         4852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60584 MiB
End job on node105 at 2017-08-16 10:20:13