Trace number 4309920

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT4 251.844 247.369

General information on the benchmark

NameGraphColoring/
GraphColoring-queen5-5_c18.xml
MD5SUMe12c8a42b46a63e49e1504c0c9e3cd93
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.031522
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints160
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree13
Maximum variable degree17
Distribution of variable degrees[{"degree":13,"count":16},{"degree":15,"count":8},{"degree":17,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":160}]
Number of extensional constraints0
Number of intensional constraints160
Distribution of constraint types[{"type":"intension","count":160}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1049116634
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.59/1.06	c Parsing done, starting search...
1.59/1.10	o 23
1.78/1.11	o 22
1.78/1.11	o 20
1.78/1.11	o 19
1.78/1.12	o 18
1.78/1.12	o 17
1.78/1.12	o 16
1.78/1.12	o 15
1.78/1.13	o 14
1.78/1.13	o 13
1.78/1.13	o 12
1.78/1.14	o 11
1.78/1.14	o 10
1.78/1.14	o 9
1.78/1.14	o 8
1.78/1.14	o 7
1.78/1.15	o 6
1.78/1.15	o 5
1.78/1.15	o 4
251.76/247.35	s SATISFIABLE
251.76/247.35	v <instantiation>
251.76/247.35	v 	<list>
251.76/247.35	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]
251.76/247.35	v 	</list>
251.76/247.35	v 	<values>
251.76/247.35	v 		4 2 0 3 1 3 1 4 2 0 2 0 3 1 4 1 4 2 0 3 0 3 1 4 2 
251.76/247.35	v 	</values>
251.76/247.35	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309920-1534328516/watcher-4309920-1534328516 -o /tmp/evaluation-result-4309920-1534328516/solver-4309920-1534328516 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21541 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1049116634 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309920-1534328516.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21571, runsolver pid=21564

[startup+0.100058 s]*
/proc/loadavg: 0.58 0.58 0.65 5/215 21600
/proc/meminfo: memFree=24626844/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14082736 memory=31440 CPUtime=0.12 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 6766 0 0 0 10 2 0 0 20 0 15 0 250414801 14420721664 7860 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3520684 7860 3154 1 0 3482761 0
[pid=21571/tid=21574] ppid=21564 vsize=14082736 memory=6735269665583770266 CPUtime=0.09 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 4804 0 0 0 8 1 0 0 20 0 15 0 250414802 14420721664 7860 33554432000 4194304 4196468 140733811686880 139648327340288 139648307427305 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14082736 memory=5793855732778834361 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 7860 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 7860 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 7860 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 7860 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21586] ppid=21564 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21586/stat : 21586 (java) S 21564 21571 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647796069280 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21588] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21588/stat : 21588 (java) S 21564 21571 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647795016688 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21593] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21593/stat : 21593 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647793965264 139648323135387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21594] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21594/stat : 21594 (java) S 21564 21571 21510 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647792912880 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21595] ppid=21564 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21595/stat : 21595 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647791860336 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21596] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0.01 cores=0,2,4,6
/proc/21571/task/21596/stat : 21596 (java) S 21564 21571 21510 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 15 0 250414807 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647790807792 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21598] ppid=21564 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 7860 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31440 KiB

[startup+0.211149 s]*
/proc/loadavg: 0.58 0.58 0.65 8/215 21600
/proc/meminfo: memFree=24596076/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14082736 memory=47232 CPUtime=0.29 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 10414 0 0 0 27 2 0 0 20 0 15 0 250414801 14420721664 11808 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3520684 11808 3357 1 0 3482761 0
[pid=21571/tid=21574] ppid=21564 vsize=14082736 memory=4871374705135476842 CPUtime=0.2 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 8135 0 0 0 18 2 0 0 20 0 15 0 250414802 14420721664 11808 33554432000 4194304 4196468 140733811686880 139648327341760 139648323138717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14082736 memory=4211974207973731722 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 11808 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 11808 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 11808 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 11808 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21586] ppid=21564 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21586/stat : 21586 (java) S 21564 21571 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647796069280 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21588] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21588/stat : 21588 (java) S 21564 21571 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647795016688 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21593] ppid=21564 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21593/stat : 21593 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647793965264 139648323135387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21594] ppid=21564 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21571/task/21594/stat : 21594 (java) R 21564 21571 21510 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 15 0 250414807 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647792912976 139648323126997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21595] ppid=21564 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21571/task/21595/stat : 21595 (java) R 21564 21571 21510 0 -1 4202560 208 0 0 0 1 0 0 0 20 0 15 0 250414807 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647791860336 139648315406240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21596] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0.05 cores=0,2,4,6
/proc/21571/task/21596/stat : 21596 (java) R 21564 21571 21510 0 -1 4202560 304 0 0 0 5 0 0 0 20 0 15 0 250414807 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647790807792 139648308193056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21598] ppid=21564 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 11808 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47232 KiB

[startup+0.310249 s]*
/proc/loadavg: 0.58 0.58 0.65 5/215 21600
/proc/meminfo: memFree=24588676/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14082736 memory=50620 CPUtime=0.44 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 10793 0 0 0 41 3 0 0 20 0 15 0 250414801 14420721664 12655 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3520684 12655 3407 1 0 3482761 0
[pid=21571/tid=21574] ppid=21564 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 8465 0 0 0 28 2 0 0 20 0 15 0 250414802 14420721664 12655 33554432000 4194304 4196468 140733811686880 139648327328304 139648303382932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14082736 memory=4211974207973731722 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 12655 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14082736 memory=140481768943549 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 12655 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14082736 memory=140481669496287 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 12655 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14082736 memory=140481669483983 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14420721664 12655 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14082736 memory=140481768962720 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21586] ppid=21564 vsize=14082736 memory=140481669493199 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21586/stat : 21586 (java) S 21564 21571 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647796069280 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21588] ppid=21564 vsize=14082736 memory=280963338977168 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21588/stat : 21588 (java) S 21564 21571 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250414804 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647795016688 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21593] ppid=21564 vsize=14082736 memory=280963338974864 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21593/stat : 21593 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647793965264 139648323135387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21594] ppid=21564 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21571/task/21594/stat : 21594 (java) S 21564 21571 21510 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 15 0 250414807 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647792912880 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21595] ppid=21564 vsize=14082736 memory=2208 CPUtime=0.02 cores=0,2,4,6
/proc/21571/task/21595/stat : 21595 (java) S 21564 21571 21510 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 250414807 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647791860336 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21596] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0.08 cores=0,2,4,6
/proc/21571/task/21596/stat : 21596 (java) S 21564 21571 21510 0 -1 1077944384 315 0 0 0 8 0 0 0 20 0 15 0 250414807 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647790807792 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21598] ppid=21564 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14082736 memory=140481768941184 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414807 14420721664 12655 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50620 KiB

[startup+0.700776 s]
/proc/loadavg: 0.58 0.58 0.65 4/215 21600
/proc/meminfo: memFree=24540680/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14084804 memory=88924 CPUtime=0.98 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 17622 0 0 0 93 5 0 0 20 0 15 0 250414801 14422839296 22231 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3521201 22231 3495 1 0 3483273 0
[pid=21571/tid=21574] ppid=21564 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 14913 0 0 0 63 4 0 0 20 0 15 0 250414802 14422839296 22231 33554432000 4194304 4196468 140733811686880 139648327333248 139648307197278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14422839296 22231 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14422839296 22231 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14422839296 22231 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14422839296 22231 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250414804 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21586] ppid=21564 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21586/stat : 21586 (java) S 21564 21571 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250414804 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647796069280 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21588] ppid=21564 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21588/stat : 21588 (java) S 21564 21571 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250414804 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647795016688 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21593] ppid=21564 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21593/stat : 21593 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647793965264 139648323135387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21594] ppid=21564 vsize=14084804 memory=225 CPUtime=0.09 cores=0,2,4,6
/proc/21571/task/21594/stat : 21594 (java) S 21564 21571 21510 0 -1 1077944384 577 0 0 0 9 0 0 0 20 0 15 0 250414807 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647792912880 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21595] ppid=21564 vsize=14084804 memory=7 CPUtime=0.05 cores=0,2,4,6
/proc/21571/task/21595/stat : 21595 (java) S 21564 21571 21510 0 -1 1077944384 351 0 0 0 5 0 0 0 20 0 15 0 250414807 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647791860336 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21596] ppid=21564 vsize=14084804 memory=710 CPUtime=0.15 cores=0,2,4,6
/proc/21571/task/21596/stat : 21596 (java) S 21564 21571 21510 0 -1 1077944384 398 0 0 0 15 0 0 0 20 0 15 0 250414807 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647790807792 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21598] ppid=21564 vsize=14084804 memory=280963339161072 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414807 14422839296 22231 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88924 KiB

[startup+1.50148 s]
/proc/loadavg: 0.58 0.58 0.65 7/215 21600
/proc/meminfo: memFree=24453804/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14090948 memory=207476 CPUtime=3.01 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 27284 0 0 0 291 10 0 0 20 0 15 0 250414801 14429130752 51869 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3522737 51869 3546 1 0 3484809 0
[pid=21571/tid=21574] ppid=21564 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 19610 0 0 0 140 7 0 0 20 0 15 0 250414802 14429130752 51869 33554432000 4194304 4196468 140733811686880 139648327342160 139647925954068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14429130752 51869 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14090948 memory=-6439125508584597860 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14429130752 51869 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14090948 memory=-7450470389764805166 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250414802 14429130752 51869 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14090948 memory=4946525373680425856 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250414802 14429130752 51869 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14090948 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 51869 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0

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

[pid=21571/tid=21598] ppid=21564 vsize=14090948 memory=15708 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14090948 memory=1620 CPUtime=0.14 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 845 0 0 0 7 7 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 249.23 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063084 KiB

[startup+246.401 s]
/proc/loadavg: 1.53 1.13 0.86 3/215 21682
/proc/meminfo: memFree=22636260/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14090948 memory=1063084 CPUtime=250.85 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 44091 0 0 0 25008 77 0 0 20 0 15 0 250414801 14429130752 265771 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3522737 265771 3574 1 0 3484809 0
[pid=21571/tid=21574] ppid=21564 vsize=14090948 memory=3712 CPUtime=243.66 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 26123 0 0 0 24340 26 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648327355424 139647930474395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14090948 memory=68136 CPUtime=0.97 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1693 0 0 0 84 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14090948 memory=6791534058613427641 CPUtime=0.99 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 1378 0 0 0 86 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.98 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 2632 0 0 0 84 14 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.99 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 456 0 0 0 86 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14090948 memory=2072 CPUtime=1.38 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 2354 0 0 0 129 9 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21586] ppid=21564 vsize=14090948 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21586/stat : 21586 (java) S 21564 21571 21510 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647796069280 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21588] ppid=21564 vsize=14090948 memory=2072 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21588/stat : 21588 (java) S 21564 21571 21510 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647795016688 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21593] ppid=21564 vsize=14090948 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21593/stat : 21593 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647793965264 139648323135387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21594] ppid=21564 vsize=14090948 memory=11192 CPUtime=0.59 cores=0,2,4,6
/proc/21571/task/21594/stat : 21594 (java) S 21564 21571 21510 0 -1 1077944384 1772 0 0 0 59 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647792912880 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21595] ppid=21564 vsize=14090948 memory=752 CPUtime=0.59 cores=0,2,4,6
/proc/21571/task/21595/stat : 21595 (java) S 21564 21571 21510 0 -1 1077944384 2443 0 0 0 58 1 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647791860336 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21596] ppid=21564 vsize=14090948 memory=1828 CPUtime=0.45 cores=0,2,4,6
/proc/21571/task/21596/stat : 21596 (java) S 21564 21571 21510 0 -1 1077944384 2974 0 0 0 44 1 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647790807792 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21598] ppid=21564 vsize=14090948 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14090948 memory=6068 CPUtime=0.14 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 845 0 0 0 7 7 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 250.85 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063084 KiB

[startup+246.801 s]
/proc/loadavg: 1.53 1.13 0.86 3/215 21682
/proc/meminfo: memFree=22636260/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14090948 memory=1063084 CPUtime=251.26 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 44096 0 0 0 25049 77 0 0 20 0 15 0 250414801 14429130752 265771 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3522737 265771 3574 1 0 3484809 0
[pid=21571/tid=21574] ppid=21564 vsize=14090948 memory=1088 CPUtime=244.06 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 26128 0 0 0 24380 26 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648327355488 139647930629678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14090948 memory=14888 CPUtime=0.97 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1693 0 0 0 84 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14090948 memory=37712 CPUtime=0.99 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 1378 0 0 0 86 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14090948 memory=3312 CPUtime=0.98 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 2632 0 0 0 84 14 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14090948 memory=15708 CPUtime=1 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 456 0 0 0 87 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14090948 memory=1063084 CPUtime=1.38 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 2354 0 0 0 129 9 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21586] ppid=21564 vsize=14090948 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21586/stat : 21586 (java) S 21564 21571 21510 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647796069280 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21588] ppid=21564 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21588/stat : 21588 (java) S 21564 21571 21510 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647795016688 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21593] ppid=21564 vsize=14090948 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21593/stat : 21593 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647793965264 139648323135387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21594] ppid=21564 vsize=14090948 memory=504 CPUtime=0.59 cores=0,2,4,6
/proc/21571/task/21594/stat : 21594 (java) S 21564 21571 21510 0 -1 1077944384 1772 0 0 0 59 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647792912880 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21595] ppid=21564 vsize=14090948 memory=924 CPUtime=0.59 cores=0,2,4,6
/proc/21571/task/21595/stat : 21595 (java) S 21564 21571 21510 0 -1 1077944384 2443 0 0 0 58 1 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647791860336 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21596] ppid=21564 vsize=14090948 memory=1168 CPUtime=0.45 cores=0,2,4,6
/proc/21571/task/21596/stat : 21596 (java) S 21564 21571 21510 0 -1 1077944384 2974 0 0 0 44 1 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647790807792 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21598] ppid=21564 vsize=14090948 memory=2132 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14090948 memory=2180 CPUtime=0.14 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 845 0 0 0 7 7 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 251.26 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063084 KiB

[startup+247.201 s]
/proc/loadavg: 1.53 1.13 0.86 3/215 21682
/proc/meminfo: memFree=22636012/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14090948 memory=1063084 CPUtime=251.66 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 44100 0 0 0 25089 77 0 0 20 0 15 0 250414801 14429130752 265771 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3522737 265771 3574 1 0 3484809 0
[pid=21571/tid=21574] ppid=21564 vsize=14090948 memory=1932 CPUtime=244.45 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 26132 0 0 0 24419 26 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648327355408 139647930473971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.97 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1693 0 0 0 84 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14090948 memory=1696 CPUtime=0.99 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 1378 0 0 0 86 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14090948 memory=920 CPUtime=0.98 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 2632 0 0 0 84 14 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14090948 memory=3796 CPUtime=1 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 456 0 0 0 87 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14090948 memory=2300 CPUtime=1.39 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 2354 0 0 0 130 9 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21586] ppid=21564 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21586/stat : 21586 (java) S 21564 21571 21510 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647796069280 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21588] ppid=21564 vsize=14090948 memory=2132 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21588/stat : 21588 (java) S 21564 21571 21510 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647795016688 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21593] ppid=21564 vsize=14090948 memory=2180 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21593/stat : 21593 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647793965264 139648323135387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21594] ppid=21564 vsize=14090948 memory=924 CPUtime=0.59 cores=0,2,4,6
/proc/21571/task/21594/stat : 21594 (java) S 21564 21571 21510 0 -1 1077944384 1772 0 0 0 59 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647792912880 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21595] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.59 cores=0,2,4,6
/proc/21571/task/21595/stat : 21595 (java) S 21564 21571 21510 0 -1 1077944384 2443 0 0 0 58 1 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647791860336 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21596] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.45 cores=0,2,4,6
/proc/21571/task/21596/stat : 21596 (java) S 21564 21571 21510 0 -1 1077944384 2974 0 0 0 44 1 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647790807792 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21598] ppid=21564 vsize=14090948 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14090948 memory=3516 CPUtime=0.14 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 845 0 0 0 7 7 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 251.66 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063084 KiB

[startup+247.301 s]
/proc/loadavg: 1.53 1.13 0.86 3/215 21682
/proc/meminfo: memFree=22636012/32770624 swapFree=67108524/67108860
[pid=21571] ppid=21564 vsize=14090948 memory=1063084 CPUtime=251.76 cores=0,2,4,6
/proc/21571/stat : 21571 (java) S 21564 21571 21510 0 -1 1077944320 44101 0 0 0 25099 77 0 0 20 0 15 0 250414801 14429130752 265771 33554432000 4194304 4196468 140733811686880 140733811669424 139648323116791 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
/proc/21571/statm: 3522737 265771 3574 1 0 3484809 0
[pid=21571/tid=21574] ppid=21564 vsize=14090948 memory=0 CPUtime=244.55 cores=0,2,4,6
/proc/21571/task/21574/stat : 21574 (java) R 21564 21571 21510 0 -1 4202560 26133 0 0 0 24429 26 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648327355504 139648307689080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21579] ppid=21564 vsize=14090948 memory=3712 CPUtime=0.97 cores=0,2,4,6
/proc/21571/task/21579/stat : 21579 (java) S 21564 21571 21510 0 -1 1077944384 1693 0 0 0 84 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648253205264 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21580] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.99 cores=0,2,4,6
/proc/21571/task/21580/stat : 21580 (java) S 21564 21571 21510 0 -1 1077944384 1378 0 0 0 86 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648252152720 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21581] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.98 cores=0,2,4,6
/proc/21571/task/21581/stat : 21581 (java) S 21564 21571 21510 0 -1 1077944384 2632 0 0 0 84 14 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648251100176 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21582] ppid=21564 vsize=14090948 memory=1063084 CPUtime=1 cores=0,2,4,6
/proc/21571/task/21582/stat : 21582 (java) S 21564 21571 21510 0 -1 1077944384 456 0 0 0 87 13 0 0 20 0 15 0 250414802 14429130752 265771 33554432000 4194304 4196468 140733811686880 139648250047632 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21584] ppid=21564 vsize=14090948 memory=1063084 CPUtime=1.39 cores=0,2,4,6
/proc/21571/task/21584/stat : 21584 (java) S 21564 21571 21510 0 -1 1077944384 2354 0 0 0 130 9 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647797123056 139648323127938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21586] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21586/stat : 21586 (java) S 21564 21571 21510 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647796069280 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21588] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21588/stat : 21588 (java) S 21564 21571 21510 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250414804 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647795016688 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21593] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21593/stat : 21593 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647793965264 139648323135387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21594] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.59 cores=0,2,4,6
/proc/21571/task/21594/stat : 21594 (java) S 21564 21571 21510 0 -1 1077944384 1772 0 0 0 59 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647792912880 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21595] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.59 cores=0,2,4,6
/proc/21571/task/21595/stat : 21595 (java) S 21564 21571 21510 0 -1 1077944384 2443 0 0 0 58 1 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647791860336 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21596] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.45 cores=0,2,4,6
/proc/21571/task/21596/stat : 21596 (java) S 21564 21571 21510 0 -1 1077944384 2974 0 0 0 44 1 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647790807792 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21598] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0 cores=0,2,4,6
/proc/21571/task/21598/stat : 21598 (java) S 21564 21571 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647789755488 139648323126997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
[pid=21571/tid=21600] ppid=21564 vsize=14090948 memory=1063084 CPUtime=0.14 cores=0,2,4,6
/proc/21571/task/21600/stat : 21600 (java) S 21564 21571 21510 0 -1 1077944384 845 0 0 0 7 7 0 0 20 0 15 0 250414807 14429130752 265771 33554432000 4194304 4196468 140733811686880 139647788702000 139648323127938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14528512 140733811688526 140733811688718 140733811688718 140733811691471 0
Current children cumulated CPU time: 251.76 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063084 KiB

Child status: 0
Real time (s): 247.369
CPU time (s): 251.844
CPU user time (s): 251.061
CPU system time (s): 0.782166
CPU usage (%): 101.809
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1122780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.061
system time used= 0.782166
maximum resident set size= 1123500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46303
involuntary context switches= 946


# summary of solver processes directly reported to runsolver:
#   pid: 21571
#   total CPU time (s): 251.844
#   total CPU user time (s): 251.061
#   total CPU system time (s): 0.782166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31484 second user time and 2.4215 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 12:21:56
IDJOB=4309920
IDBENCH=141139
IDSOLVER=2795
FILE ID=node107/4309920-1534328516
RUNJOBID= node107-1534328516-21541
PBS_JOBID= 21038151
Free space on /tmp= 42292 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GraphColoring/GraphColoring-queen5-5_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309920-1534328516/watcher-4309920-1534328516 -o /tmp/evaluation-result-4309920-1534328516/solver-4309920-1534328516 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21541 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1049116634 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309920-1534328516.xml

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

MD5SUM BENCH= e12c8a42b46a63e49e1504c0c9e3cd93
RANDOM SEED=1049116634

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24664584 kB
MemAvailable:   31896708 kB
Buffers:          210276 kB
Cached:          7250232 kB
SwapCached:           20 kB
Active:          3992752 kB
Inactive:        3522052 kB
Active(anon):       3356 kB
Inactive(anon):   111372 kB
Active(file):    3989396 kB
Inactive(file):  3410680 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             72508 kB
Writeback:             8 kB
AnonPages:         61408 kB
Mapped:            54744 kB
Shmem:             57824 kB
Slab:             288700 kB
SReclaimable:     260508 kB
SUnreclaim:        28192 kB
KernelStack:        3136 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358776 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:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42220 MiB
End job on node107 at 2018-08-15 12:26:04