Trace number 4312088

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.08 2488.22

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-20-0420_c18.xml
MD5SUMa9a1ecda6b6f8f1e99c2d233168bcaa1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark506362597
Best CPU time to get the best result obtained on this benchmark92.8369
Satisfiable
(Un)Satisfiability was proved
Number of variables7590
Number of constraints4736
Number of domains77
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":2665},{"size":11,"count":2250},{"size":12,"count":1},{"size":25,"count":16},{"size":29,"count":112},{"size":33,"count":7},{"size":35,"count":61},{"size":39,"count":31},{"size":41,"count":3},{"size":44,"count":12},{"size":45,"count":29},{"size":47,"count":9},{"size":48,"count":23},{"size":49,"count":22},{"size":50,"count":3},{"size":51,"count":51},{"size":52,"count":61},{"size":54,"count":8},{"size":57,"count":6},{"size":58,"count":4},{"size":59,"count":3},{"size":60,"count":3},{"size":61,"count":12},{"size":63,"count":25},"...",{"size":92,"count":2}, {"size":93,"count":25}, {"size":97,"count":3}, {"size":101,"count":4}, {"size":102,"count":9}, {"size":103,"count":191}, {"size":105,"count":1}, {"size":108,"count":5}, {"size":109,"count":2}, {"size":111,"count":1}, {"size":112,"count":6}, {"size":115,"count":10}, {"size":116,"count":22}, {"size":118,"count":95}, {"size":122,"count":59}, {"size":123,"count":1}, {"size":124,"count":1}, {"size":125,"count":117}, {"size":126,"count":92}, {"size":127,"count":5}, {"size":137,"count":27}, {"size":138,"count":29}, {"size":140,"count":24}, {"size":141,"count":77}, {"size":151,"count":1259}]
Minimum variable degree2
Maximum variable degree2251
Distribution of variable degrees[{"degree":2,"count":6752},{"degree":3,"count":9},{"degree":4,"count":14},{"degree":5,"count":23},{"degree":6,"count":28},{"degree":7,"count":33},{"degree":8,"count":45},{"degree":9,"count":53},{"degree":10,"count":63},{"degree":11,"count":79},{"degree":12,"count":105},{"degree":13,"count":196},{"degree":14,"count":147},{"degree":15,"count":22},{"degree":16,"count":8},{"degree":17,"count":9},{"degree":18,"count":1},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":2251,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":237},{"arity":3,"count":2249},{"arity":6,"count":2250}]
Number of extensional constraints2250
Number of intensional constraints2486
Distribution of constraint types[{"type":"extension","count":2250},{"type":"intension","count":2486}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 475522958
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
47.11/28.23	c Parsing done, starting search...
2520.05/2488.20	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 (11087 MiB free)
  memory of node 1: 16384 MiB (12270 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312088-1534551207/watcher-4312088-1534551207 -o /tmp/evaluation-result-4312088-1534551207/solver-4312088-1534551207 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25261 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 475522958 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312088-1534551207.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=26484, runsolver pid=26481

[startup+0.10013 s]*
/proc/loadavg: 1.33 1.51 1.57 3/215 26499
/proc/meminfo: memFree=23902068/32770624 swapFree=67108196/67108860
[pid=26484] ppid=26481 vsize=14082736 memory=31028 CPUtime=0.12 cores=0,2,4,6
/proc/26484/stat : 26484 (java) S 26481 26484 25230 0 -1 1077944320 6656 0 0 0 10 2 0 0 20 0 15 0 272683940 14420721664 7757 33554432000 4194304 4196468 140721042999104 140721042981648 139684865158903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
/proc/26484/statm: 3520684 7757 3155 1 0 3482761 0
[pid=26484/tid=26486] ppid=26481 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 4701 0 0 0 8 1 0 0 20 0 15 0 272683940 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684869397504 139684865180829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14082736 memory=5793855746785581497 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26492] ppid=26481 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26492/stat : 26492 (java) S 26481 26484 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684338419232 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26493] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26493/stat : 26493 (java) S 26481 26484 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684337366384 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26494] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26494/stat : 26494 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684336314704 139684865177499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26495] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26495/stat : 26495 (java) S 26481 26484 25230 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684335262064 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26496] ppid=26481 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26496/stat : 26496 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684334209264 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26497] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0.01 cores=0,2,4,6
/proc/26484/task/26497/stat : 26497 (java) S 26481 26484 25230 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 272683946 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684333156464 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26498] ppid=26481 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26498/stat : 26498 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684332103904 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26499] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26499/stat : 26499 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 7757 33554432000 4194304 4196468 140721042999104 139684331052208 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31028 KiB

[startup+0.213959 s]*
/proc/loadavg: 1.33 1.51 1.57 6/215 26499
/proc/meminfo: memFree=23887060/32770624 swapFree=67108196/67108860
[pid=26484] ppid=26481 vsize=14082736 memory=46844 CPUtime=0.31 cores=0,2,4,6
/proc/26484/stat : 26484 (java) S 26481 26484 25230 0 -1 1077944320 10382 0 0 0 28 3 0 0 20 0 15 0 272683940 14420721664 11711 33554432000 4194304 4196468 140721042999104 140721042981648 139684865158903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
/proc/26484/statm: 3520684 11711 3360 1 0 3482761 0
[pid=26484/tid=26486] ppid=26481 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 8082 0 0 0 18 2 0 0 20 0 15 0 272683940 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684869386960 139684849202533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14082736 memory=4211974221980478858 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26492] ppid=26481 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26492/stat : 26492 (java) S 26481 26484 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684338419232 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26493] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26493/stat : 26493 (java) S 26481 26484 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684337366384 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26494] ppid=26481 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26494/stat : 26494 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684336314704 139684865177499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26495] ppid=26481 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26484/task/26495/stat : 26495 (java) R 26481 26484 25230 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 15 0 272683946 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684335262064 139684865170050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26496] ppid=26481 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26484/task/26496/stat : 26496 (java) R 26481 26484 25230 0 -1 4202560 151 0 0 0 1 0 0 0 20 0 15 0 272683946 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684334209264 139684848546487 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26497] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0.06 cores=0,2,4,6
/proc/26484/task/26497/stat : 26497 (java) R 26481 26484 25230 0 -1 4202560 319 0 0 0 6 0 0 0 20 0 15 0 272683946 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684333156464 139684849239390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26498] ppid=26481 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26498/stat : 26498 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684332103904 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26499] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26499/stat : 26499 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 11711 33554432000 4194304 4196468 140721042999104 139684331052208 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46844 KiB

[startup+0.310431 s]*
/proc/loadavg: 1.33 1.51 1.57 3/215 26499
/proc/meminfo: memFree=23882820/32770624 swapFree=67108196/67108860
[pid=26484] ppid=26481 vsize=14082736 memory=50768 CPUtime=0.43 cores=0,2,4,6
/proc/26484/stat : 26484 (java) S 26481 26484 25230 0 -1 1077944320 10782 0 0 0 40 3 0 0 20 0 15 0 272683940 14420721664 12692 33554432000 4194304 4196468 140721042999104 140721042981648 139684865158903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
/proc/26484/statm: 3520684 12692 3415 1 0 3482761 0
[pid=26484/tid=26486] ppid=26481 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 8439 0 0 0 27 2 0 0 20 0 15 0 272683940 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684869372576 139684849239390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14082736 memory=4211974221980478858 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14082736 memory=140495775690671 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14082736 memory=140495628143774 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14082736 memory=140495628127695 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272683941 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14082736 memory=140495775713577 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26492] ppid=26481 vsize=14082736 memory=140495628136911 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26492/stat : 26492 (java) S 26481 26484 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684338419232 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26493] ppid=26481 vsize=14082736 memory=280991256264592 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26493/stat : 26493 (java) S 26481 26484 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272683943 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684337366384 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26494] ppid=26481 vsize=14082736 memory=280991256262256 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26494/stat : 26494 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684336314704 139684865177499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26495] ppid=26481 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26484/task/26495/stat : 26495 (java) S 26481 26484 25230 0 -1 1077944384 466 0 0 0 2 0 0 0 20 0 15 0 272683946 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684335262064 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26496] ppid=26481 vsize=14082736 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/26484/task/26496/stat : 26496 (java) S 26481 26484 25230 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 15 0 272683946 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684334209264 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26497] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0.08 cores=0,2,4,6
/proc/26484/task/26497/stat : 26497 (java) S 26481 26484 25230 0 -1 1077944384 341 0 0 0 8 0 0 0 20 0 15 0 272683946 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684333156464 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26498] ppid=26481 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26498/stat : 26498 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684332103904 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26499] ppid=26481 vsize=14082736 memory=140495775688320 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26499/stat : 26499 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683946 14420721664 12692 33554432000 4194304 4196468 140721042999104 139684331052208 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50768 KiB

[startup+0.700757 s]
/proc/loadavg: 1.33 1.51 1.57 3/215 26499
/proc/meminfo: memFree=23859008/32770624 swapFree=67108196/67108860
[pid=26484] ppid=26481 vsize=14084804 memory=88836 CPUtime=0.98 cores=0,2,4,6
/proc/26484/stat : 26484 (java) S 26481 26484 25230 0 -1 1077944320 17631 0 0 0 93 5 0 0 20 0 15 0 272683940 14422839296 22209 33554432000 4194304 4196468 140721042999104 140721042981648 139684865158903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
/proc/26484/statm: 3521201 22209 3492 1 0 3483273 0
[pid=26484/tid=26486] ppid=26481 vsize=14084804 memory=752 CPUtime=0.67 cores=0,2,4,6
/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 14889 0 0 0 63 4 0 0 20 0 15 0 272683940 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684869393240 139684849239390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14084804 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14084804 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683941 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272683941 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272683943 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26492] ppid=26481 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26492/stat : 26492 (java) S 26481 26484 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272683943 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684338419232 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26493] ppid=26481 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26493/stat : 26493 (java) S 26481 26484 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272683943 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684337366384 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26494] ppid=26481 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26494/stat : 26494 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684336314704 139684865177499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26495] ppid=26481 vsize=14084804 memory=232 CPUtime=0.05 cores=0,2,4,6
/proc/26484/task/26495/stat : 26495 (java) S 26481 26484 25230 0 -1 1077944384 611 0 0 0 5 0 0 0 20 0 15 0 272683946 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684335262064 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26496] ppid=26481 vsize=14084804 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/26484/task/26496/stat : 26496 (java) S 26481 26484 25230 0 -1 1077944384 317 0 0 0 8 0 0 0 20 0 15 0 272683946 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684334209264 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26497] ppid=26481 vsize=14084804 memory=714 CPUtime=0.15 cores=0,2,4,6
/proc/26484/task/26497/stat : 26497 (java) S 26481 26484 25230 0 -1 1077944384 433 0 0 0 15 0 0 0 20 0 15 0 272683946 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684333156464 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26498] ppid=26481 vsize=14084804 memory=280991256448496 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26498/stat : 26498 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684332103904 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26499] ppid=26481 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26499/stat : 26499 (java) S 26481 26484 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272683946 14422839296 22209 33554432000 4194304 4196468 140721042999104 139684331052208 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88836 KiB

[startup+1.50115 s]
/proc/loadavg: 1.22 1.48 1.56 4/215 26499
/proc/meminfo: memFree=23620828/32770624 swapFree=67108196/67108860
[pid=26484] ppid=26481 vsize=14086852 memory=495244 CPUtime=3.25 cores=0,2,4,6
/proc/26484/stat : 26484 (java) S 26481 26484 25230 0 -1 1077944320 21547 0 0 0 277 48 0 0 20 0 15 0 272683940 14424936448 123811 33554432000 4194304 4196468 140721042999104 140721042981648 139684865158903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
/proc/26484/statm: 3521713 123811 3576 1 0 3483785 0
[pid=26484/tid=26486] ppid=26481 vsize=14086852 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 15313 0 0 0 114 9 0 0 20 0 15 0 272683940 14424936448 123811 33554432000 4194304 4196468 140721042999104 139684869393984 139684846721260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14086852 memory=-3535359994705172579 CPUtime=0.21 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 422 0 0 0 13 8 0 0 20 0 15 0 272683941 14424936448 123811 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14086852 memory=-2746958450906831424 CPUtime=0.22 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 413 0 0 0 13 9 0 0 20 0 15 0 272683941 14424936448 123811 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14086852 memory=-6294447370555449954 CPUtime=0.21 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 503 0 0 0 13 8 0 0 20 0 15 0 272683941 14424936448 123811 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14086852 memory=-6441413357968170793 CPUtime=0.22 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 405 0 0 0 13 9 0 0 20 0 15 0 272683941 14424936448 123811 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14086852 memory=9051005565985259693 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 272683943 14424936448 123811 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0

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

/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 135009 0 0 0 231381 70 0 0 20 0 15 0 272683940 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684869396992 139684514144738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14090948 memory=1837740 CPUtime=7.08 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 45151 0 0 0 623 85 0 0 20 0 15 0 272683941 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14090948 memory=1840304 CPUtime=7.06 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 43995 0 0 0 622 84 0 0 20 0 15 0 272683941 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14090948 memory=1840816 CPUtime=7.09 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 41480 0 0 0 625 84 0 0 20 0 15 0 272683941 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14090948 memory=1840304 CPUtime=7.06 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 48384 0 0 0 618 88 0 0 20 0 15 0 272683941 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14090948 memory=1837740 CPUtime=0.35 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 18149 0 0 0 28 7 0 0 20 0 15 0 272683943 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26492] ppid=26481 vsize=14090948 memory=1837740 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26492/stat : 26492 (java) S 26481 26484 25230 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272683943 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684338419296 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26493] ppid=26481 vsize=14090948 memory=1840304 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26493/stat : 26493 (java) S 26481 26484 25230 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 272683943 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684337366400 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26494] ppid=26481 vsize=14090948 memory=1837740 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26494/stat : 26494 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684336314704 139684865177499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26495] ppid=26481 vsize=14090948 memory=1835172 CPUtime=3.43 cores=0,2,4,6
/proc/26484/task/26495/stat : 26495 (java) S 26481 26484 25230 0 -1 1077944384 13226 0 0 0 340 3 0 0 20 0 15 0 272683946 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684335262064 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26496] ppid=26481 vsize=14090948 memory=1835172 CPUtime=3.93 cores=0,2,4,6
/proc/26484/task/26496/stat : 26496 (java) S 26481 26484 25230 0 -1 1077944384 14439 0 0 0 391 2 0 0 20 0 15 0 272683946 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684334209264 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26497] ppid=26481 vsize=14090948 memory=3760 CPUtime=1.26 cores=0,2,4,6
/proc/26484/task/26497/stat : 26497 (java) S 26481 26484 25230 0 -1 1077944384 14390 0 0 0 122 4 0 0 20 0 15 0 272683946 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684333156464 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26498] ppid=26481 vsize=14090948 memory=1837740 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26498/stat : 26498 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684332103904 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26499] ppid=26481 vsize=14090948 memory=1835172 CPUtime=1.14 cores=0,2,4,6
/proc/26484/task/26499/stat : 26499 (java) S 26481 26484 25230 0 -1 1077944384 1988 0 0 0 60 54 0 0 20 0 15 0 272683946 14429130752 458793 33554432000 4194304 4196468 140721042999104 139684331052208 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
Current children cumulated CPU time: 2353.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1835172 KiB

[startup+2382.3 s]
/proc/loadavg: 1.64 1.54 1.60 3/216 26651
/proc/meminfo: memFree=21925040/32770624 swapFree=67108196/67108860
[pid=26484] ppid=26481 vsize=14090948 memory=1821324 CPUtime=2413.22 cores=0,2,4,6
/proc/26484/stat : 26484 (java) S 26481 26484 25230 0 -1 1077944320 381763 0 0 0 240846 476 0 0 20 0 15 0 272683940 14429130752 455331 33554432000 4194304 4196468 140721042999104 140721042981648 139684865158903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
/proc/26484/statm: 3522737 455331 3616 1 0 3484809 0
[pid=26484/tid=26486] ppid=26481 vsize=14090948 memory=1822860 CPUtime=2374.43 cores=0,2,4,6
/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 135735 0 0 0 237373 70 0 0 20 0 15 0 272683940 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684869396768 139684512111187 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14090948 memory=1821324 CPUtime=7.14 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 45742 0 0 0 629 85 0 0 20 0 15 0 272683941 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14090948 memory=1821324 CPUtime=7.12 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 44731 0 0 0 627 85 0 0 20 0 15 0 272683941 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14090948 memory=0 CPUtime=7.15 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 42412 0 0 0 631 84 0 0 20 0 15 0 272683941 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14090948 memory=1821324 CPUtime=7.12 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 49294 0 0 0 624 88 0 0 20 0 15 0 272683941 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14090948 memory=1821324 CPUtime=0.36 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 18324 0 0 0 29 7 0 0 20 0 15 0 272683943 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26492] ppid=26481 vsize=14090948 memory=237424 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26492/stat : 26492 (java) S 26481 26484 25230 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272683943 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684338419296 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26493] ppid=26481 vsize=14090948 memory=280991256525968 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26493/stat : 26493 (java) S 26481 26484 25230 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 272683943 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684337366400 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26494] ppid=26481 vsize=14090948 memory=1821324 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26494/stat : 26494 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684336314704 139684865177499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26495] ppid=26481 vsize=14090948 memory=1822860 CPUtime=3.43 cores=0,2,4,6
/proc/26484/task/26495/stat : 26495 (java) S 26481 26484 25230 0 -1 1077944384 13228 0 0 0 340 3 0 0 20 0 15 0 272683946 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684335262064 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26496] ppid=26481 vsize=14090948 memory=15188 CPUtime=3.93 cores=0,2,4,6
/proc/26484/task/26496/stat : 26496 (java) S 26481 26484 25230 0 -1 1077944384 14441 0 0 0 391 2 0 0 20 0 15 0 272683946 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684334209264 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26497] ppid=26481 vsize=14090948 memory=4328 CPUtime=1.26 cores=0,2,4,6
/proc/26484/task/26497/stat : 26497 (java) S 26481 26484 25230 0 -1 1077944384 14392 0 0 0 122 4 0 0 20 0 15 0 272683946 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684333156464 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26498] ppid=26481 vsize=14090948 memory=504 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26498/stat : 26498 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684332103904 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26499] ppid=26481 vsize=14090948 memory=1704 CPUtime=1.18 cores=0,2,4,6
/proc/26484/task/26499/stat : 26499 (java) S 26481 26484 25230 0 -1 1077944384 2006 0 0 0 62 56 0 0 20 0 15 0 272683946 14429130752 455331 33554432000 4194304 4196468 140721042999104 139684331052208 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
Current children cumulated CPU time: 2413.22 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1821324 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.58 1.61 3/216 26652
/proc/meminfo: memFree=21935288/32770624 swapFree=67108196/67108860
[pid=26484] ppid=26481 vsize=14090948 memory=1800280 CPUtime=2473.75 cores=0,2,4,6
/proc/26484/stat : 26484 (java) S 26481 26484 25230 0 -1 1077944320 385545 0 0 0 246896 479 0 0 20 0 15 0 272683940 14429130752 450070 33554432000 4194304 4196468 140721042999104 140721042981648 139684865158903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
/proc/26484/statm: 3522737 450070 3616 1 0 3484809 0
[pid=26484/tid=26486] ppid=26481 vsize=14090948 memory=1801824 CPUtime=2434.22 cores=0,2,4,6
/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 136540 0 0 0 243352 70 0 0 20 0 15 0 272683940 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684869396848 139684513860407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14090948 memory=1803876 CPUtime=7.32 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 46711 0 0 0 646 86 0 0 20 0 15 0 272683941 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14090948 memory=1817728 CPUtime=7.29 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 45393 0 0 0 644 85 0 0 20 0 15 0 272683941 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14090948 memory=1815164 CPUtime=7.33 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 42939 0 0 0 648 85 0 0 20 0 15 0 272683941 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14090948 memory=1809008 CPUtime=7.29 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 49914 0 0 0 641 88 0 0 20 0 15 0 272683941 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14090948 memory=3760 CPUtime=0.38 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 18497 0 0 0 31 7 0 0 20 0 15 0 272683943 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26492] ppid=26481 vsize=14090948 memory=1809008 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26492/stat : 26492 (java) S 26481 26484 25230 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272683943 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684338419296 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26493] ppid=26481 vsize=14090948 memory=1806956 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26493/stat : 26493 (java) S 26481 26484 25230 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 272683943 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684337366400 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26494] ppid=26481 vsize=14090948 memory=1806956 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26494/stat : 26494 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684336314704 139684865177499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26495] ppid=26481 vsize=14090948 memory=1800800 CPUtime=3.43 cores=0,2,4,6
/proc/26484/task/26495/stat : 26495 (java) S 26481 26484 25230 0 -1 1077944384 13230 0 0 0 340 3 0 0 20 0 15 0 272683946 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684335262064 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26496] ppid=26481 vsize=14090948 memory=1800280 CPUtime=3.93 cores=0,2,4,6
/proc/26484/task/26496/stat : 26496 (java) S 26481 26484 25230 0 -1 1077944384 14443 0 0 0 391 2 0 0 20 0 15 0 272683946 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684334209264 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26497] ppid=26481 vsize=14090948 memory=1804904 CPUtime=1.26 cores=0,2,4,6
/proc/26484/task/26497/stat : 26497 (java) S 26481 26484 25230 0 -1 1077944384 14394 0 0 0 122 4 0 0 20 0 15 0 272683946 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684333156464 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26498] ppid=26481 vsize=14090948 memory=1800800 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26498/stat : 26498 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684332103904 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26499] ppid=26481 vsize=14090948 memory=1801824 CPUtime=1.21 cores=0,2,4,6
/proc/26484/task/26499/stat : 26499 (java) S 26481 26484 25230 0 -1 1077944384 2026 0 0 0 63 58 0 0 20 0 15 0 272683946 14429130752 450070 33554432000 4194304 4196468 140721042999104 139684331052208 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
Current children cumulated CPU time: 2473.75 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1800280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.2 s]
/proc/loadavg: 1.54 1.55 1.59 3/216 26653
/proc/meminfo: memFree=21945784/32770624 swapFree=67108196/67108860
[pid=26484] ppid=26481 vsize=14090948 memory=1782840 CPUtime=2520.05 cores=0,2,4,6
/proc/26484/stat : 26484 (java) S 26481 26484 25230 0 -1 1077944320 386659 0 0 0 251525 480 0 0 20 0 15 0 272683940 14429130752 445710 33554432000 4194304 4196468 140721042999104 140721042981648 139684865158903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
/proc/26484/statm: 3522737 445710 3616 1 0 3484809 0
[pid=26484/tid=26486] ppid=26481 vsize=14090948 memory=251886 CPUtime=2479.96 cores=0,2,4,6
/proc/26484/task/26486/stat : 26486 (java) R 26481 26484 25230 0 -1 4202560 136897 0 0 0 247926 70 0 0 20 0 15 0 272683940 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684869396992 139684514311466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26487] ppid=26481 vsize=14090948 memory=0 CPUtime=7.45 cores=0,2,4,6
/proc/26484/task/26487/stat : 26487 (java) S 26481 26484 25230 0 -1 1077944384 46904 0 0 0 659 86 0 0 20 0 15 0 272683941 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684821711504 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26488] ppid=26481 vsize=14090948 memory=2840 CPUtime=7.42 cores=0,2,4,6
/proc/26484/task/26488/stat : 26488 (java) S 26481 26484 25230 0 -1 1077944384 45584 0 0 0 657 85 0 0 20 0 15 0 272683941 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684820658704 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26489] ppid=26481 vsize=14090948 memory=486068 CPUtime=7.46 cores=0,2,4,6
/proc/26484/task/26489/stat : 26489 (java) S 26481 26484 25230 0 -1 1077944384 43138 0 0 0 661 85 0 0 20 0 15 0 272683941 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684458457488 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26490] ppid=26481 vsize=14090948 memory=6791534058613427641 CPUtime=7.42 cores=0,2,4,6
/proc/26484/task/26490/stat : 26490 (java) S 26481 26484 25230 0 -1 1077944384 50078 0 0 0 654 88 0 0 20 0 15 0 272683941 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684457404688 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26491] ppid=26481 vsize=14090948 memory=-7003737579269690708 CPUtime=0.39 cores=0,2,4,6
/proc/26484/task/26491/stat : 26491 (java) S 26481 26484 25230 0 -1 1077944384 18505 0 0 0 32 7 0 0 20 0 15 0 272683943 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684339473264 139684865170050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26492] ppid=26481 vsize=14090948 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26492/stat : 26492 (java) S 26481 26484 25230 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272683943 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684338419296 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26493] ppid=26481 vsize=14090948 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26493/stat : 26493 (java) S 26481 26484 25230 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 272683943 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684337366400 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26494] ppid=26481 vsize=14090948 memory=1784380 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26494/stat : 26494 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684336314704 139684865177499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26495] ppid=26481 vsize=14090948 memory=6364 CPUtime=3.43 cores=0,2,4,6
/proc/26484/task/26495/stat : 26495 (java) S 26481 26484 25230 0 -1 1077944384 13230 0 0 0 340 3 0 0 20 0 15 0 272683946 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684335262064 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26496] ppid=26481 vsize=14090948 memory=1628 CPUtime=3.93 cores=0,2,4,6
/proc/26484/task/26496/stat : 26496 (java) S 26481 26484 25230 0 -1 1077944384 14443 0 0 0 391 2 0 0 20 0 15 0 272683946 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684334209264 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26497] ppid=26481 vsize=14090948 memory=1100 CPUtime=1.26 cores=0,2,4,6
/proc/26484/task/26497/stat : 26497 (java) S 26481 26484 25230 0 -1 1077944384 14394 0 0 0 122 4 0 0 20 0 15 0 272683946 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684333156464 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26498] ppid=26481 vsize=14090948 memory=15188 CPUtime=0 cores=0,2,4,6
/proc/26484/task/26498/stat : 26498 (java) S 26481 26484 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272683946 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684332103904 139684865169109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
[pid=26484/tid=26499] ppid=26481 vsize=14090948 memory=4328 CPUtime=1.23 cores=0,2,4,6
/proc/26484/task/26499/stat : 26499 (java) S 26481 26484 25230 0 -1 1077944384 2028 0 0 0 64 59 0 0 20 0 15 0 272683946 14429130752 445710 33554432000 4194304 4196468 140721042999104 139684331052208 139684865170050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33472512 140721043002441 140721043002633 140721043002633 140721043005391 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1782840 KiB

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

[startup+2488.22 s]
# the end of solver process 26484 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.26 s, system=4.81439 s

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

Child status: 143
Real time (s): 2488.22
CPU time (s): 2520.08
CPU user time (s): 2515.26
CPU system time (s): 4.81439
CPU usage (%): 101.28
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5263996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.26
system time used= 4.81439
maximum resident set size= 5263996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386908
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61438
involuntary context switches= 3359


# summary of solver processes directly reported to runsolver:
#   pid: 26484
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.26
#   total CPU system time (s): 4.81439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8292 second user time and 22.0326 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-18 02:13:27
IDJOB=4312088
IDBENCH=141274
IDSOLVER=2799
FILE ID=node151/4312088-1534551207
RUNJOBID= node151-1534541038-25261
PBS_JOBID= 21038628
Free space on /tmp= 51248 MiB

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

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

MD5SUM BENCH= a9a1ecda6b6f8f1e99c2d233168bcaa1
RANDOM SEED=475522958

node151.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.87
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.87
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.87
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.87
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:        23920152 kB
MemAvailable:   31611648 kB
Buffers:          214076 kB
Cached:          7751476 kB
SwapCached:           12 kB
Active:          4522208 kB
Inactive:        3776320 kB
Active(anon):     303436 kB
Inactive(anon):    98628 kB
Active(file):    4218772 kB
Inactive(file):  3677692 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:            159988 kB
Writeback:             0 kB
AnonPages:        341196 kB
Mapped:            33872 kB
Shmem:             65908 kB
Slab:             249868 kB
SReclaimable:     221732 kB
SUnreclaim:        28136 kB
KernelStack:        3568 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1236380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 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= 51212 MiB
End job on node151 at 2018-08-18 02:54:56