Trace number 4312092

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.13 2498.43

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-test02-0250_c18.xml
MD5SUM2354d9b784d04df982f0d1b4068abd13
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89666091
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables3894
Number of constraints2462
Number of domains32
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":1380},{"size":11,"count":1131},{"size":12,"count":1},{"size":23,"count":45},{"size":47,"count":70},{"size":57,"count":33},{"size":60,"count":11},{"size":69,"count":36},{"size":70,"count":19},{"size":79,"count":14},{"size":81,"count":2},{"size":84,"count":6},{"size":93,"count":2},{"size":94,"count":10},{"size":110,"count":4},{"size":113,"count":12},{"size":118,"count":77},{"size":127,"count":39},{"size":137,"count":13},{"size":151,"count":17},{"size":153,"count":16},{"size":154,"count":100},{"size":170,"count":27},{"size":175,"count":828}]
Minimum variable degree2
Maximum variable degree1132
Distribution of variable degrees[{"degree":2,"count":3396},{"degree":3,"count":10},{"degree":4,"count":16},{"degree":5,"count":23},{"degree":6,"count":38},{"degree":7,"count":47},{"degree":8,"count":26},{"degree":9,"count":44},{"degree":10,"count":59},{"degree":11,"count":73},{"degree":12,"count":68},{"degree":13,"count":29},{"degree":14,"count":29},{"degree":15,"count":16},{"degree":16,"count":13},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":1132,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1131},{"arity":6,"count":1131}]
Number of extensional constraints1131
Number of intensional constraints1331
Distribution of constraint types[{"type":"extension","count":1131},{"type":"intension","count":1331}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.57	c version: 2018-08-17
0.66/0.57	c seed: 1790996617
0.66/0.57	c timeout: 2520
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 1
0.66/0.59	c Parsing instance...
32.82/19.78	c Parsing done, starting search...
2520.09/2498.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 (12330 MiB free)
  memory of node 1: 16384 MiB (8338 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312092-1534551058/watcher-4312092-1534551058 -o /tmp/evaluation-result-4312092-1534551058/solver-4312092-1534551058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534541038-12298 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1790996617 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312092-1534551058.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
Current StackSize limit: 8192 KiB

solver pid=13515, runsolver pid=13512

[startup+0.100248 s]*
/proc/loadavg: 1.90 1.70 1.68 7/216 13530
/proc/meminfo: memFree=21146944/32770624 swapFree=67105356/67108860
[pid=13515] ppid=13512 vsize=14082736 memory=31184 CPUtime=0.12 cores=0,2,4,6
/proc/13515/stat : 13515 (java) S 13512 13515 12267 0 -1 1077944320 6692 0 0 0 11 1 0 0 20 0 15 0 272669036 14420721664 7796 33554432000 4194304 4196468 140723773378400 140723773360944 139887166242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
/proc/13515/statm: 3520684 7796 3155 1 0 3482761 0
[pid=13515/tid=13517] ppid=13512 vsize=14082736 memory=-8701690554792185218 CPUtime=0.08 cores=0,2,4,6
/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 4735 0 0 0 8 0 0 0 20 0 15 0 272669036 14420721664 7796 33554432000 4194304 4196468 140723773378400 139887170451976 139887150323068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 7796 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 7796 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 7796 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 7796 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13523] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13523/stat : 13523 (java) S 13512 13515 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886076847008 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13524] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13524/stat : 13524 (java) S 13512 13515 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886075794416 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13525] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13525/stat : 13525 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886074742992 139887166261147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13526] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13526/stat : 13526 (java) S 13512 13515 12267 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886073690608 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13527] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13527/stat : 13527 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886072638064 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13528] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0.01 cores=0,2,4,6
/proc/13515/task/13528/stat : 13528 (java) S 13512 13515 12267 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 272669042 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886071585520 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13529] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13529/stat : 13529 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886070533216 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13530] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13530/stat : 13530 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 7796 33554432000 4194304 4196468 140723773378400 139886069479728 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31184 KiB

[startup+0.215667 s]*
/proc/loadavg: 1.90 1.70 1.68 8/216 13530
/proc/meminfo: memFree=21129300/32770624 swapFree=67105356/67108860
[pid=13515] ppid=13512 vsize=14082736 memory=46996 CPUtime=0.3 cores=0,2,4,6
/proc/13515/stat : 13515 (java) S 13512 13515 12267 0 -1 1077944320 10376 0 0 0 28 2 0 0 20 0 15 0 272669036 14420721664 11749 33554432000 4194304 4196468 140723773378400 140723773360944 139887166242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
/proc/13515/statm: 3520684 11749 3358 1 0 3482761 0
[pid=13515/tid=13517] ppid=13512 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 8084 0 0 0 19 1 0 0 20 0 15 0 272669036 14420721664 11749 33554432000 4194304 4196468 140723773378400 139887170471168 139887150352982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 11749 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14082736 memory=4048932851930183328 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 11749 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 11749 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 11749 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13523] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13523/stat : 13523 (java) S 13512 13515 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886076847008 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13524] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13524/stat : 13524 (java) S 13512 13515 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886075794416 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13525] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13525/stat : 13525 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886074742992 139887166261147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13526] ppid=13512 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13515/task/13526/stat : 13526 (java) R 13512 13515 12267 0 -1 1077944384 391 0 0 0 1 0 0 0 20 0 15 0 272669042 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886073690608 139887166253698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13527] ppid=13512 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/13515/task/13527/stat : 13527 (java) S 13512 13515 12267 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 15 0 272669042 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886072638064 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13528] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0.06 cores=0,2,4,6
/proc/13515/task/13528/stat : 13528 (java) R 13512 13515 12267 0 -1 4202560 306 0 0 0 6 0 0 0 20 0 15 0 272669042 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886071585520 139887150323038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13529] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13529/stat : 13529 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886070533216 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13530] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13530/stat : 13530 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 11749 33554432000 4194304 4196468 140723773378400 139886069479728 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46996 KiB

[startup+0.310337 s]*
/proc/loadavg: 1.90 1.70 1.68 6/216 13530
/proc/meminfo: memFree=21125888/32770624 swapFree=67105356/67108860
[pid=13515] ppid=13512 vsize=14082736 memory=50524 CPUtime=0.43 cores=0,2,4,6
/proc/13515/stat : 13515 (java) S 13512 13515 12267 0 -1 1077944320 10770 0 0 0 41 2 0 0 20 0 15 0 272669036 14420721664 12631 33554432000 4194304 4196468 140723773378400 140723773360944 139887166242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
/proc/13515/statm: 3520684 12631 3374 1 0 3482761 0
[pid=13515/tid=13517] ppid=13512 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 8435 0 0 0 28 1 0 0 20 0 15 0 272669036 14420721664 12631 33554432000 4194304 4196468 140723773378400 139887170451904 139887166256400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 12631 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14082736 memory=3690614107065890464 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 12631 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 12631 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272669037 14420721664 12631 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13523] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13523/stat : 13523 (java) S 13512 13515 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886076847008 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13524] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13524/stat : 13524 (java) S 13512 13515 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272669039 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886075794416 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13525] ppid=13512 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13525/stat : 13525 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886074742992 139887166261147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13526] ppid=13512 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/13515/task/13526/stat : 13526 (java) S 13512 13515 12267 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 272669042 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886073690608 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13527] ppid=13512 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/13515/task/13527/stat : 13527 (java) S 13512 13515 12267 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 272669042 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886072638064 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13528] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0.08 cores=0,2,4,6
/proc/13515/task/13528/stat : 13528 (java) S 13512 13515 12267 0 -1 1077944384 331 0 0 0 8 0 0 0 20 0 15 0 272669042 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886071585520 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13529] ppid=13512 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13529/stat : 13529 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886070533216 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13530] ppid=13512 vsize=14082736 memory=140491965412992 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13530/stat : 13530 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669042 14420721664 12631 33554432000 4194304 4196468 140723773378400 139886069479728 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50524 KiB

[startup+0.700722 s]
/proc/loadavg: 1.90 1.70 1.68 6/216 13530
/proc/meminfo: memFree=21104780/32770624 swapFree=67105356/67108860
[pid=13515] ppid=13512 vsize=14084804 memory=88860 CPUtime=0.98 cores=0,2,4,6
/proc/13515/stat : 13515 (java) S 13512 13515 12267 0 -1 1077944320 17605 0 0 0 94 4 0 0 20 0 15 0 272669036 14422839296 22215 33554432000 4194304 4196468 140723773378400 140723773360944 139887166242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
/proc/13515/statm: 3521201 22215 3500 1 0 3483273 0
[pid=13515/tid=13517] ppid=13512 vsize=14084804 memory=1752 CPUtime=0.67 cores=0,2,4,6
/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 14871 0 0 0 64 3 0 0 20 0 15 0 272669036 14422839296 22215 33554432000 4194304 4196468 140723773378400 139887170465152 139887150323038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14084804 memory=856 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14422839296 22215 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14084804 memory=12468 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14422839296 22215 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669037 14422839296 22215 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14084804 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272669037 14422839296 22215 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14084804 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272669039 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13523] ppid=13512 vsize=14084804 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13523/stat : 13523 (java) S 13512 13515 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272669039 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886076847008 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13524] ppid=13512 vsize=14084804 memory=6420 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13524/stat : 13524 (java) S 13512 13515 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272669039 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886075794416 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13525] ppid=13512 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13525/stat : 13525 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886074742992 139887166261147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13526] ppid=13512 vsize=14084804 memory=7525326301224851042 CPUtime=0.08 cores=0,2,4,6
/proc/13515/task/13526/stat : 13526 (java) S 13512 13515 12267 0 -1 1077944384 564 0 0 0 8 0 0 0 20 0 15 0 272669042 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886073690608 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13527] ppid=13512 vsize=14084804 memory=5787213857196369745 CPUtime=0.06 cores=0,2,4,6
/proc/13515/task/13527/stat : 13527 (java) S 13512 13515 12267 0 -1 1077944384 365 0 0 0 6 0 0 0 20 0 15 0 272669042 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886072638064 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13528] ppid=13512 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/13515/task/13528/stat : 13528 (java) S 13512 13515 12267 0 -1 1077944384 426 0 0 0 15 0 0 0 20 0 15 0 272669042 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886071585520 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13529] ppid=13512 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13529/stat : 13529 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886070533216 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13530] ppid=13512 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13530/stat : 13530 (java) S 13512 13515 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272669042 14422839296 22215 33554432000 4194304 4196468 140723773378400 139886069479728 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88860 KiB

[startup+1.50129 s]
/proc/loadavg: 1.90 1.70 1.68 3/216 13530
/proc/meminfo: memFree=20861516/32770624 swapFree=67105356/67108860
[pid=13515] ppid=13512 vsize=14086852 memory=436652 CPUtime=3.03 cores=0,2,4,6
/proc/13515/stat : 13515 (java) S 13512 13515 12267 0 -1 1077944320 20560 0 0 0 266 37 0 0 20 0 15 0 272669036 14424936448 109163 33554432000 4194304 4196468 140723773378400 140723773360944 139887166242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
/proc/13515/statm: 3521713 109163 3559 1 0 3483785 0
[pid=13515/tid=13517] ppid=13512 vsize=14086852 memory=6791534058613427641 CPUtime=1.34 cores=0,2,4,6
/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 15374 0 0 0 125 9 0 0 20 0 15 0 272669036 14424936448 109163 33554432000 4194304 4196468 140723773378400 139887170477952 139886766201640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14086852 memory=-6951259422114956437 CPUtime=0.11 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 224 0 0 0 4 7 0 0 20 0 15 0 272669037 14424936448 109163 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14086852 memory=-6509546260019855299 CPUtime=0.1 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 114 0 0 0 3 7 0 0 20 0 15 0 272669037 14424936448 109163 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14086852 memory=-7390251449858225344 CPUtime=0.09 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 88 0 0 0 3 6 0 0 20 0 15 0 272669037 14424936448 109163 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14086852 memory=4134692831991786133 CPUtime=0.08 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 155 0 0 0 3 5 0 0 20 0 15 0 272669037 14424936448 109163 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 272669039 14424936448 109163 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0

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

/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 175405 0 0 0 231665 80 0 0 20 0 15 0 272669036 14429130752 798688 33554432000 4194304 4196468 140723773378400 139887170480464 139886778911998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14090948 memory=6568 CPUtime=4.35 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 38400 0 0 0 359 76 0 0 20 0 15 0 272669037 14429130752 798688 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14090948 memory=3195776 CPUtime=4.33 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 40119 0 0 0 358 75 0 0 20 0 15 0 272669037 14429130752 798688 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14090948 memory=3194752 CPUtime=4.33 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 33500 0 0 0 360 73 0 0 20 0 15 0 272669037 14429130752 798688 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14090948 memory=3194752 CPUtime=4.31 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 39224 0 0 0 357 74 0 0 20 0 15 0 272669037 14429130752 798688 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14090948 memory=3194752 CPUtime=0.35 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 23177 0 0 0 30 5 0 0 20 0 15 0 272669039 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13523] ppid=13512 vsize=14090948 memory=3194752 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13523/stat : 13523 (java) S 13512 13515 12267 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 272669039 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886076847072 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13524] ppid=13512 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13524/stat : 13524 (java) S 13512 13515 12267 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 272669039 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886075794432 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13525] ppid=13512 vsize=14090948 memory=3194752 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13525/stat : 13525 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886074742992 139887166261147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13526] ppid=13512 vsize=14090948 memory=280983606396352 CPUtime=3.04 cores=0,2,4,6
/proc/13515/task/13526/stat : 13526 (java) S 13512 13515 12267 0 -1 1077944384 10775 0 0 0 302 2 0 0 20 0 15 0 272669042 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886073690608 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13527] ppid=13512 vsize=14090948 memory=916 CPUtime=2.86 cores=0,2,4,6
/proc/13515/task/13527/stat : 13527 (java) S 13512 13515 12267 0 -1 1077944384 9542 0 0 0 285 1 0 0 20 0 15 0 272669042 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886072638064 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13528] ppid=13512 vsize=14090948 memory=1100 CPUtime=1.23 cores=0,2,4,6
/proc/13515/task/13528/stat : 13528 (java) S 13512 13515 12267 0 -1 1077944384 17694 0 0 0 120 3 0 0 20 0 15 0 272669042 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886071585520 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13529] ppid=13512 vsize=14090948 memory=3194752 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13529/stat : 13529 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886070533216 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13530] ppid=13512 vsize=14090948 memory=6791534058613427641 CPUtime=1.19 cores=0,2,4,6
/proc/13515/task/13530/stat : 13530 (java) S 13512 13515 12267 0 -1 1077944384 1963 0 0 0 60 59 0 0 20 0 15 0 272669042 14429130752 798688 33554432000 4194304 4196468 140723773378400 139886069479728 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
Current children cumulated CPU time: 2343.54 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3194752 KiB

[startup+2382.3 s]
/proc/loadavg: 1.87 1.89 1.92 3/216 13602
/proc/meminfo: memFree=15453648/32770624 swapFree=67105356/67108860
[pid=13515] ppid=13512 vsize=14090948 memory=3177824 CPUtime=2403.64 cores=0,2,4,6
/proc/13515/stat : 13515 (java) S 13512 13515 12267 0 -1 1077944320 401960 0 0 0 239919 445 0 0 20 0 15 0 272669036 14429130752 794456 33554432000 4194304 4196468 140723773378400 140723773360944 139887166242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
/proc/13515/statm: 3522737 794456 3610 1 0 3484809 0
[pid=13515/tid=13517] ppid=13512 vsize=14090948 memory=3177824 CPUtime=2377.42 cores=0,2,4,6
/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 178029 0 0 0 237661 81 0 0 20 0 15 0 272669036 14429130752 794456 33554432000 4194304 4196468 140723773378400 139887170480800 139886778927713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14090948 memory=6791534058613427641 CPUtime=4.38 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 39980 0 0 0 361 77 0 0 20 0 15 0 272669037 14429130752 794456 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14090948 memory=3188080 CPUtime=4.35 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 41669 0 0 0 360 75 0 0 20 0 15 0 272669037 14429130752 794456 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14090948 memory=3181924 CPUtime=4.35 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 35829 0 0 0 361 74 0 0 20 0 15 0 272669037 14429130752 794456 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14090948 memory=3177824 CPUtime=4.34 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 40466 0 0 0 359 75 0 0 20 0 15 0 272669037 14429130752 794456 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14090948 memory=35 CPUtime=0.35 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 23661 0 0 0 30 5 0 0 20 0 15 0 272669039 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13523] ppid=13512 vsize=14090948 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13523/stat : 13523 (java) S 13512 13515 12267 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 272669039 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886076847072 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13524] ppid=13512 vsize=14090948 memory=3181924 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13524/stat : 13524 (java) S 13512 13515 12267 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 272669039 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886075794432 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13525] ppid=13512 vsize=14090948 memory=3188080 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13525/stat : 13525 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886074742992 139887166261147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13526] ppid=13512 vsize=14090948 memory=3177824 CPUtime=3.04 cores=0,2,4,6
/proc/13515/task/13526/stat : 13526 (java) S 13512 13515 12267 0 -1 1077944384 10780 0 0 0 302 2 0 0 20 0 15 0 272669042 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886073690608 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13527] ppid=13512 vsize=14090948 memory=65 CPUtime=2.87 cores=0,2,4,6
/proc/13515/task/13527/stat : 13527 (java) S 13512 13515 12267 0 -1 1077944384 10347 0 0 0 286 1 0 0 20 0 15 0 272669042 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886072638064 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13528] ppid=13512 vsize=14090948 memory=6791534058613427641 CPUtime=1.23 cores=0,2,4,6
/proc/13515/task/13528/stat : 13528 (java) S 13512 13515 12267 0 -1 1077944384 17706 0 0 0 120 3 0 0 20 0 15 0 272669042 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886071585520 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13529] ppid=13512 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13529/stat : 13529 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886070533216 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13530] ppid=13512 vsize=14090948 memory=3177824 CPUtime=1.23 cores=0,2,4,6
/proc/13515/task/13530/stat : 13530 (java) S 13512 13515 12267 0 -1 1077944384 2025 0 0 0 62 61 0 0 20 0 15 0 272669042 14429130752 794456 33554432000 4194304 4196468 140723773378400 139886069479728 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
Current children cumulated CPU time: 2403.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3177824 KiB

[startup+2442.3 s]
/proc/loadavg: 1.76 1.86 1.91 3/216 13603
/proc/meminfo: memFree=15511584/32770624 swapFree=67105356/67108860
[pid=13515] ppid=13512 vsize=14090948 memory=3162436 CPUtime=2463.82 cores=0,2,4,6
/proc/13515/stat : 13515 (java) S 13512 13515 12267 0 -1 1077944320 409004 0 0 0 245935 447 0 0 20 0 15 0 272669036 14429130752 790609 33554432000 4194304 4196468 140723773378400 140723773360944 139887166242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
/proc/13515/statm: 3522737 790609 3610 1 0 3484809 0
[pid=13515/tid=13517] ppid=13512 vsize=14090948 memory=3162436 CPUtime=2437.36 cores=0,2,4,6
/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 180696 0 0 0 243655 81 0 0 20 0 15 0 272669036 14429130752 790609 33554432000 4194304 4196468 140723773378400 139887170480448 139886779271413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14090948 memory=3171156 CPUtime=4.42 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 40944 0 0 0 365 77 0 0 20 0 15 0 272669037 14429130752 790609 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14090948 memory=3173720 CPUtime=4.4 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 43039 0 0 0 365 75 0 0 20 0 15 0 272669037 14429130752 790609 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14090948 memory=3165512 CPUtime=4.4 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 36641 0 0 0 366 74 0 0 20 0 15 0 272669037 14429130752 790609 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14090948 memory=3162436 CPUtime=4.38 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 41372 0 0 0 363 75 0 0 20 0 15 0 272669037 14429130752 790609 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14090948 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 23923 0 0 0 30 6 0 0 20 0 15 0 272669039 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13523] ppid=13512 vsize=14090948 memory=3162436 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13523/stat : 13523 (java) S 13512 13515 12267 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 272669039 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886076847072 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13524] ppid=13512 vsize=14090948 memory=3162436 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13524/stat : 13524 (java) S 13512 13515 12267 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 272669039 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886075794432 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13525] ppid=13512 vsize=14090948 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13525/stat : 13525 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886074742992 139887166261147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13526] ppid=13512 vsize=14090948 memory=3165512 CPUtime=3.04 cores=0,2,4,6
/proc/13515/task/13526/stat : 13526 (java) S 13512 13515 12267 0 -1 1077944384 10785 0 0 0 302 2 0 0 20 0 15 0 272669042 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886073690608 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13527] ppid=13512 vsize=14090948 memory=3171156 CPUtime=2.87 cores=0,2,4,6
/proc/13515/task/13527/stat : 13527 (java) S 13512 13515 12267 0 -1 1077944384 10351 0 0 0 286 1 0 0 20 0 15 0 272669042 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886072638064 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13528] ppid=13512 vsize=14090948 memory=3162436 CPUtime=1.23 cores=0,2,4,6
/proc/13515/task/13528/stat : 13528 (java) S 13512 13515 12267 0 -1 1077944384 17711 0 0 0 120 3 0 0 20 0 15 0 272669042 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886071585520 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13529] ppid=13512 vsize=14090948 memory=3162436 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13529/stat : 13529 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886070533216 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13530] ppid=13512 vsize=14090948 memory=3162436 CPUtime=1.26 cores=0,2,4,6
/proc/13515/task/13530/stat : 13530 (java) S 13512 13515 12267 0 -1 1077944384 2074 0 0 0 64 62 0 0 20 0 15 0 272669042 14429130752 790609 33554432000 4194304 4196468 140723773378400 139886069479728 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
Current children cumulated CPU time: 2463.82 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3162436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.4 s]
/proc/loadavg: 2.02 1.92 1.92 3/216 13684
/proc/meminfo: memFree=20435488/32770624 swapFree=67105356/67108860
[pid=13515] ppid=13512 vsize=14090948 memory=3147044 CPUtime=2520.09 cores=0,2,4,6
/proc/13515/stat : 13515 (java) S 13512 13515 12267 0 -1 1077944320 418997 0 0 0 251560 449 0 0 20 0 15 0 272669036 14429130752 786761 33554432000 4194304 4196468 140723773378400 140723773360944 139887166242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
/proc/13515/statm: 3522737 786761 3610 1 0 3484809 0
[pid=13515/tid=13517] ppid=13512 vsize=14090948 memory=6791534058613427641 CPUtime=2493.4 cores=0,2,4,6
/proc/13515/task/13517/stat : 13517 (java) R 13512 13515 12267 0 -1 4202560 182676 0 0 0 249259 81 0 0 20 0 15 0 272669036 14429130752 786761 33554432000 4194304 4196468 140723773378400 139887170480560 139886769185328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13518] ppid=13512 vsize=14090948 memory=928 CPUtime=4.47 cores=0,2,4,6
/proc/13515/task/13518/stat : 13518 (java) S 13512 13515 12267 0 -1 1077944384 42470 0 0 0 370 77 0 0 20 0 15 0 272669037 14429130752 786761 33554432000 4194304 4196468 140723773378400 139887096331024 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13519] ppid=13512 vsize=14090948 memory=2216 CPUtime=4.45 cores=0,2,4,6
/proc/13515/task/13519/stat : 13519 (java) S 13512 13515 12267 0 -1 1077944384 44764 0 0 0 370 75 0 0 20 0 15 0 272669037 14429130752 786761 33554432000 4194304 4196468 140723773378400 139887095278480 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13520] ppid=13512 vsize=14090948 memory=928 CPUtime=4.45 cores=0,2,4,6
/proc/13515/task/13520/stat : 13520 (java) S 13512 13515 12267 0 -1 1077944384 38400 0 0 0 371 74 0 0 20 0 15 0 272669037 14429130752 786761 33554432000 4194304 4196468 140723773378400 139887094225936 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13521] ppid=13512 vsize=14090948 memory=1564 CPUtime=4.43 cores=0,2,4,6
/proc/13515/task/13521/stat : 13521 (java) S 13512 13515 12267 0 -1 1077944384 43846 0 0 0 368 75 0 0 20 0 15 0 272669037 14429130752 786761 33554432000 4194304 4196468 140723773378400 139887093173392 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13522] ppid=13512 vsize=14090948 memory=3812 CPUtime=0.37 cores=0,2,4,6
/proc/13515/task/13522/stat : 13522 (java) S 13512 13515 12267 0 -1 1077944384 24402 0 0 0 31 6 0 0 20 0 15 0 272669039 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886077900784 139887166253698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13523] ppid=13512 vsize=14090948 memory=6572 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13523/stat : 13523 (java) S 13512 13515 12267 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 272669039 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886076847072 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13524] ppid=13512 vsize=14090948 memory=1100 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13524/stat : 13524 (java) S 13512 13515 12267 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 272669039 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886075794432 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13525] ppid=13512 vsize=14090948 memory=2064 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13525/stat : 13525 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886074742992 139887166261147 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13526] ppid=13512 vsize=14090948 memory=1752 CPUtime=3.04 cores=0,2,4,6
/proc/13515/task/13526/stat : 13526 (java) S 13512 13515 12267 0 -1 1077944384 10794 0 0 0 302 2 0 0 20 0 15 0 272669042 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886073690608 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13527] ppid=13512 vsize=14090948 memory=856 CPUtime=2.87 cores=0,2,4,6
/proc/13515/task/13527/stat : 13527 (java) S 13512 13515 12267 0 -1 1077944384 10355 0 0 0 286 1 0 0 20 0 15 0 272669042 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886072638064 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13528] ppid=13512 vsize=14090948 memory=12468 CPUtime=1.23 cores=0,2,4,6
/proc/13515/task/13528/stat : 13528 (java) S 13512 13515 12267 0 -1 1077944384 17722 0 0 0 120 3 0 0 20 0 15 0 272669042 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886071585520 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13529] ppid=13512 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/13515/task/13529/stat : 13529 (java) S 13512 13515 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272669042 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886070533216 139887166252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
[pid=13515/tid=13530] ppid=13512 vsize=14090948 memory=4104 CPUtime=1.29 cores=0,2,4,6
/proc/13515/task/13530/stat : 13530 (java) S 13512 13515 12267 0 -1 1077944384 2100 0 0 0 65 64 0 0 20 0 15 0 272669042 14429130752 786761 33554432000 4194304 4196468 140723773378400 139886069479728 139887166253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36388864 140723773383752 140723773383945 140723773383945 140723773386703 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3147044 KiB

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

[startup+2498.43 s]
# the end of solver process 13515 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.62 s, system=4.51861 s

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

Child status: 143
Real time (s): 2498.43
CPU time (s): 2520.13
CPU user time (s): 2515.62
CPU system time (s): 4.51861
CPU usage (%): 100.869
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4745056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.62
system time used= 4.51861
maximum resident set size= 4745072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60384
involuntary context switches= 3041


# summary of solver processes directly reported to runsolver:
#   pid: 13515
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.62
#   total CPU system time (s): 4.51861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9832 second user time and 18.5723 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-18 02:10:58
IDJOB=4312092
IDBENCH=141267
IDSOLVER=2799
FILE ID=node149/4312092-1534551058
RUNJOBID= node149-1534541038-12298
PBS_JOBID= 21038630
Free space on /tmp= 51796 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-test02-0250_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-4312092-1534551058/watcher-4312092-1534551058 -o /tmp/evaluation-result-4312092-1534551058/solver-4312092-1534551058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534541038-12298 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1790996617 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312092-1534551058.xml

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

MD5SUM BENCH= 2354d9b784d04df982f0d1b4068abd13
RANDOM SEED=1790996617

node149.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.60
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.60
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.60
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.60
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:        21165136 kB
MemAvailable:   29307976 kB
Buffers:          208652 kB
Cached:          8186880 kB
SwapCached:         1704 kB
Active:          6657312 kB
Inactive:        4369260 kB
Active(anon):    2601164 kB
Inactive(anon):    98872 kB
Active(file):    4056148 kB
Inactive(file):  4270388 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:            131496 kB
Writeback:             0 kB
AnonPages:       2573456 kB
Mapped:            32304 kB
Shmem:             65952 kB
Slab:             272836 kB
SReclaimable:     244764 kB
SUnreclaim:        28072 kB
KernelStack:        3616 kB
PageTables:        10244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3967352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2412544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51760 MiB
End job on node149 at 2018-08-18 02:52:37