Trace number 4309954

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-14? (TO) 252.033 241.037

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 benchmark23746
Best CPU time to get the best result obtained on this benchmark252.047
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.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1718234380
0.68/0.55	c timeout: 252
0.68/0.55	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
8.11/3.13	c Parsing done, starting search...
252.00/241.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13163 MiB free)
  memory of node 1: 16384 MiB (10504 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309954-1534334178/watcher-4309954-1534334178 -o /tmp/evaluation-result-4309954-1534334178/solver-4309954-1534334178 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21541 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1718234380 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309954-1534334178.xml 

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

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

solver pid=25267, runsolver pid=25264

[startup+0.100173 s]*
/proc/loadavg: 1.53 1.63 1.54 3/215 25282
/proc/meminfo: memFree=24216492/32770624 swapFree=67108524/67108860
[pid=25267] ppid=25264 vsize=14082736 memory=31956 CPUtime=0.12 cores=0,2,4,6
/proc/25267/stat : 25267 (java) S 25264 25267 21510 0 -1 1077944320 6404 0 0 0 11 1 0 0 20 0 15 0 250980989 14420721664 7989 33554432000 4194304 4196468 140736884193936 140736884176480 139730815434487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
/proc/25267/statm: 3520684 7989 3154 1 0 3482761 0
[pid=25267/tid=25269] ppid=25264 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 4437 0 0 0 8 1 0 0 20 0 15 0 250980990 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730819637608 139730799514974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14082736 memory=5793855512267250105 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980992 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25275] ppid=25264 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25275/stat : 25275 (java) S 25264 25267 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250980992 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730287567776 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25276] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25276/stat : 25276 (java) S 25264 25267 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250980993 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730286515184 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25277] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25277/stat : 25277 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730285463760 139730815453083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25278] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25278/stat : 25278 (java) S 25264 25267 21510 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730284411376 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25279] ppid=25264 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25279/stat : 25279 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730283358832 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25280] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0.01 cores=0,2,4,6
/proc/25267/task/25280/stat : 25280 (java) S 25264 25267 21510 0 -1 1077944384 295 0 0 0 1 0 0 0 20 0 15 0 250980995 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730282306288 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25281] ppid=25264 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25281/stat : 25281 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730281253984 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25282] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25282/stat : 25282 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 7989 33554432000 4194304 4196468 140736884193936 139730280200496 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31956 KiB

[startup+0.217905 s]*
/proc/loadavg: 1.53 1.63 1.54 5/215 25282
/proc/meminfo: memFree=24201112/32770624 swapFree=67108524/67108860
[pid=25267] ppid=25264 vsize=14082736 memory=47892 CPUtime=0.32 cores=0,2,4,6
/proc/25267/stat : 25267 (java) S 25264 25267 21510 0 -1 1077944320 10089 0 0 0 30 2 0 0 20 0 15 0 250980989 14420721664 11973 33554432000 4194304 4196468 140736884193936 140736884176480 139730815434487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
/proc/25267/statm: 3520684 11973 3373 1 0 3482761 0
[pid=25267/tid=25269] ppid=25264 vsize=14082736 memory=6735269665583770266 CPUtime=0.21 cores=0,2,4,6
/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 7777 0 0 0 19 2 0 0 20 0 15 0 250980990 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730819663120 139730815446422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14082736 memory=4211973987462147466 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250980992 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25275] ppid=25264 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25275/stat : 25275 (java) S 25264 25267 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250980992 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730287567776 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25276] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25276/stat : 25276 (java) S 25264 25267 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250980993 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730286515184 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25277] ppid=25264 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25277/stat : 25277 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730285463760 139730815453083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25278] ppid=25264 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25267/task/25278/stat : 25278 (java) S 25264 25267 21510 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 15 0 250980995 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730284411376 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25279] ppid=25264 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/25267/task/25279/stat : 25279 (java) S 25264 25267 21510 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 250980995 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730283358832 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25280] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0.07 cores=0,2,4,6
/proc/25267/task/25280/stat : 25280 (java) R 25264 25267 21510 0 -1 4202560 327 0 0 0 7 0 0 0 20 0 15 0 250980995 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730282306288 139730815455834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25281] ppid=25264 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25281/stat : 25281 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730281253984 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25282] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25282/stat : 25282 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 11973 33554432000 4194304 4196468 140736884193936 139730280200496 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47892 KiB

[startup+0.310515 s]*
/proc/loadavg: 1.53 1.63 1.54 3/215 25282
/proc/meminfo: memFree=24198072/32770624 swapFree=67108524/67108860
[pid=25267] ppid=25264 vsize=14082736 memory=51344 CPUtime=0.45 cores=0,2,4,6
/proc/25267/stat : 25267 (java) S 25264 25267 21510 0 -1 1077944320 10424 0 0 0 42 3 0 0 20 0 15 0 250980989 14420721664 12836 33554432000 4194304 4196468 140736884193936 140736884176480 139730815434487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
/proc/25267/statm: 3520684 12836 3388 1 0 3482761 0
[pid=25267/tid=25269] ppid=25264 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 8092 0 0 0 28 2 0 0 20 0 15 0 250980990 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730819646000 139730800600142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14082736 memory=4211973987462147466 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14082736 memory=140261257359293 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14082736 memory=140261149769183 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14082736 memory=140261149756879 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980991 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14082736 memory=140261257378464 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250980992 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25275] ppid=25264 vsize=14082736 memory=140261149766063 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25275/stat : 25275 (java) S 25264 25267 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250980992 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730287567776 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25276] ppid=25264 vsize=14082736 memory=280522299522960 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25276/stat : 25276 (java) S 25264 25267 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250980993 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730286515184 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25277] ppid=25264 vsize=14082736 memory=280522299520656 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25277/stat : 25277 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730285463760 139730815453083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25278] ppid=25264 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25267/task/25278/stat : 25278 (java) S 25264 25267 21510 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 250980995 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730284411376 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25279] ppid=25264 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25267/task/25279/stat : 25279 (java) S 25264 25267 21510 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 250980995 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730283358832 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25280] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0.08 cores=0,2,4,6
/proc/25267/task/25280/stat : 25280 (java) S 25264 25267 21510 0 -1 1077944384 332 0 0 0 8 0 0 0 20 0 15 0 250980995 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730282306288 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25281] ppid=25264 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25281/stat : 25281 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730281253984 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25282] ppid=25264 vsize=14082736 memory=140261257356928 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25282/stat : 25282 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980995 14420721664 12836 33554432000 4194304 4196468 140736884193936 139730280200496 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51344 KiB

[startup+0.700817 s]
/proc/loadavg: 1.53 1.63 1.54 3/215 25282
/proc/meminfo: memFree=24174260/32770624 swapFree=67108524/67108860
[pid=25267] ppid=25264 vsize=14084804 memory=89012 CPUtime=0.99 cores=0,2,4,6
/proc/25267/stat : 25267 (java) S 25264 25267 21510 0 -1 1077944320 17142 0 0 0 95 4 0 0 20 0 15 0 250980989 14422839296 22253 33554432000 4194304 4196468 140736884193936 140736884176480 139730815434487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
/proc/25267/statm: 3521201 22253 3498 1 0 3483273 0
[pid=25267/tid=25269] ppid=25264 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 14438 0 0 0 64 3 0 0 20 0 15 0 250980990 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730819649392 139730799514974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14084804 memory=6076 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980991 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980991 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980991 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250980991 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250980992 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25275] ppid=25264 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25275/stat : 25275 (java) S 25264 25267 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250980992 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730287567776 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25276] ppid=25264 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25276/stat : 25276 (java) S 25264 25267 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250980993 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730286515184 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25277] ppid=25264 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25277/stat : 25277 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730285463760 139730815453083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25278] ppid=25264 vsize=14084804 memory=226 CPUtime=0.07 cores=0,2,4,6
/proc/25267/task/25278/stat : 25278 (java) S 25264 25267 21510 0 -1 1077944384 516 0 0 0 7 0 0 0 20 0 15 0 250980995 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730284411376 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25279] ppid=25264 vsize=14084804 memory=7 CPUtime=0.06 cores=0,2,4,6
/proc/25267/task/25279/stat : 25279 (java) S 25264 25267 21510 0 -1 1077944384 410 0 0 0 6 0 0 0 20 0 15 0 250980995 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730283358832 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25280] ppid=25264 vsize=14084804 memory=712 CPUtime=0.15 cores=0,2,4,6
/proc/25267/task/25280/stat : 25280 (java) S 25264 25267 21510 0 -1 1077944384 395 0 0 0 15 0 0 0 20 0 15 0 250980995 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730282306288 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25281] ppid=25264 vsize=14084804 memory=280522299706864 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25281/stat : 25281 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730281253984 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25282] ppid=25264 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25282/stat : 25282 (java) S 25264 25267 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250980995 14422839296 22253 33554432000 4194304 4196468 140736884193936 139730280200496 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89012 KiB

[startup+1.50069 s]
/proc/loadavg: 1.53 1.63 1.54 5/215 25282
/proc/meminfo: memFree=24111888/32770624 swapFree=67108524/67108860
[pid=25267] ppid=25264 vsize=14088900 memory=231368 CPUtime=3.63 cores=0,2,4,6
/proc/25267/stat : 25267 (java) S 25264 25267 21510 0 -1 1077944320 26983 0 0 0 355 8 0 0 20 0 15 0 250980989 14427033600 57842 33554432000 4194304 4196468 140736884193936 140736884176480 139730815434487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
/proc/25267/statm: 3522225 57842 3572 1 0 3484297 0
[pid=25267/tid=25269] ppid=25264 vsize=14088900 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 16825 0 0 0 140 5 0 0 20 0 15 0 250980990 14427033600 57842 33554432000 4194304 4196468 140736884193936 139730819671216 139730403542526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14088900 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 250980991 14427033600 57842 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14088900 memory=-6439125508584858207 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 250980991 14427033600 57842 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14088900 memory=-7088784936001294894 CPUtime=0.01 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 73 0 0 0 1 0 0 0 20 0 15 0 250980991 14427033600 57842 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14088900 memory=4946247180075506560 CPUtime=0.01 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 15 0 250980991 14427033600 57842 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14088900 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 15 0 250980992 14427033600 57842 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0

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

/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 31930 0 0 0 10145 38 0 0 20 0 15 0 250980990 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730819672272 139730415800446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14092996 memory=2293424 CPUtime=0.35 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 2970 0 0 0 28 7 0 0 20 0 15 0 250980991 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14092996 memory=2287796 CPUtime=0.37 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 1857 0 0 0 29 8 0 0 20 0 15 0 250980991 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14092996 memory=2298456 CPUtime=0.37 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 666 0 0 0 29 8 0 0 20 0 15 0 250980991 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14092996 memory=1288 CPUtime=0.38 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 514 0 0 0 30 8 0 0 20 0 15 0 250980991 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14092996 memory=2293424 CPUtime=0.03 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 1813 0 0 0 3 0 0 0 20 0 15 0 250980992 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25275] ppid=25264 vsize=14092996 memory=2293424 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25275/stat : 25275 (java) S 25264 25267 21510 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250980992 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730287567840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25276] ppid=25264 vsize=14092996 memory=2294880 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25276/stat : 25276 (java) S 25264 25267 21510 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250980993 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730286515200 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25277] ppid=25264 vsize=14092996 memory=3712 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25277/stat : 25277 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730285463760 139730815453083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25278] ppid=25264 vsize=14092996 memory=2286864 CPUtime=3.09 cores=0,2,4,6
/proc/25267/task/25278/stat : 25278 (java) S 25264 25267 21510 0 -1 1077944384 8390 0 0 0 308 1 0 0 20 0 15 0 250980995 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730284411376 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25279] ppid=25264 vsize=14092996 memory=2286356 CPUtime=3.05 cores=0,2,4,6
/proc/25267/task/25279/stat : 25279 (java) S 25264 25267 21510 0 -1 1077944384 9898 0 0 0 304 1 0 0 20 0 15 0 250980995 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730283358832 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25280] ppid=25264 vsize=14092996 memory=164 CPUtime=1.3 cores=0,2,4,6
/proc/25267/task/25280/stat : 25280 (java) S 25264 25267 21510 0 -1 1077944384 7559 0 0 0 128 2 0 0 20 0 15 0 250980995 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730282306288 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25281] ppid=25264 vsize=14092996 memory=-6081406862755241769 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25281/stat : 25281 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730281253984 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25282] ppid=25264 vsize=14092996 memory=2072 CPUtime=0.05 cores=0,2,4,6
/proc/25267/task/25282/stat : 25282 (java) S 25264 25267 21510 0 -1 1077944384 100 0 0 0 2 3 0 0 20 0 15 0 250980995 14431227904 574614 33554432000 4194304 4196468 140736884193936 139730280200496 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
Current children cumulated CPU time: 110.92 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2298456 KiB

[startup+162.301 s]
/proc/loadavg: 1.67 1.65 1.56 3/215 25361
/proc/meminfo: memFree=20266544/32770624 swapFree=67108524/67108860
[pid=25267] ppid=25264 vsize=14092996 memory=2299520 CPUtime=171.51 cores=0,2,4,6
/proc/25267/stat : 25267 (java) S 25264 25267 21510 0 -1 1077944320 74689 0 0 0 17060 91 0 0 20 0 15 0 250980989 14431227904 574880 33554432000 4194304 4196468 140736884193936 140736884176480 139730815434487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
/proc/25267/statm: 3523249 574880 3597 1 0 3485321 0
[pid=25267/tid=25269] ppid=25264 vsize=14092996 memory=2297012 CPUtime=161.65 cores=0,2,4,6
/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 34420 0 0 0 16127 38 0 0 20 0 15 0 250980990 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730819672416 139730411743252 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14092996 memory=2286360 CPUtime=0.51 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 3501 0 0 0 42 9 0 0 20 0 15 0 250980991 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14092996 memory=2297284 CPUtime=0.53 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 2391 0 0 0 42 11 0 0 20 0 15 0 250980991 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14092996 memory=2297048 CPUtime=0.53 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 811 0 0 0 42 11 0 0 20 0 15 0 250980991 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14092996 memory=2298012 CPUtime=0.53 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 1385 0 0 0 43 10 0 0 20 0 15 0 250980991 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14092996 memory=2299544 CPUtime=0.05 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 2306 0 0 0 5 0 0 0 20 0 15 0 250980992 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25275] ppid=25264 vsize=14092996 memory=2297988 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25275/stat : 25275 (java) S 25264 25267 21510 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250980992 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730287567840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25276] ppid=25264 vsize=14092996 memory=2299520 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25276/stat : 25276 (java) S 25264 25267 21510 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250980993 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730286515200 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25277] ppid=25264 vsize=14092996 memory=2293432 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25277/stat : 25277 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730285463760 139730815453083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25278] ppid=25264 vsize=14092996 memory=2299780 CPUtime=3.13 cores=0,2,4,6
/proc/25267/task/25278/stat : 25278 (java) S 25264 25267 21510 0 -1 1077944384 9896 0 0 0 312 1 0 0 20 0 15 0 250980995 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730284411376 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25279] ppid=25264 vsize=14092996 memory=2297988 CPUtime=3.08 cores=0,2,4,6
/proc/25267/task/25279/stat : 25279 (java) S 25264 25267 21510 0 -1 1077944384 10867 0 0 0 307 1 0 0 20 0 15 0 250980995 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730283358832 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25280] ppid=25264 vsize=14092996 memory=2299544 CPUtime=1.3 cores=0,2,4,6
/proc/25267/task/25280/stat : 25280 (java) S 25264 25267 21510 0 -1 1077944384 7559 0 0 0 128 2 0 0 20 0 15 0 250980995 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730282306288 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25281] ppid=25264 vsize=14092996 memory=2293432 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25281/stat : 25281 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730281253984 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25282] ppid=25264 vsize=14092996 memory=2293432 CPUtime=0.09 cores=0,2,4,6
/proc/25267/task/25282/stat : 25282 (java) S 25264 25267 21510 0 -1 1077944384 135 0 0 0 4 5 0 0 20 0 15 0 250980995 14431227904 574880 33554432000 4194304 4196468 140736884193936 139730280200496 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
Current children cumulated CPU time: 171.51 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2299520 KiB

[startup+222.301 s]
/proc/loadavg: 1.82 1.69 1.58 3/215 25362
/proc/meminfo: memFree=20233564/32770624 swapFree=67108524/67108860
[pid=25267] ppid=25264 vsize=14092996 memory=2318680 CPUtime=232.82 cores=0,2,4,6
/proc/25267/stat : 25267 (java) S 25264 25267 21510 0 -1 1077944320 80796 0 0 0 23172 110 0 0 20 0 15 0 250980989 14431227904 579670 33554432000 4194304 4196468 140736884193936 140736884176480 139730815434487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
/proc/25267/statm: 3523249 579670 3597 1 0 3485321 0
[pid=25267/tid=25269] ppid=25264 vsize=14092996 memory=2313576 CPUtime=221.15 cores=0,2,4,6
/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 35526 0 0 0 22077 38 0 0 20 0 15 0 250980990 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730819672192 139730416337160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14092996 memory=2314596 CPUtime=0.93 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 4054 0 0 0 80 13 0 0 20 0 15 0 250980991 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14092996 memory=2318680 CPUtime=0.95 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 2823 0 0 0 81 14 0 0 20 0 15 0 250980991 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14092996 memory=2305436 CPUtime=0.95 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 1468 0 0 0 80 15 0 0 20 0 15 0 250980991 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14092996 memory=2315612 CPUtime=0.95 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 2173 0 0 0 81 14 0 0 20 0 15 0 250980991 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14092996 memory=2315616 CPUtime=0.11 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 2588 0 0 0 9 2 0 0 20 0 15 0 250980992 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25275] ppid=25264 vsize=14092996 memory=3712 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25275/stat : 25275 (java) S 25264 25267 21510 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250980992 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730287567840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25276] ppid=25264 vsize=14092996 memory=2313576 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25276/stat : 25276 (java) S 25264 25267 21510 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250980993 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730286515200 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25277] ppid=25264 vsize=14092996 memory=2315612 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25277/stat : 25277 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730285463760 139730815453083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25278] ppid=25264 vsize=14092996 memory=872 CPUtime=3.16 cores=0,2,4,6
/proc/25267/task/25278/stat : 25278 (java) S 25264 25267 21510 0 -1 1077944384 11291 0 0 0 314 2 0 0 20 0 15 0 250980995 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730284411376 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25279] ppid=25264 vsize=14092996 memory=1288 CPUtime=3.08 cores=0,2,4,6
/proc/25267/task/25279/stat : 25279 (java) S 25264 25267 21510 0 -1 1077944384 10871 0 0 0 307 1 0 0 20 0 15 0 250980995 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730283358832 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25280] ppid=25264 vsize=14092996 memory=2316632 CPUtime=1.3 cores=0,2,4,6
/proc/25267/task/25280/stat : 25280 (java) S 25264 25267 21510 0 -1 1077944384 8420 0 0 0 128 2 0 0 20 0 15 0 250980995 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730282306288 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25281] ppid=25264 vsize=14092996 memory=2316632 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25281/stat : 25281 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730281253984 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25282] ppid=25264 vsize=14092996 memory=68288 CPUtime=0.13 cores=0,2,4,6
/proc/25267/task/25282/stat : 25282 (java) S 25264 25267 21510 0 -1 1077944384 164 0 0 0 6 7 0 0 20 0 15 0 250980995 14431227904 579670 33554432000 4194304 4196468 140736884193936 139730280200496 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
Current children cumulated CPU time: 232.82 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2318680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.001 s]*
/proc/loadavg: 2.15 1.77 1.61 3/216 25370
/proc/meminfo: memFree=20200208/32770624 swapFree=67108524/67108860
[pid=25267] ppid=25264 vsize=14092996 memory=2333100 CPUtime=252 cores=0,2,4,6
/proc/25267/stat : 25267 (java) S 25264 25267 21510 0 -1 1077944320 83647 0 0 0 25084 116 0 0 20 0 15 0 250980989 14431227904 583275 33554432000 4194304 4196468 140736884193936 140736884176480 139730815434487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
/proc/25267/statm: 3523249 583275 3597 1 0 3485321 0
[pid=25267/tid=25269] ppid=25264 vsize=14092996 memory=7237398200207235428 CPUtime=239.7 cores=0,2,4,6
/proc/25267/task/25269/stat : 25269 (java) R 25264 25267 21510 0 -1 4202560 36191 0 0 0 23931 39 0 0 20 0 15 0 250980990 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730819672640 139730416348292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25270] ppid=25264 vsize=14092996 memory=-7003737579269690708 CPUtime=1.08 cores=0,2,4,6
/proc/25267/task/25270/stat : 25270 (java) S 25264 25267 21510 0 -1 1077944384 4175 0 0 0 94 14 0 0 20 0 15 0 250980991 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730730502928 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25271] ppid=25264 vsize=14092996 memory=-7003737579269690708 CPUtime=1.11 cores=0,2,4,6
/proc/25267/task/25271/stat : 25271 (java) S 25264 25267 21510 0 -1 1077944384 3731 0 0 0 95 16 0 0 20 0 15 0 250980991 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730729450384 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25272] ppid=25264 vsize=14092996 memory=15258134151170443 CPUtime=1.09 cores=0,2,4,6
/proc/25267/task/25272/stat : 25272 (java) S 25264 25267 21510 0 -1 1077944384 1509 0 0 0 93 16 0 0 20 0 15 0 250980991 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730728397840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25273] ppid=25264 vsize=14092996 memory=2072 CPUtime=1.11 cores=0,2,4,6
/proc/25267/task/25273/stat : 25273 (java) S 25264 25267 21510 0 -1 1077944384 2469 0 0 0 95 16 0 0 20 0 15 0 250980991 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730727345296 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25274] ppid=25264 vsize=14092996 memory=1740 CPUtime=0.13 cores=0,2,4,6
/proc/25267/task/25274/stat : 25274 (java) S 25264 25267 21510 0 -1 1077944384 2846 0 0 0 11 2 0 0 20 0 15 0 250980992 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730288621552 139730815445634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25275] ppid=25264 vsize=14092996 memory=11192 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25275/stat : 25275 (java) S 25264 25267 21510 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250980992 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730287567840 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25276] ppid=25264 vsize=14092996 memory=752 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25276/stat : 25276 (java) S 25264 25267 21510 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250980993 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730286515200 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25277] ppid=25264 vsize=14092996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25277/stat : 25277 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730285463760 139730815453083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25278] ppid=25264 vsize=14092996 memory=0 CPUtime=3.17 cores=0,2,4,6
/proc/25267/task/25278/stat : 25278 (java) S 25264 25267 21510 0 -1 1077944384 11562 0 0 0 315 2 0 0 20 0 15 0 250980995 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730284411376 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25279] ppid=25264 vsize=14092996 memory=0 CPUtime=3.09 cores=0,2,4,6
/proc/25267/task/25279/stat : 25279 (java) S 25264 25267 21510 0 -1 1077944384 11090 0 0 0 308 1 0 0 20 0 15 0 250980995 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730283358832 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25280] ppid=25264 vsize=14092996 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/25267/task/25280/stat : 25280 (java) S 25264 25267 21510 0 -1 1077944384 8423 0 0 0 128 2 0 0 20 0 15 0 250980995 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730282306288 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25281] ppid=25264 vsize=14092996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25267/task/25281/stat : 25281 (java) S 25264 25267 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250980995 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730281253984 139730815444693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
[pid=25267/tid=25282] ppid=25264 vsize=14092996 memory=3760708859339855795 CPUtime=0.14 cores=0,2,4,6
/proc/25267/task/25282/stat : 25282 (java) S 25264 25267 21510 0 -1 1077944384 233 0 0 0 6 8 0 0 20 0 15 0 250980995 14431227904 583275 33554432000 4194304 4196468 140736884193936 139730280200496 139730815445634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18362368 140736884200526 140736884200718 140736884200718 140736884203471 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2333100 KiB

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

[startup+241.037 s]
# the end of solver process 25267 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.852 s, system=1.18113 s

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

Child status: 143
Real time (s): 241.037
CPU time (s): 252.033
CPU user time (s): 250.852
CPU system time (s): 1.18113
CPU usage (%): 104.562
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2333100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.852
system time used= 1.18113
maximum resident set size= 2334640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11210
involuntary context switches= 535


# summary of solver processes directly reported to runsolver:
#   pid: 25267
#   total CPU time (s): 252.033
#   total CPU user time (s): 250.852
#   total CPU system time (s): 1.18113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.5295 second user time and 2.24449 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 13:56:18
IDJOB=4309954
IDBENCH=141551
IDSOLVER=2795
FILE ID=node107/4309954-1534334178
RUNJOBID= node107-1534328516-21541
PBS_JOBID= 21038151
Free space on /tmp= 50592 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
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-4309954-1534334178/watcher-4309954-1534334178 -o /tmp/evaluation-result-4309954-1534334178/solver-4309954-1534334178 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21541 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1718234380 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309954-1534334178.xml

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

MD5SUM BENCH= 8cfce4baee5c579b6f10529c309e3c1c
RANDOM SEED=1718234380

node107.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.40
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.40
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.40
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.40
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:        24236440 kB
MemAvailable:   31303028 kB
Buffers:          215408 kB
Cached:          7101568 kB
SwapCached:           20 kB
Active:          4546172 kB
Inactive:        3418836 kB
Active(anon):     597116 kB
Inactive(anon):   111348 kB
Active(file):    3949056 kB
Inactive(file):  3307488 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             36252 kB
Writeback:             0 kB
AnonPages:        654772 kB
Mapped:            68344 kB
Shmem:             57824 kB
Slab:             266764 kB
SReclaimable:     238504 kB
SUnreclaim:        28260 kB
KernelStack:        3520 kB
PageTables:         6788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2140044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 50556 MiB
End job on node107 at 2018-08-15 14:00:19