Trace number 4290589

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-07-02SAT 115.079 112.034

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.55	c version: 2018-07-02
0.67/0.56	c seed: 601819717
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.56/1.10	c Parsing done, starting search...
115.04/112.01	s SATISFIABLE
115.04/112.01	v <instantiation>
115.04/112.01	v 	<list>
115.04/112.01	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]
115.04/112.01	v 	</list>
115.04/112.01	v 	<values>
115.04/112.01	v 		25 0 6 7 21 2 24 22 19 11 25 19 18 4 6 7 21 1 15 14 22 20 17 9 2 5 13 3 11 8 23 24 16 12 10 
115.04/112.01	v 	</values>
115.04/112.01	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 (7196 MiB free)
  memory of node 1: 16384 MiB (12685 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290589-1532236033/watcher-4290589-1532236033 -o /tmp/evaluation-result-4290589-1532236033/solver-4290589-1532236033 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532226532-30726 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 601819717 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290589-1532236033.xml 

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

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


[startup+0.103735 s]*
/proc/loadavg: 1.12 1.31 1.32 3/218 31710
/proc/meminfo: memFree=20340704/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14082740 memory=31484 CPUtime=0.12 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 6746 0 0 0 11 1 0 0 20 0 15 0 41166472 14420725760 7871 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3520685 7871 3160 1 0 3482761 0
[pid=31695/tid=31697] ppid=31692 vsize=14082740 memory=-8701690554792185215 CPUtime=0.1 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 4793 0 0 0 9 1 0 0 20 0 15 0 41166473 14420725760 7871 33554432000 4194304 4196468 140726497509472 140574041049648 140574020908382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166475 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31703] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31703/stat : 31703 (java) S 31692 31695 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41166476 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573217072544 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31704] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31704/stat : 31704 (java) S 31692 31695 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41166476 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573216019952 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31705] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31705/stat : 31705 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573214968528 140574036846491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31706] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31706/stat : 31706 (java) S 31692 31695 30695 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573213915120 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31707] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31707/stat : 31707 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573212862576 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31708] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0.01 cores=0,2,4,6
/proc/31695/task/31708/stat : 31708 (java) S 31692 31695 30695 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 41166478 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573211810032 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31709] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166479 14420725760 7871 33554432000 4194304 4196468 140726497509472 140573209705264 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31484 KiB

[startup+0.211547 s]*
/proc/loadavg: 1.12 1.31 1.32 4/218 31710
/proc/meminfo: memFree=20326456/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14082740 memory=47044 CPUtime=0.3 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 10361 0 0 0 28 2 0 0 20 0 15 0 41166472 14420725760 11761 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3520685 11761 3365 1 0 3482761 0
[pid=31695/tid=31697] ppid=31692 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 8103 0 0 0 18 1 0 0 20 0 15 0 41166473 14420725760 11761 33554432000 4194304 4196468 140726497509472 140574041054960 140574020908382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14082740 memory=364 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14082740 memory=3474727143461975712 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41166475 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31703] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31703/stat : 31703 (java) S 31692 31695 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41166476 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573217072544 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31704] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31704/stat : 31704 (java) S 31692 31695 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41166476 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573216019952 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31705] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31705/stat : 31705 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573214968528 140574036846491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31706] ppid=31692 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31695/task/31706/stat : 31706 (java) R 31692 31695 30695 0 -1 4202560 430 0 0 0 2 0 0 0 20 0 15 0 41166478 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573213896136 140574029065022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31707] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31707/stat : 31707 (java) R 31692 31695 30695 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573212862576 140574036839042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31708] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0.06 cores=0,2,4,6
/proc/31695/task/31708/stat : 31708 (java) R 31692 31695 30695 0 -1 4202560 302 0 0 0 6 0 0 0 20 0 15 0 41166478 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573211810032 140574015318128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31709] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166479 14420725760 11761 33554432000 4194304 4196468 140726497509472 140573209705264 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47044 KiB

[startup+0.310702 s]*
/proc/loadavg: 1.12 1.31 1.32 3/218 31710
/proc/meminfo: memFree=20322796/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14082740 memory=50524 CPUtime=0.45 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 10782 0 0 0 42 3 0 0 20 0 15 0 41166472 14420725760 12631 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3520685 12631 3368 1 0 3482761 0
[pid=31695/tid=31697] ppid=31692 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 8465 0 0 0 28 2 0 0 20 0 15 0 41166473 14420725760 12631 33554432000 4194304 4196468 140726497509472 140574041035728 140574021993440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14082740 memory=4294982659 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14082740 memory=4123525865268410016 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41166475 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31703] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31703/stat : 31703 (java) S 31692 31695 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41166476 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573217072544 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31704] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31704/stat : 31704 (java) S 31692 31695 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41166476 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573216019952 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31705] ppid=31692 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31705/stat : 31705 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573214968528 140574036846491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31706] ppid=31692 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31695/task/31706/stat : 31706 (java) S 31692 31695 30695 0 -1 1077944384 450 0 0 0 3 0 0 0 20 0 15 0 41166478 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573213915120 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31707] ppid=31692 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31695/task/31707/stat : 31707 (java) S 31692 31695 30695 0 -1 1077944384 159 0 0 0 1 0 0 0 20 0 15 0 41166478 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573212862576 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31708] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0.08 cores=0,2,4,6
/proc/31695/task/31708/stat : 31708 (java) S 31692 31695 30695 0 -1 1077944384 324 0 0 0 8 0 0 0 20 0 15 0 41166478 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573211810032 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31709] ppid=31692 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14082740 memory=140411665479296 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166479 14420725760 12631 33554432000 4194304 4196468 140726497509472 140573209705264 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50524 KiB

[startup+0.700784 s]
/proc/loadavg: 1.12 1.31 1.32 3/218 31710
/proc/meminfo: memFree=20298488/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14084808 memory=88936 CPUtime=0.98 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 17630 0 0 0 94 4 0 0 20 0 15 0 41166472 14422843392 22234 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3521202 22234 3482 1 0 3483273 0
[pid=31695/tid=31697] ppid=31692 vsize=14084808 memory=276570593857333 CPUtime=0.67 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 14923 0 0 0 64 3 0 0 20 0 15 0 41166473 14422843392 22234 33554432000 4194304 4196468 140726497509472 140574041059360 140574036849821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14084808 memory=175223 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166474 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14084808 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41166475 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31703] ppid=31692 vsize=14084808 memory=-6870344067423823202 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31703/stat : 31703 (java) S 31692 31695 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41166476 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573217072544 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31704] ppid=31692 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31704/stat : 31704 (java) S 31692 31695 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41166476 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573216019952 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31705] ppid=31692 vsize=14084808 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31705/stat : 31705 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573214968528 140574036846491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31706] ppid=31692 vsize=14084808 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/31695/task/31706/stat : 31706 (java) S 31692 31695 30695 0 -1 1077944384 591 0 0 0 7 0 0 0 20 0 15 0 41166478 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573213915120 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31707] ppid=31692 vsize=14084808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31695/task/31707/stat : 31707 (java) S 31692 31695 30695 0 -1 1077944384 325 0 0 0 7 0 0 0 20 0 15 0 41166478 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573212862576 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31708] ppid=31692 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/31695/task/31708/stat : 31708 (java) S 31692 31695 30695 0 -1 1077944384 407 0 0 0 15 0 0 0 20 0 15 0 41166478 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573211810032 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31709] ppid=31692 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14084808 memory=8932 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166479 14422843392 22234 33554432000 4194304 4196468 140726497509472 140573209705264 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88936 KiB

[startup+1.50108 s]
/proc/loadavg: 1.12 1.31 1.32 3/218 31710
/proc/meminfo: memFree=20268152/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14090952 memory=142832 CPUtime=2.88 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 25126 0 0 0 281 7 0 0 20 0 15 0 41166472 14429134848 35708 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3522738 35708 3531 1 0 3484809 0
[pid=31695/tid=31697] ppid=31692 vsize=14090952 memory=3303 CPUtime=1.47 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 18952 0 0 0 142 5 0 0 20 0 15 0 41166473 14429134848 35708 33554432000 4194304 4196468 140726497509472 140574041063056 140573630051852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41166474 14429134848 35708 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14429134848 35708 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14429134848 35708 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41166474 14429134848 35708 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 41166475 14429134848 35708 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0

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

[pid=31695/tid=31709] ppid=31692 vsize=14090952 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14090952 memory=15872 CPUtime=0.03 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) S 31692 31695 30695 0 -1 1077944384 962 0 0 0 1 2 0 0 20 0 15 0 41166479 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573209705264 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 111.82 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 168088 KiB

[startup+110.408 s]
/proc/loadavg: 1.19 1.32 1.32 3/218 31788
/proc/meminfo: memFree=20656548/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14090952 memory=168088 CPUtime=113.44 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 45490 0 0 0 11325 19 0 0 20 0 15 0 41166472 14429134848 42022 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3522738 42022 3574 1 0 3484809 0
[pid=31695/tid=31697] ppid=31692 vsize=14090952 memory=6791534058613427641 CPUtime=109.94 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 23671 0 0 0 10987 7 0 0 20 0 15 0 41166473 14429134848 42022 33554432000 4194304 4196468 140726497509472 140574041065840 140573630194100 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14090952 memory=1200 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1599 0 0 0 12 2 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14090952 memory=11956 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 1845 0 0 0 13 1 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14090952 memory=168088 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 712 0 0 0 13 1 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14090952 memory=2444 CPUtime=0.15 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 1505 0 0 0 13 2 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14090952 memory=1728 CPUtime=0.18 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 1513 0 0 0 17 1 0 0 20 0 15 0 41166475 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31703] ppid=31692 vsize=14090952 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31703/stat : 31703 (java) S 31692 31695 30695 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 41166476 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573217072608 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31704] ppid=31692 vsize=14090952 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31704/stat : 31704 (java) S 31692 31695 30695 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 41166476 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573216019968 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31705] ppid=31692 vsize=14090952 memory=168088 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31705/stat : 31705 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573214968528 140574036846491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31706] ppid=31692 vsize=14090952 memory=5404 CPUtime=1.03 cores=0,2,4,6
/proc/31695/task/31706/stat : 31706 (java) S 31692 31695 30695 0 -1 1077944384 3745 0 0 0 103 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573213915120 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31707] ppid=31692 vsize=14090952 memory=1200 CPUtime=1.14 cores=0,2,4,6
/proc/31695/task/31707/stat : 31707 (java) S 31692 31695 30695 0 -1 1077944384 4343 0 0 0 113 1 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573212862576 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31708] ppid=31692 vsize=14090952 memory=11956 CPUtime=0.45 cores=0,2,4,6
/proc/31695/task/31708/stat : 31708 (java) S 31692 31695 30695 0 -1 1077944384 4135 0 0 0 44 1 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573211810032 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31709] ppid=31692 vsize=14090952 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14090952 memory=4620 CPUtime=0.03 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) R 31692 31695 30695 0 -1 4202560 962 0 0 0 1 2 0 0 20 0 15 0 41166479 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573209705264 140574036849242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 113.44 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 168088 KiB

[startup+111.201 s]
/proc/loadavg: 1.19 1.32 1.32 3/218 31788
/proc/meminfo: memFree=20656548/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14090952 memory=168088 CPUtime=114.23 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 45493 0 0 0 11404 19 0 0 20 0 15 0 41166472 14429134848 42022 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3522738 42022 3574 1 0 3484809 0
[pid=31695/tid=31697] ppid=31692 vsize=14090952 memory=6791534058613427641 CPUtime=110.73 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 23673 0 0 0 11066 7 0 0 20 0 15 0 41166473 14429134848 42022 33554432000 4194304 4196468 140726497509472 140574041065856 140573630420232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14090952 memory=8932 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1599 0 0 0 12 2 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14090952 memory=18472 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 1845 0 0 0 13 1 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14090952 memory=4048 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 713 0 0 0 13 1 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14090952 memory=1792 CPUtime=0.15 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 1505 0 0 0 13 2 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14090952 memory=1240 CPUtime=0.18 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 1513 0 0 0 17 1 0 0 20 0 15 0 41166475 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31703] ppid=31692 vsize=14090952 memory=648 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31703/stat : 31703 (java) S 31692 31695 30695 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 41166476 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573217072608 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31704] ppid=31692 vsize=14090952 memory=956 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31704/stat : 31704 (java) S 31692 31695 30695 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 41166476 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573216019968 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31705] ppid=31692 vsize=14090952 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31705/stat : 31705 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573214968528 140574036846491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31706] ppid=31692 vsize=14090952 memory=2444 CPUtime=1.03 cores=0,2,4,6
/proc/31695/task/31706/stat : 31706 (java) S 31692 31695 30695 0 -1 1077944384 3745 0 0 0 103 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573213915120 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31707] ppid=31692 vsize=14090952 memory=1728 CPUtime=1.14 cores=0,2,4,6
/proc/31695/task/31707/stat : 31707 (java) S 31692 31695 30695 0 -1 1077944384 4343 0 0 0 113 1 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573212862576 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31708] ppid=31692 vsize=14090952 memory=1948 CPUtime=0.45 cores=0,2,4,6
/proc/31695/task/31708/stat : 31708 (java) S 31692 31695 30695 0 -1 1077944384 4135 0 0 0 44 1 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573211810032 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31709] ppid=31692 vsize=14090952 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14090952 memory=1704 CPUtime=0.04 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) S 31692 31695 30695 0 -1 1077944384 962 0 0 0 2 2 0 0 20 0 15 0 41166479 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573209705264 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 114.23 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 168088 KiB

[startup+111.601 s]
/proc/loadavg: 1.19 1.32 1.32 3/218 31788
/proc/meminfo: memFree=20656548/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14090952 memory=168088 CPUtime=114.63 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 45494 0 0 0 11444 19 0 0 20 0 15 0 41166472 14429134848 42022 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3522738 42022 3574 1 0 3484809 0
[pid=31695/tid=31697] ppid=31692 vsize=14090952 memory=8932 CPUtime=111.13 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 23674 0 0 0 11106 7 0 0 20 0 15 0 41166473 14429134848 42022 33554432000 4194304 4196468 140726497509472 140574041065680 140573630420348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14090952 memory=18472 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1599 0 0 0 12 2 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14090952 memory=4048 CPUtime=0.15 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 1845 0 0 0 14 1 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14090952 memory=1792 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 713 0 0 0 13 1 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14090952 memory=1240 CPUtime=0.15 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 1505 0 0 0 13 2 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14090952 memory=648 CPUtime=0.18 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 1513 0 0 0 17 1 0 0 20 0 15 0 41166475 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31703] ppid=31692 vsize=14090952 memory=956 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31703/stat : 31703 (java) S 31692 31695 30695 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 41166476 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573217072608 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31704] ppid=31692 vsize=14090952 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31704/stat : 31704 (java) S 31692 31695 30695 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 41166476 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573216019968 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31705] ppid=31692 vsize=14090952 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31705/stat : 31705 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573214968528 140574036846491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31706] ppid=31692 vsize=14090952 memory=928 CPUtime=1.03 cores=0,2,4,6
/proc/31695/task/31706/stat : 31706 (java) S 31692 31695 30695 0 -1 1077944384 3745 0 0 0 103 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573213915120 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31707] ppid=31692 vsize=14090952 memory=2236 CPUtime=1.14 cores=0,2,4,6
/proc/31695/task/31707/stat : 31707 (java) S 31692 31695 30695 0 -1 1077944384 4343 0 0 0 113 1 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573212862576 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31708] ppid=31692 vsize=14090952 memory=4128 CPUtime=0.45 cores=0,2,4,6
/proc/31695/task/31708/stat : 31708 (java) S 31692 31695 30695 0 -1 1077944384 4135 0 0 0 44 1 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573211810032 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31709] ppid=31692 vsize=14090952 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14090952 memory=7288 CPUtime=0.04 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) S 31692 31695 30695 0 -1 1077944384 962 0 0 0 2 2 0 0 20 0 15 0 41166479 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573209705264 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 114.63 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 168088 KiB

[startup+112.001 s]*
/proc/loadavg: 1.19 1.32 1.32 3/218 31788
/proc/meminfo: memFree=20656548/32770624 swapFree=67108860/67108860
[pid=31695] ppid=31692 vsize=14090952 memory=168088 CPUtime=115.04 cores=0,2,4,6
/proc/31695/stat : 31695 (java) S 31692 31695 30695 0 -1 1077944320 45525 0 0 0 11485 19 0 0 20 0 15 0 41166472 14429134848 42022 33554432000 4194304 4196468 140726497509472 140726497492016 140574036827895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
/proc/31695/statm: 3522738 42022 3574 1 0 3484809 0
[pid=31695/tid=31697] ppid=31692 vsize=14090952 memory=1008 CPUtime=111.54 cores=0,2,4,6
/proc/31695/task/31697/stat : 31697 (java) R 31692 31695 30695 0 -1 4202560 23924 0 0 0 11147 7 0 0 20 0 15 0 41166473 14429134848 42022 33554432000 4194304 4196468 140726497509472 140574041065696 140573627954000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31698] ppid=31692 vsize=14090952 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31698/stat : 31698 (java) S 31692 31695 30695 0 -1 1077944384 1599 0 0 0 12 2 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573951895824 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31699] ppid=31692 vsize=14090952 memory=2444 CPUtime=0.15 cores=0,2,4,6
/proc/31695/task/31699/stat : 31699 (java) S 31692 31695 30695 0 -1 1077944384 1845 0 0 0 14 1 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573950843280 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31700] ppid=31692 vsize=14090952 memory=1728 CPUtime=0.14 cores=0,2,4,6
/proc/31695/task/31700/stat : 31700 (java) S 31692 31695 30695 0 -1 1077944384 713 0 0 0 13 1 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573949790736 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31701] ppid=31692 vsize=14090952 memory=1948 CPUtime=0.15 cores=0,2,4,6
/proc/31695/task/31701/stat : 31701 (java) S 31692 31695 30695 0 -1 1077944384 1505 0 0 0 13 2 0 0 20 0 15 0 41166474 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573948738192 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31702] ppid=31692 vsize=14090952 memory=1224 CPUtime=0.18 cores=0,2,4,6
/proc/31695/task/31702/stat : 31702 (java) S 31692 31695 30695 0 -1 1077944384 1513 0 0 0 17 1 0 0 20 0 15 0 41166475 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573218126320 140574036839042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31703] ppid=31692 vsize=14090952 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31703/stat : 31703 (java) S 31692 31695 30695 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 41166476 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573217072608 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31704] ppid=31692 vsize=14090952 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31704/stat : 31704 (java) S 31692 31695 30695 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 41166476 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573216019968 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31705] ppid=31692 vsize=14090952 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31705/stat : 31705 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573214968528 140574036846491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31706] ppid=31692 vsize=14090952 memory=8380 CPUtime=1.03 cores=0,2,4,6
/proc/31695/task/31706/stat : 31706 (java) S 31692 31695 30695 0 -1 1077944384 3745 0 0 0 103 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573213915120 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31707] ppid=31692 vsize=14090952 memory=5404 CPUtime=1.14 cores=0,2,4,6
/proc/31695/task/31707/stat : 31707 (java) S 31692 31695 30695 0 -1 1077944384 4343 0 0 0 113 1 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573212862576 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31708] ppid=31692 vsize=14090952 memory=1200 CPUtime=0.45 cores=0,2,4,6
/proc/31695/task/31708/stat : 31708 (java) S 31692 31695 30695 0 -1 1077944384 4135 0 0 0 44 1 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573211810032 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31709] ppid=31692 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31695/task/31709/stat : 31709 (java) S 31692 31695 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41166478 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573210757728 140574036838101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
[pid=31695/tid=31710] ppid=31692 vsize=14090952 memory=1948 CPUtime=0.04 cores=0,2,4,6
/proc/31695/task/31710/stat : 31710 (java) S 31692 31695 30695 0 -1 1077944384 962 0 0 0 2 2 0 0 20 0 15 0 41166479 14429134848 42022 33554432000 4194304 4196468 140726497509472 140573209705264 140574036839042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16076800 140726497518665 140726497518857 140726497518857 140726497521615 0
Current children cumulated CPU time: 115.04 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 168088 KiB

Child status: 0
Real time (s): 112.034
CPU time (s): 115.079
CPU user time (s): 114.876
CPU system time (s): 0.203495
CPU usage (%): 102.718
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 230988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.876
system time used= 0.203495
maximum resident set size= 232028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47980
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= 9653
involuntary context switches= 281


# summary of solver processes directly reported to runsolver:
#   pid: 31695
#   total CPU time (s): 115.079
#   total CPU user time (s): 114.876
#   total CPU system time (s): 0.203495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.653289 second user time and 1.11763 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 07:07:13
IDJOB=4290589
IDBENCH=141173
IDSOLVER=2743
FILE ID=node132/4290589-1532236033
RUNJOBID= node132-1532226532-30726
PBS_JOBID= 21018953
Free space on /tmp= 55092 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
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-4290589-1532236033/watcher-4290589-1532236033 -o /tmp/evaluation-result-4290589-1532236033/solver-4290589-1532236033 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532226532-30726 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 601819717 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290589-1532236033.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=601819717

node132.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.65
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.65
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.65
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.65
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:        20359960 kB
MemAvailable:   31327968 kB
Buffers:          233420 kB
Cached:         10885976 kB
SwapCached:            0 kB
Active:          2636552 kB
Inactive:        9148684 kB
Active(anon):     668372 kB
Inactive(anon):    17036 kB
Active(file):    1968180 kB
Inactive(file):  9131648 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35952 kB
Writeback:             0 kB
AnonPages:        842880 kB
Mapped:            49056 kB
Shmem:             17056 kB
Slab:             323860 kB
SReclaimable:     296640 kB
SUnreclaim:        27220 kB
KernelStack:        3856 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2072424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55060 MiB
End job on node132 at 2018-07-22 07:09:05