Trace number 4307634

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 21.8959 18.9885

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
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 benchmark21.8959
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 715490971
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.50/1.03	c Parsing done, starting search...
21.79/18.97	s SATISFIABLE
21.79/18.97	v <instantiation>
21.79/18.97	v 	<list>
21.79/18.97	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4]
21.79/18.97	v 	</list>
21.79/18.97	v 	<values>
21.79/18.97	v 		25 0 19 18 4 1 23 3 6 14 25 6 7 21 19 18 4 1 15 14 22 2 5 13 20 17 9 3 11 8 24 23 16 12 10 
21.79/18.97	v 	</values>
21.79/18.97	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 (6848 MiB free)
  memory of node 1: 16384 MiB (11100 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307634-1534258059/watcher-4307634-1534258059 -o /tmp/evaluation-result-4307634-1534258059/solver-4307634-1534258059 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534258053-17308 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 715490971 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307634-1534258059.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=17429, runsolver pid=17426

[startup+0.100058 s]*
/proc/loadavg: 0.39 0.10 0.07 4/217 17444
/proc/meminfo: memFree=18359040/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14082736 memory=33068 CPUtime=0.12 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 6714 0 0 0 11 1 0 0 20 0 15 0 243369220 14420721664 8267 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3520684 8267 3135 1 0 3482761 0
[pid=17429/tid=17431] ppid=17426 vsize=14082736 memory=-6966721798027829888 CPUtime=0.08 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) R 17426 17429 17276 0 -1 4202560 4767 0 0 0 8 0 0 0 20 0 15 0 243369221 14420721664 8267 33554432000 4194304 4196468 140725924727824 139726422288784 139726418075030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14082736 memory=5793854920219044281 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 8267 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14082736 memory=139669209151104 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 8267 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 8267 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 8267 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17437] ppid=17426 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17437/stat : 17437 (java) S 17426 17429 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725959227040 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17438] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17438/stat : 17438 (java) S 17426 17429 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725958173936 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17439] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17439/stat : 17439 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725394667984 139726418081691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17440] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17440/stat : 17440 (java) S 17426 17429 17276 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725393615088 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17441] ppid=17426 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17441/stat : 17441 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725392562544 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17442] ppid=17426 vsize=14082736 memory=139669209151104 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17442/stat : 17442 (java) R 17426 17429 17276 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 243369226 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725391509488 139726396731357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17443] ppid=17426 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14082736 memory=139669209151104 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 8267 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33068 KiB

[startup+0.215232 s]*
/proc/loadavg: 0.39 0.10 0.07 5/217 17444
/proc/meminfo: memFree=18343224/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14082736 memory=49384 CPUtime=0.31 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 10384 0 0 0 29 2 0 0 20 0 15 0 243369220 14420721664 12346 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3520684 12346 3411 1 0 3482761 0
[pid=17429/tid=17431] ppid=17426 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) S 17426 17429 17276 0 -1 1077944384 8102 0 0 0 19 1 0 0 20 0 15 0 243369221 14420721664 12346 33554432000 4194304 4196468 140725924727824 139726422291456 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14082736 memory=4211973395413941642 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 12346 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14082736 memory=139669209151104 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 12346 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 12346 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 12346 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14082736 memory=139669209151104 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17437] ppid=17426 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17437/stat : 17437 (java) S 17426 17429 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725959227040 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17438] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17438/stat : 17438 (java) S 17426 17429 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725958173936 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17439] ppid=17426 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17439/stat : 17439 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725394667984 139726418081691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17440] ppid=17426 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17429/task/17440/stat : 17440 (java) S 17426 17429 17276 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 15 0 243369226 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725393615088 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17441] ppid=17426 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17441/stat : 17441 (java) R 17426 17429 17276 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 15 0 243369226 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725392562544 139726418074242 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17442] ppid=17426 vsize=14082736 memory=139669209151104 CPUtime=0.06 cores=1,3,5,7
/proc/17429/task/17442/stat : 17442 (java) S 17426 17429 17276 0 -1 1077944384 289 0 0 0 6 0 0 0 20 0 15 0 243369226 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725391509488 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17443] ppid=17426 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14082736 memory=139669209151104 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 12346 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49384 KiB

[startup+0.310563 s]*
/proc/loadavg: 0.39 0.10 0.07 4/217 17444
/proc/meminfo: memFree=18338820/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14082736 memory=52628 CPUtime=0.43 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 10773 0 0 0 41 2 0 0 20 0 15 0 243369220 14420721664 13157 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3520684 13157 3414 1 0 3482761 0
[pid=17429/tid=17431] ppid=17426 vsize=14082736 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) R 17426 17429 17276 0 -1 4202560 8456 0 0 0 28 1 0 0 20 0 15 0 243369221 14420721664 13157 33554432000 4194304 4196468 140725924727824 139726422243104 139726402143582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14082736 memory=4211973395413941642 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 13157 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14082736 memory=279338257394048 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 13157 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14082736 memory=279338096513536 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 13157 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14082736 memory=139669048242959 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369221 14420721664 13157 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14082736 memory=279338257400960 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17437] ppid=17426 vsize=14082736 memory=139669048247567 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17437/stat : 17437 (java) S 17426 17429 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725959227040 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17438] ppid=17426 vsize=14082736 memory=139669048267179 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17438/stat : 17438 (java) S 17426 17429 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369223 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725958173936 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17439] ppid=17426 vsize=14082736 memory=139669048269484 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17439/stat : 17439 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725394667984 139726418081691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17440] ppid=17426 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17429/task/17440/stat : 17440 (java) S 17426 17429 17276 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 243369226 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725393615088 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17441] ppid=17426 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17429/task/17441/stat : 17441 (java) S 17426 17429 17276 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 243369226 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725392562544 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17442] ppid=17426 vsize=14082736 memory=139669209151104 CPUtime=0.08 cores=1,3,5,7
/proc/17429/task/17442/stat : 17442 (java) S 17426 17429 17276 0 -1 1077944384 306 0 0 0 8 0 0 0 20 0 15 0 243369226 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725391509488 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17443] ppid=17426 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14082736 memory=139669209184172 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369226 14420721664 13157 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52628 KiB

[startup+0.700725 s]
/proc/loadavg: 0.39 0.10 0.07 3/217 17444
/proc/meminfo: memFree=18314668/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14084804 memory=90956 CPUtime=0.98 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 17633 0 0 0 94 4 0 0 20 0 15 0 243369220 14422839296 22739 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3521201 22739 3497 1 0 3483273 0
[pid=17429/tid=17431] ppid=17426 vsize=14084804 memory=53 CPUtime=0.67 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) R 17426 17429 17276 0 -1 4202560 14907 0 0 0 64 3 0 0 20 0 15 0 243369221 14422839296 22739 33554432000 4194304 4196468 140725924727824 139726422285696 139726402143582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14422839296 22739 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14422839296 22739 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14084804 memory=79 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14422839296 22739 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14084804 memory=1 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369221 14422839296 22739 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14084804 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369223 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17437] ppid=17426 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17437/stat : 17437 (java) S 17426 17429 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243369223 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725959227040 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17438] ppid=17426 vsize=14084804 memory=1264 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17438/stat : 17438 (java) S 17426 17429 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243369223 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725958173936 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17439] ppid=17426 vsize=14084804 memory=7180 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17439/stat : 17439 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369226 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725394667984 139726418081691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17440] ppid=17426 vsize=14084804 memory=748 CPUtime=0.07 cores=1,3,5,7
/proc/17429/task/17440/stat : 17440 (java) S 17426 17429 17276 0 -1 1077944384 562 0 0 0 7 0 0 0 20 0 15 0 243369226 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725393615088 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17441] ppid=17426 vsize=14084804 memory=872 CPUtime=0.06 cores=1,3,5,7
/proc/17429/task/17441/stat : 17441 (java) S 17426 17429 17276 0 -1 1077944384 377 0 0 0 6 0 0 0 20 0 15 0 243369226 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725392562544 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17442] ppid=17426 vsize=14084804 memory=1220 CPUtime=0.15 cores=1,3,5,7
/proc/17429/task/17442/stat : 17442 (java) S 17426 17429 17276 0 -1 1077944384 408 0 0 0 15 0 0 0 20 0 15 0 243369226 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725391509488 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17443] ppid=17426 vsize=14084804 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14084804 memory=15336 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369226 14422839296 22739 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90956 KiB

[startup+1.50081 s]
/proc/loadavg: 0.39 0.10 0.07 4/217 17444
/proc/meminfo: memFree=18281416/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14090948 memory=143744 CPUtime=2.94 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 24391 0 0 0 287 7 0 0 20 0 15 0 243369220 14429130752 35936 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3522737 35936 3525 1 0 3484809 0
[pid=17429/tid=17431] ppid=17426 vsize=14090948 memory=3892 CPUtime=1.46 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) R 17426 17429 17276 0 -1 4202560 17840 0 0 0 142 4 0 0 20 0 15 0 243369221 14429130752 35936 33554432000 4194304 4196468 140725924727824 139726422298552 139726044696741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14090948 memory=66076 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14429130752 35936 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14090948 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14429130752 35936 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369221 14429130752 35936 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369221 14429130752 35936 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14090948 memory=7379238597657913682 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 35936 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0

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

[pid=17429/tid=17443] ppid=17426 vsize=14090948 memory=120 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54919 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14090948 memory=40 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 929 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54919 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 18.9 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 219676 KiB

[startup+17.6007 s]
/proc/loadavg: 0.68 0.17 0.10 3/217 17444
/proc/meminfo: memFree=18199848/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14090948 memory=217108 CPUtime=20.49 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 33899 0 0 0 2039 10 0 0 20 0 15 0 243369220 14429130752 54277 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3522737 54277 3562 1 0 3484809 0
[pid=17429/tid=17431] ppid=17426 vsize=14090948 memory=7892 CPUtime=17.52 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) R 17426 17429 17276 0 -1 4202560 19182 0 0 0 1747 5 0 0 20 0 15 0 243369221 14429130752 54277 33554432000 4194304 4196468 140725924727824 139726422301264 139726045718826 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14090948 memory=808 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1423 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54277 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14090948 memory=217108 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 577 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54277 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14090948 memory=222752 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54277 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14090948 memory=6655300316396806240 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 647 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54277 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14090948 memory=6944656592455360604 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 676 0 0 0 1 0 0 0 20 0 15 0 243369223 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17437] ppid=17426 vsize=14090948 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17437/stat : 17437 (java) S 17426 17429 17276 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725959227104 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17438] ppid=17426 vsize=14090948 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17438/stat : 17438 (java) S 17426 17429 17276 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725958173952 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17439] ppid=17426 vsize=14090948 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17439/stat : 17439 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725394667984 139726418081691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17440] ppid=17426 vsize=14090948 memory=6944652177228980320 CPUtime=1.23 cores=1,3,5,7
/proc/17429/task/17440/stat : 17440 (java) S 17426 17429 17276 0 -1 1077944384 3023 0 0 0 122 1 0 0 20 0 15 0 243369226 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725393615088 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17441] ppid=17426 vsize=14090948 memory=6944656575208382560 CPUtime=1.2 cores=1,3,5,7
/proc/17429/task/17441/stat : 17441 (java) S 17426 17429 17276 0 -1 1077944384 3343 0 0 0 120 0 0 0 20 0 15 0 243369226 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725392562544 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17442] ppid=17426 vsize=14090948 memory=-6374952517165216960 CPUtime=0.4 cores=1,3,5,7
/proc/17429/task/17442/stat : 17442 (java) S 17426 17429 17276 0 -1 1077944384 2455 0 0 0 40 0 0 0 20 0 15 0 243369226 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725391509488 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17443] ppid=17426 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 929 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54277 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 20.49 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 217108 KiB

[startup+18.4007 s]
/proc/loadavg: 0.68 0.17 0.10 3/217 17444
/proc/meminfo: memFree=18204984/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14090948 memory=216080 CPUtime=21.29 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 33903 0 0 0 2119 10 0 0 20 0 15 0 243369220 14429130752 54020 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3522737 54020 3562 1 0 3484809 0
[pid=17429/tid=17431] ppid=17426 vsize=14090948 memory=2611 CPUtime=18.32 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) R 17426 17429 17276 0 -1 4202560 19183 0 0 0 1827 5 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726422300896 139726045318716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14090948 memory=3892 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1426 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14090948 memory=288230574492221466 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 577 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14090948 memory=14133342345897820 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 647 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14090948 memory=3796 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 676 0 0 0 1 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17437] ppid=17426 vsize=14090948 memory=2300 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17437/stat : 17437 (java) S 17426 17429 17276 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725959227104 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17438] ppid=17426 vsize=14090948 memory=2556 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17438/stat : 17438 (java) S 17426 17429 17276 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725958173952 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17439] ppid=17426 vsize=14090948 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17439/stat : 17439 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725394667984 139726418081691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17440] ppid=17426 vsize=14090948 memory=2748 CPUtime=1.23 cores=1,3,5,7
/proc/17429/task/17440/stat : 17440 (java) S 17426 17429 17276 0 -1 1077944384 3023 0 0 0 122 1 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725393615088 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17441] ppid=17426 vsize=14090948 memory=208092 CPUtime=1.2 cores=1,3,5,7
/proc/17429/task/17441/stat : 17441 (java) S 17426 17429 17276 0 -1 1077944384 3343 0 0 0 120 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725392562544 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17442] ppid=17426 vsize=14090948 memory=1404 CPUtime=0.4 cores=1,3,5,7
/proc/17429/task/17442/stat : 17442 (java) S 17426 17429 17276 0 -1 1077944384 2455 0 0 0 40 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725391509488 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17443] ppid=17426 vsize=14090948 memory=2608 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14090948 memory=227332 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 929 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 21.29 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 216080 KiB

[startup+18.8007 s]
/proc/loadavg: 0.68 0.17 0.10 3/217 17444
/proc/meminfo: memFree=18204984/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14090948 memory=216080 CPUtime=21.69 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 33905 0 0 0 2159 10 0 0 20 0 15 0 243369220 14429130752 54020 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3522737 54020 3562 1 0 3484809 0
[pid=17429/tid=17431] ppid=17426 vsize=14090948 memory=6791534058613427641 CPUtime=18.72 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) R 17426 17429 17276 0 -1 4202560 19185 0 0 0 1867 5 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726422300896 139726045395324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14090948 memory=10837 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1426 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14090948 memory=317053413767650627 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 577 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14090948 memory=8128038100524242582 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14090948 memory=-7523660553960122769 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 647 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14090948 memory=-7595718148000617580 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 676 0 0 0 1 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17437] ppid=17426 vsize=14090948 memory=-7595718147998060693 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17437/stat : 17437 (java) S 17426 17429 17276 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725959227104 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17438] ppid=17426 vsize=14090948 memory=-7595718147998060693 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17438/stat : 17438 (java) S 17426 17429 17276 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725958173952 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17439] ppid=17426 vsize=14090948 memory=-6452064069391756930 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17439/stat : 17439 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725394667984 139726418081691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17440] ppid=17426 vsize=14090948 memory=6943526294502006880 CPUtime=1.23 cores=1,3,5,7
/proc/17429/task/17440/stat : 17440 (java) S 17426 17429 17276 0 -1 1077944384 3023 0 0 0 122 1 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725393615088 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17441] ppid=17426 vsize=14090948 memory=6944656592455097440 CPUtime=1.2 cores=1,3,5,7
/proc/17429/task/17441/stat : 17441 (java) S 17426 17429 17276 0 -1 1077944384 3343 0 0 0 120 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725392562544 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17442] ppid=17426 vsize=14090948 memory=6943526294502006880 CPUtime=0.4 cores=1,3,5,7
/proc/17429/task/17442/stat : 17442 (java) S 17426 17429 17276 0 -1 1077944384 2455 0 0 0 40 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725391509488 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17443] ppid=17426 vsize=14090948 memory=4956998493510226538 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14090948 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 929 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 21.69 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 216080 KiB

[startup+18.9007 s]
/proc/loadavg: 0.68 0.17 0.10 3/217 17444
/proc/meminfo: memFree=18204984/32770624 swapFree=67108792/67108860
[pid=17429] ppid=17426 vsize=14090948 memory=216080 CPUtime=21.79 cores=1,3,5,7
/proc/17429/stat : 17429 (java) S 17426 17429 17276 0 -1 1077944320 33905 0 0 0 2169 10 0 0 20 0 15 0 243369220 14429130752 54020 33554432000 4194304 4196468 140725924727824 140725924710368 139726418063095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
/proc/17429/statm: 3522737 54020 3562 1 0 3484809 0
[pid=17429/tid=17431] ppid=17426 vsize=14090948 memory=216080 CPUtime=18.82 cores=1,3,5,7
/proc/17429/task/17431/stat : 17431 (java) R 17426 17429 17276 0 -1 4202560 19185 0 0 0 1877 5 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726422300896 139726044764038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17432] ppid=17426 vsize=14090948 memory=217108 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17432/stat : 17432 (java) S 17426 17429 17276 0 -1 1077944384 1426 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726370683408 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17433] ppid=17426 vsize=14090948 memory=219676 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17433/stat : 17433 (java) S 17426 17429 17276 0 -1 1077944384 577 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726369630864 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17434] ppid=17426 vsize=14090948 memory=219676 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17434/stat : 17434 (java) S 17426 17429 17276 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726368577808 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17435] ppid=17426 vsize=14090948 memory=217108 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17435/stat : 17435 (java) S 17426 17429 17276 0 -1 1077944384 647 0 0 0 1 0 0 0 20 0 15 0 243369221 14429130752 54020 33554432000 4194304 4196468 140725924727824 139726367525264 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17436] ppid=17426 vsize=14090948 memory=216080 CPUtime=0.01 cores=1,3,5,7
/proc/17429/task/17436/stat : 17436 (java) S 17426 17429 17276 0 -1 1077944384 676 0 0 0 1 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725960280816 139726418074242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17437] ppid=17426 vsize=14090948 memory=216080 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17437/stat : 17437 (java) S 17426 17429 17276 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725959227104 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17438] ppid=17426 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17438/stat : 17438 (java) S 17426 17429 17276 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 243369223 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725958173952 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17439] ppid=17426 vsize=14090948 memory=217108 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17439/stat : 17439 (java) S 17426 17429 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725394667984 139726418081691 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17440] ppid=17426 vsize=14090948 memory=217108 CPUtime=1.23 cores=1,3,5,7
/proc/17429/task/17440/stat : 17440 (java) S 17426 17429 17276 0 -1 1077944384 3023 0 0 0 122 1 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725393615088 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17441] ppid=17426 vsize=14090948 memory=219676 CPUtime=1.2 cores=1,3,5,7
/proc/17429/task/17441/stat : 17441 (java) S 17426 17429 17276 0 -1 1077944384 3343 0 0 0 120 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725392562544 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17442] ppid=17426 vsize=14090948 memory=3892 CPUtime=0.4 cores=1,3,5,7
/proc/17429/task/17442/stat : 17442 (java) S 17426 17429 17276 0 -1 1077944384 2455 0 0 0 40 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725391509488 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17443] ppid=17426 vsize=14090948 memory=235408 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17443/stat : 17443 (java) S 17426 17429 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725390457184 139726418073301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
[pid=17429/tid=17444] ppid=17426 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17429/task/17444/stat : 17444 (java) S 17426 17429 17276 0 -1 1077944384 929 0 0 0 0 0 0 0 20 0 15 0 243369226 14429130752 54020 33554432000 4194304 4196468 140725924727824 139725389405232 139726418074242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 8105984 140725924734033 140725924734217 140725924734217 140725924736975 0
Current children cumulated CPU time: 21.79 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 216080 KiB

Child status: 0
Real time (s): 18.9885
CPU time (s): 21.8959
CPU user time (s): 21.7774
CPU system time (s): 0.118421
CPU usage (%): 115.311
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 237048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7774
system time used= 0.118421
maximum resident set size= 238088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36254
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= 2983
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 17429
#   total CPU time (s): 21.8959
#   total CPU user time (s): 21.7774
#   total CPU system time (s): 0.118421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.126634 second user time and 0.223686 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-14 16:47:39
IDJOB=4307634
IDBENCH=141173
IDSOLVER=2790
FILE ID=node150/4307634-1534258059
RUNJOBID= node150-1534258053-17308
PBS_JOBID= 21038115
Free space on /tmp= 37968 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_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-4307634-1534258059/watcher-4307634-1534258059 -o /tmp/evaluation-result-4307634-1534258059/solver-4307634-1534258059 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534258053-17308 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 715490971 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307634-1534258059.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=715490971

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:        18379408 kB
MemAvailable:   31690876 kB
Buffers:          235692 kB
Cached:         13234512 kB
SwapCached:           32 kB
Active:          6495100 kB
Inactive:        7242368 kB
Active(anon):     219000 kB
Inactive(anon):   100956 kB
Active(file):    6276100 kB
Inactive(file):  7141412 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35928 kB
Writeback:           132 kB
AnonPages:        270596 kB
Mapped:            68716 kB
Shmem:             49732 kB
Slab:             350780 kB
SReclaimable:     322416 kB
SUnreclaim:        28364 kB
KernelStack:        3536 kB
PageTables:         6324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1322208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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 16:47:59