Trace number 4311574

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 2520.11 2490.42

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-30_c18.xml
MD5SUMf7f9b20d19eb9843ceb4981536ba88b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark83
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables902
Number of constraints43213
Number of domains2
Minimum domain size3
Maximum domain size450
Distribution of domain sizes[{"size":3,"count":900},{"size":450,"count":2}]
Minimum variable degree2
Maximum variable degree117
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":89,"count":116},{"degree":91,"count":108},{"degree":93,"count":100},{"degree":95,"count":92},{"degree":97,"count":84},{"degree":99,"count":76},{"degree":101,"count":68},{"degree":103,"count":60},{"degree":105,"count":52},{"degree":107,"count":44},{"degree":109,"count":36},{"degree":111,"count":28},{"degree":113,"count":20},{"degree":115,"count":12},{"degree":117,"count":4}]
Minimum constraint arity2
Maximum constraint arity901
Distribution of constraint arities[{"arity":2,"count":43211},{"arity":901,"count":2}]
Number of extensional constraints0
Number of intensional constraints43211
Distribution of constraint types[{"type":"intension","count":43211},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.55	c seed: 24377985
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
9.08/3.79	c Parsing done, starting search...
2520.08/2490.40	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311574-1534558558/watcher-4311574-1534558558 -o /tmp/evaluation-result-4311574-1534558558/solver-4311574-1534558558 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534541041-5718 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 24377985 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311574-1534558558.xml 

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

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=7866, runsolver pid=7863
Current StackSize limit: 8192 KiB


[startup+0.100164 s]*
/proc/loadavg: 1.70 1.47 1.43 3/215 7881
/proc/meminfo: memFree=24143172/32770624 swapFree=67108524/67108860
[pid=7866] ppid=7863 vsize=14082736 memory=31184 CPUtime=0.12 cores=0,2,4,6
/proc/7866/stat : 7866 (java) S 7863 7866 5687 0 -1 1077944320 6697 0 0 0 11 1 0 0 20 0 15 0 273419047 14420721664 7796 33554432000 4194304 4196468 140725980605408 140725980587952 140188017204983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
/proc/7866/statm: 3520684 7796 3155 1 0 3482761 0
[pid=7866/tid=7868] ppid=7863 vsize=14082736 memory=-8679951028115567808 CPUtime=0.09 cores=0,2,4,6
/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 4752 0 0 0 8 1 0 0 20 0 15 0 273419047 14420721664 7796 33554432000 4194304 4196468 140725980605408 140188021408104 140188000391792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273419049 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7874] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7874/stat : 7874 (java) S 7863 7866 5687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273419050 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187130503968 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7875] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7875/stat : 7875 (java) S 7863 7866 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273419050 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187061445744 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7876] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7876/stat : 7876 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187060394064 140188017223579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7877] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7877/stat : 7877 (java) S 7863 7866 5687 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 273419052 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187059341936 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7878] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7878/stat : 7878 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187058289136 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7879] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0.01 cores=0,2,4,6
/proc/7866/task/7879/stat : 7879 (java) S 7863 7866 5687 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 273419052 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187057236848 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7880] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7880/stat : 7880 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419053 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187056184288 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7881] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7881/stat : 7881 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419053 14420721664 7796 33554432000 4194304 4196468 140725980605408 140187055131056 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31184 KiB

[startup+0.217799 s]*
/proc/loadavg: 1.70 1.47 1.43 5/215 7881
/proc/meminfo: memFree=24127776/32770624 swapFree=67108524/67108860
[pid=7866] ppid=7863 vsize=14082736 memory=47224 CPUtime=0.32 cores=0,2,4,6
/proc/7866/stat : 7866 (java) S 7863 7866 5687 0 -1 1077944320 10437 0 0 0 30 2 0 0 20 0 15 0 273419047 14420721664 11806 33554432000 4194304 4196468 140725980605408 140725980587952 140188017204983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
/proc/7866/statm: 3520684 11806 3360 1 0 3482761 0
[pid=7866/tid=7868] ppid=7863 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 8140 0 0 0 19 2 0 0 20 0 15 0 273419047 14420721664 11806 33554432000 4194304 4196468 140725980605408 140188021429808 140188017216918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14082736 memory=345 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14082736 memory=139707840943672 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273419049 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7874] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7874/stat : 7874 (java) S 7863 7866 5687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273419050 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187130503968 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7875] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7875/stat : 7875 (java) S 7863 7866 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273419050 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187061445744 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7876] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7876/stat : 7876 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187060394064 140188017223579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7877] ppid=7863 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7866/task/7877/stat : 7877 (java) S 7863 7866 5687 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 15 0 273419052 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187059341936 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7878] ppid=7863 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7866/task/7878/stat : 7878 (java) S 7863 7866 5687 0 -1 1077944384 174 0 0 0 2 0 0 0 20 0 15 0 273419052 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187058289136 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7879] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0.07 cores=0,2,4,6
/proc/7866/task/7879/stat : 7879 (java) S 7863 7866 5687 0 -1 1077944384 308 0 0 0 7 0 0 0 20 0 15 0 273419052 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187057236848 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7880] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7880/stat : 7880 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419053 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187056184288 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7881] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7881/stat : 7881 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419053 14420721664 11806 33554432000 4194304 4196468 140725980605408 140187055131056 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47224 KiB

[startup+0.310515 s]*
/proc/loadavg: 1.70 1.47 1.43 3/215 7881
/proc/meminfo: memFree=24123740/32770624 swapFree=67108524/67108860
[pid=7866] ppid=7863 vsize=14082736 memory=50508 CPUtime=0.45 cores=0,2,4,6
/proc/7866/stat : 7866 (java) S 7863 7866 5687 0 -1 1077944320 10789 0 0 0 42 3 0 0 20 0 15 0 273419047 14420721664 12627 33554432000 4194304 4196468 140725980605408 140725980587952 140188017204983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
/proc/7866/statm: 3520684 12627 3362 1 0 3482761 0
[pid=7866/tid=7868] ppid=7863 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 8457 0 0 0 28 2 0 0 20 0 15 0 273419047 14420721664 12627 33554432000 4194304 4196468 140725980605408 140188021414336 140187998768512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14082736 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14082736 memory=15119691403966104 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273419049 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7874] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7874/stat : 7874 (java) S 7863 7866 5687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273419050 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187130503968 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7875] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7875/stat : 7875 (java) S 7863 7866 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273419050 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187061445744 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7876] ppid=7863 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7876/stat : 7876 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187060394064 140188017223579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7877] ppid=7863 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7866/task/7877/stat : 7877 (java) S 7863 7866 5687 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 15 0 273419052 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187059341936 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7878] ppid=7863 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7866/task/7878/stat : 7878 (java) S 7863 7866 5687 0 -1 1077944384 189 0 0 0 2 0 0 0 20 0 15 0 273419052 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187058289136 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7879] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0.08 cores=0,2,4,6
/proc/7866/task/7879/stat : 7879 (java) S 7863 7866 5687 0 -1 1077944384 322 0 0 0 8 0 0 0 20 0 15 0 273419052 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187057236848 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7880] ppid=7863 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7880/stat : 7880 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419053 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187056184288 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7881] ppid=7863 vsize=14082736 memory=139707840935552 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7881/stat : 7881 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419053 14420721664 12627 33554432000 4194304 4196468 140725980605408 140187055131056 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50508 KiB

[startup+0.700793 s]
/proc/loadavg: 1.70 1.47 1.43 4/215 7881
/proc/meminfo: memFree=24096600/32770624 swapFree=67108524/67108860
[pid=7866] ppid=7863 vsize=14084804 memory=88896 CPUtime=0.98 cores=0,2,4,6
/proc/7866/stat : 7866 (java) S 7863 7866 5687 0 -1 1077944320 17609 0 0 0 93 5 0 0 20 0 15 0 273419047 14422839296 22224 33554432000 4194304 4196468 140725980605408 140725980587952 140188017204983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
/proc/7866/statm: 3521201 22224 3496 1 0 3483273 0
[pid=7866/tid=7868] ppid=7863 vsize=14084804 memory=1740 CPUtime=0.68 cores=0,2,4,6
/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 14917 0 0 0 64 4 0 0 20 0 15 0 273419047 14422839296 22224 33554432000 4194304 4196468 140725980605408 140188021436448 140187984795823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14084804 memory=11192 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273419048 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14084804 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14084804 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419048 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14084804 memory=6132 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273419049 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7874] ppid=7863 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7874/stat : 7874 (java) S 7863 7866 5687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273419050 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187130503968 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7875] ppid=7863 vsize=14084804 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7875/stat : 7875 (java) S 7863 7866 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273419050 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187061445744 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7876] ppid=7863 vsize=14084804 memory=7668879548562892096 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7876/stat : 7876 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187060394064 140188017223579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7877] ppid=7863 vsize=14084804 memory=7881696724453321575 CPUtime=0.06 cores=0,2,4,6
/proc/7866/task/7877/stat : 7877 (java) S 7863 7866 5687 0 -1 1077944384 590 0 0 0 6 0 0 0 20 0 15 0 273419052 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187059341936 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7878] ppid=7863 vsize=14084804 memory=5787213831426565969 CPUtime=0.07 cores=0,2,4,6
/proc/7866/task/7878/stat : 7878 (java) S 7863 7866 5687 0 -1 1077944384 302 0 0 0 7 0 0 0 20 0 15 0 273419052 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187058289136 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7879] ppid=7863 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/7866/task/7879/stat : 7879 (java) S 7863 7866 5687 0 -1 1077944384 419 0 0 0 15 0 0 0 20 0 15 0 273419052 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187057236848 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7880] ppid=7863 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7880/stat : 7880 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419053 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187056184288 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7881] ppid=7863 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7881/stat : 7881 (java) S 7863 7866 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273419053 14422839296 22224 33554432000 4194304 4196468 140725980605408 140187055131056 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88896 KiB

[startup+1.50094 s]
/proc/loadavg: 1.70 1.47 1.43 6/215 7881
/proc/meminfo: memFree=24023628/32770624 swapFree=67108524/67108860
[pid=7866] ppid=7863 vsize=14086852 memory=280544 CPUtime=3.44 cores=0,2,4,6
/proc/7866/stat : 7866 (java) S 7863 7866 5687 0 -1 1077944320 28870 0 0 0 330 14 0 0 20 0 15 0 273419047 14424936448 70136 33554432000 4194304 4196468 140725980605408 140725980587952 140188017204983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
/proc/7866/statm: 3521713 70136 3568 1 0 3483785 0
[pid=7866/tid=7868] ppid=7863 vsize=14086852 memory=8112282956445269571 CPUtime=1.41 cores=0,2,4,6
/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 16379 0 0 0 135 6 0 0 20 0 15 0 273419047 14424936448 70136 33554432000 4194304 4196468 140725980605408 140188021423856 140187615133772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14086852 memory=-8754540793456063680 CPUtime=0.05 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 170 0 0 0 4 1 0 0 20 0 15 0 273419048 14424936448 70136 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14086852 memory=-2843869621055772062 CPUtime=0.03 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 210 0 0 0 2 1 0 0 20 0 15 0 273419048 14424936448 70136 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14086852 memory=5450919713671312938 CPUtime=0.04 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 339 0 0 0 3 1 0 0 20 0 15 0 273419048 14424936448 70136 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14086852 memory=7005738693937936738 CPUtime=0.04 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 479 0 0 0 3 1 0 0 20 0 15 0 273419048 14424936448 70136 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 273419049 14424936448 70136 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0

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

/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 114344 0 0 0 231354 73 0 0 20 0 15 0 273419047 14429130752 764065 33554432000 4194304 4196468 140725980605408 140188021443104 140187625924935 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14090948 memory=3057288 CPUtime=6.07 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 39147 0 0 0 583 24 0 0 20 0 15 0 273419048 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14090948 memory=3059852 CPUtime=6.08 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 34579 0 0 0 583 25 0 0 20 0 15 0 273419048 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14090948 memory=3059852 CPUtime=6.08 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 35287 0 0 0 584 24 0 0 20 0 15 0 273419048 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14090948 memory=3057800 CPUtime=6.08 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 36423 0 0 0 587 21 0 0 20 0 15 0 273419048 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14090948 memory=8751464017575358518 CPUtime=1.43 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 23110 0 0 0 125 18 0 0 20 0 15 0 273419049 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7874] ppid=7863 vsize=14090948 memory=3057800 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7874/stat : 7874 (java) S 7863 7866 5687 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 273419050 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187130504032 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7875] ppid=7863 vsize=14090948 memory=3056772 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7875/stat : 7875 (java) S 7863 7866 5687 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 273419050 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187061445760 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7876] ppid=7863 vsize=14090948 memory=3056772 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7876/stat : 7876 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187060394064 140188017223579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7877] ppid=7863 vsize=14090948 memory=3056260 CPUtime=3.58 cores=0,2,4,6
/proc/7866/task/7877/stat : 7877 (java) S 7863 7866 5687 0 -1 1077944384 9672 0 0 0 356 2 0 0 20 0 15 0 273419052 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187059341936 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7878] ppid=7863 vsize=14090948 memory=3059852 CPUtime=3.28 cores=0,2,4,6
/proc/7866/task/7878/stat : 7878 (java) S 7863 7866 5687 0 -1 1077944384 11838 0 0 0 326 2 0 0 20 0 15 0 273419052 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187058289136 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7879] ppid=7863 vsize=14090948 memory=3057800 CPUtime=0.99 cores=0,2,4,6
/proc/7866/task/7879/stat : 7879 (java) S 7863 7866 5687 0 -1 1077944384 9049 0 0 0 97 2 0 0 20 0 15 0 273419052 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187057236848 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7880] ppid=7863 vsize=14090948 memory=3056772 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7880/stat : 7880 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419053 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187056184288 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7881] ppid=7863 vsize=14090948 memory=1088 CPUtime=1.63 cores=0,2,4,6
/proc/7866/task/7881/stat : 7881 (java) S 7863 7866 5687 0 -1 1077944384 2026 0 0 0 73 90 0 0 20 0 15 0 273419053 14429130752 764065 33554432000 4194304 4196468 140725980605408 140187055131056 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
Current children cumulated CPU time: 2349.56 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3056260 KiB

[startup+2382.3 s]
/proc/loadavg: 1.33 1.38 1.40 3/215 7953
/proc/meminfo: memFree=21136428/32770624 swapFree=67108524/67108860
[pid=7866] ppid=7863 vsize=14090948 memory=3044960 CPUtime=2410.45 cores=0,2,4,6
/proc/7866/stat : 7866 (java) S 7863 7866 5687 0 -1 1077944320 321145 0 0 0 240797 248 0 0 20 0 15 0 273419047 14429130752 761240 33554432000 4194304 4196468 140725980605408 140725980587952 140188017204983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
/proc/7866/statm: 3522737 761240 3598 1 0 3484809 0
[pid=7866/tid=7868] ppid=7863 vsize=14090948 memory=3045472 CPUtime=2373.9 cores=0,2,4,6
/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 115531 0 0 0 237317 73 0 0 20 0 15 0 273419047 14429130752 761240 33554432000 4194304 4196468 140725980605408 140188021443104 140187621219275 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14090948 memory=3044448 CPUtime=6.36 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 40016 0 0 0 611 25 0 0 20 0 15 0 273419048 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14090948 memory=3049068 CPUtime=6.37 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 34937 0 0 0 612 25 0 0 20 0 15 0 273419048 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14090948 memory=3045988 CPUtime=6.36 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 35817 0 0 0 612 24 0 0 20 0 15 0 273419048 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14090948 memory=3043936 CPUtime=6.37 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 37105 0 0 0 615 22 0 0 20 0 15 0 273419048 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14090948 memory=3044960 CPUtime=1.49 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 23620 0 0 0 130 19 0 0 20 0 15 0 273419049 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7874] ppid=7863 vsize=14090948 memory=3044960 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7874/stat : 7874 (java) S 7863 7866 5687 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 273419050 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187130504032 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7875] ppid=7863 vsize=14090948 memory=217523 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7875/stat : 7875 (java) S 7863 7866 5687 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 273419050 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187061445760 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7876] ppid=7863 vsize=14090948 memory=279415407040032 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7876/stat : 7876 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187060394064 140188017223579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7877] ppid=7863 vsize=14090948 memory=3516 CPUtime=3.58 cores=0,2,4,6
/proc/7866/task/7877/stat : 7877 (java) S 7863 7866 5687 0 -1 1077944384 9678 0 0 0 356 2 0 0 20 0 15 0 273419052 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187059341936 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7878] ppid=7863 vsize=14090948 memory=872 CPUtime=3.28 cores=0,2,4,6
/proc/7866/task/7878/stat : 7878 (java) S 7863 7866 5687 0 -1 1077944384 11844 0 0 0 326 2 0 0 20 0 15 0 273419052 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187058289136 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7879] ppid=7863 vsize=14090948 memory=3044960 CPUtime=0.99 cores=0,2,4,6
/proc/7866/task/7879/stat : 7879 (java) S 7863 7866 5687 0 -1 1077944384 9055 0 0 0 97 2 0 0 20 0 15 0 273419052 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187057236848 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7880] ppid=7863 vsize=14090948 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7880/stat : 7880 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419053 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187056184288 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7881] ppid=7863 vsize=14090948 memory=504 CPUtime=1.67 cores=0,2,4,6
/proc/7866/task/7881/stat : 7881 (java) S 7863 7866 5687 0 -1 1077944384 2077 0 0 0 75 92 0 0 20 0 15 0 273419053 14429130752 761240 33554432000 4194304 4196468 140725980605408 140187055131056 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
Current children cumulated CPU time: 2410.45 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3044960 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.41 1.41 3/215 7954
/proc/meminfo: memFree=21145780/32770624 swapFree=67108524/67108860
[pid=7866] ppid=7863 vsize=14090948 memory=3035204 CPUtime=2471.3 cores=0,2,4,6
/proc/7866/stat : 7866 (java) S 7863 7866 5687 0 -1 1077944320 324809 0 0 0 246876 254 0 0 20 0 15 0 273419047 14429130752 758801 33554432000 4194304 4196468 140725980605408 140725980587952 140188017204983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
/proc/7866/statm: 3522737 758801 3598 1 0 3484809 0
[pid=7866/tid=7868] ppid=7863 vsize=14090948 memory=3036228 CPUtime=2433.52 cores=0,2,4,6
/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 116631 0 0 0 243278 74 0 0 20 0 15 0 273419047 14429130752 758801 33554432000 4194304 4196468 140725980605408 140188021443104 140187621219275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14090948 memory=3038280 CPUtime=6.63 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 40480 0 0 0 638 25 0 0 20 0 15 0 273419048 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14090948 memory=3041364 CPUtime=6.65 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 35468 0 0 0 639 26 0 0 20 0 15 0 273419048 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14090948 memory=3040852 CPUtime=6.64 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 36525 0 0 0 639 25 0 0 20 0 15 0 273419048 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14090948 memory=3036744 CPUtime=6.65 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 37401 0 0 0 643 22 0 0 20 0 15 0 273419048 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14090948 memory=3036228 CPUtime=1.56 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 24130 0 0 0 136 20 0 0 20 0 15 0 273419049 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7874] ppid=7863 vsize=14090948 memory=3035716 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7874/stat : 7874 (java) S 7863 7866 5687 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 273419050 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187130504032 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7875] ppid=7863 vsize=14090948 memory=3035716 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7875/stat : 7875 (java) S 7863 7866 5687 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 273419050 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187061445760 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7876] ppid=7863 vsize=14090948 memory=3043420 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7876/stat : 7876 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187060394064 140188017223579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7877] ppid=7863 vsize=14090948 memory=3037768 CPUtime=3.58 cores=0,2,4,6
/proc/7866/task/7877/stat : 7877 (java) S 7863 7866 5687 0 -1 1077944384 9684 0 0 0 356 2 0 0 20 0 15 0 273419052 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187059341936 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7878] ppid=7863 vsize=14090948 memory=3712 CPUtime=3.28 cores=0,2,4,6
/proc/7866/task/7878/stat : 7878 (java) S 7863 7866 5687 0 -1 1077944384 11850 0 0 0 326 2 0 0 20 0 15 0 273419052 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187058289136 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7879] ppid=7863 vsize=14090948 memory=3035716 CPUtime=0.99 cores=0,2,4,6
/proc/7866/task/7879/stat : 7879 (java) S 7863 7866 5687 0 -1 1077944384 9061 0 0 0 97 2 0 0 20 0 15 0 273419052 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187057236848 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7880] ppid=7863 vsize=14090948 memory=3035716 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7880/stat : 7880 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419053 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187056184288 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7881] ppid=7863 vsize=14090948 memory=3036744 CPUtime=1.7 cores=0,2,4,6
/proc/7866/task/7881/stat : 7881 (java) S 7863 7866 5687 0 -1 1077944384 2114 0 0 0 76 94 0 0 20 0 15 0 273419053 14429130752 758801 33554432000 4194304 4196468 140725980605408 140187055131056 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
Current children cumulated CPU time: 2471.3 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3035204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.4 s]
/proc/loadavg: 1.52 1.45 1.42 3/215 7955
/proc/meminfo: memFree=21150632/32770624 swapFree=67108524/67108860
[pid=7866] ppid=7863 vsize=14090948 memory=3028528 CPUtime=2520.08 cores=0,2,4,6
/proc/7866/stat : 7866 (java) S 7863 7866 5687 0 -1 1077944320 328697 0 0 0 251750 258 0 0 20 0 15 0 273419047 14429130752 757132 33554432000 4194304 4196468 140725980605408 140725980587952 140188017204983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
/proc/7866/statm: 3522737 757132 3598 1 0 3484809 0
[pid=7866/tid=7868] ppid=7863 vsize=14090948 memory=2072 CPUtime=2481.32 cores=0,2,4,6
/proc/7866/task/7868/stat : 7868 (java) R 7863 7866 5687 0 -1 4202560 117525 0 0 0 248058 74 0 0 20 0 15 0 273419047 14429130752 757132 33554432000 4194304 4196468 140725980605408 140188021442992 140187626433941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7869] ppid=7863 vsize=14090948 memory=8112282956445269571 CPUtime=6.86 cores=0,2,4,6
/proc/7866/task/7869/stat : 7869 (java) S 7863 7866 5687 0 -1 1077944384 41065 0 0 0 660 26 0 0 20 0 15 0 273419048 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187947293584 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7870] ppid=7863 vsize=14090948 memory=288230596050944315 CPUtime=6.87 cores=0,2,4,6
/proc/7866/task/7870/stat : 7870 (java) S 7863 7866 5687 0 -1 1077944384 36270 0 0 0 661 26 0 0 20 0 15 0 273419048 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187946240784 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7871] ppid=7863 vsize=14090948 memory=15258134151170443 CPUtime=6.87 cores=0,2,4,6
/proc/7866/task/7871/stat : 7871 (java) S 7863 7866 5687 0 -1 1077944384 36762 0 0 0 661 26 0 0 20 0 15 0 273419048 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187945188496 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7872] ppid=7863 vsize=14090948 memory=219652 CPUtime=6.88 cores=0,2,4,6
/proc/7866/task/7872/stat : 7872 (java) S 7863 7866 5687 0 -1 1077944384 38211 0 0 0 665 23 0 0 20 0 15 0 273419048 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187944135696 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7873] ppid=7863 vsize=14090948 memory=3030064 CPUtime=1.6 cores=0,2,4,6
/proc/7866/task/7873/stat : 7873 (java) S 7863 7866 5687 0 -1 1077944384 24642 0 0 0 140 20 0 0 20 0 15 0 273419049 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187131558000 140188017216130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7874] ppid=7863 vsize=14090948 memory=1168 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7874/stat : 7874 (java) S 7863 7866 5687 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 273419050 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187130504032 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7875] ppid=7863 vsize=14090948 memory=2132 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7875/stat : 7875 (java) S 7863 7866 5687 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 273419050 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187061445760 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7876] ppid=7863 vsize=14090948 memory=2180 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7876/stat : 7876 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419052 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187060394064 140188017223579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7877] ppid=7863 vsize=14090948 memory=8112282956445269571 CPUtime=3.58 cores=0,2,4,6
/proc/7866/task/7877/stat : 7877 (java) S 7863 7866 5687 0 -1 1077944384 9688 0 0 0 356 2 0 0 20 0 15 0 273419052 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187059341936 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7878] ppid=7863 vsize=14090948 memory=752 CPUtime=3.28 cores=0,2,4,6
/proc/7866/task/7878/stat : 7878 (java) S 7863 7866 5687 0 -1 1077944384 11854 0 0 0 326 2 0 0 20 0 15 0 273419052 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187058289136 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7879] ppid=7863 vsize=14090948 memory=1828 CPUtime=0.99 cores=0,2,4,6
/proc/7866/task/7879/stat : 7879 (java) S 7863 7866 5687 0 -1 1077944384 9065 0 0 0 97 2 0 0 20 0 15 0 273419052 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187057236848 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7880] ppid=7863 vsize=14090948 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/7866/task/7880/stat : 7880 (java) S 7863 7866 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273419053 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187056184288 140188017215189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
[pid=7866/tid=7881] ppid=7863 vsize=14090948 memory=4004 CPUtime=1.74 cores=0,2,4,6
/proc/7866/task/7881/stat : 7881 (java) S 7863 7866 5687 0 -1 1077944384 2150 0 0 0 78 96 0 0 20 0 15 0 273419053 14429130752 757132 33554432000 4194304 4196468 140725980605408 140187055131056 140188017216130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6340608 140725980611658 140725980611849 140725980611849 140725980614607 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3028528 KiB

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

[startup+2490.42 s]
# the end of solver process 7866 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.51 s, system=2.59957 s

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

Child status: 143
Real time (s): 2490.42
CPU time (s): 2520.11
CPU user time (s): 2517.51
CPU system time (s): 2.59957
CPU usage (%): 101.192
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 3475980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.51
system time used= 2.59957
maximum resident set size= 3476344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96139
involuntary context switches= 4268


# summary of solver processes directly reported to runsolver:
#   pid: 7866
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.51
#   total CPU system time (s): 2.59957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2481 second user time and 26.4845 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-18 04:15:58
IDJOB=4311574
IDBENCH=141490
IDSOLVER=2799
FILE ID=node107/4311574-1534558558
RUNJOBID= node107-1534541041-5718
PBS_JOBID= 21038640
Free space on /tmp= 54628 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-30_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311574-1534558558/watcher-4311574-1534558558 -o /tmp/evaluation-result-4311574-1534558558/solver-4311574-1534558558 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534541041-5718 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 24377985 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311574-1534558558.xml

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

MD5SUM BENCH= f7f9b20d19eb9843ceb4981536ba88b3
RANDOM SEED=24377985

node107.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.40
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.40
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.40
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.40
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:        24161840 kB
MemAvailable:   31670460 kB
Buffers:          244760 kB
Cached:          7540272 kB
SwapCached:           20 kB
Active:          4851776 kB
Inactive:        3210748 kB
Active(anon):     251580 kB
Inactive(anon):    95204 kB
Active(file):    4600196 kB
Inactive(file):  3115544 kB
Unevictable:        6972 kB
Mlocked:            6972 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             37676 kB
Writeback:             0 kB
AnonPages:        360604 kB
Mapped:            32092 kB
Shmem:             66016 kB
Slab:             246584 kB
SReclaimable:     217428 kB
SUnreclaim:        29156 kB
KernelStack:        3808 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1314172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54592 MiB
End job on node107 at 2018-08-18 04:57:29