Trace number 4312427

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) 252.144 229.048

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-03-0300_c18.xml
MD5SUMf3b5e910cdd6f892615a29b96bfa015e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark294996012
Best CPU time to get the best result obtained on this benchmark252.162
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints4376
Number of domains77
Minimum domain size2
Maximum domain size125
Distribution of domain sizes[{"size":2,"count":2350},{"size":11,"count":2050},{"size":12,"count":1},{"size":21,"count":20},{"size":23,"count":62},{"size":24,"count":4},{"size":25,"count":49},{"size":26,"count":11},{"size":27,"count":33},{"size":28,"count":8},{"size":29,"count":15},{"size":30,"count":3},{"size":31,"count":15},{"size":32,"count":17},{"size":33,"count":16},{"size":34,"count":5},{"size":35,"count":3},{"size":41,"count":2},{"size":43,"count":13},{"size":45,"count":4},{"size":47,"count":7},{"size":53,"count":13},{"size":54,"count":6},{"size":55,"count":19},{"size":57,"count":5},"...",{"size":71,"count":29}, {"size":72,"count":7}, {"size":73,"count":9}, {"size":74,"count":18}, {"size":75,"count":1}, {"size":76,"count":6}, {"size":77,"count":1}, {"size":78,"count":10}, {"size":79,"count":27}, {"size":81,"count":44}, {"size":84,"count":2}, {"size":90,"count":3}, {"size":91,"count":13}, {"size":99,"count":2}, {"size":101,"count":36}, {"size":102,"count":77}, {"size":105,"count":10}, {"size":113,"count":152}, {"size":114,"count":176}, {"size":115,"count":87}, {"size":117,"count":87}, {"size":119,"count":37}, {"size":121,"count":82}, {"size":124,"count":46}, {"size":125,"count":1037}]
Minimum variable degree2
Maximum variable degree2051
Distribution of variable degrees[{"degree":2,"count":6148},{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":5},{"degree":6,"count":11},{"degree":7,"count":12},{"degree":8,"count":20},{"degree":9,"count":18},{"degree":10,"count":21},{"degree":11,"count":30},{"degree":12,"count":39},{"degree":13,"count":45},{"degree":14,"count":47},{"degree":15,"count":54},{"degree":16,"count":61},{"degree":17,"count":83},{"degree":18,"count":104},{"degree":19,"count":49},{"degree":2051,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":277},{"arity":3,"count":2049},{"arity":6,"count":2050}]
Number of extensional constraints2050
Number of intensional constraints2326
Distribution of constraint types[{"type":"extension","count":2050},{"type":"intension","count":2326}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 880695980
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
45.97/26.89	c Parsing done, starting search...
252.10/229.01	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 (13251 MiB free)
  memory of node 1: 16384 MiB (10759 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312427-1534569608/watcher-4312427-1534569608 -o /tmp/evaluation-result-4312427-1534569608/solver-4312427-1534569608 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534569113-14130 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 880695980 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312427-1534569608.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14497, runsolver pid=14494
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 1.41 1.32 1.06 3/216 14512
/proc/meminfo: memFree=24565512/32770624 swapFree=67107648/67108860
[pid=14497] ppid=14494 vsize=14082736 memory=31416 CPUtime=0.12 cores=0,2,4,6
/proc/14497/stat : 14497 (java) S 14494 14497 10031 0 -1 1077944320 6759 0 0 0 10 2 0 0 20 0 15 0 274524022 14420721664 7854 33554432000 4194304 4196468 140731450372800 140731450355344 140412115070711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
/proc/14497/statm: 3520684 7854 3152 1 0 3482761 0
[pid=14497/tid=14499] ppid=14494 vsize=14082736 memory=-8701690554792055935 CPUtime=0.09 cores=0,2,4,6
/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 4801 0 0 0 8 1 0 0 20 0 15 0 274524022 14420721664 7854 33554432000 4194304 4196468 140731450372800 140412119291776 140412115082646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524024 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14505] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14505/stat : 14505 (java) S 14494 14497 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524025 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411588924576 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14506] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14506/stat : 14506 (java) S 14494 14497 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274524025 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411587871472 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14507] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14507/stat : 14507 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411586820048 140412115089307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14508] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14508/stat : 14508 (java) S 14494 14497 10031 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411585768176 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14509] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14509/stat : 14509 (java) S 14494 14497 10031 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411584715632 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14510] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0.01 cores=0,2,4,6
/proc/14497/task/14510/stat : 14510 (java) S 14494 14497 10031 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 274524027 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411583662576 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14511] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14511/stat : 14511 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411582610272 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14512] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14512/stat : 14512 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524028 14420721664 7854 33554432000 4194304 4196468 140731450372800 140411581557296 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31416 KiB

[startup+0.21064 s]*
/proc/loadavg: 1.41 1.32 1.06 5/216 14512
/proc/meminfo: memFree=24544348/32770624 swapFree=67107648/67108860
[pid=14497] ppid=14494 vsize=14082736 memory=47236 CPUtime=0.3 cores=0,2,4,6
/proc/14497/stat : 14497 (java) S 14494 14497 10031 0 -1 1077944320 10395 0 0 0 27 3 0 0 20 0 15 0 274524022 14420721664 11809 33554432000 4194304 4196468 140731450372800 140731450355344 140412115070711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
/proc/14497/statm: 3520684 11809 3373 1 0 3482761 0
[pid=14497/tid=14499] ppid=14494 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 8139 0 0 0 18 2 0 0 20 0 15 0 274524022 14420721664 11809 33554432000 4194304 4196468 140731450372800 140412119298112 140412094148176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14082736 memory=288370641875076736 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274524024 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14505] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14505/stat : 14505 (java) S 14494 14497 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524025 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411588924576 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14506] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14506/stat : 14506 (java) S 14494 14497 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274524025 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411587871472 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14507] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14507/stat : 14507 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411586820048 140412115089307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14508] ppid=14494 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14497/task/14508/stat : 14508 (java) R 14494 14497 10031 0 -1 4202560 542 0 0 0 2 0 0 0 20 0 15 0 274524027 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411585768176 140412107360160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14509] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14509/stat : 14509 (java) R 14494 14497 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411584715632 140412115081858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14510] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0.06 cores=0,2,4,6
/proc/14497/task/14510/stat : 14510 (java) R 14494 14497 10031 0 -1 4202560 304 0 0 0 6 0 0 0 20 0 15 0 274524027 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411583660384 140412093561959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14511] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14511/stat : 14511 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411582610272 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14512] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14512/stat : 14512 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524028 14420721664 11809 33554432000 4194304 4196468 140731450372800 140411581557296 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47236 KiB

[startup+0.31063 s]*
/proc/loadavg: 1.41 1.32 1.06 3/216 14512
/proc/meminfo: memFree=24521900/32770624 swapFree=67107648/67108860
[pid=14497] ppid=14494 vsize=14082736 memory=50644 CPUtime=0.44 cores=0,2,4,6
/proc/14497/stat : 14497 (java) S 14494 14497 10031 0 -1 1077944320 10811 0 0 0 41 3 0 0 20 0 15 0 274524022 14420721664 12661 33554432000 4194304 4196468 140731450372800 140731450355344 140412115070711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
/proc/14497/statm: 3520684 12661 3376 1 0 3482761 0
[pid=14497/tid=14499] ppid=14494 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 8493 0 0 0 28 2 0 0 20 0 15 0 274524022 14420721664 12661 33554432000 4194304 4196468 140731450372800 140412119278544 140412095346592 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14082736 memory=4294977828 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14082736 memory=288370641875076736 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524023 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274524024 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14505] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14505/stat : 14505 (java) S 14494 14497 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524025 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411588924576 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14506] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14506/stat : 14506 (java) S 14494 14497 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274524025 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411587871472 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14507] ppid=14494 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14507/stat : 14507 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411586820048 140412115089307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14508] ppid=14494 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/14497/task/14508/stat : 14508 (java) S 14494 14497 10031 0 -1 1077944384 562 0 0 0 3 0 0 0 20 0 15 0 274524027 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411585768176 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14509] ppid=14494 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14497/task/14509/stat : 14509 (java) S 14494 14497 10031 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 274524027 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411584715632 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14510] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0.08 cores=0,2,4,6
/proc/14497/task/14510/stat : 14510 (java) S 14494 14497 10031 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 274524027 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411583662576 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14511] ppid=14494 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14511/stat : 14511 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411582610272 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14512] ppid=14494 vsize=14082736 memory=140265723364992 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14512/stat : 14512 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524028 14420721664 12661 33554432000 4194304 4196468 140731450372800 140411581557296 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50644 KiB

[startup+0.700776 s]
/proc/loadavg: 1.41 1.32 1.06 4/216 14512
/proc/meminfo: memFree=24483476/32770624 swapFree=67107648/67108860
[pid=14497] ppid=14494 vsize=14084804 memory=88756 CPUtime=0.99 cores=0,2,4,6
/proc/14497/stat : 14497 (java) S 14494 14497 10031 0 -1 1077944320 17607 0 0 0 94 5 0 0 20 0 15 0 274524022 14422839296 22189 33554432000 4194304 4196468 140731450372800 140731450355344 140412115070711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
/proc/14497/statm: 3521201 22189 3499 1 0 3483273 0
[pid=14497/tid=14499] ppid=14494 vsize=14084804 memory=202559784504327 CPUtime=0.67 cores=0,2,4,6
/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 14941 0 0 0 63 4 0 0 20 0 15 0 274524022 14422839296 22189 33554432000 4194304 4196468 140731450372800 140412119281520 140412115092637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14084804 memory=1412920 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524023 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524023 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524023 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274524023 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274524024 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14505] ppid=14494 vsize=14084804 memory=-3535359994705171298 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14505/stat : 14505 (java) S 14494 14497 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274524025 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411588924576 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14506] ppid=14494 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14506/stat : 14506 (java) S 14494 14497 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274524025 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411587871472 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14507] ppid=14494 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14507/stat : 14507 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411586820048 140412115089307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14508] ppid=14494 vsize=14084804 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/14497/task/14508/stat : 14508 (java) S 14494 14497 10031 0 -1 1077944384 693 0 0 0 9 0 0 0 20 0 15 0 274524027 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411585768176 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14509] ppid=14494 vsize=14084804 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/14497/task/14509/stat : 14509 (java) S 14494 14497 10031 0 -1 1077944384 202 0 0 0 4 0 0 0 20 0 15 0 274524027 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411584715632 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14510] ppid=14494 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14497/task/14510/stat : 14510 (java) S 14494 14497 10031 0 -1 1077944384 389 0 0 0 15 0 0 0 20 0 15 0 274524027 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411583662576 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14511] ppid=14494 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14511/stat : 14511 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411582610272 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14512] ppid=14494 vsize=14084804 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14512/stat : 14512 (java) S 14494 14497 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274524028 14422839296 22189 33554432000 4194304 4196468 140731450372800 140411581557296 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88756 KiB

[startup+1.5013 s]
/proc/loadavg: 1.41 1.32 1.06 7/216 14512
/proc/meminfo: memFree=24017412/32770624 swapFree=67107648/67108860
[pid=14497] ppid=14494 vsize=14086852 memory=494624 CPUtime=3.16 cores=0,2,4,6
/proc/14497/stat : 14497 (java) S 14494 14497 10031 0 -1 1077944320 21350 0 0 0 270 46 0 0 20 0 15 0 274524022 14424936448 123656 33554432000 4194304 4196468 140731450372800 140731450355344 140412115070711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
/proc/14497/statm: 3521713 123656 3579 1 0 3483785 0
[pid=14497/tid=14499] ppid=14494 vsize=14086852 memory=10759 CPUtime=1.25 cores=0,2,4,6
/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 15364 0 0 0 116 9 0 0 20 0 15 0 274524022 14424936448 123656 33554432000 4194304 4196468 140731450372800 140412119302808 140411756047096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14086852 memory=6791534058613427641 CPUtime=0.21 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 351 0 0 0 12 9 0 0 20 0 15 0 274524023 14424936448 123656 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14086852 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 461 0 0 0 12 8 0 0 20 0 15 0 274524023 14424936448 123656 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14086852 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 481 0 0 0 12 9 0 0 20 0 15 0 274524023 14424936448 123656 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14086852 memory=6943526294502006880 CPUtime=0.2 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 482 0 0 0 12 8 0 0 20 0 15 0 274524023 14424936448 123656 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 303 0 0 0 1 0 0 0 20 0 15 0 274524024 14424936448 123656 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0

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

/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 36691 0 0 0 9706 40 0 0 20 0 15 0 274524022 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140412119306792 140411754999225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14090948 memory=5248076 CPUtime=4.55 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 6097 0 0 0 377 78 0 0 20 0 15 0 274524023 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14090948 memory=454 CPUtime=4.53 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 6712 0 0 0 377 76 0 0 20 0 15 0 274524023 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14090948 memory=280531158746320 CPUtime=4.56 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 7436 0 0 0 376 80 0 0 20 0 15 0 274524023 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14090948 memory=5248076 CPUtime=4.54 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 7480 0 0 0 377 77 0 0 20 0 15 0 274524023 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14090948 memory=5248080 CPUtime=0.22 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 8722 0 0 0 21 1 0 0 20 0 15 0 274524024 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14505] ppid=14494 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14505/stat : 14505 (java) S 14494 14497 10031 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 274524025 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411588924640 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14506] ppid=14494 vsize=14090948 memory=5248080 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14506/stat : 14506 (java) S 14494 14497 10031 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 274524025 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411587871488 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14507] ppid=14494 vsize=14090948 memory=3752 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14507/stat : 14507 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411586820048 140412115089307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14508] ppid=14494 vsize=14090948 memory=1600 CPUtime=3.65 cores=0,2,4,6
/proc/14497/task/14508/stat : 14508 (java) S 14494 14497 10031 0 -1 1077944384 8743 0 0 0 363 2 0 0 20 0 15 0 274524027 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411585768176 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14509] ppid=14494 vsize=14090948 memory=1136 CPUtime=3.7 cores=0,2,4,6
/proc/14497/task/14509/stat : 14509 (java) S 14494 14497 10031 0 -1 1077944384 9769 0 0 0 368 2 0 0 20 0 15 0 274524027 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411584715632 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14510] ppid=14494 vsize=14090948 memory=56 CPUtime=1.29 cores=0,2,4,6
/proc/14497/task/14510/stat : 14510 (java) S 14494 14497 10031 0 -1 1077944384 10813 0 0 0 126 3 0 0 20 0 15 0 274524027 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411583662576 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14511] ppid=14494 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14511/stat : 14511 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411582610272 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14512] ppid=14494 vsize=14090948 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/14497/task/14512/stat : 14512 (java) S 14494 14497 10031 0 -1 1077944384 935 0 0 0 2 3 0 0 20 0 15 0 274524028 14429130752 1312020 33554432000 4194304 4196468 140731450372800 140411581557296 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
Current children cumulated CPU time: 124.66 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5248080 KiB

[startup+162.301 s]
/proc/loadavg: 1.95 1.60 1.20 3/216 14514
/proc/meminfo: memFree=14884764/32770624 swapFree=67107648/67108860
[pid=14497] ppid=14494 vsize=14090948 memory=5248136 CPUtime=184.9 cores=0,2,4,6
/proc/14497/stat : 14497 (java) S 14494 14497 10031 0 -1 1077944320 114405 0 0 0 18122 368 0 0 20 0 15 0 274524022 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140731450355344 140412115070711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
/proc/14497/statm: 3522737 1312034 3610 1 0 3484809 0
[pid=14497/tid=14499] ppid=14494 vsize=14090948 memory=5248136 CPUtime=157.39 cores=0,2,4,6
/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 42319 0 0 0 15698 41 0 0 20 0 15 0 274524022 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140412119308816 140411754996805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14090948 memory=5248136 CPUtime=4.62 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 6603 0 0 0 384 78 0 0 20 0 15 0 274524023 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14090948 memory=5248136 CPUtime=4.6 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 8500 0 0 0 384 76 0 0 20 0 15 0 274524023 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14090948 memory=5248136 CPUtime=4.63 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 8125 0 0 0 383 80 0 0 20 0 15 0 274524023 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14090948 memory=5248136 CPUtime=4.61 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 8121 0 0 0 384 77 0 0 20 0 15 0 274524023 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14090948 memory=5248136 CPUtime=0.22 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 8990 0 0 0 21 1 0 0 20 0 15 0 274524024 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14505] ppid=14494 vsize=14090948 memory=5248136 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14505/stat : 14505 (java) S 14494 14497 10031 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 274524025 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411588924640 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14506] ppid=14494 vsize=14090948 memory=5248136 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14506/stat : 14506 (java) S 14494 14497 10031 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 274524025 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411587871488 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14507] ppid=14494 vsize=14090948 memory=5248136 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14507/stat : 14507 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411586820048 140412115089307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14508] ppid=14494 vsize=14090948 memory=5248136 CPUtime=3.65 cores=0,2,4,6
/proc/14497/task/14508/stat : 14508 (java) S 14494 14497 10031 0 -1 1077944384 8747 0 0 0 363 2 0 0 20 0 15 0 274524027 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411585768176 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14509] ppid=14494 vsize=14090948 memory=5248136 CPUtime=3.7 cores=0,2,4,6
/proc/14497/task/14509/stat : 14509 (java) S 14494 14497 10031 0 -1 1077944384 9775 0 0 0 368 2 0 0 20 0 15 0 274524027 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411584715632 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14510] ppid=14494 vsize=14090948 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/14497/task/14510/stat : 14510 (java) S 14494 14497 10031 0 -1 1077944384 10818 0 0 0 126 3 0 0 20 0 15 0 274524027 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411583662576 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14511] ppid=14494 vsize=14090948 memory=5248136 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14511/stat : 14511 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411582610272 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14512] ppid=14494 vsize=14090948 memory=5248136 CPUtime=0.09 cores=0,2,4,6
/proc/14497/task/14512/stat : 14512 (java) S 14494 14497 10031 0 -1 1077944384 963 0 0 0 4 5 0 0 20 0 15 0 274524028 14429130752 1312034 33554432000 4194304 4196468 140731450372800 140411581557296 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
Current children cumulated CPU time: 184.9 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5248136 KiB

[startup+222.301 s]
/proc/loadavg: 1.95 1.65 1.25 3/216 14515
/proc/meminfo: memFree=14883816/32770624 swapFree=67107648/67108860
[pid=14497] ppid=14494 vsize=14090948 memory=5248176 CPUtime=245.16 cores=0,2,4,6
/proc/14497/stat : 14497 (java) S 14494 14497 10031 0 -1 1077944320 124832 0 0 0 24144 372 0 0 20 0 15 0 274524022 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140731450355344 140412115070711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
/proc/14497/statm: 3522737 1312044 3611 1 0 3484809 0
[pid=14497/tid=14499] ppid=14494 vsize=14090948 memory=5248176 CPUtime=217.33 cores=0,2,4,6
/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 47854 0 0 0 21690 43 0 0 20 0 15 0 274524022 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140412119305808 140411760733109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14090948 memory=5248176 CPUtime=4.69 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 7137 0 0 0 391 78 0 0 20 0 15 0 274524023 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14090948 memory=5248176 CPUtime=4.67 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 9230 0 0 0 391 76 0 0 20 0 15 0 274524023 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14090948 memory=56 CPUtime=4.7 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 8736 0 0 0 390 80 0 0 20 0 15 0 274524023 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14090948 memory=5248176 CPUtime=4.67 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 9936 0 0 0 390 77 0 0 20 0 15 0 274524023 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14090948 memory=5248176 CPUtime=0.22 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 9209 0 0 0 21 1 0 0 20 0 15 0 274524024 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14505] ppid=14494 vsize=14090948 memory=5248176 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14505/stat : 14505 (java) S 14494 14497 10031 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 274524025 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411588924640 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14506] ppid=14494 vsize=14090948 memory=5248176 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14506/stat : 14506 (java) S 14494 14497 10031 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 274524025 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411587871488 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14507] ppid=14494 vsize=14090948 memory=3752 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14507/stat : 14507 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411586820048 140412115089307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14508] ppid=14494 vsize=14090948 memory=7512114578044973668 CPUtime=3.66 cores=0,2,4,6
/proc/14497/task/14508/stat : 14508 (java) S 14494 14497 10031 0 -1 1077944384 9112 0 0 0 364 2 0 0 20 0 15 0 274524027 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411585768176 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14509] ppid=14494 vsize=14090948 memory=7512114578044973668 CPUtime=3.71 cores=0,2,4,6
/proc/14497/task/14509/stat : 14509 (java) S 14494 14497 10031 0 -1 1077944384 10345 0 0 0 369 2 0 0 20 0 15 0 274524027 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411584715632 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14510] ppid=14494 vsize=14090948 memory=164 CPUtime=1.29 cores=0,2,4,6
/proc/14497/task/14510/stat : 14510 (java) S 14494 14497 10031 0 -1 1077944384 10825 0 0 0 126 3 0 0 20 0 15 0 274524027 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411583662576 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14511] ppid=14494 vsize=14090948 memory=8475934422144292502 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14511/stat : 14511 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411582610272 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14512] ppid=14494 vsize=14090948 memory=5248176 CPUtime=0.13 cores=0,2,4,6
/proc/14497/task/14512/stat : 14512 (java) S 14494 14497 10031 0 -1 1077944384 1004 0 0 0 6 7 0 0 20 0 15 0 274524028 14429130752 1312044 33554432000 4194304 4196468 140731450372800 140411581557296 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
Current children cumulated CPU time: 245.16 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5248176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+229.001 s]*
/proc/loadavg: 1.95 1.67 1.25 3/216 14515
/proc/meminfo: memFree=14867432/32770624 swapFree=67107648/67108860
[pid=14497] ppid=14494 vsize=14090948 memory=5264600 CPUtime=252.1 cores=0,2,4,6
/proc/14497/stat : 14497 (java) S 14494 14497 10031 0 -1 1077944320 129227 0 0 0 24835 375 0 0 20 0 15 0 274524022 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140731450355344 140412115070711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
/proc/14497/statm: 3522737 1316150 3611 1 0 3484809 0
[pid=14497/tid=14499] ppid=14494 vsize=14090948 memory=6791534058613427641 CPUtime=223.96 cores=0,2,4,6
/proc/14497/task/14499/stat : 14499 (java) R 14494 14497 10031 0 -1 4202560 48228 0 0 0 22353 43 0 0 20 0 15 0 274524022 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140412119308816 140411760986013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14500] ppid=14494 vsize=14090948 memory=4872558044660077418 CPUtime=4.76 cores=0,2,4,6
/proc/14497/task/14500/stat : 14500 (java) S 14494 14497 10031 0 -1 1077944384 7667 0 0 0 397 79 0 0 20 0 15 0 274524023 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411710663696 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14501] ppid=14494 vsize=14090948 memory=3047711553320166262 CPUtime=4.75 cores=0,2,4,6
/proc/14497/task/14501/stat : 14501 (java) S 14494 14497 10031 0 -1 1077944384 9853 0 0 0 398 77 0 0 20 0 15 0 274524023 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411709611152 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14502] ppid=14494 vsize=14090948 memory=8514701219730523551 CPUtime=4.77 cores=0,2,4,6
/proc/14497/task/14502/stat : 14502 (java) S 14494 14497 10031 0 -1 1077944384 9488 0 0 0 396 81 0 0 20 0 15 0 274524023 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411708558096 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14503] ppid=14494 vsize=14090948 memory=8099560537783166821 CPUtime=4.75 cores=0,2,4,6
/proc/14497/task/14503/stat : 14503 (java) S 14494 14497 10031 0 -1 1077944384 11791 0 0 0 397 78 0 0 20 0 15 0 274524023 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411707505552 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14504] ppid=14494 vsize=14090948 memory=8026368295326934355 CPUtime=0.22 cores=0,2,4,6
/proc/14497/task/14504/stat : 14504 (java) S 14494 14497 10031 0 -1 1077944384 9470 0 0 0 21 1 0 0 20 0 15 0 274524024 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411589978352 140412115081858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14505] ppid=14494 vsize=14090948 memory=4639950512826379884 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14505/stat : 14505 (java) S 14494 14497 10031 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 274524025 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411588924640 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14506] ppid=14494 vsize=14090948 memory=-5874771483550381248 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14506/stat : 14506 (java) S 14494 14497 10031 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 274524025 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411587871488 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14507] ppid=14494 vsize=14090948 memory=7595434478273586282 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14507/stat : 14507 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411586820048 140412115089307 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14508] ppid=14494 vsize=14090948 memory=7667774633951117412 CPUtime=3.66 cores=0,2,4,6
/proc/14497/task/14508/stat : 14508 (java) S 14494 14497 10031 0 -1 1077944384 9112 0 0 0 364 2 0 0 20 0 15 0 274524027 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411585768176 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14509] ppid=14494 vsize=14090948 memory=7588957242375823980 CPUtime=3.71 cores=0,2,4,6
/proc/14497/task/14509/stat : 14509 (java) S 14494 14497 10031 0 -1 1077944384 10345 0 0 0 369 2 0 0 20 0 15 0 274524027 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411584715632 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14510] ppid=14494 vsize=14090948 memory=6084483379022816359 CPUtime=1.29 cores=0,2,4,6
/proc/14497/task/14510/stat : 14510 (java) S 14494 14497 10031 0 -1 1077944384 10825 0 0 0 126 3 0 0 20 0 15 0 274524027 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411583662576 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14511] ppid=14494 vsize=14090948 memory=7584172172082901604 CPUtime=0 cores=0,2,4,6
/proc/14497/task/14511/stat : 14511 (java) S 14494 14497 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274524027 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411582610272 140412115080917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
[pid=14497/tid=14512] ppid=14494 vsize=14090948 memory=7085959281461977192 CPUtime=0.13 cores=0,2,4,6
/proc/14497/task/14512/stat : 14512 (java) S 14494 14497 10031 0 -1 1077944384 1004 0 0 0 6 7 0 0 20 0 15 0 274524028 14429130752 1316150 33554432000 4194304 4196468 140731450372800 140411581557296 140412115081858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27697152 140731450377295 140731450377486 140731450377486 140731450380239 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5264600 KiB

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

[startup+229.048 s]
# the end of solver process 14497 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.36 s, system=3.78393 s

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

Child status: 143
Real time (s): 229.048
CPU time (s): 252.144
CPU user time (s): 248.36
CPU system time (s): 3.78393
CPU usage (%): 110.084
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5280368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.36
system time used= 3.78393
maximum resident set size= 5296808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9977
involuntary context switches= 362


# summary of solver processes directly reported to runsolver:
#   pid: 14497
#   total CPU time (s): 252.144
#   total CPU user time (s): 248.36
#   total CPU system time (s): 3.78393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45379 second user time and 2.16161 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-18 07:20:08
IDJOB=4312427
IDBENCH=141265
IDSOLVER=2800
FILE ID=node136/4312427-1534569608
RUNJOBID= node136-1534569113-14130
PBS_JOBID= 21038635
Free space on /tmp= 52944 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-03-0300_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-4312427-1534569608/watcher-4312427-1534569608 -o /tmp/evaluation-result-4312427-1534569608/solver-4312427-1534569608 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534569113-14130 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 880695980 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312427-1534569608.xml

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

MD5SUM BENCH= f3b5e910cdd6f892615a29b96bfa015e
RANDOM SEED=880695980

node136.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.50
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.50
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.50
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.50
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:        24587752 kB
MemAvailable:   31864968 kB
Buffers:          177428 kB
Cached:          7379296 kB
SwapCached:           44 kB
Active:          4193192 kB
Inactive:        3449256 kB
Active(anon):      59208 kB
Inactive(anon):    95276 kB
Active(file):    4133984 kB
Inactive(file):  3353980 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67107648 kB
Dirty:            264428 kB
Writeback:             0 kB
AnonPages:        262580 kB
Mapped:            31460 kB
Shmem:             65856 kB
Slab:             238932 kB
SReclaimable:     210172 kB
SUnreclaim:        28760 kB
KernelStack:        3600 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1326236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 52908 MiB
End job on node136 at 2018-08-18 07:23:58