Trace number 4307703

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2018-08-14SAT 12.1995 10.0583

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.22089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 2081266009
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.66/1.34	c Parsing done, starting search...
12.14/10.03	s SATISFIABLE
12.14/10.04	v <instantiation>
12.14/10.04	v 	<list>
12.14/10.04	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
12.14/10.04	v 	</list>
12.14/10.04	v 	<values>
12.14/10.04	v 		18 4 12 11 17 3 11 17 2 5 14 2 7 12 7 2 1 16 10 6 17 7 7 6 3 10 6 14 6 8 2 11 14 6 15 3 18 4 12 17 
12.14/10.04	v 	</values>
12.14/10.04	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6779 MiB free)
  memory of node 1: 16384 MiB (11099 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307703-1534268032/watcher-4307703-1534268032 -o /tmp/evaluation-result-4307703-1534268032/solver-4307703-1534268032 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534258053-17308 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 2081266009 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307703-1534268032.xml 

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

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

solver pid=18419, runsolver pid=18416

[startup+0.100475 s]*
/proc/loadavg: 1.31 1.37 1.39 3/217 18434
/proc/meminfo: memFree=18289724/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14082736 memory=31600 CPUtime=0.12 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 6788 0 0 0 11 1 0 0 20 0 15 0 244366503 14420721664 7900 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3520684 7900 3163 1 0 3482761 0
[pid=18419/tid=18421] ppid=18416 vsize=14082736 memory=-6966717417093883519 CPUtime=0.08 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) R 18416 18419 17276 0 -1 4202560 4845 0 0 0 8 0 0 0 20 0 15 0 244366503 14420721664 7900 33554432000 4194304 4196468 140730398220992 140360623326800 140360619134358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14082736 memory=5793855451075676601 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 7900 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14082736 memory=140200065783424 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 7900 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 7900 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 7900 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366505 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359598335984 140360619133570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18427] ppid=18416 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18427/stat : 18427 (java) S 18416 18419 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244366506 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359597282208 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18428] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18428/stat : 18428 (java) S 18416 18419 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244366506 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359596229616 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18429] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18429/stat : 18429 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359595178192 140360619141019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18430] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18430/stat : 18430 (java) S 18416 18419 17276 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 244366508 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359594125808 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18431] ppid=18416 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18431/stat : 18431 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366508 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359593073264 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18432] ppid=18416 vsize=14082736 memory=140200065783424 CPUtime=0.01 cores=1,3,5,7
/proc/18419/task/18432/stat : 18432 (java) S 18416 18419 17276 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 244366508 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359592020720 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18433] ppid=18416 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14082736 memory=140200065783424 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366509 14420721664 7900 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31600 KiB

[startup+0.218661 s]*
/proc/loadavg: 1.31 1.37 1.39 5/217 18434
/proc/meminfo: memFree=18273724/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14082736 memory=47540 CPUtime=0.33 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 10484 0 0 0 31 2 0 0 20 0 15 0 244366503 14420721664 11885 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3520684 11885 3382 1 0 3482761 0
[pid=18419/tid=18421] ppid=18416 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) S 18416 18419 17276 0 -1 1077944384 8200 0 0 0 19 1 0 0 20 0 15 0 244366503 14420721664 11885 33554432000 4194304 4196468 140730398220992 140360623346800 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14082736 memory=4211973926270573962 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 11885 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14082736 memory=140200065783424 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 11885 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 11885 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 11885 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14082736 memory=140200065783424 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) S 18416 18419 17276 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 244366505 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359598335984 140360619133570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18427] ppid=18416 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18427/stat : 18427 (java) S 18416 18419 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244366506 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359597282208 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18428] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18428/stat : 18428 (java) S 18416 18419 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244366506 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359596229616 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18429] ppid=18416 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18429/stat : 18429 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359595178192 140360619141019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18430] ppid=18416 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18430/stat : 18430 (java) R 18416 18419 17276 0 -1 1077944384 556 0 0 0 2 0 0 0 20 0 15 0 244366508 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359594125808 140360619133570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18431] ppid=18416 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/18419/task/18431/stat : 18431 (java) S 18416 18419 17276 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 244366508 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359593073264 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18432] ppid=18416 vsize=14082736 memory=140200065783424 CPUtime=0.07 cores=1,3,5,7
/proc/18419/task/18432/stat : 18432 (java) R 18416 18419 17276 0 -1 4202560 292 0 0 0 7 0 0 0 20 0 15 0 244366508 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359592020720 140360597612400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18433] ppid=18416 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14082736 memory=140200065783424 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366509 14420721664 11885 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47540 KiB

[startup+0.310757 s]*
/proc/loadavg: 1.31 1.37 1.39 3/217 18434
/proc/meminfo: memFree=18270560/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14082736 memory=50744 CPUtime=0.44 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 10810 0 0 0 42 2 0 0 20 0 15 0 244366503 14420721664 12686 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3520684 12686 3384 1 0 3482761 0
[pid=18419/tid=18421] ppid=18416 vsize=14082736 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) R 18416 18419 17276 0 -1 4202560 8513 0 0 0 28 1 0 0 20 0 15 0 244366503 14420721664 12686 33554432000 4194304 4196468 140730398220992 140360623302432 140360604288062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14082736 memory=4211973926270573962 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 12686 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14082736 memory=280400012249472 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 12686 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14082736 memory=280399892959744 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 12686 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14082736 memory=140199946466063 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14420721664 12686 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14082736 memory=280400012258688 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) S 18416 18419 17276 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 244366505 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359598335984 140360619133570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18427] ppid=18416 vsize=14082736 memory=140199946470671 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18427/stat : 18427 (java) S 18416 18419 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244366506 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359597282208 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18428] ppid=18416 vsize=14082736 memory=140199946490284 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18428/stat : 18428 (java) S 18416 18419 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244366506 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359596229616 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18429] ppid=18416 vsize=14082736 memory=140199946493114 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18429/stat : 18429 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359595178192 140360619141019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18430] ppid=18416 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18430/stat : 18430 (java) S 18416 18419 17276 0 -1 1077944384 562 0 0 0 2 0 0 0 20 0 15 0 244366508 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359594125808 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18431] ppid=18416 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/18419/task/18431/stat : 18431 (java) S 18416 18419 17276 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 244366508 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359593073264 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18432] ppid=18416 vsize=14082736 memory=140200065783424 CPUtime=0.08 cores=1,3,5,7
/proc/18419/task/18432/stat : 18432 (java) S 18416 18419 17276 0 -1 1077944384 299 0 0 0 8 0 0 0 20 0 15 0 244366508 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359592020720 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18433] ppid=18416 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14082736 memory=140200065815024 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366509 14420721664 12686 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50744 KiB

[startup+0.700785 s]
/proc/loadavg: 1.31 1.37 1.39 3/217 18434
/proc/meminfo: memFree=18246252/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14084804 memory=88792 CPUtime=0.98 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 17632 0 0 0 94 4 0 0 20 0 15 0 244366503 14422839296 22198 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3521201 22198 3499 1 0 3483273 0
[pid=18419/tid=18421] ppid=18416 vsize=14084804 memory=53 CPUtime=0.67 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) R 18416 18419 17276 0 -1 4202560 14948 0 0 0 64 3 0 0 20 0 15 0 244366503 14422839296 22198 33554432000 4194304 4196468 140730398220992 140360623341760 140360603202940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366504 14422839296 22198 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14422839296 22198 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14084804 memory=79 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14422839296 22198 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14084804 memory=1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14422839296 22198 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14084804 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) S 18416 18419 17276 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 244366505 14422839296 22198 33554432000 4194304 4196468 140730398220992 140359598335984 140360619133570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18427] ppid=18416 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18427/stat : 18427 (java) S 18416 18419 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244366506 14422839296 22198 33554432000 4194304 4196468 140730398220992 140359597282208 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18428] ppid=18416 vsize=14084804 memory=1264 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18428/stat : 18428 (java) S 18416 18419 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244366506 14422839296 22198 33554432000 4194304 4196468 140730398220992 140359596229616 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18429] ppid=18416 vsize=14084804 memory=7180 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18429/stat : 18429 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14422839296 22198 33554432000 4194304 4196468 140730398220992 140359595178192 140360619141019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18430] ppid=18416 vsize=14084804 memory=748 CPUtime=0.08 cores=1,3,5,7
/proc/18419/task/18430/stat : 18430 (java) S 18416 18419 17276 0 -1 1077944384 703 0 0 0 8 0 0 0 20 0 15 0 244366508 14422839296 22198 33554432000 4194304 4196468 140730398220992 140359594125808 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18431] ppid=18416 vsize=14084804 memory=872 CPUtime=0.06 cores=1,3,5,7
/proc/18419/task/18431/stat : 18431 (java) S 18416 18419 17276 0 -1 1077944384 216 0 0 0 6 0 0 0 20 0 15 0 244366508 14422839296 22263 33554432000 4194304 4196468 140730398220992 140359593073264 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18432] ppid=18416 vsize=14084804 memory=1220 CPUtime=0.15 cores=1,3,5,7
/proc/18419/task/18432/stat : 18432 (java) S 18416 18419 17276 0 -1 1077944384 381 0 0 0 15 0 0 0 20 0 15 0 244366508 14422839296 22263 33554432000 4194304 4196468 140730398220992 140359592020720 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18433] ppid=18416 vsize=14084804 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14422839296 22263 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14084804 memory=15336 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366509 14422839296 22263 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88792 KiB

[startup+1.50185 s]
/proc/loadavg: 1.31 1.37 1.39 4/201 18436
/proc/meminfo: memFree=18460960/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14090948 memory=187144 CPUtime=3.29 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 29859 0 0 0 320 9 0 0 20 0 15 0 244366503 14429130752 46786 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3522737 46786 3553 1 0 3484809 0
[pid=18419/tid=18421] ppid=18416 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) R 18416 18419 17276 0 -1 4202560 21627 0 0 0 141 6 0 0 20 0 15 0 244366503 14429130752 46786 33554432000 4194304 4196468 140730398220992 140360623359744 140360619134358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14090948 memory=158286724763636 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244366504 14429130752 46786 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14429130752 46786 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14429130752 46786 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14090948 memory=79 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244366504 14429130752 46786 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14090948 memory=1 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) S 18416 18419 17276 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 244366505 14429130752 46786 33554432000 4194304 4196468 140730398220992 140359598335984 140360619133570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0

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

[pid=18419/tid=18433] ppid=18416 vsize=14090948 memory=140199946390657 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 61444 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 244366509 14429130752 61444 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 64 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 8.47 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 245776 KiB

[startup+8.00072 s]*
/proc/loadavg: 1.37 1.38 1.40 3/217 18511
/proc/meminfo: memFree=18103260/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14090948 memory=245892 CPUtime=10.09 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 34508 0 0 0 996 13 0 0 20 0 15 0 244366503 14429130752 61473 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3522737 61473 3578 1 0 3484809 0
[pid=18419/tid=18421] ppid=18416 vsize=14090948 memory=6791534058613427641 CPUtime=7.46 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) R 18416 18419 17276 0 -1 4202560 22251 0 0 0 740 6 0 0 20 0 15 0 244366503 14429130752 61473 33554432000 4194304 4196468 140730398220992 140360623360608 140360225070476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14090948 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61473 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14090948 memory=3533419654475770974 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 227 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61473 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14090948 memory=-6948055166404804227 CPUtime=0.01 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 130 0 0 0 1 0 0 0 20 0 15 0 244366504 14429130752 61473 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14090948 memory=4207599515515776096 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 819 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61473 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14090948 memory=8029051601229564912 CPUtime=0.01 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) S 18416 18419 17276 0 -1 1077944384 329 0 0 0 1 0 0 0 20 0 15 0 244366505 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359598335984 140360619133570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18427] ppid=18416 vsize=14090948 memory=3184055083217414507 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18427/stat : 18427 (java) S 18416 18419 17276 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 244366506 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359597282272 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18428] ppid=18416 vsize=14090948 memory=-7361174377247368086 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18428/stat : 18428 (java) S 18416 18419 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244366506 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359596229632 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18429] ppid=18416 vsize=14090948 memory=7681421203011431829 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18429/stat : 18429 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359595178192 140360619141019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18430] ppid=18416 vsize=14090948 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/18419/task/18430/stat : 18430 (java) S 18416 18419 17276 0 -1 1077944384 3337 0 0 0 99 0 0 0 20 0 15 0 244366508 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359594125808 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18431] ppid=18416 vsize=14090948 memory=7299501786005516335 CPUtime=0.91 cores=1,3,5,7
/proc/18419/task/18431/stat : 18431 (java) S 18416 18419 17276 0 -1 1077944384 2535 0 0 0 91 0 0 0 20 0 15 0 244366508 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359593073264 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18432] ppid=18416 vsize=14090948 memory=140200065783424 CPUtime=0.56 cores=1,3,5,7
/proc/18419/task/18432/stat : 18432 (java) S 18416 18419 17276 0 -1 1077944384 2503 0 0 0 55 1 0 0 20 0 15 0 244366508 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359592020720 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18433] ppid=18416 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 244366509 14429130752 61473 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 64 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 10.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 245892 KiB

[startup+8.80073 s]
/proc/loadavg: 1.37 1.38 1.40 3/217 18511
/proc/meminfo: memFree=18103260/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14090948 memory=244336 CPUtime=10.9 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 34832 0 0 0 1077 13 0 0 20 0 15 0 244366503 14429130752 61084 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3522737 61084 3578 1 0 3484809 0
[pid=18419/tid=18421] ppid=18416 vsize=14090948 memory=6943526294502006880 CPUtime=8.25 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) R 18416 18419 17276 0 -1 4202560 22288 0 0 0 819 6 0 0 20 0 15 0 244366503 14429130752 61084 33554432000 4194304 4196468 140730398220992 140360623360736 140360224834279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14090948 memory=6944656575208382560 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 522 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61084 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14090948 memory=6944656592455097440 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61084 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14090948 memory=6944656592455359545 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 253 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61084 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14090948 memory=7368007082269763160 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 824 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61084 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14090948 memory=56 CPUtime=0.01 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) S 18416 18419 17276 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 15 0 244366505 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359598335984 140360619133570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18427] ppid=18416 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18427/stat : 18427 (java) S 18416 18419 17276 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 244366506 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359597282272 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18428] ppid=18416 vsize=14090948 memory=280399893117360 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18428/stat : 18428 (java) S 18416 18419 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244366506 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359596229632 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18429] ppid=18416 vsize=14090948 memory=7223887401239728208 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18429/stat : 18429 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359595178192 140360619141019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18430] ppid=18416 vsize=14090948 memory=6154538792250073449 CPUtime=0.99 cores=1,3,5,7
/proc/18419/task/18430/stat : 18430 (java) S 18416 18419 17276 0 -1 1077944384 3337 0 0 0 99 0 0 0 20 0 15 0 244366508 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359594125808 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18431] ppid=18416 vsize=14090948 memory=7522538979050743141 CPUtime=0.91 cores=1,3,5,7
/proc/18419/task/18431/stat : 18431 (java) S 18416 18419 17276 0 -1 1077944384 2535 0 0 0 91 0 0 0 20 0 15 0 244366508 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359593073264 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18432] ppid=18416 vsize=14090948 memory=7380106142448641648 CPUtime=0.56 cores=1,3,5,7
/proc/18419/task/18432/stat : 18432 (java) S 18416 18419 17276 0 -1 1077944384 2503 0 0 0 55 1 0 0 20 0 15 0 244366508 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359592020720 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18433] ppid=18416 vsize=14090948 memory=7597685182856913236 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14090948 memory=6154820267226784105 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 244366509 14429130752 61084 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 64 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 10.9 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 244336 KiB

[startup+9.60479 s]
/proc/loadavg: 1.42 1.39 1.40 3/217 18511
/proc/meminfo: memFree=18104304/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14090948 memory=247372 CPUtime=11.73 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 35711 0 0 0 1160 13 0 0 20 0 15 0 244366503 14429130752 61843 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3522737 61843 3578 1 0 3484809 0
[pid=18419/tid=18421] ppid=18416 vsize=14090948 memory=7223887401239728208 CPUtime=9.05 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) S 18416 18419 17276 0 -1 1077944384 22304 0 0 0 899 6 0 0 20 0 15 0 244366503 14429130752 61843 33554432000 4194304 4196468 140730398220992 140360623360368 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14090948 memory=5931329015422935360 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61843 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14090948 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61843 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14090948 memory=8184573837874268220 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61843 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14090948 memory=-8452003593176139197 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 831 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 61843 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14090948 memory=-7677921907076742295 CPUtime=0.01 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) R 18416 18419 17276 0 -1 4202560 479 0 0 0 1 0 0 0 20 0 15 0 244366505 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359598334496 140360619143770 0 0 0 16800975 0 0 0 -1 3 0 0 47 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18427] ppid=18416 vsize=14090948 memory=-7605864313038291869 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18427/stat : 18427 (java) S 18416 18419 17276 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 244366506 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359597282272 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18428] ppid=18416 vsize=14090948 memory=-5443861017266535522 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18428/stat : 18428 (java) S 18416 18419 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244366506 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359596229632 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18429] ppid=18416 vsize=14090948 memory=-8452003597404390589 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18429/stat : 18429 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359595178192 140360619141019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18430] ppid=18416 vsize=14090948 memory=245776 CPUtime=1.01 cores=1,3,5,7
/proc/18419/task/18430/stat : 18430 (java) S 18416 18419 17276 0 -1 1077944384 3715 0 0 0 101 0 0 0 20 0 15 0 244366508 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359594125808 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18431] ppid=18416 vsize=14090948 memory=4580 CPUtime=0.91 cores=1,3,5,7
/proc/18419/task/18431/stat : 18431 (java) S 18416 18419 17276 0 -1 1077944384 2535 0 0 0 91 0 0 0 20 0 15 0 244366508 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359593073264 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18432] ppid=18416 vsize=14090948 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/18419/task/18432/stat : 18432 (java) S 18416 18419 17276 0 -1 1077944384 2966 0 0 0 56 1 0 0 20 0 15 0 244366508 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359592020720 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18433] ppid=18416 vsize=14090948 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 244366509 14429130752 61843 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 64 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 11.73 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 247372 KiB

[startup+10.0007 s]*
/proc/loadavg: 1.42 1.39 1.40 3/217 18511
/proc/meminfo: memFree=18105012/32770624 swapFree=67108792/67108860
[pid=18419] ppid=18416 vsize=14090948 memory=243268 CPUtime=12.14 cores=1,3,5,7
/proc/18419/stat : 18419 (java) S 18416 18419 17276 0 -1 1077944320 35738 0 0 0 1201 13 0 0 20 0 15 0 244366503 14429130752 60817 33554432000 4194304 4196468 140730398220992 140730398203536 140360619122423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
/proc/18419/statm: 3522737 60817 3578 1 0 3484809 0
[pid=18419/tid=18421] ppid=18416 vsize=14090948 memory=6735269665583770266 CPUtime=9.45 cores=1,3,5,7
/proc/18419/task/18421/stat : 18421 (java) R 18416 18419 17276 0 -1 4202560 22330 0 0 0 939 6 0 0 20 0 15 0 244366503 14429130752 60817 33554432000 4194304 4196468 140730398220992 140360623360368 140360224963020 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18422] ppid=18416 vsize=14090948 memory=4211973926270573962 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18422/stat : 18422 (java) S 18416 18419 17276 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 60817 33554432000 4194304 4196468 140730398220992 140360549210896 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18423] ppid=18416 vsize=14090948 memory=3467964827945567904 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18423/stat : 18423 (java) S 18416 18419 17276 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 60817 33554432000 4194304 4196468 140730398220992 140360548158352 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18424] ppid=18416 vsize=14090948 memory=4641074226544989287 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18424/stat : 18424 (java) S 18416 18419 17276 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 60817 33554432000 4194304 4196468 140730398220992 140360547105808 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18425] ppid=18416 vsize=14090948 memory=7372784292774570857 CPUtime=0.02 cores=1,3,5,7
/proc/18419/task/18425/stat : 18425 (java) S 18416 18419 17276 0 -1 1077944384 831 0 0 0 2 0 0 0 20 0 15 0 244366504 14429130752 60817 33554432000 4194304 4196468 140730398220992 140360546053264 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18426] ppid=18416 vsize=14090948 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18419/task/18426/stat : 18426 (java) S 18416 18419 17276 0 -1 1077944384 480 0 0 0 1 0 0 0 20 0 15 0 244366505 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359598335984 140360619133570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18427] ppid=18416 vsize=14090948 memory=3905523804517969951 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18427/stat : 18427 (java) S 18416 18419 17276 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 244366506 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359597282272 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18428] ppid=18416 vsize=14090948 memory=7162811819535716964 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18428/stat : 18428 (java) S 18416 18419 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244366506 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359596229632 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18429] ppid=18416 vsize=14090948 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18429/stat : 18429 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359595178192 140360619141019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18430] ppid=18416 vsize=14090948 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/18419/task/18430/stat : 18430 (java) S 18416 18419 17276 0 -1 1077944384 3715 0 0 0 101 0 0 0 20 0 15 0 244366508 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359594125808 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18431] ppid=18416 vsize=14090948 memory=3906091148190818357 CPUtime=0.91 cores=1,3,5,7
/proc/18419/task/18431/stat : 18431 (java) S 18416 18419 17276 0 -1 1077944384 2535 0 0 0 91 0 0 0 20 0 15 0 244366508 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359593073264 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18432] ppid=18416 vsize=14090948 memory=3690611620439822262 CPUtime=0.57 cores=1,3,5,7
/proc/18419/task/18432/stat : 18432 (java) S 18416 18419 17276 0 -1 1077944384 2966 0 0 0 56 1 0 0 20 0 15 0 244366508 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359592020720 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18433] ppid=18416 vsize=14090948 memory=3690453828239438386 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18433/stat : 18433 (java) S 18416 18419 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244366508 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359590968416 140360619132629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
[pid=18419/tid=18434] ppid=18416 vsize=14090948 memory=3978280159136944050 CPUtime=0 cores=1,3,5,7
/proc/18419/task/18434/stat : 18434 (java) S 18416 18419 17276 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 244366509 14429130752 60817 33554432000 4194304 4196468 140730398220992 140359589914928 140360619133570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 64 0 0 6293624 6294260 13602816 140730398229584 140730398229769 140730398229769 140730398232527 0
Current children cumulated CPU time: 12.14 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 243268 KiB

Child status: 0
Real time (s): 10.0583
CPU time (s): 12.1995
CPU user time (s): 12.0516
CPU system time (s): 0.147878
CPU usage (%): 121.287
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 247372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0516
system time used= 0.147878
maximum resident set size= 247372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37162
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2693
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 18419
#   total CPU time (s): 12.1995
#   total CPU user time (s): 12.0516
#   total CPU system time (s): 0.147878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.112306 second user time and 0.116049 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-14 19:33:52
IDJOB=4307703
IDBENCH=141592
IDSOLVER=2790
FILE ID=node150/4307703-1534268032
RUNJOBID= node150-1534258053-17308
PBS_JOBID= 21038115
Free space on /tmp= 37968 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307703-1534268032/watcher-4307703-1534268032 -o /tmp/evaluation-result-4307703-1534268032/solver-4307703-1534268032 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534258053-17308 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 2081266009 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307703-1534268032.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=2081266009

node150.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.76
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.76
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.76
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.76
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:        18307920 kB
MemAvailable:   31625648 kB
Buffers:          238148 kB
Cached:         13238144 kB
SwapCached:           32 kB
Active:          6565424 kB
Inactive:        7243548 kB
Active(anon):     283984 kB
Inactive(anon):   100956 kB
Active(file):    6281440 kB
Inactive(file):  7142592 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35760 kB
Writeback:             4 kB
AnonPages:        339612 kB
Mapped:            69000 kB
Shmem:             49732 kB
Slab:             349976 kB
SReclaimable:     322156 kB
SUnreclaim:        27820 kB
KernelStack:        3648 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1214192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37932 MiB
End job on node150 at 2018-08-14 19:34:03