Trace number 4307669

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2018-08-14SAT 2477.3 2441.64

General information on the benchmark

NameStripPacking/
StripPacking-1b_c18.xml
MD5SUM1d962658b6cfa8354278e550b215e9b2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.636192
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints31
Number of domains12
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":15,"count":20}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":10},{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":40,"count":1}]
Number of extensional constraints10
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":20},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.75/1.50	c version: 2018-08-14
0.75/1.50	c seed: 714878160
0.75/1.50	c timeout: 2520
0.75/1.50	c memlimit: 11000
0.75/1.50	c nbcore: 4
0.77/1.65	c Parsing instance...
1.61/2.26	c Parsing done, starting search...
2477.25/2441.62	s SATISFIABLE
2477.25/2441.62	v <instantiation>
2477.25/2441.62	v 	<list>
2477.25/2441.62	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9]
2477.25/2441.62	v 	</list>
2477.25/2441.62	v 	<values>
2477.25/2441.62	v 		7 12 7 0 0 8 0 5 5 5 0 9 9 0 12 6 5 0 6 8 8 3 5 5 12 7 5 2 3 2 6 6 3 5 3 3 7 6 2 4 0 0 1 1 1 1 0 0 0 1 
2477.25/2441.62	v 	</values>
2477.25/2441.62	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307669-1534258054/watcher-4307669-1534258054 -o /tmp/evaluation-result-4307669-1534258054/solver-4307669-1534258054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534258054-30401 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 714878160 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307669-1534258054.xml 

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

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

solver pid=30429, runsolver pid=30424

[startup+0.100148 s]*
/proc/loadavg: 0.16 0.05 0.06 2/193 30432
/proc/meminfo: memFree=24660736/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=10648 memory=600 CPUtime=0 cores=1,3,5,7
/proc/30429/stat : 30429 (java) D 30424 30429 30369 0 -1 1077944320 328 0 0 0 0 0 0 0 20 0 1 0 243368764 10903552 150 33554432000 4194304 4196468 140733446803104 140733446781304 139746657131024 0 0 4096 0 18446744072101809700 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 2662 150 119 1 0 84 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 10648 KiB
Current children cumulated memory: 600 KiB

[startup+0.209516 s]*
/proc/loadavg: 0.16 0.05 0.06 1/195 30434
/proc/meminfo: memFree=24658504/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=100808 memory=4840 CPUtime=0 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 1415 0 0 0 0 0 0 0 20 0 2 0 243368764 103227392 1210 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 25202 1210 892 1 0 16800 0
[pid=30429/tid=30433] ppid=30424 vsize=100808 memory=7022364594140610616 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) D 30424 30429 30369 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 2 0 243368780 103227392 1210 33554432000 4194304 4196468 140733446803104 139746668686712 139746666727111 0 0 4096 0 18446744072101809700 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 100808 KiB
Current children cumulated memory: 4840 KiB

[startup+0.309712 s]*
/proc/loadavg: 0.16 0.05 0.06 2/195 30434
/proc/meminfo: memFree=24658504/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=111596 memory=5608 CPUtime=0 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 1653 0 0 0 0 0 0 0 20 0 2 0 243368764 114274304 1402 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 27899 1402 1062 1 0 16810 0
[pid=30429/tid=30433] ppid=30424 vsize=111596 memory=7022364594140610616 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) D 30424 30429 30369 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 2 0 243368780 114274304 1402 33554432000 4194304 4196468 140733446803104 139746668691688 139746657129845 0 4 0 16784584 18446744072101809700 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 111596 KiB
Current children cumulated memory: 5608 KiB

[startup+0.700567 s]
/proc/loadavg: 0.16 0.05 0.06 2/209 30448
/proc/meminfo: memFree=24642472/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=14082736 memory=23772 CPUtime=0.08 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 5913 0 0 0 7 1 0 0 20 0 15 0 243368764 14420721664 5943 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 3520684 5943 3106 1 0 3482761 0
[pid=30429/tid=30433] ppid=30424 vsize=14082736 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) D 30424 30429 30369 0 -1 1077944384 4007 0 0 0 6 0 0 0 20 0 15 0 243368780 14420721664 5943 33554432000 4194304 4196468 140733446803104 139746668677520 139746664475709 0 4 0 16800975 18446744072101809700 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30435] ppid=30424 vsize=14082736 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30435/stat : 30435 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 5943 33554432000 4194304 4196468 140733446803104 139746627557904 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30436] ppid=30424 vsize=14082736 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30436/stat : 30436 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 5943 33554432000 4194304 4196468 140733446803104 139746259167888 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30437] ppid=30424 vsize=14082736 memory=-7025448733113094249 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30437/stat : 30437 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 5943 33554432000 4194304 4196468 140733446803104 139746258114832 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30438] ppid=30424 vsize=14082736 memory=4216 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30438/stat : 30438 (java) S 30424 30429 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 5943 33554432000 4194304 4196468 140733446803104 139746257062288 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30443] ppid=30424 vsize=14082736 memory=752 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30443/stat : 30443 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368807 14420721664 5943 33554432000 4194304 4196468 140733446803104 139745846110960 139746664462978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30445] ppid=30424 vsize=14082736 memory=3732 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30445/stat : 30445 (java) S 30424 30429 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 5943 33554432000 4194304 4196468 140733446803104 139745845057184 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30446] ppid=30424 vsize=14082736 memory=1276 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30446/stat : 30446 (java) S 30424 30429 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 5943 33554432000 4194304 4196468 140733446803104 139745844004080 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 23772 KiB

[startup+1.5007 s]
/proc/loadavg: 0.16 0.05 0.06 5/221 30460
/proc/meminfo: memFree=24587396/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=14082736 memory=77664 CPUtime=0.75 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 16254 0 0 0 71 4 0 0 20 0 15 0 243368764 14420721664 19416 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 3520684 19416 3382 1 0 3482761 0
[pid=30429/tid=30433] ppid=30424 vsize=14082736 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) R 30424 30429 30369 0 -1 4202560 13864 0 0 0 51 2 0 0 20 0 15 0 243368780 14420721664 19416 33554432000 4194304 4196468 140733446803104 139746668666208 139746648532318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30435] ppid=30424 vsize=14082736 memory=140284115437825 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30435/stat : 30435 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19416 33554432000 4194304 4196468 140733446803104 139746627557904 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30436] ppid=30424 vsize=14082736 memory=6592774800616 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30436/stat : 30436 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19416 33554432000 4194304 4196468 140733446803104 139746259167888 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30437] ppid=30424 vsize=14082736 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30437/stat : 30437 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19416 33554432000 4194304 4196468 140733446803104 139746258114832 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30438] ppid=30424 vsize=14082736 memory=15538518206188108 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30438/stat : 30438 (java) S 30424 30429 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14420721664 19416 33554432000 4194304 4196468 140733446803104 139746257062288 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30443] ppid=30424 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30443/stat : 30443 (java) S 30424 30429 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368807 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745846110960 139746664462978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30445] ppid=30424 vsize=14082736 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30445/stat : 30445 (java) S 30424 30429 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745845057184 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30446] ppid=30424 vsize=14082736 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30446/stat : 30446 (java) S 30424 30429 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368808 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745844004080 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30449] ppid=30424 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30449/stat : 30449 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745842952656 139746664470427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30450] ppid=30424 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30429/task/30450/stat : 30450 (java) S 30424 30429 30369 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 15 0 243368826 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745841899760 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30451] ppid=30424 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30429/task/30451/stat : 30451 (java) R 30424 30429 30369 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 15 0 243368826 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745840847216 139746644918267 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30452] ppid=30424 vsize=14082736 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/30429/task/30452/stat : 30452 (java) S 30424 30429 30369 0 -1 1077944384 380 0 0 0 11 0 0 0 20 0 15 0 243368826 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745839794160 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30457] ppid=30424 vsize=14082736 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30457/stat : 30457 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745838741856 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30459] ppid=30424 vsize=14082736 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30459/stat : 30459 (java) S 30424 30429 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368829 14420721664 19416 33554432000 4194304 4196468 140733446803104 139745837689904 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 77664 KiB

[startup+3.11084 s]
/proc/loadavg: 0.16 0.05 0.06 6/220 30490
/proc/meminfo: memFree=24470636/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=14090948 memory=202076 CPUtime=4.17 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 26856 0 0 0 408 9 0 0 20 0 15 0 243368764 14429130752 50514 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 3522737 50514 3551 1 0 3484809 0
[pid=30429/tid=30433] ppid=30424 vsize=14090948 memory=280567933474856 CPUtime=1.89 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) R 30424 30429 30369 0 -1 4202560 19156 0 0 0 184 5 0 0 20 0 15 0 243368780 14429130752 50519 33554432000 4194304 4196468 140733446803104 139746668687912 139746305675731 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30435] ppid=30424 vsize=14090948 memory=132866558135018 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30435/stat : 30435 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14429130752 50519 33554432000 4194304 4196468 140733446803104 139746627557904 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30436] ppid=30424 vsize=14090948 memory=132866558135018 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30436/stat : 30436 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14429130752 50519 33554432000 4194304 4196468 140733446803104 139746259167888 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30437] ppid=30424 vsize=14090948 memory=132866558135018 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30437/stat : 30437 (java) S 30424 30429 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368803 14429130752 50519 33554432000 4194304 4196468 140733446803104 139746258114832 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30438] ppid=30424 vsize=14090948 memory=38644 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30438/stat : 30438 (java) S 30424 30429 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368803 14429130752 50519 33554432000 4194304 4196468 140733446803104 139746257062288 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30443] ppid=30424 vsize=14090948 memory=1068 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30443/stat : 30443 (java) S 30424 30429 30369 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 243368807 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745846110960 139746664462978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30445] ppid=30424 vsize=14090948 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30445/stat : 30445 (java) S 30424 30429 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745845057184 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30446] ppid=30424 vsize=14090948 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30446/stat : 30446 (java) S 30424 30429 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745844004080 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30449] ppid=30424 vsize=14090948 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30449/stat : 30449 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745842952656 139746664470427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30450] ppid=30424 vsize=14090948 memory=7380106145919415350 CPUtime=0.9 cores=1,3,5,7
/proc/30429/task/30450/stat : 30450 (java) R 30424 30429 30369 0 -1 4202560 2393 0 0 0 89 1 0 0 20 0 15 0 243368826 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745841881600 139746664473178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30451] ppid=30424 vsize=14090948 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/30429/task/30451/stat : 30451 (java) R 30424 30429 30369 0 -1 4202560 2158 0 0 0 90 1 0 0 20 0 15 0 243368826 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745840833440 139746664473178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30452] ppid=30424 vsize=14090948 memory=4580 CPUtime=0.44 cores=1,3,5,7
/proc/30429/task/30452/stat : 30452 (java) S 30424 30429 30369 0 -1 1077944384 1765 0 0 0 43 1 0 0 20 0 15 0 243368826 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745839794160 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30457] ppid=30424 vsize=14090948 memory=7739276948477929320 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30457/stat : 30457 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745838741856 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30459] ppid=30424 vsize=14090948 memory=7595714831930911062 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30459/stat : 30459 (java) S 30424 30429 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368829 14429130752 50519 33554432000 4194304 4196468 140733446803104 139745837689904 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 202076 KiB

[startup+6.30146 s]
/proc/loadavg: 0.15 0.05 0.06 6/221 30536
/proc/meminfo: memFree=24299576/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=14090948 memory=233192 CPUtime=8.33 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 33369 0 0 0 822 11 0 0 20 0 15 0 243368764 14429130752 58298 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 3522737 58298 3575 1 0 3484809 0
[pid=30429/tid=30433] ppid=30424 vsize=14090948 memory=280567933820992 CPUtime=5.04 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) R 30424 30429 30369 0 -1 4202560 19542 0 0 0 499 5 0 0 20 0 15 0 243368780 14429130752 58298 33554432000 4194304 4196468 140733446803104 139746668690224 139746305802520 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30435] ppid=30424 vsize=14090948 memory=233640 CPUtime=0.01 cores=1,3,5,7
/proc/30429/task/30435/stat : 30435 (java) S 30424 30429 30369 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 15 0 243368803 14429130752 58298 33554432000 4194304 4196468 140733446803104 139746627557904 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30436] ppid=30424 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/30429/task/30436/stat : 30436 (java) S 30424 30429 30369 0 -1 1077944384 382 0 0 0 1 0 0 0 20 0 15 0 243368803 14429130752 58298 33554432000 4194304 4196468 140733446803104 139746259167888 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30437] ppid=30424 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30429/task/30437/stat : 30437 (java) S 30424 30429 30369 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 243368803 14429130752 58298 33554432000 4194304 4196468 140733446803104 139746258114832 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30438] ppid=30424 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30429/task/30438/stat : 30438 (java) S 30424 30429 30369 0 -1 1077944384 309 0 0 0 1 0 0 0 20 0 15 0 243368803 14429130752 58298 33554432000 4194304 4196468 140733446803104 139746257062288 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30443] ppid=30424 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30429/task/30443/stat : 30443 (java) S 30424 30429 30369 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 15 0 243368807 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745846110960 139746664462978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30445] ppid=30424 vsize=14090948 memory=280567933334656 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30445/stat : 30445 (java) S 30424 30429 30369 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745845057248 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30446] ppid=30424 vsize=14090948 memory=140283966682120 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30446/stat : 30446 (java) S 30424 30429 30369 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745844004080 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30449] ppid=30424 vsize=14090948 memory=14884 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30449/stat : 30449 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745842952656 139746664470427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30450] ppid=30424 vsize=14090948 memory=280567933852512 CPUtime=1.45 cores=1,3,5,7
/proc/30429/task/30450/stat : 30450 (java) S 30424 30429 30369 0 -1 1077944384 4799 0 0 0 143 2 0 0 20 0 15 0 243368826 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745841899760 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30451] ppid=30424 vsize=14090948 memory=7300734562872223844 CPUtime=1.24 cores=1,3,5,7
/proc/30429/task/30451/stat : 30451 (java) S 30424 30429 30369 0 -1 1077944384 3619 0 0 0 123 1 0 0 20 0 15 0 243368826 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745840847216 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30452] ppid=30424 vsize=14090948 memory=7668064905002642800 CPUtime=0.48 cores=1,3,5,7
/proc/30429/task/30452/stat : 30452 (java) S 30424 30429 30369 0 -1 1077944384 2607 0 0 0 47 1 0 0 20 0 15 0 243368826 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745839794160 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30457] ppid=30424 vsize=14090948 memory=5792544327869677666 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30457/stat : 30457 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745838741856 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30459] ppid=30424 vsize=14090948 memory=8226000411911774407 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30459/stat : 30459 (java) S 30424 30429 30369 0 -1 1077944384 480 0 0 0 0 0 0 0 20 0 15 0 243368829 14429130752 58298 33554432000 4194304 4196468 140733446803104 139745837689904 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0

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

[pid=30429/tid=30457] ppid=30424 vsize=14090948 memory=14884 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30457/stat : 30457 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745838741856 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30459] ppid=30424 vsize=14090948 memory=2316 CPUtime=1.36 cores=1,3,5,7
/proc/30429/task/30459/stat : 30459 (java) S 30424 30429 30369 0 -1 1077944384 1085 0 0 0 57 79 0 0 20 0 15 0 243368829 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745837689904 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 2473.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 484484 KiB

[startup+2440 s]*
/proc/loadavg: 1.51 1.34 1.25 3/219 30641
/proc/meminfo: memFree=23954636/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=14090948 memory=484484 CPUtime=2475.64 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 100517 0 0 0 247218 346 0 0 20 0 15 0 243368764 14429130752 121121 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 3522737 121121 3581 1 0 3484809 0
[pid=30429/tid=30433] ppid=30424 vsize=14090948 memory=6791534058613427641 CPUtime=2415.92 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) R 30424 30429 30369 0 -1 4202560 48193 0 0 0 241557 35 0 0 20 0 15 0 243368780 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746668690160 139746305029683 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30435] ppid=30424 vsize=14090948 memory=4872558044660077418 CPUtime=11.34 cores=1,3,5,7
/proc/30429/task/30435/stat : 30435 (java) S 30424 30429 30369 0 -1 1077944384 4733 0 0 0 1075 59 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746627557904 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30436] ppid=30424 vsize=14090948 memory=6791534058613427641 CPUtime=11.35 cores=1,3,5,7
/proc/30429/task/30436/stat : 30436 (java) S 30424 30429 30369 0 -1 1077944384 6402 0 0 0 1074 61 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746259167888 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30437] ppid=30424 vsize=14090948 memory=8696 CPUtime=11.31 cores=1,3,5,7
/proc/30429/task/30437/stat : 30437 (java) S 30424 30429 30369 0 -1 1077944384 4602 0 0 0 1070 61 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746258114832 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30438] ppid=30424 vsize=14090948 memory=14884 CPUtime=11.36 cores=1,3,5,7
/proc/30429/task/30438/stat : 30438 (java) S 30424 30429 30369 0 -1 1077944384 5764 0 0 0 1072 64 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746257062288 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30443] ppid=30424 vsize=14090948 memory=15784 CPUtime=8.31 cores=1,3,5,7
/proc/30429/task/30443/stat : 30443 (java) S 30424 30429 30369 0 -1 1077944384 5978 0 0 0 774 57 0 0 20 0 15 0 243368807 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745846110960 139746664462978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30445] ppid=30424 vsize=14090948 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30445/stat : 30445 (java) S 30424 30429 30369 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745845057248 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30446] ppid=30424 vsize=14090948 memory=482436 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30446/stat : 30446 (java) S 30424 30429 30369 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745844004080 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30449] ppid=30424 vsize=14090948 memory=482436 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30449/stat : 30449 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745842952656 139746664470427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30450] ppid=30424 vsize=14090948 memory=484484 CPUtime=2.31 cores=1,3,5,7
/proc/30429/task/30450/stat : 30450 (java) S 30424 30429 30369 0 -1 1077944384 9068 0 0 0 229 2 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745841899760 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30451] ppid=30424 vsize=14090948 memory=14884 CPUtime=1.72 cores=1,3,5,7
/proc/30429/task/30451/stat : 30451 (java) S 30424 30429 30369 0 -1 1077944384 8053 0 0 0 171 1 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745840847216 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30452] ppid=30424 vsize=14090948 memory=15784 CPUtime=0.53 cores=1,3,5,7
/proc/30429/task/30452/stat : 30452 (java) S 30424 30429 30369 0 -1 1077944384 5219 0 0 0 52 1 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745839794160 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30457] ppid=30424 vsize=14090948 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30457/stat : 30457 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745838741856 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30459] ppid=30424 vsize=14090948 memory=36608 CPUtime=1.36 cores=1,3,5,7
/proc/30429/task/30459/stat : 30459 (java) S 30424 30429 30369 0 -1 1077944384 1085 0 0 0 57 79 0 0 20 0 15 0 243368829 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745837689904 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 2475.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 484484 KiB

[startup+2440.8 s]
/proc/loadavg: 1.51 1.34 1.25 3/219 30641
/proc/meminfo: memFree=23954636/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=14090948 memory=484484 CPUtime=2476.44 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 100521 0 0 0 247298 346 0 0 20 0 15 0 243368764 14429130752 121121 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 3522737 121121 3581 1 0 3484809 0
[pid=30429/tid=30433] ppid=30424 vsize=14090948 memory=1808 CPUtime=2416.71 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) R 30424 30429 30369 0 -1 4202560 48197 0 0 0 241636 35 0 0 20 0 15 0 243368780 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746668690128 139746305002447 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30435] ppid=30424 vsize=14090948 memory=2316 CPUtime=11.35 cores=1,3,5,7
/proc/30429/task/30435/stat : 30435 (java) S 30424 30429 30369 0 -1 1077944384 4733 0 0 0 1076 59 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746627557904 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30436] ppid=30424 vsize=14090948 memory=1220 CPUtime=11.36 cores=1,3,5,7
/proc/30429/task/30436/stat : 30436 (java) S 30424 30429 30369 0 -1 1077944384 6402 0 0 0 1075 61 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746259167888 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30437] ppid=30424 vsize=14090948 memory=1756 CPUtime=11.32 cores=1,3,5,7
/proc/30429/task/30437/stat : 30437 (java) S 30424 30429 30369 0 -1 1077944384 4602 0 0 0 1071 61 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746258114832 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30438] ppid=30424 vsize=14090948 memory=872 CPUtime=11.37 cores=1,3,5,7
/proc/30429/task/30438/stat : 30438 (java) S 30424 30429 30369 0 -1 1077944384 5764 0 0 0 1073 64 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746257062288 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30443] ppid=30424 vsize=14090948 memory=4216 CPUtime=8.31 cores=1,3,5,7
/proc/30429/task/30443/stat : 30443 (java) S 30424 30429 30369 0 -1 1077944384 5978 0 0 0 774 57 0 0 20 0 15 0 243368807 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745846110960 139746664462978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30445] ppid=30424 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30445/stat : 30445 (java) S 30424 30429 30369 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745845057248 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30446] ppid=30424 vsize=14090948 memory=3732 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30446/stat : 30446 (java) S 30424 30429 30369 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745844004080 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30449] ppid=30424 vsize=14090948 memory=484484 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30449/stat : 30449 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745842952656 139746664470427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30450] ppid=30424 vsize=14090948 memory=9604 CPUtime=2.31 cores=1,3,5,7
/proc/30429/task/30450/stat : 30450 (java) S 30424 30429 30369 0 -1 1077944384 9068 0 0 0 229 2 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745841899760 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30451] ppid=30424 vsize=14090948 memory=484484 CPUtime=1.72 cores=1,3,5,7
/proc/30429/task/30451/stat : 30451 (java) S 30424 30429 30369 0 -1 1077944384 8053 0 0 0 171 1 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745840847216 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30452] ppid=30424 vsize=14090948 memory=496 CPUtime=0.53 cores=1,3,5,7
/proc/30429/task/30452/stat : 30452 (java) S 30424 30429 30369 0 -1 1077944384 5219 0 0 0 52 1 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745839794160 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30457] ppid=30424 vsize=14090948 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30457/stat : 30457 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745838741856 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30459] ppid=30424 vsize=14090948 memory=928 CPUtime=1.36 cores=1,3,5,7
/proc/30429/task/30459/stat : 30459 (java) S 30424 30429 30369 0 -1 1077944384 1085 0 0 0 57 79 0 0 20 0 15 0 243368829 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745837689904 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 2476.44 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 484484 KiB

[startup+2441.2 s]
/proc/loadavg: 1.51 1.34 1.25 3/219 30641
/proc/meminfo: memFree=23954636/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=14090948 memory=484484 CPUtime=2476.85 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 100524 0 0 0 247339 346 0 0 20 0 15 0 243368764 14429130752 121121 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 3522737 121121 3581 1 0 3484809 0
[pid=30429/tid=30433] ppid=30424 vsize=14090948 memory=924 CPUtime=2417.1 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) R 30424 30429 30369 0 -1 4202560 48200 0 0 0 241675 35 0 0 20 0 15 0 243368780 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746668690160 139746305457552 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30435] ppid=30424 vsize=14090948 memory=1564 CPUtime=11.35 cores=1,3,5,7
/proc/30429/task/30435/stat : 30435 (java) S 30424 30429 30369 0 -1 1077944384 4733 0 0 0 1076 59 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746627557904 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30436] ppid=30424 vsize=14090948 memory=6791534058613427641 CPUtime=11.36 cores=1,3,5,7
/proc/30429/task/30436/stat : 30436 (java) S 30424 30429 30369 0 -1 1077944384 6402 0 0 0 1075 61 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746259167888 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30437] ppid=30424 vsize=14090948 memory=1612 CPUtime=11.32 cores=1,3,5,7
/proc/30429/task/30437/stat : 30437 (java) S 30424 30429 30369 0 -1 1077944384 4602 0 0 0 1071 61 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746258114832 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30438] ppid=30424 vsize=14090948 memory=1808 CPUtime=11.37 cores=1,3,5,7
/proc/30429/task/30438/stat : 30438 (java) S 30424 30429 30369 0 -1 1077944384 5764 0 0 0 1073 64 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746257062288 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30443] ppid=30424 vsize=14090948 memory=8696 CPUtime=8.31 cores=1,3,5,7
/proc/30429/task/30443/stat : 30443 (java) S 30424 30429 30369 0 -1 1077944384 5978 0 0 0 774 57 0 0 20 0 15 0 243368807 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745846110960 139746664462978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30445] ppid=30424 vsize=14090948 memory=14884 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30445/stat : 30445 (java) S 30424 30429 30369 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745845057248 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30446] ppid=30424 vsize=14090948 memory=15784 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30446/stat : 30446 (java) S 30424 30429 30369 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745844004080 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30449] ppid=30424 vsize=14090948 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30449/stat : 30449 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745842952656 139746664470427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30450] ppid=30424 vsize=14090948 memory=36608 CPUtime=2.31 cores=1,3,5,7
/proc/30429/task/30450/stat : 30450 (java) S 30424 30429 30369 0 -1 1077944384 9068 0 0 0 229 2 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745841899760 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30451] ppid=30424 vsize=14090948 memory=3360 CPUtime=1.72 cores=1,3,5,7
/proc/30429/task/30451/stat : 30451 (java) S 30424 30429 30369 0 -1 1077944384 8053 0 0 0 171 1 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745840847216 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30452] ppid=30424 vsize=14090948 memory=496 CPUtime=0.53 cores=1,3,5,7
/proc/30429/task/30452/stat : 30452 (java) S 30424 30429 30369 0 -1 1077944384 5219 0 0 0 52 1 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745839794160 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30457] ppid=30424 vsize=14090948 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30457/stat : 30457 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745838741856 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30459] ppid=30424 vsize=14090948 memory=928 CPUtime=1.36 cores=1,3,5,7
/proc/30429/task/30459/stat : 30459 (java) S 30424 30429 30369 0 -1 1077944384 1085 0 0 0 57 79 0 0 20 0 15 0 243368829 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745837689904 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 2476.85 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 484484 KiB

[startup+2441.6 s]
/proc/loadavg: 1.51 1.34 1.25 3/219 30641
/proc/meminfo: memFree=23954636/32770624 swapFree=67108688/67108860
[pid=30429] ppid=30424 vsize=14090948 memory=484484 CPUtime=2477.25 cores=1,3,5,7
/proc/30429/stat : 30429 (java) S 30424 30429 30369 0 -1 1077944320 100526 0 0 0 247379 346 0 0 20 0 15 0 243368764 14429130752 121121 33554432000 4194304 4196468 140733446803104 140733446785648 139746664451831 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
/proc/30429/statm: 3522737 121121 3581 1 0 3484809 0
[pid=30429/tid=30433] ppid=30424 vsize=14090948 memory=1756 CPUtime=2417.5 cores=1,3,5,7
/proc/30429/task/30433/stat : 30433 (java) R 30424 30429 30369 0 -1 4202560 48202 0 0 0 241715 35 0 0 20 0 15 0 243368780 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746668690256 139746307078887 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30435] ppid=30424 vsize=14090948 memory=872 CPUtime=11.35 cores=1,3,5,7
/proc/30429/task/30435/stat : 30435 (java) S 30424 30429 30369 0 -1 1077944384 4733 0 0 0 1076 59 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746627557904 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30436] ppid=30424 vsize=14090948 memory=484484 CPUtime=11.36 cores=1,3,5,7
/proc/30429/task/30436/stat : 30436 (java) S 30424 30429 30369 0 -1 1077944384 6402 0 0 0 1075 61 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746259167888 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30437] ppid=30424 vsize=14090948 memory=482436 CPUtime=11.32 cores=1,3,5,7
/proc/30429/task/30437/stat : 30437 (java) S 30424 30429 30369 0 -1 1077944384 4602 0 0 0 1071 61 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746258114832 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30438] ppid=30424 vsize=14090948 memory=4100 CPUtime=11.37 cores=1,3,5,7
/proc/30429/task/30438/stat : 30438 (java) S 30424 30429 30369 0 -1 1077944384 5764 0 0 0 1073 64 0 0 20 0 15 0 243368803 14429130752 121121 33554432000 4194304 4196468 140733446803104 139746257062288 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30443] ppid=30424 vsize=14090948 memory=482436 CPUtime=8.31 cores=1,3,5,7
/proc/30429/task/30443/stat : 30443 (java) S 30424 30429 30369 0 -1 1077944384 5978 0 0 0 774 57 0 0 20 0 15 0 243368807 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745846110960 139746664462978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30445] ppid=30424 vsize=14090948 memory=482436 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30445/stat : 30445 (java) S 30424 30429 30369 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745845057248 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30446] ppid=30424 vsize=14090948 memory=8696 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30446/stat : 30446 (java) S 30424 30429 30369 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 243368808 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745844004080 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30449] ppid=30424 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30449/stat : 30449 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745842952656 139746664470427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30450] ppid=30424 vsize=14090948 memory=2332 CPUtime=2.31 cores=1,3,5,7
/proc/30429/task/30450/stat : 30450 (java) S 30424 30429 30369 0 -1 1077944384 9068 0 0 0 229 2 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745841899760 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30451] ppid=30424 vsize=14090948 memory=924 CPUtime=1.72 cores=1,3,5,7
/proc/30429/task/30451/stat : 30451 (java) S 30424 30429 30369 0 -1 1077944384 8053 0 0 0 171 1 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745840847216 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30452] ppid=30424 vsize=14090948 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/30429/task/30452/stat : 30452 (java) S 30424 30429 30369 0 -1 1077944384 5219 0 0 0 52 1 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745839794160 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30457] ppid=30424 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/30429/task/30457/stat : 30457 (java) S 30424 30429 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368826 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745838741856 139746664462037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
[pid=30429/tid=30459] ppid=30424 vsize=14090948 memory=6944656592455359580 CPUtime=1.36 cores=1,3,5,7
/proc/30429/task/30459/stat : 30459 (java) S 30424 30429 30369 0 -1 1077944384 1085 0 0 0 57 79 0 0 20 0 15 0 243368829 14429130752 121121 33554432000 4194304 4196468 140733446803104 139745837689904 139746664462978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33132544 140733446808657 140733446808841 140733446808841 140733446811599 0
Current children cumulated CPU time: 2477.25 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 484484 KiB

Child status: 0
Real time (s): 2441.64
CPU time (s): 2477.3
CPU user time (s): 2473.83
CPU system time (s): 3.47094
CPU usage (%): 101.461
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 484484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2473.83
system time used= 3.47094
maximum resident set size= 484696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101393
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 287722
involuntary context switches= 7048


# summary of solver processes directly reported to runsolver:
#   pid: 30429
#   total CPU time (s): 2477.3
#   total CPU user time (s): 2473.83
#   total CPU system time (s): 3.47094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8757 second user time and 23.9402 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-14 16:47:35
IDJOB=4307669
IDBENCH=141125
IDSOLVER=2790
FILE ID=node134/4307669-1534258054
RUNJOBID= node134-1534258054-30401
PBS_JOBID= 21038123
Free space on /tmp= 43392 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/StripPacking/StripPacking-1b_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307669-1534258054/watcher-4307669-1534258054 -o /tmp/evaluation-result-4307669-1534258054/solver-4307669-1534258054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534258054-30401 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 714878160 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307669-1534258054.xml

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

MD5SUM BENCH= 1d962658b6cfa8354278e550b215e9b2
RANDOM SEED=714878160

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.68
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.68
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.68
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.68
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:        24662236 kB
MemAvailable:   31903476 kB
Buffers:          171196 kB
Cached:          7275100 kB
SwapCached:           32 kB
Active:          3893088 kB
Inactive:        3607404 kB
Active(anon):       3552 kB
Inactive(anon):   103252 kB
Active(file):    3889536 kB
Inactive(file):  3504152 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             71448 kB
Writeback:             0 kB
AnonPages:         61884 kB
Mapped:            54348 kB
Shmem:             49652 kB
Slab:             303700 kB
SReclaimable:     276012 kB
SUnreclaim:        27688 kB
KernelStack:        3296 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351464 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= 43332 MiB
End job on node134 at 2018-08-14 17:28:17