Trace number 4308133

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 with restarts 2018-08-14SAT 101.752 98.7634

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.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 2036003070
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...
1.48/1.26	c Parsing done, starting search...
101.67/98.75	s SATISFIABLE
101.67/98.75	v <instantiation>
101.67/98.75	v 	<list>
101.67/98.75	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]
101.67/98.75	v 	</list>
101.67/98.75	v 	<values>
101.67/98.75	v 		19 24 22 11 2 7 0 6 21 25 5 3 8 17 2 13 22 11 20 9 7 1 14 18 6 21 25 15 19 4 12 24 16 10 23 
101.67/98.75	v 	</values>
101.67/98.75	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 (13768 MiB free)
  memory of node 1: 16384 MiB (13091 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308133-1534278333/watcher-4308133-1534278333 -o /tmp/evaluation-result-4308133-1534278333/solver-4308133-1534278333 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15075 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2036003070 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308133-1534278333.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
solver pid=17450, runsolver pid=17447
Current StackSize limit: 8192 KiB


[startup+0.10159 s]*
/proc/loadavg: 2.04 1.85 1.87 3/215 17465
/proc/meminfo: memFree=27485992/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14082736 memory=31448 CPUtime=0.12 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 6774 0 0 0 11 1 0 0 20 0 15 0 245396518 14420721664 7862 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3520684 7862 3153 1 0 3482761 0
[pid=17450/tid=17452] ppid=17447 vsize=14082736 memory=-8701690554791924095 CPUtime=0.09 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 4820 0 0 0 8 1 0 0 20 0 15 0 245396518 14420721664 7862 33554432000 4194304 4196468 140721650446064 140487524718240 140487504577886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 7862 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 7862 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 7862 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 7862 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245396520 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17458] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17458/stat : 17458 (java) S 17447 17450 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245396520 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486993466144 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17459] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17459/stat : 17459 (java) S 17447 17450 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245396521 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486992413808 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17460] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17460/stat : 17460 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486991362128 140487520515995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17461] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17461/stat : 17461 (java) S 17447 17450 15043 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 245396523 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486990310000 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17462] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17462/stat : 17462 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486989257200 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17463] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0.01 cores=1,3,5,7
/proc/17450/task/17463/stat : 17463 (java) S 17447 17450 15043 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 245396523 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486988204912 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17464] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396524 14420721664 7862 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31448 KiB

[startup+0.211591 s]*
/proc/loadavg: 2.04 1.85 1.87 6/215 17465
/proc/meminfo: memFree=27471184/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14082736 memory=47244 CPUtime=0.3 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 10433 0 0 0 28 2 0 0 20 0 15 0 245396518 14420721664 11811 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3520684 11811 3368 1 0 3482761 0
[pid=17450/tid=17452] ppid=17447 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 8142 0 0 0 18 2 0 0 20 0 15 0 245396518 14420721664 11811 33554432000 4194304 4196468 140721650446064 140487524723936 140487122096176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 11811 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14082736 memory=3762109343749150368 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 11811 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 11811 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 11811 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245396520 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17458] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17458/stat : 17458 (java) S 17447 17450 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245396520 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486993466144 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17459] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17459/stat : 17459 (java) S 17447 17450 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245396521 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486992413808 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17460] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17460/stat : 17460 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486991362128 140487520515995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17461] ppid=17447 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17461/stat : 17461 (java) R 17447 17450 15043 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 245396523 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486990310000 140487502042763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17462] ppid=17447 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17462/stat : 17462 (java) S 17447 17450 15043 0 -1 1077944384 255 0 0 0 2 0 0 0 20 0 15 0 245396523 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486989257200 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17463] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0.05 cores=1,3,5,7
/proc/17450/task/17463/stat : 17463 (java) R 17447 17450 15043 0 -1 4202560 299 0 0 0 5 0 0 0 20 0 15 0 245396523 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486988201888 140487499447217 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17464] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396524 14420721664 11811 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47244 KiB

[startup+0.310705 s]*
/proc/loadavg: 2.04 1.85 1.87 3/215 17465
/proc/meminfo: memFree=27467340/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14082736 memory=50836 CPUtime=0.43 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 10787 0 0 0 41 2 0 0 20 0 15 0 245396518 14420721664 12709 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3520684 12709 3416 1 0 3482761 0
[pid=17450/tid=17452] ppid=17447 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 8475 0 0 0 28 2 0 0 20 0 15 0 245396518 14420721664 12709 33554432000 4194304 4196468 140721650446064 140487524708912 140487500772551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14082736 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 12709 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14082736 memory=3905098631918163616 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 12709 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 12709 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14420721664 12709 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245396520 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17458] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17458/stat : 17458 (java) S 17447 17450 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245396520 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486993466144 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17459] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17459/stat : 17459 (java) S 17447 17450 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245396521 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486992413808 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17460] ppid=17447 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17460/stat : 17460 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486991362128 140487520515995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17461] ppid=17447 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17461/stat : 17461 (java) S 17447 17450 15043 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 245396523 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486990310000 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17462] ppid=17447 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17462/stat : 17462 (java) S 17447 17450 15043 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 15 0 245396523 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486989257200 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17463] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0.07 cores=1,3,5,7
/proc/17450/task/17463/stat : 17463 (java) S 17447 17450 15043 0 -1 1077944384 308 0 0 0 7 0 0 0 20 0 15 0 245396523 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486988204912 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17464] ppid=17447 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14082736 memory=139972167636608 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396524 14420721664 12709 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50836 KiB

[startup+0.70071 s]
/proc/loadavg: 2.04 1.85 1.87 4/215 17465
/proc/meminfo: memFree=27443280/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14084804 memory=89188 CPUtime=0.99 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 17641 0 0 0 94 5 0 0 20 0 15 0 245396518 14422839296 22297 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3521201 22297 3505 1 0 3483273 0
[pid=17450/tid=17452] ppid=17447 vsize=14084804 memory=33316 CPUtime=0.67 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 14922 0 0 0 63 4 0 0 20 0 15 0 245396518 14422839296 22297 33554432000 4194304 4196468 140721650446064 140487524712304 140487504577886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14084804 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245396519 14422839296 22297 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14084804 memory=492 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14422839296 22297 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14084804 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14422839296 22297 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14422839296 22297 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14084804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245396520 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17458] ppid=17447 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17458/stat : 17458 (java) S 17447 17450 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245396520 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486993466144 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17459] ppid=17447 vsize=14084804 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17459/stat : 17459 (java) S 17447 17450 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245396521 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486992413808 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17460] ppid=17447 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17460/stat : 17460 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486991362128 140487520515995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17461] ppid=17447 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/17450/task/17461/stat : 17461 (java) S 17447 17450 15043 0 -1 1077944384 534 0 0 0 7 0 0 0 20 0 15 0 245396523 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486990310000 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17462] ppid=17447 vsize=14084804 memory=7453282923461570405 CPUtime=0.07 cores=1,3,5,7
/proc/17450/task/17462/stat : 17462 (java) S 17447 17450 15043 0 -1 1077944384 406 0 0 0 7 0 0 0 20 0 15 0 245396523 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486989257200 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17463] ppid=17447 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/17450/task/17463/stat : 17463 (java) S 17447 17450 15043 0 -1 1077944384 400 0 0 0 14 0 0 0 20 0 15 0 245396523 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486988204912 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17464] ppid=17447 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14084804 memory=972 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396524 14422839296 22297 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89188 KiB

[startup+1.50164 s]
/proc/loadavg: 2.27 1.90 1.89 3/215 17465
/proc/meminfo: memFree=27410388/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14090948 memory=127924 CPUtime=2.28 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 26236 0 0 0 221 7 0 0 20 0 15 0 245396518 14429130752 31981 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3522737 31981 3529 1 0 3484809 0
[pid=17450/tid=17452] ppid=17447 vsize=14090948 memory=117000 CPUtime=1.24 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 19381 0 0 0 119 5 0 0 20 0 15 0 245396518 14429130752 31981 33554432000 4194304 4196468 140721650446064 140487524732000 140487125966998 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245396519 14429130752 31981 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14429130752 31981 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14429130752 31981 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245396519 14429130752 31981 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 245396520 14429130752 31981 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0

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

[pid=17450/tid=17464] ppid=17447 vsize=14090948 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14090948 memory=1572 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 245396524 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 99.17 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 167784 KiB

[startup+97.8007 s]
/proc/loadavg: 1.50 1.76 1.84 3/215 17466
/proc/meminfo: memFree=27344936/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14090948 memory=167784 CPUtime=100.77 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 50566 0 0 0 10060 17 0 0 20 0 15 0 245396518 14429130752 41946 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3522737 41946 3567 1 0 3484809 0
[pid=17450/tid=17452] ppid=17447 vsize=14090948 memory=167668 CPUtime=97.15 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 24035 0 0 0 9708 7 0 0 20 0 15 0 245396518 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487524735568 140487126903916 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14090948 memory=3544 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 1002 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14090948 memory=64820 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 2081 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14090948 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1253 0 0 0 10 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14090948 memory=2228 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1654 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14090948 memory=33316 CPUtime=0.14 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 1762 0 0 0 13 1 0 0 20 0 15 0 245396520 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17458] ppid=17447 vsize=14090948 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17458/stat : 17458 (java) S 17447 17450 15043 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 245396520 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486993466208 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17459] ppid=17447 vsize=14090948 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17459/stat : 17459 (java) S 17447 17450 15043 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 245396521 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486992413824 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17460] ppid=17447 vsize=14090948 memory=64820 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17460/stat : 17460 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486991362128 140487520515995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17461] ppid=17447 vsize=14090948 memory=776 CPUtime=1.24 cores=1,3,5,7
/proc/17450/task/17461/stat : 17461 (java) S 17447 17450 15043 0 -1 1077944384 5861 0 0 0 124 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486990310000 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17462] ppid=17447 vsize=14090948 memory=1876 CPUtime=1.22 cores=1,3,5,7
/proc/17450/task/17462/stat : 17462 (java) S 17447 17450 15043 0 -1 1077944384 6968 0 0 0 122 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486989257200 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17463] ppid=17447 vsize=14090948 memory=6791534058613427641 CPUtime=0.42 cores=1,3,5,7
/proc/17450/task/17463/stat : 17463 (java) S 17447 17450 15043 0 -1 1077944384 3845 0 0 0 41 1 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486988204912 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17464] ppid=17447 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14090948 memory=972 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 245396524 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 100.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 167784 KiB

[startup+98.2007 s]*
/proc/loadavg: 1.50 1.76 1.84 3/215 17466
/proc/meminfo: memFree=27344936/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14090948 memory=167784 CPUtime=101.18 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 50568 0 0 0 10101 17 0 0 20 0 15 0 245396518 14429130752 41946 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3522737 41946 3567 1 0 3484809 0
[pid=17450/tid=17452] ppid=17447 vsize=14090948 memory=6791534058613427641 CPUtime=97.56 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 24036 0 0 0 9749 7 0 0 20 0 15 0 245396518 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487524735472 140487126499456 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14090948 memory=4872558044660077418 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 1002 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14090948 memory=5859291216588329040 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 2081 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14090948 memory=5787495379349033040 CPUtime=0.11 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1253 0 0 0 10 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14090948 memory=5859291216588329040 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1654 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14090948 memory=5859293415611584592 CPUtime=0.14 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 1763 0 0 0 13 1 0 0 20 0 15 0 245396520 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17458] ppid=17447 vsize=14090948 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17458/stat : 17458 (java) S 17447 17450 15043 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 245396520 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486993466208 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17459] ppid=17447 vsize=14090948 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17459/stat : 17459 (java) S 17447 17450 15043 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 245396521 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486992413824 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17460] ppid=17447 vsize=14090948 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17460/stat : 17460 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486991362128 140487520515995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17461] ppid=17447 vsize=14090948 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/17450/task/17461/stat : 17461 (java) S 17447 17450 15043 0 -1 1077944384 5861 0 0 0 124 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486990310000 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17462] ppid=17447 vsize=14090948 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/17450/task/17462/stat : 17462 (java) S 17447 17450 15043 0 -1 1077944384 6968 0 0 0 122 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486989257200 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17463] ppid=17447 vsize=14090948 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/17450/task/17463/stat : 17463 (java) S 17447 17450 15043 0 -1 1077944384 3845 0 0 0 41 1 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486988204912 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17464] ppid=17447 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14090948 memory=10 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 245396524 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 101.18 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 167784 KiB

[startup+98.6016 s]
/proc/loadavg: 1.50 1.76 1.84 3/215 17466
/proc/meminfo: memFree=27344936/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14090948 memory=167784 CPUtime=101.57 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 50570 0 0 0 10140 17 0 0 20 0 15 0 245396518 14429130752 41946 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3522737 41946 3567 1 0 3484809 0
[pid=17450/tid=17452] ppid=17447 vsize=14090948 memory=6791534058613427641 CPUtime=97.95 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 24037 0 0 0 9788 7 0 0 20 0 15 0 245396518 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487524735360 140487126902865 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14090948 memory=2228 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 1002 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14090948 memory=33316 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 2081 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14090948 memory=11908 CPUtime=0.11 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1253 0 0 0 10 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14090948 memory=492 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1655 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14090948 memory=167784 CPUtime=0.14 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 1763 0 0 0 13 1 0 0 20 0 15 0 245396520 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17458] ppid=17447 vsize=14090948 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17458/stat : 17458 (java) S 17447 17450 15043 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 245396520 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486993466208 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17459] ppid=17447 vsize=14090948 memory=1684 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17459/stat : 17459 (java) S 17447 17450 15043 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 245396521 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486992413824 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17460] ppid=17447 vsize=14090948 memory=768 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17460/stat : 17460 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486991362128 140487520515995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17461] ppid=17447 vsize=14090948 memory=5292 CPUtime=1.24 cores=1,3,5,7
/proc/17450/task/17461/stat : 17461 (java) S 17447 17450 15043 0 -1 1077944384 5861 0 0 0 124 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486990310000 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17462] ppid=17447 vsize=14090948 memory=11068 CPUtime=1.22 cores=1,3,5,7
/proc/17450/task/17462/stat : 17462 (java) S 17447 17450 15043 0 -1 1077944384 6968 0 0 0 122 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486989257200 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17463] ppid=17447 vsize=14090948 memory=1192 CPUtime=0.42 cores=1,3,5,7
/proc/17450/task/17463/stat : 17463 (java) S 17447 17450 15043 0 -1 1077944384 3845 0 0 0 41 1 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486988204912 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17464] ppid=17447 vsize=14090948 memory=1520 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14090948 memory=2680 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 245396524 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 101.57 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 167784 KiB

[startup+98.7006 s]
/proc/loadavg: 1.50 1.76 1.84 3/215 17466
/proc/meminfo: memFree=27344936/32770624 swapFree=67030676/67108860
[pid=17450] ppid=17447 vsize=14090948 memory=167784 CPUtime=101.67 cores=1,3,5,7
/proc/17450/stat : 17450 (java) S 17447 17450 15043 0 -1 1077944320 50570 0 0 0 10150 17 0 0 20 0 15 0 245396518 14429130752 41946 33554432000 4194304 4196468 140721650446064 140721650428608 140487520497399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
/proc/17450/statm: 3522737 41946 3567 1 0 3484809 0
[pid=17450/tid=17452] ppid=17447 vsize=14090948 memory=167668 CPUtime=98.05 cores=1,3,5,7
/proc/17450/task/17452/stat : 17452 (java) R 17447 17450 15043 0 -1 4202560 24037 0 0 0 9798 7 0 0 20 0 15 0 245396518 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487524735360 140487126701213 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17453] ppid=17447 vsize=14090948 memory=167784 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17453/stat : 17453 (java) S 17447 17450 15043 0 -1 1077944384 1002 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487450586000 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17454] ppid=17447 vsize=14090948 memory=167668 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17454/stat : 17454 (java) S 17447 17450 15043 0 -1 1077944384 2081 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487449533200 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17455] ppid=17447 vsize=14090948 memory=75011603842137 CPUtime=0.11 cores=1,3,5,7
/proc/17450/task/17455/stat : 17455 (java) S 17447 17450 15043 0 -1 1077944384 1253 0 0 0 10 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487448480912 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17456] ppid=17447 vsize=14090948 memory=167668 CPUtime=0.12 cores=1,3,5,7
/proc/17450/task/17456/stat : 17456 (java) S 17447 17450 15043 0 -1 1077944384 1655 0 0 0 11 1 0 0 20 0 15 0 245396519 14429130752 41946 33554432000 4194304 4196468 140721650446064 140487447428112 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17457] ppid=17447 vsize=14090948 memory=167668 CPUtime=0.14 cores=1,3,5,7
/proc/17450/task/17457/stat : 17457 (java) S 17447 17450 15043 0 -1 1077944384 1763 0 0 0 13 1 0 0 20 0 15 0 245396520 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486994520176 140487520508546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17458] ppid=17447 vsize=14090948 memory=167784 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17458/stat : 17458 (java) S 17447 17450 15043 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 245396520 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486993466208 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17459] ppid=17447 vsize=14090948 memory=3160 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17459/stat : 17459 (java) S 17447 17450 15043 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 245396521 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486992413824 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17460] ppid=17447 vsize=14090948 memory=279944090122192 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17460/stat : 17460 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486991362128 140487520515995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17461] ppid=17447 vsize=14090948 memory=167668 CPUtime=1.24 cores=1,3,5,7
/proc/17450/task/17461/stat : 17461 (java) S 17447 17450 15043 0 -1 1077944384 5861 0 0 0 124 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486990310000 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17462] ppid=17447 vsize=14090948 memory=1192 CPUtime=1.22 cores=1,3,5,7
/proc/17450/task/17462/stat : 17462 (java) S 17447 17450 15043 0 -1 1077944384 6968 0 0 0 122 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486989257200 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17463] ppid=17447 vsize=14090948 memory=167784 CPUtime=0.42 cores=1,3,5,7
/proc/17450/task/17463/stat : 17463 (java) S 17447 17450 15043 0 -1 1077944384 3845 0 0 0 41 1 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486988204912 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17464] ppid=17447 vsize=14090948 memory=167784 CPUtime=0 cores=1,3,5,7
/proc/17450/task/17464/stat : 17464 (java) S 17447 17450 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245396523 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486987152352 140487520507605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
[pid=17450/tid=17465] ppid=17447 vsize=14090948 memory=167784 CPUtime=0.02 cores=1,3,5,7
/proc/17450/task/17465/stat : 17465 (java) S 17447 17450 15043 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 245396524 14429130752 41946 33554432000 4194304 4196468 140721650446064 140486986099120 140487520508546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32604160 140721650447432 140721650447625 140721650447625 140721650450383 0
Current children cumulated CPU time: 101.67 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 167784 KiB

Child status: 0
Real time (s): 98.7634
CPU time (s): 101.752
CPU user time (s): 101.57
CPU system time (s): 0.181364
CPU usage (%): 103.026
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 230924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.57
system time used= 0.181364
maximum resident set size= 231964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53260
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8065
involuntary context switches= 218


# summary of solver processes directly reported to runsolver:
#   pid: 17450
#   total CPU time (s): 101.752
#   total CPU user time (s): 101.57
#   total CPU system time (s): 0.181364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.636036 second user time and 0.905236 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-14 22:25:33
IDJOB=4308133
IDBENCH=141173
IDSOLVER=2791
FILE ID=node102/4308133-1534278333
RUNJOBID= node102-1534258226-15075
PBS_JOBID= 21038131
Free space on /tmp= 39488 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308133-1534278333/watcher-4308133-1534278333 -o /tmp/evaluation-result-4308133-1534278333/solver-4308133-1534278333 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15075 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2036003070 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308133-1534278333.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=2036003070

node102.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.51
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.51
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.51
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.51
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:        27504948 kB
MemAvailable:   31724740 kB
Buffers:          200020 kB
Cached:          4270648 kB
SwapCached:        51228 kB
Active:          2113884 kB
Inactive:        2591176 kB
Active(anon):     159068 kB
Inactive(anon):   126904 kB
Active(file):    1954816 kB
Inactive(file):  2464272 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030676 kB
Dirty:             35896 kB
Writeback:             0 kB
AnonPages:        140096 kB
Mapped:            66024 kB
Shmem:             49000 kB
Slab:             257776 kB
SReclaimable:     229164 kB
SUnreclaim:        28612 kB
KernelStack:        3808 kB
PageTables:         5868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1225360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39452 MiB
End job on node102 at 2018-08-14 22:27:12