Trace number 4290302

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-07-02? (TO) 2400.05 2331.82

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy16_c18.xml
MD5SUM8cfce4baee5c579b6f10529c309e3c1c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23338
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints8495
Number of domains3
Minimum domain size2
Maximum domain size66
Distribution of domain sizes[{"size":2,"count":960},{"size":16,"count":480},{"size":66,"count":496}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":976},{"degree":47,"count":448},{"degree":48,"count":480},{"degree":49,"count":30},{"degree":50,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":481},{"arity":3,"count":32},{"arity":4,"count":6496},{"arity":5,"count":464},{"arity":16,"count":510},{"arity":18,"count":480},{"arity":30,"count":32}]
Number of extensional constraints496
Number of intensional constraints6977
Distribution of constraint types[{"type":"extension","count":496},{"type":"intension","count":6977},{"type":"regular","count":16},{"type":"allDifferent","count":30},{"type":"cardinality","count":16},{"type":"element","count":960}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.57	c version: 2018-07-02
0.67/0.57	c seed: 154802858
0.67/0.57	c timeout: 2400
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
9.28/3.54	c Parsing done, starting search...
2400.02/2331.81	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 (8292 MiB free)
  memory of node 1: 16384 MiB (10388 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290302-1532562642/watcher-4290302-1532562642 -o /tmp/evaluation-result-4290302-1532562642/solver-4290302-1532562642 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532562642-29759 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 154802858 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290302-1532562642.xml 

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

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


[startup+0.10006 s]*
/proc/loadavg: 0.92 0.98 1.03 5/221 29820
/proc/meminfo: memFree=19095240/32770624 swapFree=67108860/67108860
[pid=29787] ppid=29783 vsize=14082740 memory=30192 CPUtime=0.11 cores=0,2,4,6
/proc/29787/stat : 29787 (java) S 29783 29787 29728 0 -1 1077944320 6498 0 0 0 10 1 0 0 20 0 15 0 73827377 14420725760 7548 33554432000 4194304 4196468 140731389286160 140731389268704 140125293108983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
/proc/29787/statm: 3520685 7548 3135 1 0 3482761 0
[pid=29787/tid=29794] ppid=29783 vsize=14082740 memory=5450919713671312938 CPUtime=0.08 cores=0,2,4,6
/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 4545 0 0 0 8 0 0 0 20 0 15 0 73827378 14420725760 7548 33554432000 4194304 4196468 140731389286160 140125297312008 140125273384282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 7548 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827380 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29806] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29806/stat : 29806 (java) S 29783 29787 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73827381 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124766692256 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29808] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29808/stat : 29808 (java) S 29783 29787 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73827381 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124765639664 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29809] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29809/stat : 29809 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124764588240 140125293127579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29810] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29810/stat : 29810 (java) S 29783 29787 29728 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 73827383 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124763535856 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29812] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29812/stat : 29812 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124762483312 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29813] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0.01 cores=0,2,4,6
/proc/29787/task/29813/stat : 29813 (java) S 29783 29787 29728 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 15 0 73827383 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124761430768 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29817] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29817/stat : 29817 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827384 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124760378464 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29819] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29819/stat : 29819 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827384 14420725760 7548 33554432000 4194304 4196468 140731389286160 140124759324976 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30192 KiB

[startup+0.210924 s]*
/proc/loadavg: 0.92 0.98 1.03 6/221 29820
/proc/meminfo: memFree=19062108/32770624 swapFree=67108860/67108860
[pid=29787] ppid=29783 vsize=14082740 memory=46728 CPUtime=0.28 cores=0,2,4,6
/proc/29787/stat : 29787 (java) S 29783 29787 29728 0 -1 1077944320 10301 0 0 0 26 2 0 0 20 0 15 0 73827377 14420725760 11682 33554432000 4194304 4196468 140731389286160 140731389268704 140125293108983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
/proc/29787/statm: 3520685 11682 3311 1 0 3482761 0
[pid=29787/tid=29794] ppid=29783 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 8065 0 0 0 18 1 0 0 20 0 15 0 73827378 14420725760 11682 33554432000 4194304 4196468 140731389286160 140125297335088 140125275630162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14082740 memory=343 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 11682 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14082740 memory=140224703117727 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 73827380 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29806] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29806/stat : 29806 (java) S 29783 29787 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73827381 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124766692256 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29808] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29808/stat : 29808 (java) S 29783 29787 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73827381 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124765639664 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29809] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29809/stat : 29809 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124764588240 140125293127579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29810] ppid=29783 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29787/task/29810/stat : 29810 (java) R 29783 29787 29728 0 -1 4202560 465 0 0 0 1 0 0 0 20 0 15 0 73827383 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124763535952 140125271042368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29812] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29812/stat : 29812 (java) R 29783 29787 29728 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 73827383 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124762483312 140125293120130 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29813] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0.05 cores=0,2,4,6
/proc/29787/task/29813/stat : 29813 (java) R 29783 29787 29728 0 -1 4202560 322 0 0 0 5 0 0 0 20 0 15 0 73827383 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124761430768 140125272444321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29817] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29817/stat : 29817 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827384 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124760378464 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29819] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29819/stat : 29819 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827384 14420725760 11682 33554432000 4194304 4196468 140731389286160 140124759324976 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46728 KiB

[startup+0.310776 s]*
/proc/loadavg: 0.92 0.98 1.03 3/221 29820
/proc/meminfo: memFree=19054540/32770624 swapFree=67108860/67108860
[pid=29787] ppid=29783 vsize=14082740 memory=50800 CPUtime=0.44 cores=0,2,4,6
/proc/29787/stat : 29787 (java) S 29783 29787 29728 0 -1 1077944320 10818 0 0 0 42 2 0 0 20 0 15 0 73827377 14420725760 12700 33554432000 4194304 4196468 140731389286160 140731389268704 140125293108983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
/proc/29787/statm: 3520685 12700 3412 1 0 3482761 0
[pid=29787/tid=29794] ppid=29783 vsize=14082740 memory=8390339637985935414 CPUtime=0.29 cores=0,2,4,6
/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 8442 0 0 0 28 1 0 0 20 0 15 0 73827378 14420725760 12700 33554432000 4194304 4196468 140731389286160 140125297320496 140125277189470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 12700 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14082740 memory=140224703117337 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827379 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 73827380 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29806] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29806/stat : 29806 (java) S 29783 29787 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73827381 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124766692256 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29808] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29808/stat : 29808 (java) S 29783 29787 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73827381 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124765639664 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29809] ppid=29783 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29809/stat : 29809 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124764588240 140125293127579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29810] ppid=29783 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29787/task/29810/stat : 29810 (java) S 29783 29787 29728 0 -1 1077944384 485 0 0 0 3 0 0 0 20 0 15 0 73827383 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124763535856 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29812] ppid=29783 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29787/task/29812/stat : 29812 (java) S 29783 29787 29728 0 -1 1077944384 156 0 0 0 1 0 0 0 20 0 15 0 73827383 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124762483312 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29813] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0.08 cores=0,2,4,6
/proc/29787/task/29813/stat : 29813 (java) S 29783 29787 29728 0 -1 1077944384 353 0 0 0 8 0 0 0 20 0 15 0 73827383 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124761430768 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29817] ppid=29783 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29817/stat : 29817 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827384 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124760378464 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29819] ppid=29783 vsize=14082740 memory=140224703088256 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29819/stat : 29819 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827384 14420725760 12700 33554432000 4194304 4196468 140731389286160 140124759324976 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50800 KiB

[startup+0.700641 s]
/proc/loadavg: 0.92 0.98 1.03 3/221 29820
/proc/meminfo: memFree=19010884/32770624 swapFree=67108860/67108860
[pid=29787] ppid=29783 vsize=14084808 memory=88856 CPUtime=0.98 cores=0,2,4,6
/proc/29787/stat : 29787 (java) S 29783 29787 29728 0 -1 1077944320 17558 0 0 0 94 4 0 0 20 0 15 0 73827377 14422843392 22214 33554432000 4194304 4196468 140731389286160 140731389268704 140125293108983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
/proc/29787/statm: 3521202 22214 3500 1 0 3483273 0
[pid=29787/tid=29794] ppid=29783 vsize=14084808 memory=1844 CPUtime=0.67 cores=0,2,4,6
/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 14857 0 0 0 64 3 0 0 20 0 15 0 73827378 14422843392 22214 33554432000 4194304 4196468 140731389286160 140125297333088 140125285359573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827379 14422843392 22214 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14084808 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827379 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14084808 memory=13056 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827379 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14084808 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73827379 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14084808 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 73827380 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29806] ppid=29783 vsize=14084808 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29806/stat : 29806 (java) S 29783 29787 29728 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73827381 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124766692256 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29808] ppid=29783 vsize=14084808 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29808/stat : 29808 (java) S 29783 29787 29728 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73827381 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124765639664 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29809] ppid=29783 vsize=14084808 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29809/stat : 29809 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124764588240 140125293127579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29810] ppid=29783 vsize=14084808 memory=6296683612537770333 CPUtime=0.09 cores=0,2,4,6
/proc/29787/task/29810/stat : 29810 (java) S 29783 29787 29728 0 -1 1077944384 625 0 0 0 9 0 0 0 20 0 15 0 73827383 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124763535856 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29812] ppid=29783 vsize=14084808 memory=7595725831727968097 CPUtime=0.06 cores=0,2,4,6
/proc/29787/task/29812/stat : 29812 (java) S 29783 29787 29728 0 -1 1077944384 281 0 0 0 6 0 0 0 20 0 15 0 73827383 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124762483312 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29813] ppid=29783 vsize=14084808 memory=7236547281622689387 CPUtime=0.14 cores=0,2,4,6
/proc/29787/task/29813/stat : 29813 (java) R 29783 29787 29728 0 -1 4202560 412 0 0 0 14 0 0 0 20 0 15 0 73827383 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124761430768 140125293120918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29817] ppid=29783 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29817/stat : 29817 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827384 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124760378464 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29819] ppid=29783 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29819/stat : 29819 (java) S 29783 29787 29728 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73827384 14422843392 22214 33554432000 4194304 4196468 140731389286160 140124759324976 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88856 KiB

[startup+1.50135 s]
/proc/loadavg: 0.92 0.98 1.03 9/221 29820
/proc/meminfo: memFree=18889288/32770624 swapFree=67108860/67108860
[pid=29787] ppid=29783 vsize=14088904 memory=231276 CPUtime=3.48 cores=0,2,4,6
/proc/29787/stat : 29787 (java) S 29783 29787 29728 0 -1 1077944320 25618 0 0 0 339 9 0 0 20 0 15 0 73827377 14427037696 57819 33554432000 4194304 4196468 140731389286160 140731389268704 140125293108983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
/proc/29787/statm: 3522226 57819 3574 1 0 3484297 0
[pid=29787/tid=29794] ppid=29783 vsize=14088904 memory=6791534058613427641 CPUtime=1.44 cores=0,2,4,6
/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 17499 0 0 0 139 5 0 0 20 0 15 0 73827378 14427037696 57819 33554432000 4194304 4196468 140731389286160 140125297340592 140125275642878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14088904 memory=40100 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 73827379 14427037696 57819 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14088904 memory=6944656592385698452 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 73827379 14427037696 57819 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14088904 memory=-6948055166404804227 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 73827379 14427037696 57819 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14088904 memory=-7161131788332309537 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 73827379 14427037696 57819 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14088904 memory=-8316900901535099443 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 73827380 14427037696 57819 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0

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

/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 82363 0 0 0 217986 51 0 0 20 0 15 0 73827378 14431232000 172726 33554432000 4194304 4196468 140731389286160 140125297347088 140124932096435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14093000 memory=836 CPUtime=18.26 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 28468 0 0 0 1772 54 0 0 20 0 15 0 73827379 14431232000 172726 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14093000 memory=695008 CPUtime=18.25 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 32211 0 0 0 1776 49 0 0 20 0 15 0 73827379 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14093000 memory=724244 CPUtime=18.26 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 28807 0 0 0 1773 53 0 0 20 0 15 0 73827379 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14093000 memory=721168 CPUtime=18.28 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 28077 0 0 0 1774 54 0 0 20 0 15 0 73827379 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14093000 memory=710912 CPUtime=2.49 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 64147 0 0 0 212 37 0 0 20 0 15 0 73827380 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29806] ppid=29783 vsize=14093000 memory=699624 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29806/stat : 29806 (java) S 29783 29787 29728 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 73827381 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124766692320 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29808] ppid=29783 vsize=14093000 memory=691932 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29808/stat : 29808 (java) S 29783 29787 29728 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 73827381 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124765639680 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29809] ppid=29783 vsize=14093000 memory=8556 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29809/stat : 29809 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124764588240 140125293127579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29810] ppid=29783 vsize=14093000 memory=691932 CPUtime=4.19 cores=0,2,4,6
/proc/29787/task/29810/stat : 29810 (java) S 29783 29787 29728 0 -1 1077944384 19700 0 0 0 417 2 0 0 20 0 15 0 73827383 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124763535856 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29812] ppid=29783 vsize=14093000 memory=226404 CPUtime=4.2 cores=0,2,4,6
/proc/29787/task/29812/stat : 29812 (java) S 29783 29787 29728 0 -1 1077944384 19972 0 0 0 416 4 0 0 20 0 15 0 73827383 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124762483312 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29813] ppid=29783 vsize=14093000 memory=5788 CPUtime=1.49 cores=0,2,4,6
/proc/29787/task/29813/stat : 29813 (java) S 29783 29787 29728 0 -1 1077944384 14002 0 0 0 146 3 0 0 20 0 15 0 73827383 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124761430768 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29817] ppid=29783 vsize=14093000 memory=133 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29817/stat : 29817 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827384 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124760378464 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29819] ppid=29783 vsize=14093000 memory=226670 CPUtime=1.33 cores=0,2,4,6
/proc/29787/task/29819/stat : 29819 (java) S 29783 29787 29728 0 -1 1077944384 1517 0 0 0 65 68 0 0 20 0 15 0 73827384 14431232000 172726 33554432000 4194304 4196468 140731389286160 140124759324976 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
Current children cumulated CPU time: 2267.21 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 690904 KiB

[startup+2262.3 s]
/proc/loadavg: 1.63 1.46 1.43 4/219 29918
/proc/meminfo: memFree=16318972/32770624 swapFree=67108860/67108860
[pid=29787] ppid=29783 vsize=14093000 memory=615492 CPUtime=2328.76 cores=0,2,4,6
/proc/29787/stat : 29787 (java) S 29783 29787 29728 0 -1 1077944320 321674 0 0 0 232520 356 0 0 20 0 15 0 73827377 14431232000 153873 33554432000 4194304 4196468 140731389286160 140731389268704 140125293108983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
/proc/29787/statm: 3523250 153873 3616 1 0 3485321 0
[pid=29787/tid=29794] ppid=29783 vsize=14093000 memory=626268 CPUtime=2239.75 cores=0,2,4,6
/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 82889 0 0 0 223924 51 0 0 20 0 15 0 73827378 14431232000 153873 33554432000 4194304 4196468 140731389286160 140125297346944 140124935689721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14093000 memory=623700 CPUtime=18.77 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 28586 0 0 0 1823 54 0 0 20 0 15 0 73827379 14431232000 153873 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14093000 memory=621136 CPUtime=18.76 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 32280 0 0 0 1827 49 0 0 20 0 15 0 73827379 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14093000 memory=617544 CPUtime=18.77 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 28847 0 0 0 1823 54 0 0 20 0 15 0 73827379 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14093000 memory=615492 CPUtime=18.79 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 28119 0 0 0 1825 54 0 0 20 0 15 0 73827379 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14093000 memory=636012 CPUtime=2.56 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 64320 0 0 0 218 38 0 0 20 0 15 0 73827380 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29806] ppid=29783 vsize=14093000 memory=634988 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29806/stat : 29806 (java) S 29783 29787 29728 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 73827381 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124766692320 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29808] ppid=29783 vsize=14093000 memory=621136 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29808/stat : 29808 (java) S 29783 29787 29728 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 73827381 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124765639680 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29809] ppid=29783 vsize=14093000 memory=621136 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29809/stat : 29809 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124764588240 140125293127579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29810] ppid=29783 vsize=14093000 memory=620624 CPUtime=4.19 cores=0,2,4,6
/proc/29787/task/29810/stat : 29810 (java) S 29783 29787 29728 0 -1 1077944384 19702 0 0 0 417 2 0 0 20 0 15 0 73827383 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124763535856 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29812] ppid=29783 vsize=14093000 memory=621136 CPUtime=4.2 cores=0,2,4,6
/proc/29787/task/29812/stat : 29812 (java) S 29783 29787 29728 0 -1 1077944384 19974 0 0 0 416 4 0 0 20 0 15 0 73827383 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124762483312 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29813] ppid=29783 vsize=14093000 memory=623700 CPUtime=1.49 cores=0,2,4,6
/proc/29787/task/29813/stat : 29813 (java) S 29783 29787 29728 0 -1 1077944384 14004 0 0 0 146 3 0 0 20 0 15 0 73827383 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124761430768 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29817] ppid=29783 vsize=14093000 memory=657560 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29817/stat : 29817 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827384 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124760378464 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29819] ppid=29783 vsize=14093000 memory=617544 CPUtime=1.37 cores=0,2,4,6
/proc/29787/task/29819/stat : 29819 (java) S 29783 29787 29728 0 -1 1077944384 1532 0 0 0 67 70 0 0 20 0 15 0 73827384 14431232000 153873 33554432000 4194304 4196468 140731389286160 140124759324976 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
Current children cumulated CPU time: 2328.76 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 615492 KiB

[startup+2322.3 s]
/proc/loadavg: 1.46 1.44 1.42 4/219 29919
/proc/meminfo: memFree=16418440/32770624 swapFree=67108860/67108860
[pid=29787] ppid=29783 vsize=14093000 memory=571376 CPUtime=2390.28 cores=0,2,4,6
/proc/29787/stat : 29787 (java) S 29783 29787 29728 0 -1 1077944320 323148 0 0 0 238668 360 0 0 20 0 15 0 73827377 14431232000 142844 33554432000 4194304 4196468 140731389286160 140731389268704 140125293108983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
/proc/29787/statm: 3523250 142844 3616 1 0 3485321 0
[pid=29787/tid=29794] ppid=29783 vsize=14093000 memory=579584 CPUtime=2299.16 cores=0,2,4,6
/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 83528 0 0 0 229865 51 0 0 20 0 15 0 73827378 14431232000 142844 33554432000 4194304 4196468 140731389286160 140125297346976 140124932739175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14093000 memory=557012 CPUtime=19.28 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 28912 0 0 0 1873 55 0 0 20 0 15 0 73827379 14431232000 142844 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14093000 memory=555984 CPUtime=19.27 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 32345 0 0 0 1877 50 0 0 20 0 15 0 73827379 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14093000 memory=580096 CPUtime=19.27 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 28957 0 0 0 1873 54 0 0 20 0 15 0 73827379 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14093000 memory=579072 CPUtime=19.29 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 28236 0 0 0 1874 55 0 0 20 0 15 0 73827379 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14093000 memory=558084 CPUtime=2.63 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 64516 0 0 0 224 39 0 0 20 0 15 0 73827380 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29806] ppid=29783 vsize=14093000 memory=573940 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29806/stat : 29806 (java) S 29783 29787 29728 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 73827381 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124766692320 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29808] ppid=29783 vsize=14093000 memory=573940 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29808/stat : 29808 (java) S 29783 29787 29728 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 73827381 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124765639680 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29809] ppid=29783 vsize=14093000 memory=571376 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29809/stat : 29809 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124764588240 140125293127579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29810] ppid=29783 vsize=14093000 memory=572400 CPUtime=4.2 cores=0,2,4,6
/proc/29787/task/29810/stat : 29810 (java) S 29783 29787 29728 0 -1 1077944384 19704 0 0 0 418 2 0 0 20 0 15 0 73827383 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124763535856 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29812] ppid=29783 vsize=14093000 memory=573940 CPUtime=4.2 cores=0,2,4,6
/proc/29787/task/29812/stat : 29812 (java) S 29783 29787 29728 0 -1 1077944384 19976 0 0 0 416 4 0 0 20 0 15 0 73827383 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124762483312 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29813] ppid=29783 vsize=14093000 memory=22528 CPUtime=1.49 cores=0,2,4,6
/proc/29787/task/29813/stat : 29813 (java) S 29783 29787 29728 0 -1 1077944384 14006 0 0 0 146 3 0 0 20 0 15 0 73827383 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124761430768 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29817] ppid=29783 vsize=14093000 memory=576504 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29817/stat : 29817 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827384 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124760378464 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29819] ppid=29783 vsize=14093000 memory=576504 CPUtime=1.41 cores=0,2,4,6
/proc/29787/task/29819/stat : 29819 (java) S 29783 29787 29728 0 -1 1077944384 1547 0 0 0 69 72 0 0 20 0 15 0 73827384 14431232000 142844 33554432000 4194304 4196468 140731389286160 140124759324976 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
Current children cumulated CPU time: 2390.28 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 571376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2331.8 s]
/proc/loadavg: 1.32 1.41 1.41 7/219 29919
/proc/meminfo: memFree=16433544/32770624 swapFree=67108860/67108860
[pid=29787] ppid=29783 vsize=14093000 memory=561628 CPUtime=2400.02 cores=0,2,4,6
/proc/29787/stat : 29787 (java) S 29783 29787 29728 0 -1 1077944320 323186 0 0 0 239641 361 0 0 20 0 15 0 73827377 14431232000 140407 33554432000 4194304 4196468 140731389286160 140731389268704 140125293108983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
/proc/29787/statm: 3523250 140407 3616 1 0 3485321 0
[pid=29787/tid=29794] ppid=29783 vsize=14093000 memory=6791534058613427641 CPUtime=2308.56 cores=0,2,4,6
/proc/29787/task/29794/stat : 29794 (java) R 29783 29787 29728 0 -1 4202560 83550 0 0 0 230805 51 0 0 20 0 15 0 73827378 14431232000 140407 33554432000 4194304 4196468 140731389286160 140125297346976 140124936061628 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29796] ppid=29783 vsize=14093000 memory=4104 CPUtime=19.36 cores=0,2,4,6
/proc/29787/task/29796/stat : 29796 (java) S 29783 29787 29728 0 -1 1077944384 28912 0 0 0 1881 55 0 0 20 0 15 0 73827379 14431232000 140407 33554432000 4194304 4196468 140731389286160 140125256215312 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29798] ppid=29783 vsize=14093000 memory=1398720917958146503 CPUtime=19.35 cores=0,2,4,6
/proc/29787/task/29798/stat : 29798 (java) S 29783 29787 29728 0 -1 1077944384 32351 0 0 0 1885 50 0 0 20 0 15 0 73827379 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124887378832 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29799] ppid=29783 vsize=14093000 memory=4126316290023845779 CPUtime=19.35 cores=0,2,4,6
/proc/29787/task/29799/stat : 29799 (java) S 29783 29787 29728 0 -1 1077944384 28959 0 0 0 1881 54 0 0 20 0 15 0 73827379 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124886326288 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29801] ppid=29783 vsize=14093000 memory=565220 CPUtime=19.37 cores=0,2,4,6
/proc/29787/task/29801/stat : 29801 (java) S 29783 29787 29728 0 -1 1077944384 28236 0 0 0 1882 55 0 0 20 0 15 0 73827379 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124885273744 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29804] ppid=29783 vsize=14093000 memory=4620 CPUtime=2.64 cores=0,2,4,6
/proc/29787/task/29804/stat : 29804 (java) S 29783 29787 29728 0 -1 1077944384 64524 0 0 0 225 39 0 0 20 0 15 0 73827380 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124767746032 140125293120130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29806] ppid=29783 vsize=14093000 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29806/stat : 29806 (java) S 29783 29787 29728 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 73827381 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124766692320 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29808] ppid=29783 vsize=14093000 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29808/stat : 29808 (java) S 29783 29787 29728 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 73827381 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124765639680 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29809] ppid=29783 vsize=14093000 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29809/stat : 29809 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827383 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124764588240 140125293127579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29810] ppid=29783 vsize=14093000 memory=916 CPUtime=4.2 cores=0,2,4,6
/proc/29787/task/29810/stat : 29810 (java) S 29783 29787 29728 0 -1 1077944384 19704 0 0 0 418 2 0 0 20 0 15 0 73827383 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124763535856 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29812] ppid=29783 vsize=14093000 memory=3812 CPUtime=4.2 cores=0,2,4,6
/proc/29787/task/29812/stat : 29812 (java) S 29783 29787 29728 0 -1 1077944384 19976 0 0 0 416 4 0 0 20 0 15 0 73827383 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124762483312 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29813] ppid=29783 vsize=14093000 memory=2292 CPUtime=1.49 cores=0,2,4,6
/proc/29787/task/29813/stat : 29813 (java) S 29783 29787 29728 0 -1 1077944384 14006 0 0 0 146 3 0 0 20 0 15 0 73827383 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124761430768 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29817] ppid=29783 vsize=14093000 memory=2292 CPUtime=0 cores=0,2,4,6
/proc/29787/task/29817/stat : 29817 (java) S 29783 29787 29728 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73827384 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124760378464 140125293119189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
[pid=29787/tid=29819] ppid=29783 vsize=14093000 memory=1408 CPUtime=1.41 cores=0,2,4,6
/proc/29787/task/29819/stat : 29819 (java) S 29783 29787 29728 0 -1 1077944384 1547 0 0 0 69 72 0 0 20 0 15 0 73827384 14431232000 140407 33554432000 4194304 4196468 140731389286160 140124759324976 140125293120130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38006784 140731389289545 140731389289737 140731389289737 140731389292495 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 561628 KiB

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

[startup+2331.82 s]
# the end of solver process 29787 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.43 s, system=3.61774 s

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

Child status: 143
Real time (s): 2331.82
CPU time (s): 2400.05
CPU user time (s): 2396.43
CPU system time (s): 3.61774
CPU usage (%): 102.926
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 2558100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.43
system time used= 3.61775
maximum resident set size= 2563268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323424
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107758
involuntary context switches= 6219


# summary of solver processes directly reported to runsolver:
#   pid: 29787
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.43
#   total CPU system time (s): 3.61774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2234 second user time and 24.4124 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-26 01:50:42
IDJOB=4290302
IDBENCH=141551
IDSOLVER=2743
FILE ID=node133/4290302-1532562642
RUNJOBID= node133-1532562642-29759
PBS_JOBID= 21021959
Free space on /tmp= 48252 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy16_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290302-1532562642/watcher-4290302-1532562642 -o /tmp/evaluation-result-4290302-1532562642/solver-4290302-1532562642 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532562642-29759 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 154802858 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290302-1532562642.xml

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

MD5SUM BENCH= 8cfce4baee5c579b6f10529c309e3c1c
RANDOM SEED=154802858

node133.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.24
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.24
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.24
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.24
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:        19130268 kB
MemAvailable:   31931556 kB
Buffers:          175480 kB
Cached:         12789588 kB
SwapCached:            0 kB
Active:          2766640 kB
Inactive:       10250008 kB
Active(anon):       3196 kB
Inactive(anon):    76296 kB
Active(file):    2763444 kB
Inactive(file): 10173712 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             72548 kB
Writeback:             0 kB
AnonPages:         58696 kB
Mapped:            39980 kB
Shmem:             25248 kB
Slab:             319408 kB
SReclaimable:     292592 kB
SUnreclaim:        26816 kB
KernelStack:        3264 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48180 MiB
End job on node133 at 2018-07-26 02:29:34