Trace number 4312429

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-18-0350_c18.xml
MD5SUM970c879d9e656f0525c6818b69538b39
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162507055
Best CPU time to get the best result obtained on this benchmark68.7953
Satisfiable
(Un)Satisfiability was proved
Number of variables4976
Number of constraints3812
Number of domains49
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":1771},{"size":11,"count":1425},{"size":12,"count":1},{"size":21,"count":54},{"size":22,"count":3},{"size":26,"count":5},{"size":27,"count":67},{"size":35,"count":51},{"size":41,"count":8},{"size":42,"count":5},{"size":43,"count":24},{"size":46,"count":13},{"size":47,"count":27},{"size":49,"count":29},{"size":55,"count":18},{"size":69,"count":6},{"size":75,"count":20},{"size":78,"count":3},{"size":82,"count":2},{"size":83,"count":66},{"size":85,"count":10},{"size":86,"count":78},{"size":88,"count":4},{"size":103,"count":37},{"size":111,"count":78},{"size":123,"count":7},{"size":129,"count":11},{"size":134,"count":14},{"size":135,"count":123},{"size":142,"count":28},{"size":143,"count":195},{"size":150,"count":69},{"size":151,"count":720}]
Minimum variable degree2
Maximum variable degree1426
Distribution of variable degrees[{"degree":2,"count":4277},{"degree":3,"count":4},{"degree":4,"count":14},{"degree":5,"count":20},{"degree":6,"count":25},{"degree":7,"count":40},{"degree":8,"count":48},{"degree":9,"count":61},{"degree":10,"count":81},{"degree":11,"count":74},{"degree":12,"count":95},{"degree":13,"count":88},{"degree":14,"count":68},{"degree":15,"count":55},{"degree":16,"count":21},{"degree":17,"count":4},{"degree":1426,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":962},{"arity":3,"count":1425},{"arity":6,"count":1425}]
Number of extensional constraints1425
Number of intensional constraints2387
Distribution of constraint types[{"type":"extension","count":1425},{"type":"intension","count":2387}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1594318942
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
30.82/19.88	c Parsing done, starting search...
252.06/233.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 (11146 MiB free)
  memory of node 1: 16384 MiB (10870 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312429-1534569644/watcher-4312429-1534569644 -o /tmp/evaluation-result-4312429-1534569644/solver-4312429-1534569644 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534568900-8839 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1594318942 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312429-1534569644.xml 

running on 4 cores: 1,3,5,7

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

solver pid=9373, runsolver pid=9370

[startup+0.100058 s]*
/proc/loadavg: 1.31 1.38 1.34 4/216 9388
/proc/meminfo: memFree=22526240/32770624 swapFree=67108836/67108860
[pid=9373] ppid=9370 vsize=14082736 memory=33304 CPUtime=0.12 cores=1,3,5,7
/proc/9373/stat : 9373 (java) S 9370 9373 5555 0 -1 1077944320 6718 0 0 0 11 1 0 0 20 0 15 0 274527660 14420721664 8326 33554432000 4194304 4196468 140724257421936 140724257404480 140384689127159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
/proc/9373/statm: 3520684 8326 3157 1 0 3482761 0
[pid=9373/tid=9375] ppid=9370 vsize=14082736 memory=-8682200620316062912 CPUtime=0.08 cores=1,3,5,7
/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 4768 0 0 0 8 0 0 0 20 0 15 0 274527660 14420721664 8326 33554432000 4194304 4196468 140724257421936 140384693348912 140384673207646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 8326 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 8326 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 8326 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 8326 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527662 14420721664 8326 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9381] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9381/stat : 9381 (java) S 9370 9373 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274527663 14420721664 8326 33554432000 4194304 4196468 140724257421936 140384230074016 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9382] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9382/stat : 9382 (java) S 9370 9373 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274527663 14420721664 8326 33554432000 4194304 4196468 140724257421936 140384229020912 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9383] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9383/stat : 9383 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527665 14420721664 8326 33554432000 4194304 4196468 140724257421936 140383665514960 140384689145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9384] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9384/stat : 9384 (java) S 9370 9373 5555 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 274527665 14420721664 8326 33554432000 4194304 4196468 140724257421936 140383664462064 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9385] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9385/stat : 9385 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527665 14420721664 8326 33554432000 4194304 4196468 140724257421936 140383663409520 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9386] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0.01 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (java) S 9370 9373 5555 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 274527665 14420721664 8326 33554432000 4194304 4196468 140724257421936 140383662356464 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9387] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9387/stat : 9387 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527666 14420721664 8326 33554432000 4194304 4196468 140724257421936 140383661304160 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9388] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9388/stat : 9388 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527666 14420721664 8326 33554432000 4194304 4196468 140724257421936 140383660252208 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33304 KiB

[startup+0.213341 s]*
/proc/loadavg: 1.31 1.38 1.34 5/216 9388
/proc/meminfo: memFree=22511232/32770624 swapFree=67108836/67108860
[pid=9373] ppid=9370 vsize=14082736 memory=49120 CPUtime=0.3 cores=1,3,5,7
/proc/9373/stat : 9373 (java) S 9370 9373 5555 0 -1 1077944320 10385 0 0 0 28 2 0 0 20 0 15 0 274527660 14420721664 12280 33554432000 4194304 4196468 140724257421936 140724257404480 140384689127159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
/proc/9373/statm: 3520684 12280 3358 1 0 3482761 0
[pid=9373/tid=9375] ppid=9370 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 8099 0 0 0 18 1 0 0 20 0 15 0 274527660 14420721664 12280 33554432000 4194304 4196468 140724257421936 140384693353440 140384312305410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14082736 memory=342 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 12280 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14082736 memory=140634686835738 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 12280 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 12280 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 12280 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274527662 14420721664 12280 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9381] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9381/stat : 9381 (java) S 9370 9373 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274527663 14420721664 12280 33554432000 4194304 4196468 140724257421936 140384230074016 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9382] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9382/stat : 9382 (java) S 9370 9373 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274527663 14420721664 12280 33554432000 4194304 4196468 140724257421936 140384229020912 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9383] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9383/stat : 9383 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527665 14420721664 12280 33554432000 4194304 4196468 140724257421936 140383665514960 140384689145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9384] ppid=9370 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9373/task/9384/stat : 9384 (java) R 9370 9373 5555 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 15 0 274527665 14420721664 12280 33554432000 4194304 4196468 140724257421936 140383664462064 140384689138306 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9385] ppid=9370 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9373/task/9385/stat : 9385 (java) R 9370 9373 5555 0 -1 4202560 218 0 0 0 2 0 0 0 20 0 15 0 274527665 14420721664 12280 33554432000 4194304 4196468 140724257421936 140383663409520 140384675142384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9386] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0.06 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (java) R 9370 9373 5555 0 -1 4202560 293 0 0 0 6 0 0 0 20 0 15 0 274527665 14420721664 12280 33554432000 4194304 4196468 140724257421936 140383662356464 140384689148506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9387] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9387/stat : 9387 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527666 14420721664 12280 33554432000 4194304 4196468 140724257421936 140383661304160 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9388] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9388/stat : 9388 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527666 14420721664 12280 33554432000 4194304 4196468 140724257421936 140383660252208 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49120 KiB

[startup+0.310448 s]*
/proc/loadavg: 1.31 1.38 1.34 3/216 9388
/proc/meminfo: memFree=22507696/32770624 swapFree=67108836/67108860
[pid=9373] ppid=9370 vsize=14082736 memory=52616 CPUtime=0.44 cores=1,3,5,7
/proc/9373/stat : 9373 (java) S 9370 9373 5555 0 -1 1077944320 10784 0 0 0 42 2 0 0 20 0 15 0 274527660 14420721664 13154 33554432000 4194304 4196468 140724257421936 140724257404480 140384689127159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
/proc/9373/statm: 3520684 13154 3408 1 0 3482761 0
[pid=9373/tid=9375] ppid=9370 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 8457 0 0 0 28 2 0 0 20 0 15 0 274527660 14420721664 13154 33554432000 4194304 4196468 140724257421936 140384693326560 140384674292723 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14082736 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 13154 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14082736 memory=14276171878442648 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 13154 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 13154 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527661 14420721664 13154 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274527662 14420721664 13154 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9381] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9381/stat : 9381 (java) S 9370 9373 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274527663 14420721664 13154 33554432000 4194304 4196468 140724257421936 140384230074016 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9382] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9382/stat : 9382 (java) S 9370 9373 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274527663 14420721664 13154 33554432000 4194304 4196468 140724257421936 140384229020912 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9383] ppid=9370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9383/stat : 9383 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527665 14420721664 13154 33554432000 4194304 4196468 140724257421936 140383665514960 140384689145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9384] ppid=9370 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9373/task/9384/stat : 9384 (java) S 9370 9373 5555 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 15 0 274527665 14420721664 13154 33554432000 4194304 4196468 140724257421936 140383664462064 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9385] ppid=9370 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9373/task/9385/stat : 9385 (java) S 9370 9373 5555 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 274527665 14420721664 13154 33554432000 4194304 4196468 140724257421936 140383663409520 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9386] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0.08 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (java) S 9370 9373 5555 0 -1 1077944384 313 0 0 0 8 0 0 0 20 0 15 0 274527665 14420721664 13154 33554432000 4194304 4196468 140724257421936 140383662356464 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9387] ppid=9370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9387/stat : 9387 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527666 14420721664 13154 33554432000 4194304 4196468 140724257421936 140383661304160 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9388] ppid=9370 vsize=14082736 memory=140634686826112 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9388/stat : 9388 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527666 14420721664 13154 33554432000 4194304 4196468 140724257421936 140383660252208 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52616 KiB

[startup+0.70075 s]
/proc/loadavg: 1.31 1.38 1.34 3/216 9388
/proc/meminfo: memFree=22483884/32770624 swapFree=67108836/67108860
[pid=9373] ppid=9370 vsize=14084804 memory=90692 CPUtime=0.99 cores=1,3,5,7
/proc/9373/stat : 9373 (java) S 9370 9373 5555 0 -1 1077944320 17620 0 0 0 95 4 0 0 20 0 15 0 274527660 14422839296 22673 33554432000 4194304 4196468 140724257421936 140724257404480 140384689127159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
/proc/9373/statm: 3521201 22673 3499 1 0 3483273 0
[pid=9373/tid=9375] ppid=9370 vsize=14084804 memory=4196 CPUtime=0.67 cores=1,3,5,7
/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 14910 0 0 0 64 3 0 0 20 0 15 0 274527660 14422839296 22673 33554432000 4194304 4196468 140724257421936 140384693349872 140384673207646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14084804 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14422839296 22673 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14084804 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14422839296 22673 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14084804 memory=520 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527661 14422839296 22673 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14084804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527661 14422839296 22673 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14084804 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274527662 14422839296 22673 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9381] ppid=9370 vsize=14084804 memory=2348 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9381/stat : 9381 (java) S 9370 9373 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274527663 14422839296 22673 33554432000 4194304 4196468 140724257421936 140384230074016 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9382] ppid=9370 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9382/stat : 9382 (java) S 9370 9373 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274527663 14422839296 22673 33554432000 4194304 4196468 140724257421936 140384229020912 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9383] ppid=9370 vsize=14084804 memory=6153431502485414242 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9383/stat : 9383 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527665 14422839296 22673 33554432000 4194304 4196468 140724257421936 140383665514960 140384689145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9384] ppid=9370 vsize=14084804 memory=8100100389755967824 CPUtime=0.06 cores=1,3,5,7
/proc/9373/task/9384/stat : 9384 (java) S 9370 9373 5555 0 -1 1077944384 565 0 0 0 6 0 0 0 20 0 15 0 274527665 14422839296 22673 33554432000 4194304 4196468 140724257421936 140383664462064 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9385] ppid=9370 vsize=14084804 memory=6154282490091891024 CPUtime=0.08 cores=1,3,5,7
/proc/9373/task/9385/stat : 9385 (java) S 9370 9373 5555 0 -1 1077944384 372 0 0 0 8 0 0 0 20 0 15 0 274527665 14422839296 22673 33554432000 4194304 4196468 140724257421936 140383663409520 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9386] ppid=9370 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (java) S 9370 9373 5555 0 -1 1077944384 394 0 0 0 15 0 0 0 20 0 15 0 274527665 14422839296 22673 33554432000 4194304 4196468 140724257421936 140383662356464 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9387] ppid=9370 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9387/stat : 9387 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527666 14422839296 22673 33554432000 4194304 4196468 140724257421936 140383661304160 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9388] ppid=9370 vsize=14084804 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9388/stat : 9388 (java) S 9370 9373 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274527666 14422839296 22673 33554432000 4194304 4196468 140724257421936 140383660252208 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90692 KiB

[startup+1.50372 s]
/proc/loadavg: 1.31 1.38 1.34 5/216 9388
/proc/meminfo: memFree=22245704/32770624 swapFree=67108836/67108860
[pid=9373] ppid=9370 vsize=14086852 memory=410320 CPUtime=3.16 cores=1,3,5,7
/proc/9373/stat : 9373 (java) S 9370 9373 5555 0 -1 1077944320 20161 0 0 0 282 34 0 0 20 0 15 0 274527660 14424936448 102580 33554432000 4194304 4196468 140724257421936 140724257404480 140384689127159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
/proc/9373/statm: 3521713 102580 3565 1 0 3483785 0
[pid=9373/tid=9375] ppid=9370 vsize=14086852 memory=319412 CPUtime=1.36 cores=1,3,5,7
/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 15394 0 0 0 128 8 0 0 20 0 15 0 274527660 14424936448 102580 33554432000 4194304 4196468 140724257421936 140384693362944 140384315577461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14086852 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 156 0 0 0 4 5 0 0 20 0 15 0 274527661 14424936448 102580 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14086852 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 194 0 0 0 4 6 0 0 20 0 15 0 274527661 14424936448 102580 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 126 0 0 0 4 5 0 0 20 0 15 0 274527661 14424936448 102580 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14086852 memory=6943526294502006880 CPUtime=0.09 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 129 0 0 0 4 5 0 0 20 0 15 0 274527661 14424936448 102580 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 274527662 14424936448 102580 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0

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

/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 36585 0 0 0 9840 51 0 0 20 0 15 0 274527660 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140384693363064 140384325133778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14090948 memory=4827888 CPUtime=3.13 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 4390 0 0 0 261 52 0 0 20 0 15 0 274527661 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14090948 memory=4827888 CPUtime=3.12 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 4566 0 0 0 260 52 0 0 20 0 15 0 274527661 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14090948 memory=2257 CPUtime=3.12 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 3495 0 0 0 261 51 0 0 20 0 15 0 274527661 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14090948 memory=4827888 CPUtime=3.14 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 4075 0 0 0 262 52 0 0 20 0 15 0 274527661 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14090948 memory=55 CPUtime=0.17 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 12963 0 0 0 16 1 0 0 20 0 15 0 274527662 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9381] ppid=9370 vsize=14090948 memory=2084 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9381/stat : 9381 (java) S 9370 9373 5555 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274527663 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140384230074080 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9382] ppid=9370 vsize=14090948 memory=5356 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9382/stat : 9382 (java) S 9370 9373 5555 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274527663 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140384229020928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9383] ppid=9370 vsize=14090948 memory=4827144 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9383/stat : 9383 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527665 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140383665514960 140384689145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9384] ppid=9370 vsize=14090948 memory=2084 CPUtime=3.86 cores=1,3,5,7
/proc/9373/task/9384/stat : 9384 (java) S 9370 9373 5555 0 -1 1077944384 7984 0 0 0 384 2 0 0 20 0 15 0 274527665 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140383664462064 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9385] ppid=9370 vsize=14090948 memory=7528 CPUtime=3.99 cores=1,3,5,7
/proc/9373/task/9385/stat : 9385 (java) S 9370 9373 5555 0 -1 1077944384 10037 0 0 0 398 1 0 0 20 0 15 0 274527665 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140383663409520 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9386] ppid=9370 vsize=14090948 memory=4827144 CPUtime=1.26 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (java) S 9370 9373 5555 0 -1 1077944384 10894 0 0 0 123 3 0 0 20 0 15 0 274527665 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140383662356464 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9387] ppid=9370 vsize=14090948 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9387/stat : 9387 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527666 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140383661304160 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9388] ppid=9370 vsize=14090948 memory=1616 CPUtime=0.05 cores=1,3,5,7
/proc/9373/task/9388/stat : 9388 (java) S 9370 9373 5555 0 -1 1077944384 1237 0 0 0 2 3 0 0 20 0 15 0 274527666 14429130752 1206972 33554432000 4194304 4196468 140724257421936 140383660252208 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
Current children cumulated CPU time: 120.85 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4827888 KiB

[startup+162.301 s]
/proc/loadavg: 1.48 1.44 1.37 3/216 9470
/proc/meminfo: memFree=17626620/32770624 swapFree=67108836/67108860
[pid=9373] ppid=9370 vsize=14090948 memory=4810788 CPUtime=180.89 cores=1,3,5,7
/proc/9373/stat : 9373 (java) S 9370 9373 5555 0 -1 1077944320 103561 0 0 0 17816 273 0 0 20 0 15 0 274527660 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140724257404480 140384689127159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
/proc/9373/statm: 3522737 1202697 3608 1 0 3484809 0
[pid=9373/tid=9375] ppid=9370 vsize=14090948 memory=4810788 CPUtime=158.9 cores=1,3,5,7
/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 41376 0 0 0 15838 52 0 0 20 0 15 0 274527660 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140384693364824 140384325133703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14090948 memory=4810788 CPUtime=3.14 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 4505 0 0 0 262 52 0 0 20 0 15 0 274527661 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14090948 memory=0 CPUtime=3.13 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 4566 0 0 0 261 52 0 0 20 0 15 0 274527661 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14090948 memory=4810788 CPUtime=3.13 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 3496 0 0 0 262 51 0 0 20 0 15 0 274527661 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14090948 memory=4810788 CPUtime=3.14 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 4080 0 0 0 262 52 0 0 20 0 15 0 274527661 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14090948 memory=4810788 CPUtime=0.17 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 12977 0 0 0 16 1 0 0 20 0 15 0 274527662 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9381] ppid=9370 vsize=14090948 memory=4810788 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9381/stat : 9381 (java) S 9370 9373 5555 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274527663 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140384230074080 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9382] ppid=9370 vsize=14090948 memory=4810788 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9382/stat : 9382 (java) S 9370 9373 5555 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274527663 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140384229020928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9383] ppid=9370 vsize=14090948 memory=4810788 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9383/stat : 9383 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527665 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140383665514960 140384689145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9384] ppid=9370 vsize=14090948 memory=3872 CPUtime=3.86 cores=1,3,5,7
/proc/9373/task/9384/stat : 9384 (java) S 9370 9373 5555 0 -1 1077944384 7987 0 0 0 384 2 0 0 20 0 15 0 274527665 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140383664462064 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9385] ppid=9370 vsize=14090948 memory=4810788 CPUtime=3.99 cores=1,3,5,7
/proc/9373/task/9385/stat : 9385 (java) S 9370 9373 5555 0 -1 1077944384 10046 0 0 0 398 1 0 0 20 0 15 0 274527665 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140383663409520 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9386] ppid=9370 vsize=14090948 memory=4810788 CPUtime=1.26 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (java) S 9370 9373 5555 0 -1 1077944384 11858 0 0 0 123 3 0 0 20 0 15 0 274527665 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140383662356464 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9387] ppid=9370 vsize=14090948 memory=14332 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9387/stat : 9387 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527666 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140383661304160 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9388] ppid=9370 vsize=14090948 memory=4810788 CPUtime=0.07 cores=1,3,5,7
/proc/9373/task/9388/stat : 9388 (java) S 9370 9373 5555 0 -1 1077944384 1265 0 0 0 3 4 0 0 20 0 15 0 274527666 14429130752 1202697 33554432000 4194304 4196468 140724257421936 140383660252208 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
Current children cumulated CPU time: 180.89 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4810788 KiB

[startup+222.301 s]
/proc/loadavg: 1.65 1.50 1.39 3/216 9471
/proc/meminfo: memFree=17612816/32770624 swapFree=67108836/67108860
[pid=9373] ppid=9370 vsize=14090948 memory=4811220 CPUtime=240.93 cores=1,3,5,7
/proc/9373/stat : 9373 (java) S 9370 9373 5555 0 -1 1077944320 110824 0 0 0 23818 275 0 0 20 0 15 0 274527660 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140724257404480 140384689127159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
/proc/9373/statm: 3522737 1202805 3608 1 0 3484809 0
[pid=9373/tid=9375] ppid=9370 vsize=14090948 memory=0 CPUtime=218.88 cores=1,3,5,7
/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 45469 0 0 0 21836 52 0 0 20 0 15 0 274527660 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140384693365088 140384324442231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14090948 memory=4811220 CPUtime=3.15 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 5901 0 0 0 263 52 0 0 20 0 15 0 274527661 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14090948 memory=2257 CPUtime=3.13 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 5062 0 0 0 261 52 0 0 20 0 15 0 274527661 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14090948 memory=4811220 CPUtime=3.13 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 3925 0 0 0 262 51 0 0 20 0 15 0 274527661 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14090948 memory=1760 CPUtime=3.15 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 4653 0 0 0 263 52 0 0 20 0 15 0 274527661 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14090948 memory=1616 CPUtime=0.18 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 13210 0 0 0 17 1 0 0 20 0 15 0 274527662 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9381] ppid=9370 vsize=14090948 memory=4811220 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9381/stat : 9381 (java) S 9370 9373 5555 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274527663 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140384230074080 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9382] ppid=9370 vsize=14090948 memory=4811220 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9382/stat : 9382 (java) S 9370 9373 5555 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274527663 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140384229020928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9383] ppid=9370 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9383/stat : 9383 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527665 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140383665514960 140384689145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9384] ppid=9370 vsize=14090948 memory=1408 CPUtime=3.86 cores=1,3,5,7
/proc/9373/task/9384/stat : 9384 (java) S 9370 9373 5555 0 -1 1077944384 7995 0 0 0 384 2 0 0 20 0 15 0 274527665 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140383664462064 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9385] ppid=9370 vsize=14090948 memory=4811220 CPUtime=3.99 cores=1,3,5,7
/proc/9373/task/9385/stat : 9385 (java) S 9370 9373 5555 0 -1 1077944384 10049 0 0 0 398 1 0 0 20 0 15 0 274527665 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140383663409520 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9386] ppid=9370 vsize=14090948 memory=4811220 CPUtime=1.26 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (java) S 9370 9373 5555 0 -1 1077944384 11862 0 0 0 123 3 0 0 20 0 15 0 274527665 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140383662356464 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9387] ppid=9370 vsize=14090948 memory=3872 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9387/stat : 9387 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527666 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140383661304160 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9388] ppid=9370 vsize=14090948 memory=6868 CPUtime=0.1 cores=1,3,5,7
/proc/9373/task/9388/stat : 9388 (java) S 9370 9373 5555 0 -1 1077944384 1293 0 0 0 4 6 0 0 20 0 15 0 274527666 14429130752 1202805 33554432000 4194304 4196468 140724257421936 140383660252208 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
Current children cumulated CPU time: 240.93 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4811220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+233.401 s]
/proc/loadavg: 1.66 1.50 1.40 3/216 9471
/proc/meminfo: memFree=17626716/32770624 swapFree=67108836/67108860
[pid=9373] ppid=9370 vsize=14090948 memory=4795056 CPUtime=252.06 cores=1,3,5,7
/proc/9373/stat : 9373 (java) S 9370 9373 5555 0 -1 1077944320 115592 0 0 0 24930 276 0 0 20 0 15 0 274527660 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140724257404480 140384689127159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
/proc/9373/statm: 3522737 1198764 3608 1 0 3484809 0
[pid=9373/tid=9375] ppid=9370 vsize=14090948 memory=1396 CPUtime=229.98 cores=1,3,5,7
/proc/9373/task/9375/stat : 9375 (java) R 9370 9373 5555 0 -1 4202560 47052 0 0 0 22945 53 0 0 20 0 15 0 274527660 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140384693365392 140384325874972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9376] ppid=9370 vsize=14090948 memory=15312 CPUtime=3.15 cores=1,3,5,7
/proc/9373/task/9376/stat : 9376 (java) S 9370 9373 5555 0 -1 1077944384 6375 0 0 0 263 52 0 0 20 0 15 0 274527661 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140384641747472 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9377] ppid=9370 vsize=14090948 memory=14332 CPUtime=3.14 cores=1,3,5,7
/proc/9373/task/9377/stat : 9377 (java) S 9370 9373 5555 0 -1 1077944384 5593 0 0 0 262 52 0 0 20 0 15 0 274527661 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140384640694928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9378] ppid=9370 vsize=14090948 memory=4196 CPUtime=3.14 cores=1,3,5,7
/proc/9373/task/9378/stat : 9378 (java) S 9370 9373 5555 0 -1 1077944384 5083 0 0 0 263 51 0 0 20 0 15 0 274527661 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140384639641872 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9379] ppid=9370 vsize=14090948 memory=4028 CPUtime=3.16 cores=1,3,5,7
/proc/9373/task/9379/stat : 9379 (java) S 9370 9373 5555 0 -1 1077944384 5443 0 0 0 264 52 0 0 20 0 15 0 274527661 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140384638589328 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9380] ppid=9370 vsize=14090948 memory=1772 CPUtime=0.18 cores=1,3,5,7
/proc/9373/task/9380/stat : 9380 (java) S 9370 9373 5555 0 -1 1077944384 13442 0 0 0 17 1 0 0 20 0 15 0 274527662 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140384231127792 140384689138306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9381] ppid=9370 vsize=14090948 memory=520 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9381/stat : 9381 (java) S 9370 9373 5555 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274527663 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140384230074080 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9382] ppid=9370 vsize=14090948 memory=960 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9382/stat : 9382 (java) S 9370 9373 5555 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274527663 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140384229020928 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9383] ppid=9370 vsize=14090948 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9383/stat : 9383 (java) S 9370 9373 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274527665 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140383665514960 140384689145755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9384] ppid=9370 vsize=14090948 memory=2348 CPUtime=3.86 cores=1,3,5,7
/proc/9373/task/9384/stat : 9384 (java) S 9370 9373 5555 0 -1 1077944384 7995 0 0 0 384 2 0 0 20 0 15 0 274527665 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140383664462064 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9385] ppid=9370 vsize=14090948 memory=932 CPUtime=3.99 cores=1,3,5,7
/proc/9373/task/9385/stat : 9385 (java) S 9370 9373 5555 0 -1 1077944384 10049 0 0 0 398 1 0 0 20 0 15 0 274527665 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140383663409520 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9386] ppid=9370 vsize=14090948 memory=1576 CPUtime=1.26 cores=1,3,5,7
/proc/9373/task/9386/stat : 9386 (java) S 9370 9373 5555 0 -1 1077944384 11862 0 0 0 123 3 0 0 20 0 15 0 274527665 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140383662356464 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9387] ppid=9370 vsize=14090948 memory=2212 CPUtime=0 cores=1,3,5,7
/proc/9373/task/9387/stat : 9387 (java) S 9370 9373 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274527666 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140383661304160 140384689137365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
[pid=9373/tid=9388] ppid=9370 vsize=14090948 memory=301741373374332954 CPUtime=0.11 cores=1,3,5,7
/proc/9373/task/9388/stat : 9388 (java) S 9370 9373 5555 0 -1 1077944384 1293 0 0 0 5 6 0 0 20 0 15 0 274527666 14429130752 1198764 33554432000 4194304 4196468 140724257421936 140383660252208 140384689138306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140724257424462 140724257424654 140724257424654 140724257427407 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4795056 KiB

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

[startup+233.432 s]
# the end of solver process 9373 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.314 s, system=2.79016 s

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

Child status: 143
Real time (s): 233.432
CPU time (s): 252.104
CPU user time (s): 249.314
CPU system time (s): 2.79016
CPU usage (%): 107.999
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4827888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.314
system time used= 2.79016
maximum resident set size= 4828228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9665
involuntary context switches= 280


# summary of solver processes directly reported to runsolver:
#   pid: 9373
#   total CPU time (s): 252.104
#   total CPU user time (s): 249.314
#   total CPU system time (s): 2.79016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.26782 second user time and 2.35101 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-18 07:20:45
IDJOB=4312429
IDBENCH=141273
IDSOLVER=2800
FILE ID=node139/4312429-1534569644
RUNJOBID= node139-1534568900-8839
PBS_JOBID= 21038632
Free space on /tmp= 44116 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-18-0350_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-4312429-1534569644/watcher-4312429-1534569644 -o /tmp/evaluation-result-4312429-1534569644/solver-4312429-1534569644 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534568900-8839 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1594318942 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312429-1534569644.xml

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

MD5SUM BENCH= 970c879d9e656f0525c6818b69538b39
RANDOM SEED=1594318942

node139.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.80
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.80
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.80
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.80
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:        22544644 kB
MemAvailable:   31734932 kB
Buffers:          248284 kB
Cached:          9147716 kB
SwapCached:           16 kB
Active:          5336284 kB
Inactive:        4264000 kB
Active(anon):     182384 kB
Inactive(anon):    90468 kB
Active(file):    5153900 kB
Inactive(file):  4173532 kB
Unevictable:        7156 kB
Mlocked:            7156 kB
SwapTotal:      67108860 kB
SwapFree:       67108836 kB
Dirty:             83904 kB
Writeback:          5044 kB
AnonPages:        210984 kB
Mapped:            36204 kB
Shmem:             66164 kB
Slab:             322976 kB
SReclaimable:     291316 kB
SUnreclaim:        31660 kB
KernelStack:        3568 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1229360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44080 MiB
End job on node139 at 2018-08-18 07:24:38