Trace number 4273050

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)1129 2520.04 2475.4099

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-04.xml
MD5SUM7fb632312c7b7dee32941c0d30e198bb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1129
Best CPU time to get the best result obtained on this benchmark0.248129
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.22/0.41	c version: 2017-07-26
0.22/0.41	c seed: 1914565173
0.22/0.41	c timeout: 2520
0.22/0.41	c memlimit: 11000
0.22/0.41	c nbcore: 4
0.38/0.44	c Parsing instance...
0.86/0.78	c Parsing done, starting search...
1.00/0.80	o 0
1.00/0.86	o 854
2.09/1.25	o 938
2.09/1.25	o 966
2.09/1.28	o 1003
2.73/1.47	o 1007
2.96/1.56	o 1010
2.96/1.56	o 1012
3.47/1.91	o 1031
3.47/1.91	o 1052
3.59/2.02	o 1057
3.59/2.03	o 1091
4.86/3.27	o 1097
5.33/3.66	o 1100
6.05/4.36	o 1108
6.35/4.68	o 1129
2520.02/2475.40	s SATISFIABLE
2520.02/2475.40	v <instantiation>
2520.02/2475.40	v 	<list>
2520.02/2475.40	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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
2520.02/2475.40	v 	</list>
2520.02/2475.40	v 	<values>
2520.02/2475.40	v 		1 1 1 0 0 0 1 0 1 1 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 1 
2520.02/2475.40	v 	</values>
2520.02/2475.40	v </instantiation>

Verifier Data

OK	1129

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273050-1502876014/watcher-4273050-1502876014 -o /tmp/evaluation-result-4273050-1502876014/solver-4273050-1502876014 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502875181-32538 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1914565173 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273050-1502876014.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=32568, runsolver pid=32561
Current StackSize limit: 8192 KiB


[startup+0.100199 s]*
/proc/loadavg: 1.00 1.12 1.49 4/197 32581
/proc/meminfo: memFree=31494184/32770624 swapFree=67108764/67108860
[pid=32568] ppid=32561 vsize=13573664 memory=16960 CPUtime=0.02 cores=0,2,4,6
/proc/32568/stat : 32568 (java) S 32561 32568 4674 0 -1 1077944320 4147 0 0 0 2 0 0 0 20 0 9 0 135108075 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 140729520028416 139686505799415 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
/proc/32568/statm: 3393416 4240 2100 1 0 3382913 0
[pid=32568/tid=32570] ppid=32561 vsize=13573664 memory=7077796292425249400 CPUtime=0.02 cores=0,2,4,6
/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 2777 0 0 0 2 0 0 0 20 0 9 0 135108083 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 139686510040520 139686505821341 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 135108084 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13573664 memory=139675326723712 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 135108084 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 135108084 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 135108084 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13573664 memory=139675326723712 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 135108085 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 135108085 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 139685983118368 139686505809621 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 135108086 13899431936 4240 18446744073709551615 4194304 4196468 140729520045872 139685982065584 139686505809621 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 16960 KiB

[startup+0.209748 s]*
/proc/loadavg: 1.00 1.12 1.49 3/212 32596
/proc/meminfo: memFree=31475348/32770624 swapFree=67108764/67108860
[pid=32568] ppid=32561 vsize=13976388 memory=24252 CPUtime=0.06 cores=0,2,4,6
/proc/32568/stat : 32568 (java) S 32561 32568 4674 0 -1 1077944320 5551 0 0 0 5 1 0 0 20 0 15 0 135108075 14311821312 6063 18446744073709551615 4194304 4196468 140729520045872 140729520028416 139686505799415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
/proc/32568/statm: 3494097 6063 2991 1 0 3482876 0
[pid=32568/tid=32570] ppid=32561 vsize=13976388 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 3677 0 0 0 4 0 0 0 20 0 15 0 135108083 14311821312 6063 18446744073709551615 4194304 4196468 140729520045872 139686510041696 139686466781046 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13976388 memory=329 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14311821312 6063 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13976388 memory=139675326752734 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14311821312 6063 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135108084 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13976388 memory=139675326723712 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135108085 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135108085 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139685983118368 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135108086 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139685982065520 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32590] ppid=32561 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32590/stat : 32590 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139685981013840 139686505818011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32591] ppid=32561 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32591/stat : 32591 (java) S 32561 32568 4674 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 135108088 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139685979962224 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32592] ppid=32561 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32592/stat : 32592 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108088 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139685978909424 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32593] ppid=32561 vsize=13976388 memory=139675326723712 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32593/stat : 32593 (java) S 32561 32568 4674 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 15 0 135108088 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139685977856624 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32595] ppid=32561 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32595/stat : 32595 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14311821312 6129 18446744073709551615 4194304 4196468 140729520045872 139685976804064 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32597] ppid=32561 vsize=13976388 memory=139675326723712 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32597/stat : 32597 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108097 14311821312 6195 18446744073709551615 4194304 4196468 140729520045872 139685975751344 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13976388 KiB
Current children cumulated memory: 24252 KiB

[startup+0.315211 s]*
/proc/loadavg: 1.00 1.12 1.49 4/213 32597
/proc/meminfo: memFree=31455512/32770624 swapFree=67108764/67108860
[pid=32568] ppid=32561 vsize=13975920 memory=39464 CPUtime=0.22 cores=0,2,4,6
/proc/32568/stat : 32568 (java) S 32561 32568 4674 0 -1 1077944320 10162 0 0 0 20 2 0 0 20 0 15 0 135108075 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 140729520028416 139686505799415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
/proc/32568/statm: 3493980 9866 3495 1 0 3482759 0
[pid=32568/tid=32570] ppid=32561 vsize=13975920 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 7896 0 0 0 14 1 0 0 20 0 15 0 135108083 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139686510026688 139686489879902 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135108084 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 135108085 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135108085 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685983118368 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135108086 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685982065520 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32590] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32590/stat : 32590 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685981013840 139686505818011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32591] ppid=32561 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32568/task/32591/stat : 32591 (java) S 32561 32568 4674 0 -1 1077944384 452 0 0 0 1 0 0 0 20 0 15 0 135108088 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685979962224 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32592] ppid=32561 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32568/task/32592/stat : 32592 (java) S 32561 32568 4674 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 135108088 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685978909424 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32593] ppid=32561 vsize=13975920 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/32568/task/32593/stat : 32593 (java) S 32561 32568 4674 0 -1 1077944384 388 0 0 0 4 0 0 0 20 0 15 0 135108088 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685977856624 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32595] ppid=32561 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32595/stat : 32595 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685976804064 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32597] ppid=32561 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32597/stat : 32597 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108097 14311342080 9866 18446744073709551615 4194304 4196468 140729520045872 139685975751344 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39464 KiB

[startup+0.700789 s]
/proc/loadavg: 1.00 1.12 1.49 5/213 32597
/proc/meminfo: memFree=31429164/32770624 swapFree=67108764/67108860
[pid=32568] ppid=32561 vsize=13977988 memory=66572 CPUtime=0.86 cores=0,2,4,6
/proc/32568/stat : 32568 (java) S 32561 32568 4674 0 -1 1077944320 13875 0 0 0 81 5 0 0 20 0 15 0 135108075 14313459712 16643 18446744073709551615 4194304 4196468 140729520045872 140729520028416 139686505799415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
/proc/32568/statm: 3494497 16643 3719 1 0 3483271 0
[pid=32568/tid=32570] ppid=32561 vsize=13977988 memory=7 CPUtime=0.52 cores=0,2,4,6
/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 10633 0 0 0 49 3 0 0 20 0 15 0 135108083 14313459712 16643 18446744073709551615 4194304 4196468 140729520045872 139686510020416 139686505821341 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13977988 memory=212 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108084 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13977988 memory=1 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 135108084 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 135108085 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 135108085 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685983118368 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 135108086 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685982065520 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32590] ppid=32561 vsize=13977988 memory=31 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32590/stat : 32590 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685981013840 139686505818011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32591] ppid=32561 vsize=13977988 memory=229 CPUtime=0.06 cores=0,2,4,6
/proc/32568/task/32591/stat : 32591 (java) S 32561 32568 4674 0 -1 1077944384 679 0 0 0 6 0 0 0 20 0 15 0 135108088 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685979962224 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32592] ppid=32561 vsize=13977988 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32568/task/32592/stat : 32592 (java) S 32561 32568 4674 0 -1 1077944384 555 0 0 0 10 0 0 0 20 0 15 0 135108088 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685978909424 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32593] ppid=32561 vsize=13977988 memory=6498285520082 CPUtime=0.14 cores=0,2,4,6
/proc/32568/task/32593/stat : 32593 (java) S 32561 32568 4674 0 -1 1077944384 626 0 0 0 14 0 0 0 20 0 15 0 135108088 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685977856624 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32595] ppid=32561 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32595/stat : 32595 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685976804064 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32597] ppid=32561 vsize=13977988 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32597/stat : 32597 (java) S 32561 32568 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 135108097 14313459712 16658 18446744073709551615 4194304 4196468 140729520045872 139685975751344 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66572 KiB

[startup+1.50081 s]
/proc/loadavg: 1.00 1.12 1.49 6/213 32597
/proc/meminfo: memFree=31355712/32770624 swapFree=67108764/67108860
[pid=32568] ppid=32561 vsize=13980036 memory=199128 CPUtime=2.96 cores=0,2,4,6
/proc/32568/stat : 32568 (java) S 32561 32568 4674 0 -1 1077944320 25251 0 0 0 287 9 0 0 20 0 15 0 135108075 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 140729520028416 139686505799415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
/proc/32568/statm: 3495009 49782 3789 1 0 3483783 0
[pid=32568/tid=32570] ppid=32561 vsize=13980036 memory=6656426216303648864 CPUtime=1.31 cores=0,2,4,6
/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 15212 0 0 0 124 7 0 0 20 0 15 0 135108083 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139686510037648 139686113678456 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13980036 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 15 0 135108084 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13980036 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108084 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13980036 memory=148 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 135108084 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13980036 memory=12874 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 135108084 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13980036 memory=21491 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 135108085 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 135108085 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139685983118368 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 135108086 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139685982065520 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32590] ppid=32561 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32590/stat : 32590 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139685981013840 139686505818011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32591] ppid=32561 vsize=13980036 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/32568/task/32591/stat : 32591 (java) S 32561 32568 4674 0 -1 1077944384 2627 0 0 0 57 1 0 0 20 0 15 0 135108088 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139685979962224 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32592] ppid=32561 vsize=13980036 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/32568/task/32592/stat : 32592 (java) S 32561 32568 4674 0 -1 1077944384 2395 0 0 0 61 0 0 0 20 0 15 0 135108088 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139685978909424 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32593] ppid=32561 vsize=13980036 memory=43 CPUtime=0.41 cores=0,2,4,6
/proc/32568/task/32593/stat : 32593 (java) S 32561 32568 4674 0 -1 1077944384 2879 0 0 0 41 0 0 0 20 0 15 0 135108088 14315556864 49782 18446744073709551615 4194304 4196468 140729520045872 139685977856624 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0

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

/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 75376 0 0 0 229362 57 0 0 20 0 15 0 135108083 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139686510037712 139686115617831 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13982084 memory=956 CPUtime=13.52 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 7439 0 0 0 1281 71 0 0 20 0 15 0 135108084 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13982084 memory=1279028 CPUtime=13.53 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 7458 0 0 0 1284 69 0 0 20 0 15 0 135108084 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13982084 memory=1279028 CPUtime=13.54 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 7967 0 0 0 1286 68 0 0 20 0 15 0 135108084 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13982084 memory=1279028 CPUtime=13.49 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 7813 0 0 0 1283 66 0 0 20 0 15 0 135108084 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13982084 memory=0 CPUtime=10.4 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 10519 0 0 0 964 76 0 0 20 0 15 0 135108085 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13982084 memory=1279028 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135108085 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685983118432 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13982084 memory=1279028 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 135108086 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685982065536 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32590] ppid=32561 vsize=13982084 memory=1279028 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32590/stat : 32590 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685981013840 139686505818011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32591] ppid=32561 vsize=13982084 memory=1279028 CPUtime=1.26 cores=0,2,4,6
/proc/32568/task/32591/stat : 32591 (java) S 32561 32568 4674 0 -1 1077944384 13705 0 0 0 124 2 0 0 20 0 15 0 135108088 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685979962224 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32592] ppid=32561 vsize=13982084 memory=144 CPUtime=1.95 cores=0,2,4,6
/proc/32568/task/32592/stat : 32592 (java) S 32561 32568 4674 0 -1 1077944384 18575 0 0 0 194 1 0 0 20 0 15 0 135108088 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685978909424 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32593] ppid=32561 vsize=13982084 memory=1279028 CPUtime=0.57 cores=0,2,4,6
/proc/32568/task/32593/stat : 32593 (java) S 32561 32568 4674 0 -1 1077944384 15682 0 0 0 55 2 0 0 20 0 15 0 135108088 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685977856624 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32595] ppid=32561 vsize=13982084 memory=1279028 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32595/stat : 32595 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685976804064 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32597] ppid=32561 vsize=13982084 memory=4148 CPUtime=1.46 cores=0,2,4,6
/proc/32568/task/32597/stat : 32597 (java) S 32561 32568 4674 0 -1 1077944384 1223 0 0 0 73 73 0 0 20 0 15 0 135108097 14317654016 319757 18446744073709551615 4194304 4196468 140729520045872 139685975751344 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
Current children cumulated CPU time: 2364.01 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1279028 KiB

[startup+2382.3 s]
/proc/loadavg: 1.32 1.35 1.38 4/212 32749
/proc/meminfo: memFree=28942792/32770624 swapFree=67108764/67108860
[pid=32568] ppid=32561 vsize=13982084 memory=1287220 CPUtime=2425.16 cores=0,2,4,6
/proc/32568/stat : 32568 (java) S 32561 32568 4674 0 -1 1077944320 169712 0 0 0 242113 403 0 0 20 0 15 0 135108075 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 140729520028416 139686505799415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
/proc/32568/statm: 3495521 321805 3811 1 0 3484295 0
[pid=32568/tid=32570] ppid=32561 vsize=13982084 memory=1287220 CPUtime=2353.47 cores=0,2,4,6
/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 76490 0 0 0 235289 58 0 0 20 0 15 0 135108083 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139686510037712 139686115618104 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13982084 memory=1287220 CPUtime=13.92 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 7554 0 0 0 1320 72 0 0 20 0 15 0 135108084 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13982084 memory=0 CPUtime=13.92 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 7705 0 0 0 1322 70 0 0 20 0 15 0 135108084 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13982084 memory=1285172 CPUtime=13.94 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 8135 0 0 0 1324 70 0 0 20 0 15 0 135108084 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13982084 memory=1287220 CPUtime=13.88 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 8050 0 0 0 1320 68 0 0 20 0 15 0 135108084 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13982084 memory=1287220 CPUtime=10.61 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 10701 0 0 0 984 77 0 0 20 0 15 0 135108085 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13982084 memory=1373 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135108085 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685983118432 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 135108086 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685982065536 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32590] ppid=32561 vsize=13982084 memory=1287220 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32590/stat : 32590 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685981013840 139686505818011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32591] ppid=32561 vsize=13982084 memory=1796 CPUtime=1.26 cores=0,2,4,6
/proc/32568/task/32591/stat : 32591 (java) S 32561 32568 4674 0 -1 1077944384 13798 0 0 0 124 2 0 0 20 0 15 0 135108088 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685979962224 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32592] ppid=32561 vsize=13982084 memory=1283124 CPUtime=1.97 cores=0,2,4,6
/proc/32568/task/32592/stat : 32592 (java) S 32561 32568 4674 0 -1 1077944384 18908 0 0 0 196 1 0 0 20 0 15 0 135108088 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685978909424 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32593] ppid=32561 vsize=13982084 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/32568/task/32593/stat : 32593 (java) S 32561 32568 4674 0 -1 1077944384 15684 0 0 0 55 2 0 0 20 0 15 0 135108088 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685977856624 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32595] ppid=32561 vsize=13982084 memory=1287220 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32595/stat : 32595 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685976804064 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32597] ppid=32561 vsize=13982084 memory=1287220 CPUtime=1.5 cores=0,2,4,6
/proc/32568/task/32597/stat : 32597 (java) S 32561 32568 4674 0 -1 1077944384 1238 0 0 0 75 75 0 0 20 0 15 0 135108097 14317654016 321805 18446744073709551615 4194304 4196468 140729520045872 139685975751344 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
Current children cumulated CPU time: 2425.16 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1287220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.36 1.39 4/215 32765
/proc/meminfo: memFree=28921888/32770624 swapFree=67108764/67108860
[pid=32568] ppid=32561 vsize=13982084 memory=1295412 CPUtime=2486.26 cores=0,2,4,6
/proc/32568/stat : 32568 (java) S 32561 32568 4674 0 -1 1077944320 172343 0 0 0 248215 411 0 0 20 0 15 0 135108075 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 140729520028416 139686505799415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
/proc/32568/statm: 3495521 323853 3811 1 0 3484295 0
[pid=32568/tid=32570] ppid=32561 vsize=13982084 memory=1295412 CPUtime=2412.75 cores=0,2,4,6
/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 77701 0 0 0 241216 59 0 0 20 0 15 0 135108083 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139686510037904 139686113692528 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13982084 memory=1293364 CPUtime=14.31 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 7891 0 0 0 1357 74 0 0 20 0 15 0 135108084 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13982084 memory=1293364 CPUtime=14.3 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 7895 0 0 0 1359 71 0 0 20 0 15 0 135108084 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13982084 memory=1295412 CPUtime=14.33 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 8230 0 0 0 1362 71 0 0 20 0 15 0 135108084 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13982084 memory=1295412 CPUtime=14.27 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 8234 0 0 0 1358 69 0 0 20 0 15 0 135108084 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13982084 memory=1295412 CPUtime=10.82 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 10881 0 0 0 1003 79 0 0 20 0 15 0 135108085 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13982084 memory=3461501666855127849 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135108085 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685983118432 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13982084 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 135108086 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685982065536 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32590] ppid=32561 vsize=13982084 memory=2320 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32590/stat : 32590 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685981013840 139686505818011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32591] ppid=32561 vsize=13982084 memory=1295412 CPUtime=1.29 cores=0,2,4,6
/proc/32568/task/32591/stat : 32591 (java) S 32561 32568 4674 0 -1 1077944384 14212 0 0 0 127 2 0 0 20 0 15 0 135108088 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685979962224 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32592] ppid=32561 vsize=13982084 memory=1295412 CPUtime=1.98 cores=0,2,4,6
/proc/32568/task/32592/stat : 32592 (java) S 32561 32568 4674 0 -1 1077944384 18911 0 0 0 197 1 0 0 20 0 15 0 135108088 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685978909424 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32593] ppid=32561 vsize=13982084 memory=65884 CPUtime=0.57 cores=0,2,4,6
/proc/32568/task/32593/stat : 32593 (java) S 32561 32568 4674 0 -1 1077944384 15686 0 0 0 55 2 0 0 20 0 15 0 135108088 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685977856624 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32595] ppid=32561 vsize=13982084 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32595/stat : 32595 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685976804064 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32597] ppid=32561 vsize=13982084 memory=1295412 CPUtime=1.53 cores=0,2,4,6
/proc/32568/task/32597/stat : 32597 (java) S 32561 32568 4674 0 -1 1077944384 1253 0 0 0 76 77 0 0 20 0 15 0 135108097 14317654016 323853 18446744073709551615 4194304 4196468 140729520045872 139685975751344 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
Current children cumulated CPU time: 2486.26 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1295412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.4 s]
/proc/loadavg: 1.45 1.38 1.40 3/216 384
/proc/meminfo: memFree=30193592/32770624 swapFree=67108764/67108860
[pid=32568] ppid=32561 vsize=13982084 memory=1299508 CPUtime=2520.02 cores=0,2,4,6
/proc/32568/stat : 32568 (java) S 32561 32568 4674 0 -1 1077944320 174367 0 0 0 251586 416 0 0 20 0 15 0 135108075 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 140729520028416 139686505799415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
/proc/32568/statm: 3495521 324877 3811 1 0 3484295 0
[pid=32568/tid=32570] ppid=32561 vsize=13982084 memory=196 CPUtime=2445.44 cores=0,2,4,6
/proc/32568/task/32570/stat : 32570 (java) R 32561 32568 4674 0 -1 4202560 78397 0 0 0 244485 59 0 0 20 0 15 0 135108083 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139686510037392 139686115617786 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32572] ppid=32561 vsize=13982084 memory=412 CPUtime=14.54 cores=0,2,4,6
/proc/32568/task/32572/stat : 32572 (java) S 32561 32568 4674 0 -1 1077944384 8142 0 0 0 1379 75 0 0 20 0 15 0 135108084 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139686440234128 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32573] ppid=32561 vsize=13982084 memory=65884 CPUtime=14.53 cores=0,2,4,6
/proc/32568/task/32573/stat : 32573 (java) S 32561 32568 4674 0 -1 1077944384 8197 0 0 0 1381 72 0 0 20 0 15 0 135108084 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139686439181328 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32575] ppid=32561 vsize=13982084 memory=1296 CPUtime=14.56 cores=0,2,4,6
/proc/32568/task/32575/stat : 32575 (java) S 32561 32568 4674 0 -1 1077944384 8381 0 0 0 1384 72 0 0 20 0 15 0 135108084 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139686438128528 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32576] ppid=32561 vsize=13982084 memory=2320 CPUtime=14.5 cores=0,2,4,6
/proc/32568/task/32576/stat : 32576 (java) S 32561 32568 4674 0 -1 1077944384 8375 0 0 0 1380 70 0 0 20 0 15 0 135108084 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139686437075728 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32580] ppid=32561 vsize=13982084 memory=1724 CPUtime=10.94 cores=0,2,4,6
/proc/32568/task/32580/stat : 32580 (java) S 32561 32568 4674 0 -1 1077944384 11056 0 0 0 1015 79 0 0 20 0 15 0 135108085 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685984172400 139686505810562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32582] ppid=32561 vsize=13982084 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32582/stat : 32582 (java) S 32561 32568 4674 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 135108085 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685983118432 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32584] ppid=32561 vsize=13982084 memory=11064 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32584/stat : 32584 (java) S 32561 32568 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 135108086 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685982065536 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32590] ppid=32561 vsize=13982084 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32590/stat : 32590 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685981013840 139686505818011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32591] ppid=32561 vsize=13982084 memory=5712 CPUtime=1.29 cores=0,2,4,6
/proc/32568/task/32591/stat : 32591 (java) S 32561 32568 4674 0 -1 1077944384 14214 0 0 0 127 2 0 0 20 0 15 0 135108088 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685979962224 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32592] ppid=32561 vsize=13982084 memory=796 CPUtime=1.98 cores=0,2,4,6
/proc/32568/task/32592/stat : 32592 (java) S 32561 32568 4674 0 -1 1077944384 19136 0 0 0 197 1 0 0 20 0 15 0 135108088 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685978909424 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32593] ppid=32561 vsize=13982084 memory=984 CPUtime=0.57 cores=0,2,4,6
/proc/32568/task/32593/stat : 32593 (java) S 32561 32568 4674 0 -1 1077944384 15752 0 0 0 55 2 0 0 20 0 15 0 135108088 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685977856624 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32595] ppid=32561 vsize=13982084 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/32568/task/32595/stat : 32595 (java) S 32561 32568 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 135108088 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685976804064 139686505809621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
[pid=32568/tid=32597] ppid=32561 vsize=13982084 memory=4572 CPUtime=1.56 cores=0,2,4,6
/proc/32568/task/32597/stat : 32597 (java) S 32561 32568 4674 0 -1 1077944384 1268 0 0 0 77 79 0 0 20 0 15 0 135108097 14317654016 324877 18446744073709551615 4194304 4196468 140729520045872 139685975751344 139686505810562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20074496 140729520050548 140729520050729 140729520050729 140729520054223 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1299508 KiB

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

[startup+2475.41 s]
# the end of solver process 32568 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.87 s, system=4.17231 s

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

Child status: 143
Real time (s): 2475.41
CPU time (s): 2520.04
CPU user time (s): 2515.87
CPU system time (s): 4.17231
CPU usage (%): 101.803
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 1299508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.87
system time used= 4.17231
maximum resident set size= 1299948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174556
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 362981
involuntary context switches= 10663


# summary of solver processes directly reported to runsolver:
#   pid: 32568
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2515.87
#   total CPU system time (s): 4.17231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9147 second user time and 24.0863 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-16 11:19:42
IDJOB=4273050
IDBENCH=133470
IDSOLVER=2665
FILE ID=node134/4273050-1502876014
RUNJOBID= node134-1502875181-32538
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-04.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-4273050-1502876014/watcher-4273050-1502876014 -o /tmp/evaluation-result-4273050-1502876014/solver-4273050-1502876014 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502875181-32538 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1914565173 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273050-1502876014.xml

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

MD5SUM BENCH= 7fb632312c7b7dee32941c0d30e198bb
RANDOM SEED=1914565173

node134.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.43
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.43
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.43
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.43
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:        31515376 kB
MemAvailable:   31962224 kB
Buffers:          294236 kB
Cached:           455720 kB
SwapCached:            4 kB
Active:           532636 kB
Inactive:         274040 kB
Active(anon):       4044 kB
Inactive(anon):   102648 kB
Active(file):     528592 kB
Inactive(file):   171392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:             84424 kB
Writeback:             0 kB
AnonPages:         57168 kB
Mapped:            62248 kB
Shmem:             49756 kB
Slab:             151988 kB
SReclaimable:     125396 kB
SUnreclaim:        26592 kB
KernelStack:        3152 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     322924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node134 at 2017-08-16 12:00:58