Trace number 4290270

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02SAT (TO)24 2400.03 2361.82

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-04-4-rom_c18.xml
MD5SUMd6990cbd029e878cdbe38f84d450c608
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.401068
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints32
Number of domains5
Minimum domain size2
Maximum domain size3835
Distribution of domain sizes[{"size":2,"count":8},{"size":5,"count":56},{"size":27,"count":16},{"size":3835,"count":32}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":56},{"degree":8,"count":16}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":24}]
Number of extensional constraints32
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":32}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 348073845
0.67/0.57	c timeout: 2400
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
2.97/1.49	c Parsing done, starting search...
3.34/1.55	o 6
3.34/1.57	o 10
3.34/1.58	o 14
3.34/1.58	o 18
3.34/1.59	o 22
3.83/1.72	o 24
2400.00/2361.80	s SATISFIABLE
2400.00/2361.80	v <instantiation>
2400.00/2361.80	v 	<list>
2400.00/2361.80	v 		r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[2][0] x[2][1] x[2][2] x[2][3] x[3][0] x[3][1] x[3][2] x[3][3]
2400.00/2361.80	v 	</list>
2400.00/2361.80	v 	<values>
2400.00/2361.80	v 		1020 -1 -1 -1 3701 1494 -1 -1 2728 -1 -1 -1 946 -1 -1 -1 1020 -1 -1 -1 3701 1494 -1 -1 2728 -1 -1 -1 946 -1 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 -1 -1 -1 0 -1 -1 -1 4 0 0 0 0 0 0 0 4 0 0 0 4 0 0 0 4 0 0 0 0 0 0 0 4 0 0 0 4 0 0 0 4 24 17 4 24 26 8 3 17 8 2 4 4 3 4 11 
2400.00/2361.80	v 	</values>
2400.00/2361.80	v </instantiation>

Verifier Data

OK	24

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290270-1532241549/watcher-4290270-1532241549 -o /tmp/evaluation-result-4290270-1532241549/solver-4290270-1532241549 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26941 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 348073845 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290270-1532241549.xml 

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

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


[startup+0.104591 s]*
/proc/loadavg: 2.48 1.58 1.41 4/215 28860
/proc/meminfo: memFree=15036908/32770624 swapFree=67108860/67108860
[pid=28845] ppid=28842 vsize=14082740 memory=34112 CPUtime=0.12 cores=0,2,4,6
/proc/28845/stat : 28845 (java) S 28842 28845 26910 0 -1 1077944320 8070 0 0 0 10 2 0 0 20 0 15 0 41718118 14420725760 8528 33554432000 4194304 4196468 140724049333696 140724049316240 140098620378871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
/proc/28845/statm: 3520685 8528 3161 1 0 3482761 0
[pid=28845/tid=28847] ppid=28842 vsize=14082740 memory=-8485517772678664578 CPUtime=0.09 cores=0,2,4,6
/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 6122 0 0 0 8 1 0 0 20 0 15 0 41718119 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098624602128 140098620400797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28853] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28853/stat : 28853 (java) S 28842 28845 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098093557408 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28854] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28854/stat : 28854 (java) S 28842 28845 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098092504304 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28855] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28855/stat : 28855 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098091452880 140098620397467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28856] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28856/stat : 28856 (java) S 28842 28845 26910 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098090399984 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28857] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28857/stat : 28857 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098089347440 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28858] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0.01 cores=0,2,4,6
/proc/28845/task/28858/stat : 28858 (java) S 28842 28845 26910 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 15 0 41718124 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098088294384 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28859] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28859/stat : 28859 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098087242080 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28860] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28860/stat : 28860 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 8528 33554432000 4194304 4196468 140724049333696 140098086190128 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 34112 KiB

[startup+0.210572 s]*
/proc/loadavg: 2.48 1.58 1.41 4/215 28860
/proc/meminfo: memFree=15021884/32770624 swapFree=67108860/67108860
[pid=28845] ppid=28842 vsize=14082740 memory=47056 CPUtime=0.3 cores=0,2,4,6
/proc/28845/stat : 28845 (java) S 28842 28845 26910 0 -1 1077944320 10354 0 0 0 27 3 0 0 20 0 15 0 41718118 14420725760 11764 33554432000 4194304 4196468 140724049333696 140724049316240 140098620378871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
/proc/28845/statm: 3520685 11764 3334 1 0 3482761 0
[pid=28845/tid=28847] ppid=28842 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 8155 0 0 0 18 2 0 0 20 0 15 0 41718119 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098624601680 140098602291407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14082740 memory=140424460114576 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28853] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28853/stat : 28853 (java) S 28842 28845 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098093557408 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28854] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28854/stat : 28854 (java) S 28842 28845 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098092504304 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28855] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28855/stat : 28855 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098091452880 140098620397467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28856] ppid=28842 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28845/task/28856/stat : 28856 (java) R 28842 28845 26910 0 -1 4202560 391 0 0 0 1 0 0 0 20 0 15 0 41718124 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098090399984 140098601078359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28857] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28857/stat : 28857 (java) R 28842 28845 26910 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098089347440 140098620390018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28858] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0.06 cores=0,2,4,6
/proc/28845/task/28858/stat : 28858 (java) R 28842 28845 26910 0 -1 4202560 285 0 0 0 6 0 0 0 20 0 15 0 41718124 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098088288768 140098598991758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28859] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28859/stat : 28859 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098087242080 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28860] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28860/stat : 28860 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 11764 33554432000 4194304 4196468 140724049333696 140098086190128 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47056 KiB

[startup+0.310677 s]*
/proc/loadavg: 2.48 1.58 1.41 3/215 28860
/proc/meminfo: memFree=15018596/32770624 swapFree=67108860/67108860
[pid=28845] ppid=28842 vsize=14082740 memory=50444 CPUtime=0.44 cores=0,2,4,6
/proc/28845/stat : 28845 (java) S 28842 28845 26910 0 -1 1077944320 10795 0 0 0 41 3 0 0 20 0 15 0 41718118 14420725760 12611 33554432000 4194304 4196468 140724049333696 140724049316240 140098620378871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
/proc/28845/statm: 3520685 12611 3380 1 0 3482761 0
[pid=28845/tid=28847] ppid=28842 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 8485 0 0 0 28 2 0 0 20 0 15 0 41718119 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098624590320 140098601752408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14082740 memory=140424460114575 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41718119 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28853] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28853/stat : 28853 (java) S 28842 28845 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098093557408 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28854] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28854/stat : 28854 (java) S 28842 28845 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41718121 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098092504304 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28855] ppid=28842 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28855/stat : 28855 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098091452880 140098620397467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28856] ppid=28842 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28845/task/28856/stat : 28856 (java) S 28842 28845 26910 0 -1 1077944384 447 0 0 0 2 0 0 0 20 0 15 0 41718124 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098090399984 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28857] ppid=28842 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28845/task/28857/stat : 28857 (java) S 28842 28845 26910 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 15 0 41718124 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098089347440 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28858] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0.08 cores=0,2,4,6
/proc/28845/task/28858/stat : 28858 (java) S 28842 28845 26910 0 -1 1077944384 297 0 0 0 8 0 0 0 20 0 15 0 41718124 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098088294384 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28859] ppid=28842 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28859/stat : 28859 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098087242080 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28860] ppid=28842 vsize=14082740 memory=140424459896448 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28860/stat : 28860 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718124 14420725760 12611 33554432000 4194304 4196468 140724049333696 140098086190128 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50444 KiB

[startup+0.70071 s]
/proc/loadavg: 2.48 1.58 1.41 3/215 28860
/proc/meminfo: memFree=14995396/32770624 swapFree=67108860/67108860
[pid=28845] ppid=28842 vsize=14084808 memory=89016 CPUtime=0.99 cores=0,2,4,6
/proc/28845/stat : 28845 (java) S 28842 28845 26910 0 -1 1077944320 17600 0 0 0 94 5 0 0 20 0 15 0 41718118 14422843392 22254 33554432000 4194304 4196468 140724049333696 140724049316240 140098620378871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
/proc/28845/statm: 3521202 22254 3506 1 0 3483273 0
[pid=28845/tid=28847] ppid=28842 vsize=14084808 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 14897 0 0 0 63 4 0 0 20 0 15 0 41718119 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098624602976 140098587968309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14084808 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718119 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14084808 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41718119 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14084808 memory=9924 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41718121 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28853] ppid=28842 vsize=14084808 memory=5368 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28853/stat : 28853 (java) S 28842 28845 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41718121 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098093557408 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28854] ppid=28842 vsize=14084808 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28854/stat : 28854 (java) S 28842 28845 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41718121 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098092504304 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28855] ppid=28842 vsize=14084808 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28855/stat : 28855 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098091452880 140098620397467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28856] ppid=28842 vsize=14084808 memory=6945208482816681536 CPUtime=0.08 cores=0,2,4,6
/proc/28845/task/28856/stat : 28856 (java) S 28842 28845 26910 0 -1 1077944384 602 0 0 0 8 0 0 0 20 0 15 0 41718124 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098090399984 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28857] ppid=28842 vsize=14084808 memory=7811323491934034026 CPUtime=0.06 cores=0,2,4,6
/proc/28845/task/28857/stat : 28857 (java) S 28842 28845 26910 0 -1 1077944384 339 0 0 0 6 0 0 0 20 0 15 0 41718124 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098089347440 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28858] ppid=28842 vsize=14084808 memory=5787213827046467687 CPUtime=0.15 cores=0,2,4,6
/proc/28845/task/28858/stat : 28858 (java) S 28842 28845 26910 0 -1 1077944384 381 0 0 0 15 0 0 0 20 0 15 0 41718124 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098088294384 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28859] ppid=28842 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28859/stat : 28859 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098087242080 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28860] ppid=28842 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28860/stat : 28860 (java) S 28842 28845 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41718124 14422843392 22254 33554432000 4194304 4196468 140724049333696 140098086190128 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89016 KiB

[startup+1.51055 s]
/proc/loadavg: 2.48 1.58 1.41 5/215 28860
/proc/meminfo: memFree=14946952/32770624 swapFree=67108860/67108860
[pid=28845] ppid=28842 vsize=14090952 memory=260568 CPUtime=3.34 cores=0,2,4,6
/proc/28845/stat : 28845 (java) S 28842 28845 26910 0 -1 1077944320 29132 0 0 0 321 13 0 0 20 0 15 0 41718118 14429134848 65142 33554432000 4194304 4196468 140724049333696 140724049316240 140098620378871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
/proc/28845/statm: 3522738 65142 3576 1 0 3484809 0
[pid=28845/tid=28847] ppid=28842 vsize=14090952 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 21439 0 0 0 138 5 0 0 20 0 15 0 41718119 14429134848 65142 33554432000 4194304 4196468 140724049333696 140098624613048 140098602668199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14090952 memory=-6951259422114956437 CPUtime=0.02 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 34 0 0 0 1 1 0 0 20 0 15 0 41718119 14429134848 65142 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14090952 memory=-6509546260019855295 CPUtime=0.02 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 224 0 0 0 1 1 0 0 20 0 15 0 41718119 14429134848 65142 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14090952 memory=-7390251449858225344 CPUtime=0.02 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 82 0 0 0 1 1 0 0 20 0 15 0 41718119 14429134848 65142 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14090952 memory=4134692831991786133 CPUtime=0.02 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 173 0 0 0 1 1 0 0 20 0 15 0 41718119 14429134848 65142 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 65142 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0

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

/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 71888 0 0 0 217721 63 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098624617680 140098232418291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14090952 memory=2232636 CPUtime=11.22 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 13051 0 0 0 1043 79 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14090952 memory=2232636 CPUtime=11.3 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 15275 0 0 0 1051 79 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14090952 memory=2232640 CPUtime=11.37 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 17577 0 0 0 1057 80 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14090952 memory=2232640 CPUtime=11.2 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 16433 0 0 0 1042 78 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14090952 memory=4136 CPUtime=10.49 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 17626 0 0 0 980 69 0 0 20 0 15 0 41718121 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28853] ppid=28842 vsize=14090952 memory=2232640 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28853/stat : 28853 (java) S 28842 28845 26910 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098093557472 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28854] ppid=28842 vsize=14090952 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28854/stat : 28854 (java) S 28842 28845 26910 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098092504320 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28855] ppid=28842 vsize=14090952 memory=2232640 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28855/stat : 28855 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098091452880 140098620397467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28856] ppid=28842 vsize=14090952 memory=5368 CPUtime=1.3 cores=0,2,4,6
/proc/28845/task/28856/stat : 28856 (java) S 28842 28845 26910 0 -1 1077944384 4150 0 0 0 130 0 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098090399984 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28857] ppid=28842 vsize=14090952 memory=2232636 CPUtime=1.39 cores=0,2,4,6
/proc/28845/task/28857/stat : 28857 (java) S 28842 28845 26910 0 -1 1077944384 3826 0 0 0 138 1 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098089347440 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28858] ppid=28842 vsize=14090952 memory=2588 CPUtime=0.6 cores=0,2,4,6
/proc/28845/task/28858/stat : 28858 (java) S 28842 28845 26910 0 -1 1077944384 2380 0 0 0 59 1 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098088294384 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28859] ppid=28842 vsize=14090952 memory=2232636 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28859/stat : 28859 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098087242080 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28860] ppid=28842 vsize=14090952 memory=2232636 CPUtime=1.31 cores=0,2,4,6
/proc/28845/task/28860/stat : 28860 (java) S 28842 28845 26910 0 -1 1077944384 1415 0 0 0 63 68 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098086190128 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
Current children cumulated CPU time: 2238.11 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2232644 KiB

[startup+2262.3 s]
/proc/loadavg: 1.26 1.31 1.39 3/215 28953
/proc/meminfo: memFree=12812860/32770624 swapFree=67108860/67108860
[pid=28845] ppid=28842 vsize=14090952 memory=2232644 CPUtime=2299.04 cores=0,2,4,6
/proc/28845/stat : 28845 (java) S 28842 28845 26910 0 -1 1077944320 167350 0 0 0 229474 430 0 0 20 0 15 0 41718118 14429134848 558161 33554432000 4194304 4196468 140724049333696 140724049316240 140098620378871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
/proc/28845/statm: 3522738 558161 3597 1 0 3484809 0
[pid=28845/tid=28847] ppid=28842 vsize=14090952 memory=2232644 CPUtime=2237.11 cores=0,2,4,6
/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 72950 0 0 0 223647 64 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098624617584 140098232419672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14090952 memory=2232644 CPUtime=11.54 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 13289 0 0 0 1072 82 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14090952 memory=2232644 CPUtime=11.62 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 15357 0 0 0 1081 81 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14090952 memory=2232644 CPUtime=11.69 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 17645 0 0 0 1088 81 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14090952 memory=2232644 CPUtime=11.53 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 17003 0 0 0 1073 80 0 0 20 0 15 0 41718119 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14090952 memory=4136 CPUtime=10.81 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 17883 0 0 0 1010 71 0 0 20 0 15 0 41718121 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28853] ppid=28842 vsize=14090952 memory=2232644 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28853/stat : 28853 (java) S 28842 28845 26910 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098093557472 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28854] ppid=28842 vsize=14090952 memory=2232644 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28854/stat : 28854 (java) S 28842 28845 26910 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098092504320 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28855] ppid=28842 vsize=14090952 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28855/stat : 28855 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098091452880 140098620397467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28856] ppid=28842 vsize=14090952 memory=1408 CPUtime=1.3 cores=0,2,4,6
/proc/28845/task/28856/stat : 28856 (java) S 28842 28845 26910 0 -1 1077944384 4153 0 0 0 130 0 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098090399984 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28857] ppid=28842 vsize=14090952 memory=2232644 CPUtime=1.39 cores=0,2,4,6
/proc/28845/task/28857/stat : 28857 (java) S 28842 28845 26910 0 -1 1077944384 3829 0 0 0 138 1 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098089347440 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28858] ppid=28842 vsize=14090952 memory=2232644 CPUtime=0.6 cores=0,2,4,6
/proc/28845/task/28858/stat : 28858 (java) S 28842 28845 26910 0 -1 1077944384 2384 0 0 0 59 1 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098088294384 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28859] ppid=28842 vsize=14090952 memory=2232644 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28859/stat : 28859 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098087242080 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28860] ppid=28842 vsize=14090952 memory=1728 CPUtime=1.36 cores=0,2,4,6
/proc/28845/task/28860/stat : 28860 (java) S 28842 28845 26910 0 -1 1077944384 1434 0 0 0 65 71 0 0 20 0 15 0 41718124 14429134848 558161 33554432000 4194304 4196468 140724049333696 140098086190128 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
Current children cumulated CPU time: 2299.04 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2232644 KiB

[startup+2322.3 s]
/proc/loadavg: 1.46 1.35 1.40 3/215 29034
/proc/meminfo: memFree=11578792/32770624 swapFree=67108860/67108860
[pid=28845] ppid=28842 vsize=14090952 memory=2232648 CPUtime=2359.94 cores=0,2,4,6
/proc/28845/stat : 28845 (java) S 28842 28845 26910 0 -1 1077944320 171078 0 0 0 235554 440 0 0 20 0 15 0 41718118 14429134848 558162 33554432000 4194304 4196468 140724049333696 140724049316240 140098620378871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
/proc/28845/statm: 3522738 558162 3597 1 0 3484809 0
[pid=28845/tid=28847] ppid=28842 vsize=14090952 memory=2232648 CPUtime=2296.44 cores=0,2,4,6
/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 74236 0 0 0 229579 65 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098624617488 140724049611999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14090952 memory=280848718874368 CPUtime=11.86 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 13620 0 0 0 1101 85 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14090952 memory=2232648 CPUtime=11.93 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 16194 0 0 0 1111 82 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14090952 memory=2232648 CPUtime=11.99 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 17769 0 0 0 1116 83 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14090952 memory=2232648 CPUtime=11.85 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 17600 0 0 0 1103 82 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14090952 memory=2232648 CPUtime=11.1 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 18381 0 0 0 1037 73 0 0 20 0 15 0 41718121 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28853] ppid=28842 vsize=14090952 memory=2232648 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28853/stat : 28853 (java) S 28842 28845 26910 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098093557472 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28854] ppid=28842 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28854/stat : 28854 (java) S 28842 28845 26910 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098092504320 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28855] ppid=28842 vsize=14090952 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28855/stat : 28855 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098091452880 140098620397467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28856] ppid=28842 vsize=14090952 memory=2232648 CPUtime=1.3 cores=0,2,4,6
/proc/28845/task/28856/stat : 28856 (java) S 28842 28845 26910 0 -1 1077944384 4157 0 0 0 130 0 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098090399984 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28857] ppid=28842 vsize=14090952 memory=2232648 CPUtime=1.39 cores=0,2,4,6
/proc/28845/task/28857/stat : 28857 (java) S 28842 28845 26910 0 -1 1077944384 3835 0 0 0 138 1 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098089347440 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28858] ppid=28842 vsize=14090952 memory=2232648 CPUtime=0.6 cores=0,2,4,6
/proc/28845/task/28858/stat : 28858 (java) S 28842 28845 26910 0 -1 1077944384 2390 0 0 0 59 1 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098088294384 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28859] ppid=28842 vsize=14090952 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28859/stat : 28859 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098087242080 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28860] ppid=28842 vsize=14090952 memory=6791534058613427641 CPUtime=1.38 cores=0,2,4,6
/proc/28845/task/28860/stat : 28860 (java) S 28842 28845 26910 0 -1 1077944384 1473 0 0 0 66 72 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098086190128 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
Current children cumulated CPU time: 2359.94 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2232648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.8 s]
/proc/loadavg: 1.60 1.40 1.42 3/215 29035
/proc/meminfo: memFree=10059364/32770624 swapFree=67108860/67108860
[pid=28845] ppid=28842 vsize=14090952 memory=2232648 CPUtime=2400 cores=0,2,4,6
/proc/28845/stat : 28845 (java) S 28842 28845 26910 0 -1 1077944320 173032 0 0 0 239555 445 0 0 20 0 15 0 41718118 14429134848 558162 33554432000 4194304 4196468 140724049333696 140724049316240 140098620378871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
/proc/28845/statm: 3522738 558162 3597 1 0 3484809 0
[pid=28845/tid=28847] ppid=28842 vsize=14090952 memory=1424 CPUtime=2335.54 cores=0,2,4,6
/proc/28845/task/28847/stat : 28847 (java) R 28842 28845 26910 0 -1 4202560 75000 0 0 0 233488 66 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098624617456 140098232360137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28848] ppid=28842 vsize=14090952 memory=2232648 CPUtime=12.04 cores=0,2,4,6
/proc/28845/task/28848/stat : 28848 (java) S 28842 28845 26910 0 -1 1077944384 13662 0 0 0 1118 86 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098550467088 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28849] ppid=28842 vsize=14090952 memory=4052 CPUtime=12.13 cores=0,2,4,6
/proc/28845/task/28849/stat : 28849 (java) S 28842 28845 26910 0 -1 1077944384 16201 0 0 0 1130 83 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098549414544 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28850] ppid=28842 vsize=14090952 memory=2420 CPUtime=12.19 cores=0,2,4,6
/proc/28845/task/28850/stat : 28850 (java) S 28842 28845 26910 0 -1 1077944384 18372 0 0 0 1135 84 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098548361488 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28851] ppid=28842 vsize=14090952 memory=1292 CPUtime=12.04 cores=0,2,4,6
/proc/28845/task/28851/stat : 28851 (java) S 28842 28845 26910 0 -1 1077944384 17861 0 0 0 1121 83 0 0 20 0 15 0 41718119 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098547308944 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28852] ppid=28842 vsize=14090952 memory=1728 CPUtime=11.27 cores=0,2,4,6
/proc/28845/task/28852/stat : 28852 (java) S 28842 28845 26910 0 -1 1077944384 18631 0 0 0 1053 74 0 0 20 0 15 0 41718121 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098094611184 140098620390018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28853] ppid=28842 vsize=14090952 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28853/stat : 28853 (java) S 28842 28845 26910 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098093557472 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28854] ppid=28842 vsize=14090952 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28854/stat : 28854 (java) S 28842 28845 26910 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 41718121 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098092504320 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28855] ppid=28842 vsize=14090952 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28855/stat : 28855 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098091452880 140098620397467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28856] ppid=28842 vsize=14090952 memory=1728 CPUtime=1.3 cores=0,2,4,6
/proc/28845/task/28856/stat : 28856 (java) S 28842 28845 26910 0 -1 1077944384 4159 0 0 0 130 0 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098090399984 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28857] ppid=28842 vsize=14090952 memory=796 CPUtime=1.39 cores=0,2,4,6
/proc/28845/task/28857/stat : 28857 (java) S 28842 28845 26910 0 -1 1077944384 3838 0 0 0 138 1 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098089347440 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28858] ppid=28842 vsize=14090952 memory=4052 CPUtime=0.6 cores=0,2,4,6
/proc/28845/task/28858/stat : 28858 (java) S 28842 28845 26910 0 -1 1077944384 2393 0 0 0 59 1 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098088294384 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28859] ppid=28842 vsize=14090952 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/28845/task/28859/stat : 28859 (java) S 28842 28845 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098087242080 140098620389077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
[pid=28845/tid=28860] ppid=28842 vsize=14090952 memory=8948 CPUtime=1.41 cores=0,2,4,6
/proc/28845/task/28860/stat : 28860 (java) S 28842 28845 26910 0 -1 1077944384 1492 0 0 0 68 73 0 0 20 0 15 0 41718124 14429134848 558162 33554432000 4194304 4196468 140724049333696 140098086190128 140098620390018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 21590016 140724049335369 140724049335561 140724049335561 140724049338319 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2232648 KiB

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

[startup+2361.82 s]
# the end of solver process 28845 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.57 s, system=4.46921 s

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

Child status: 143
Real time (s): 2361.82
CPU time (s): 2400.03
CPU user time (s): 2395.57
CPU system time (s): 4.46921
CPU usage (%): 101.618
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 2238988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.57
system time used= 4.46921
maximum resident set size= 2241036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173950
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 361468
involuntary context switches= 6633


# summary of solver processes directly reported to runsolver:
#   pid: 28845
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2395.57
#   total CPU system time (s): 4.46921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4484 second user time and 23.1571 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 08:39:09
IDJOB=4290270
IDBENCH=141305
IDSOLVER=2743
FILE ID=node105/4290270-1532241549
RUNJOBID= node105-1532224841-26941
PBS_JOBID= 21018944
Free space on /tmp= 44888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-04-4-rom_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-4290270-1532241549/watcher-4290270-1532241549 -o /tmp/evaluation-result-4290270-1532241549/solver-4290270-1532241549 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26941 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 348073845 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290270-1532241549.xml

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

MD5SUM BENCH= d6990cbd029e878cdbe38f84d450c608
RANDOM SEED=348073845

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
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.32
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.32
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.32
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:        15055236 kB
MemAvailable:   30891528 kB
Buffers:          143732 kB
Cached:         15666000 kB
SwapCached:            0 kB
Active:          2338788 kB
Inactive:       14570492 kB
Active(anon):    1054408 kB
Inactive(anon):    65224 kB
Active(file):    1284380 kB
Inactive(file): 14505268 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21000 kB
Writeback:          1752 kB
AnonPages:       1117268 kB
Mapped:            48988 kB
Shmem:             17036 kB
Slab:             504036 kB
SReclaimable:     475104 kB
SUnreclaim:        28932 kB
KernelStack:        3792 kB
PageTables:         7520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2091340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44852 MiB
End job on node105 at 2018-07-22 09:18:31