Trace number 4290406

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

General information on the benchmark

NameNurseRostering/
NurseRostering-13_c18.xml
MD5SUMbfb8f77ba8ae689b0ec737170bc63bca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark62102
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables8025
Number of constraints17841
Number of domains21
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":652},{"size":2,"count":1350},{"size":3,"count":156},{"size":4,"count":72},{"size":5,"count":33},{"size":6,"count":8},{"size":7,"count":121},{"size":8,"count":124},{"size":11,"count":96},{"size":12,"count":117},{"size":19,"count":3360},{"size":29,"count":900},{"size":120,"count":504},{"size":121,"count":532}]
Minimum variable degree2
Maximum variable degree55
Distribution of variable degrees[{"degree":2,"count":4185},{"degree":3,"count":480},{"degree":42,"count":5},{"degree":43,"count":95},{"degree":44,"count":120},{"degree":45,"count":25},{"degree":46,"count":79},{"degree":47,"count":137},{"degree":48,"count":190},{"degree":49,"count":200},{"degree":50,"count":288},{"degree":51,"count":991},{"degree":52,"count":861},{"degree":53,"count":271},{"degree":54,"count":78},{"degree":55,"count":20}]
Minimum constraint arity2
Maximum constraint arity240
Distribution of constraint arities[{"arity":2,"count":5938},{"arity":3,"count":5850},{"arity":4,"count":370},{"arity":6,"count":2530},{"arity":7,"count":220},{"arity":19,"count":120},{"arity":29,"count":2280},{"arity":121,"count":532},{"arity":240,"count":1}]
Number of extensional constraints3772
Number of intensional constraints2031
Distribution of constraint types[{"type":"extension","count":3772},{"type":"intension","count":2031},{"type":"regular","count":6235},{"type":"sum","count":240},{"type":"count","count":5562},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1820867895
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
24.92/10.73	c Parsing done, starting search...
2400.05/2372.80	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 (3738 MiB free)
  memory of node 1: 16384 MiB (11675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290406-1532229604/watcher-4290406-1532229604 -o /tmp/evaluation-result-4290406-1532229604/solver-4290406-1532229604 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26942 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1820867895 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290406-1532229604.xml 

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

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=27410, runsolver pid=27407
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 1.52 1.45 1.47 3/216 27425
/proc/meminfo: memFree=15764544/32770624 swapFree=67108860/67108860
[pid=27410] ppid=27407 vsize=14082740 memory=32000 CPUtime=0.12 cores=1,3,5,7
/proc/27410/stat : 27410 (java) S 27407 27410 26910 0 -1 1077944320 6402 0 0 0 11 1 0 0 20 0 15 0 40523623 14420725760 8000 33554432000 4194304 4196468 140729487311920 140729487294464 140130955132663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
/proc/27410/statm: 3520685 8000 3156 1 0 3482761 0
[pid=27410/tid=27412] ppid=27407 vsize=14082740 memory=-8629632960754521475 CPUtime=0.09 cores=1,3,5,7
/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 4447 0 0 0 8 1 0 0 20 0 15 0 40523624 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130959356688 140130939213150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27418] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27418/stat : 27418 (java) S 27407 27410 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130496316192 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27419] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27419/stat : 27419 (java) S 27407 27410 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130495263856 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27420] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27420/stat : 27420 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130494212176 140130955151259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27421] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27421/stat : 27421 (java) S 27407 27410 26910 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130493160048 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27422] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27422/stat : 27422 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130492107248 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27423] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0.01 cores=1,3,5,7
/proc/27410/task/27423/stat : 27423 (java) S 27407 27410 26910 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 40523629 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130491054960 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27424] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27424/stat : 27424 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130490002400 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27425] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27425/stat : 27425 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 8000 33554432000 4194304 4196468 140729487311920 140130421565872 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32000 KiB

[startup+0.213624 s]*
/proc/loadavg: 1.52 1.45 1.47 5/216 27425
/proc/meminfo: memFree=15749248/32770624 swapFree=67108860/67108860
[pid=27410] ppid=27407 vsize=14082740 memory=47800 CPUtime=0.32 cores=1,3,5,7
/proc/27410/stat : 27410 (java) S 27407 27410 26910 0 -1 1077944320 10074 0 0 0 30 2 0 0 20 0 15 0 40523623 14420725760 11950 33554432000 4194304 4196468 140729487311920 140729487294464 140130955132663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
/proc/27410/statm: 3520685 11950 3364 1 0 3482761 0
[pid=27410/tid=27412] ppid=27407 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 7779 0 0 0 19 1 0 0 20 0 15 0 40523624 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130959350160 140130955154010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14082740 memory=342 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14082740 memory=140430862426340 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27418] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27418/stat : 27418 (java) S 27407 27410 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130496316192 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27419] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27419/stat : 27419 (java) S 27407 27410 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130495263856 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27420] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27420/stat : 27420 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130494212176 140130955151259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27421] ppid=27407 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27410/task/27421/stat : 27421 (java) R 27407 27410 26910 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 40523629 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130493160048 140130955143810 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27422] ppid=27407 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27410/task/27422/stat : 27422 (java) S 27407 27410 26910 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 40523629 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130492107248 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27423] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0.06 cores=1,3,5,7
/proc/27410/task/27423/stat : 27423 (java) R 27407 27410 26910 0 -1 4202560 307 0 0 0 6 0 0 0 20 0 15 0 40523629 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130491054960 140130932727232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27424] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27424/stat : 27424 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130490002400 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27425] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27425/stat : 27425 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 11950 33554432000 4194304 4196468 140729487311920 140130421565872 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47800 KiB

[startup+0.310621 s]*
/proc/loadavg: 1.52 1.45 1.47 3/216 27425
/proc/meminfo: memFree=15746084/32770624 swapFree=67108860/67108860
[pid=27410] ppid=27407 vsize=14082740 memory=51392 CPUtime=0.45 cores=1,3,5,7
/proc/27410/stat : 27410 (java) S 27407 27410 26910 0 -1 1077944320 10425 0 0 0 43 2 0 0 20 0 15 0 40523623 14420725760 12848 33554432000 4194304 4196468 140729487311920 140729487294464 140130955132663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
/proc/27410/statm: 3520685 12848 3407 1 0 3482761 0
[pid=27410/tid=27412] ppid=27407 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 8103 0 0 0 29 1 0 0 20 0 15 0 40523624 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130959350576 140130936696201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14082740 memory=140430862423665 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523624 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27418] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27418/stat : 27418 (java) S 27407 27410 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130496316192 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27419] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27419/stat : 27419 (java) S 27407 27410 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40523626 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130495263856 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27420] ppid=27407 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27420/stat : 27420 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130494212176 140130955151259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27421] ppid=27407 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27410/task/27421/stat : 27421 (java) S 27407 27410 26910 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 40523629 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130493160048 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27422] ppid=27407 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27410/task/27422/stat : 27422 (java) S 27407 27410 26910 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 40523629 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130492107248 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27423] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0.08 cores=1,3,5,7
/proc/27410/task/27423/stat : 27423 (java) S 27407 27410 26910 0 -1 1077944384 314 0 0 0 8 0 0 0 20 0 15 0 40523629 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130491054960 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27424] ppid=27407 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27424/stat : 27424 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130490002400 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27425] ppid=27407 vsize=14082740 memory=140430862210688 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27425/stat : 27425 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523629 14420725760 12848 33554432000 4194304 4196468 140729487311920 140130421565872 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 51392 KiB

[startup+0.700731 s]
/proc/loadavg: 1.52 1.45 1.47 6/216 27425
/proc/meminfo: memFree=15721404/32770624 swapFree=67108860/67108860
[pid=27410] ppid=27407 vsize=14084808 memory=90820 CPUtime=0.97 cores=1,3,5,7
/proc/27410/stat : 27410 (java) S 27407 27410 26910 0 -1 1077944320 17077 0 0 0 92 5 0 0 20 0 15 0 40523623 14422843392 22705 33554432000 4194304 4196468 140729487311920 140729487294464 140130955132663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
/proc/27410/statm: 3521202 22705 3501 1 0 3483273 0
[pid=27410/tid=27412] ppid=27407 vsize=14084808 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 14445 0 0 0 64 4 0 0 20 0 15 0 40523624 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130959355264 140130922714017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523624 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14084808 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523624 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523624 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14084808 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40523624 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14084808 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40523626 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27418] ppid=27407 vsize=14084808 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27418/stat : 27418 (java) S 27407 27410 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40523626 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130496316192 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27419] ppid=27407 vsize=14084808 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27419/stat : 27419 (java) S 27407 27410 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40523626 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130495263856 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27420] ppid=27407 vsize=14084808 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27420/stat : 27420 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130494212176 140130955151259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27421] ppid=27407 vsize=14084808 memory=6945208482816681536 CPUtime=0.06 cores=1,3,5,7
/proc/27410/task/27421/stat : 27421 (java) S 27407 27410 26910 0 -1 1077944384 472 0 0 0 6 0 0 0 20 0 15 0 40523629 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130493160048 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27422] ppid=27407 vsize=14084808 memory=6082784577622271334 CPUtime=0.06 cores=1,3,5,7
/proc/27410/task/27422/stat : 27422 (java) S 27407 27410 26910 0 -1 1077944384 392 0 0 0 6 0 0 0 20 0 15 0 40523629 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130492107248 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27423] ppid=27407 vsize=14084808 memory=5787213827080022119 CPUtime=0.15 cores=1,3,5,7
/proc/27410/task/27423/stat : 27423 (java) S 27407 27410 26910 0 -1 1077944384 385 0 0 0 15 0 0 0 20 0 15 0 40523629 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130491054960 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27424] ppid=27407 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27424/stat : 27424 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130490002400 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27425] ppid=27407 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27425/stat : 27425 (java) S 27407 27410 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40523629 14422843392 22705 33554432000 4194304 4196468 140729487311920 140130421565872 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90820 KiB

[startup+1.50078 s]
/proc/loadavg: 1.52 1.45 1.47 6/216 27425
/proc/meminfo: memFree=15667796/32770624 swapFree=67108860/67108860
[pid=27410] ppid=27407 vsize=14086856 memory=238024 CPUtime=3.64 cores=1,3,5,7
/proc/27410/stat : 27410 (java) S 27407 27410 26910 0 -1 1077944320 25016 0 0 0 355 9 0 0 20 0 15 0 40523623 14424940544 59506 33554432000 4194304 4196468 140729487311920 140729487294464 140130955132663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
/proc/27410/statm: 3521714 59506 3572 1 0 3483785 0
[pid=27410/tid=27412] ppid=27407 vsize=14086856 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 16113 0 0 0 138 6 0 0 20 0 15 0 40523624 14424940544 59506 33554432000 4194304 4196468 140729487311920 140130959367560 140130573696000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14086856 memory=-6951259422114956437 CPUtime=0.01 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 15 0 40523624 14424940544 59506 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14086856 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 40523624 14424940544 59506 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14086856 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 40523624 14424940544 59506 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14086856 memory=4134692831991786133 CPUtime=0.01 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 15 0 40523624 14424940544 59506 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 40523626 14424940544 59506 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0

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

/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 195989 0 0 0 219741 49 0 0 20 0 15 0 40523624 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130959370768 140130583958723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14093000 memory=1162872 CPUtime=4.15 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 39980 0 0 0 365 50 0 0 20 0 15 0 40523624 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14093000 memory=1184932 CPUtime=4.16 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 37554 0 0 0 365 51 0 0 20 0 15 0 40523624 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14093000 memory=1184932 CPUtime=4.13 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 36608 0 0 0 363 50 0 0 20 0 15 0 40523624 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14093000 memory=1162872 CPUtime=4.13 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 32077 0 0 0 366 47 0 0 20 0 15 0 40523624 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14093000 memory=1162872 CPUtime=0.24 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 11365 0 0 0 20 4 0 0 20 0 15 0 40523626 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27418] ppid=27407 vsize=14093000 memory=280861468336304 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27418/stat : 27418 (java) S 27407 27410 26910 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40523626 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130496316256 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27419] ppid=27407 vsize=14093000 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27419/stat : 27419 (java) S 27407 27410 26910 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 40523626 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130495263872 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27420] ppid=27407 vsize=14093000 memory=1233668 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27420/stat : 27420 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130494212176 140130955151259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27421] ppid=27407 vsize=14093000 memory=1196 CPUtime=5.92 cores=1,3,5,7
/proc/27410/task/27421/stat : 27421 (java) S 27407 27410 26910 0 -1 1077944384 12581 0 0 0 590 2 0 0 20 0 15 0 40523629 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130493160048 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27422] ppid=27407 vsize=14093000 memory=8376 CPUtime=5.89 cores=1,3,5,7
/proc/27410/task/27422/stat : 27422 (java) S 27407 27410 26910 0 -1 1077944384 7563 0 0 0 587 2 0 0 20 0 15 0 40523629 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130492107248 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27423] ppid=27407 vsize=14093000 memory=3472328296227679313 CPUtime=1.65 cores=1,3,5,7
/proc/27410/task/27423/stat : 27423 (java) S 27407 27410 26910 0 -1 1077944384 9267 0 0 0 162 3 0 0 20 0 15 0 40523629 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130491054960 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27424] ppid=27407 vsize=14093000 memory=7649539789178950242 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27424/stat : 27424 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130490002400 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27425] ppid=27407 vsize=14093000 memory=7649399367034746674 CPUtime=0.59 cores=1,3,5,7
/proc/27410/task/27425/stat : 27425 (java) S 27407 27410 26910 0 -1 1077944384 1113 0 0 0 27 32 0 0 20 0 15 0 40523629 14431232000 290718 33554432000 4194304 4196468 140729487311920 140130421565872 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
Current children cumulated CPU time: 2228.87 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1162872 KiB

[startup+2262.3 s]
/proc/loadavg: 1.41 1.67 1.71 3/215 27566
/proc/meminfo: memFree=14669720/32770624 swapFree=67108860/67108860
[pid=27410] ppid=27407 vsize=14093000 memory=1111056 CPUtime=2288.97 cores=1,3,5,7
/proc/27410/stat : 27410 (java) S 27407 27410 26910 0 -1 1077944320 387551 0 0 0 228606 291 0 0 20 0 15 0 40523623 14431232000 277764 33554432000 4194304 4196468 140729487311920 140729487294464 140130955132663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
/proc/27410/statm: 3523250 277764 3621 1 0 3485321 0
[pid=27410/tid=27412] ppid=27407 vsize=14093000 memory=1111056 CPUtime=2257.87 cores=1,3,5,7
/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 196779 0 0 0 225738 49 0 0 20 0 15 0 40523624 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130959370896 140130583958771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14093000 memory=1111056 CPUtime=4.19 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 40033 0 0 0 368 51 0 0 20 0 15 0 40523624 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14093000 memory=1111056 CPUtime=4.2 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 38185 0 0 0 368 52 0 0 20 0 15 0 40523624 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14093000 memory=1111056 CPUtime=4.16 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 36845 0 0 0 366 50 0 0 20 0 15 0 40523624 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14093000 memory=1164920 CPUtime=4.15 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 32176 0 0 0 368 47 0 0 20 0 15 0 40523624 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14093000 memory=1164920 CPUtime=0.24 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 11548 0 0 0 20 4 0 0 20 0 15 0 40523626 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27418] ppid=27407 vsize=14093000 memory=280861467603488 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27418/stat : 27418 (java) S 27407 27410 26910 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40523626 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130496316256 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27419] ppid=27407 vsize=14093000 memory=13847 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27419/stat : 27419 (java) S 27407 27410 26910 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 40523626 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130495263872 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27420] ppid=27407 vsize=14093000 memory=1111056 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27420/stat : 27420 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130494212176 140130955151259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27421] ppid=27407 vsize=14093000 memory=1111056 CPUtime=5.92 cores=1,3,5,7
/proc/27410/task/27421/stat : 27421 (java) S 27407 27410 26910 0 -1 1077944384 12583 0 0 0 590 2 0 0 20 0 15 0 40523629 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130493160048 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27422] ppid=27407 vsize=14093000 memory=2200 CPUtime=5.89 cores=1,3,5,7
/proc/27410/task/27422/stat : 27422 (java) S 27407 27410 26910 0 -1 1077944384 7565 0 0 0 587 2 0 0 20 0 15 0 40523629 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130492107248 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27423] ppid=27407 vsize=14093000 memory=7528 CPUtime=1.65 cores=1,3,5,7
/proc/27410/task/27423/stat : 27423 (java) S 27407 27410 26910 0 -1 1077944384 9270 0 0 0 162 3 0 0 20 0 15 0 40523629 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130491054960 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27424] ppid=27407 vsize=14093000 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27424/stat : 27424 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130490002400 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27425] ppid=27407 vsize=14093000 memory=14168 CPUtime=0.61 cores=1,3,5,7
/proc/27410/task/27425/stat : 27425 (java) S 27407 27410 26910 0 -1 1077944384 1133 0 0 0 28 33 0 0 20 0 15 0 40523629 14431232000 277764 33554432000 4194304 4196468 140729487311920 140130421565872 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
Current children cumulated CPU time: 2288.97 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1111056 KiB

[startup+2322.3 s]
/proc/loadavg: 1.42 1.62 1.69 3/215 27568
/proc/meminfo: memFree=14722720/32770624 swapFree=67108860/67108860
[pid=27410] ppid=27407 vsize=14093000 memory=1055652 CPUtime=2349.09 cores=1,3,5,7
/proc/27410/stat : 27410 (java) S 27407 27410 26910 0 -1 1077944320 389541 0 0 0 234618 291 0 0 20 0 15 0 40523623 14431232000 263913 33554432000 4194304 4196468 140729487311920 140729487294464 140130955132663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
/proc/27410/statm: 3523250 263913 3621 1 0 3485321 0
[pid=27410/tid=27412] ppid=27407 vsize=14093000 memory=1055652 CPUtime=2317.83 cores=1,3,5,7
/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 197542 0 0 0 231734 49 0 0 20 0 15 0 40523624 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130959370752 140130583958771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14093000 memory=1073608 CPUtime=4.22 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 40069 0 0 0 371 51 0 0 20 0 15 0 40523624 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14093000 memory=1063860 CPUtime=4.23 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 38469 0 0 0 371 52 0 0 20 0 15 0 40523624 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14093000 memory=1055652 CPUtime=4.2 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 36952 0 0 0 370 50 0 0 20 0 15 0 40523624 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14093000 memory=1055652 CPUtime=4.2 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 32774 0 0 0 372 48 0 0 20 0 15 0 40523624 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14093000 memory=1084380 CPUtime=0.25 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 11723 0 0 0 21 4 0 0 20 0 15 0 40523626 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27418] ppid=27407 vsize=14093000 memory=1073608 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27418/stat : 27418 (java) S 27407 27410 26910 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40523626 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130496316256 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27419] ppid=27407 vsize=14093000 memory=1063860 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27419/stat : 27419 (java) S 27407 27410 26910 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 40523626 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130495263872 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27420] ppid=27407 vsize=14093000 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27420/stat : 27420 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130494212176 140130955151259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27421] ppid=27407 vsize=14093000 memory=1055652 CPUtime=5.92 cores=1,3,5,7
/proc/27410/task/27421/stat : 27421 (java) S 27407 27410 26910 0 -1 1077944384 12585 0 0 0 590 2 0 0 20 0 15 0 40523629 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130493160048 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27422] ppid=27407 vsize=14093000 memory=1055652 CPUtime=5.89 cores=1,3,5,7
/proc/27410/task/27422/stat : 27422 (java) S 27407 27410 26910 0 -1 1077944384 7567 0 0 0 587 2 0 0 20 0 15 0 40523629 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130492107248 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27423] ppid=27407 vsize=14093000 memory=1055652 CPUtime=1.65 cores=1,3,5,7
/proc/27410/task/27423/stat : 27423 (java) S 27407 27410 26910 0 -1 1077944384 9273 0 0 0 162 3 0 0 20 0 15 0 40523629 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130491054960 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27424] ppid=27407 vsize=14093000 memory=1055652 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27424/stat : 27424 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130490002400 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27425] ppid=27407 vsize=14093000 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/27410/task/27425/stat : 27425 (java) S 27407 27410 26910 0 -1 1077944384 1153 0 0 0 29 34 0 0 20 0 15 0 40523629 14431232000 263913 33554432000 4194304 4196468 140729487311920 140130421565872 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
Current children cumulated CPU time: 2349.09 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1055652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2372.8 s]
/proc/loadavg: 1.47 1.59 1.68 3/215 27569
/proc/meminfo: memFree=14749316/32770624 swapFree=67108860/67108860
[pid=27410] ppid=27407 vsize=14093000 memory=1027420 CPUtime=2400.05 cores=1,3,5,7
/proc/27410/stat : 27410 (java) S 27407 27410 26910 0 -1 1077944320 391656 0 0 0 239713 292 0 0 20 0 15 0 40523623 14431232000 256855 33554432000 4194304 4196468 140729487311920 140729487294464 140130955132663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
/proc/27410/statm: 3523250 256855 3621 1 0 3485321 0
[pid=27410/tid=27412] ppid=27407 vsize=14093000 memory=1024360 CPUtime=2368.17 cores=1,3,5,7
/proc/27410/task/27412/stat : 27412 (java) R 27407 27410 26910 0 -1 4202560 198168 0 0 0 236768 49 0 0 20 0 15 0 40523624 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130959370896 140130582596573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27413] ppid=27407 vsize=14093000 memory=4136 CPUtime=4.37 cores=1,3,5,7
/proc/27410/task/27413/stat : 27413 (java) S 27407 27410 26910 0 -1 1077944384 40718 0 0 0 386 51 0 0 20 0 15 0 40523624 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130892733328 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27414] ppid=27407 vsize=14093000 memory=6791534058613427641 CPUtime=4.38 cores=1,3,5,7
/proc/27410/task/27414/stat : 27414 (java) S 27407 27410 26910 0 -1 1077944384 38865 0 0 0 386 52 0 0 20 0 15 0 40523624 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130550029072 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27415] ppid=27407 vsize=14093000 memory=8514701219730523551 CPUtime=4.34 cores=1,3,5,7
/proc/27410/task/27415/stat : 27415 (java) S 27407 27410 26910 0 -1 1077944384 37103 0 0 0 384 50 0 0 20 0 15 0 40523624 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130548976784 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27416] ppid=27407 vsize=14093000 memory=7235990915868938853 CPUtime=4.34 cores=1,3,5,7
/proc/27410/task/27416/stat : 27416 (java) S 27407 27410 26910 0 -1 1077944384 32863 0 0 0 386 48 0 0 20 0 15 0 40523624 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130547923984 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27417] ppid=27407 vsize=14093000 memory=1027420 CPUtime=0.27 cores=1,3,5,7
/proc/27410/task/27417/stat : 27417 (java) S 27407 27410 26910 0 -1 1077944384 11903 0 0 0 22 5 0 0 20 0 15 0 40523626 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130497370224 140130955143810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27418] ppid=27407 vsize=14093000 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27418/stat : 27418 (java) S 27407 27410 26910 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40523626 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130496316256 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27419] ppid=27407 vsize=14093000 memory=1022820 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27419/stat : 27419 (java) S 27407 27410 26910 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 40523626 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130495263872 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27420] ppid=27407 vsize=14093000 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27420/stat : 27420 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130494212176 140130955151259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27421] ppid=27407 vsize=14093000 memory=1012 CPUtime=5.92 cores=1,3,5,7
/proc/27410/task/27421/stat : 27421 (java) S 27407 27410 26910 0 -1 1077944384 12588 0 0 0 590 2 0 0 20 0 15 0 40523629 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130493160048 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27422] ppid=27407 vsize=14093000 memory=1228 CPUtime=5.89 cores=1,3,5,7
/proc/27410/task/27422/stat : 27422 (java) S 27407 27410 26910 0 -1 1077944384 7569 0 0 0 587 2 0 0 20 0 15 0 40523629 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130492107248 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27423] ppid=27407 vsize=14093000 memory=1704 CPUtime=1.65 cores=1,3,5,7
/proc/27410/task/27423/stat : 27423 (java) S 27407 27410 26910 0 -1 1077944384 9275 0 0 0 162 3 0 0 20 0 15 0 40523629 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130491054960 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27424] ppid=27407 vsize=14093000 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27410/task/27424/stat : 27424 (java) S 27407 27410 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40523629 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130490002400 140130955142869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
[pid=27410/tid=27425] ppid=27407 vsize=14093000 memory=15868 CPUtime=0.63 cores=1,3,5,7
/proc/27410/task/27425/stat : 27425 (java) S 27407 27410 26910 0 -1 1077944384 1170 0 0 0 29 34 0 0 20 0 15 0 40523629 14431232000 256855 33554432000 4194304 4196468 140729487311920 140130421565872 140130955143810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38719488 140729487316040 140729487316233 140729487316233 140729487318991 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1027420 KiB

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

[startup+2372.81 s]
# the end of solver process 27410 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.14 s, system=2.93552 s

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

Child status: 143
Real time (s): 2372.81
CPU time (s): 2400.08
CPU user time (s): 2397.14
CPU system time (s): 2.93552
CPU usage (%): 101.149
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 3409804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.14
system time used= 2.93552
maximum resident set size= 3409804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58706
involuntary context switches= 985


# summary of solver processes directly reported to runsolver:
#   pid: 27410
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2397.14
#   total CPU system time (s): 2.93552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5548 second user time and 20.5346 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 05:20:04
IDJOB=4290406
IDBENCH=141057
IDSOLVER=2743
FILE ID=node105/4290406-1532229604
RUNJOBID= node105-1532224841-26942
PBS_JOBID= 21018944
Free space on /tmp= 44888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-13_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-4290406-1532229604/watcher-4290406-1532229604 -o /tmp/evaluation-result-4290406-1532229604/solver-4290406-1532229604 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26942 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1820867895 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290406-1532229604.xml

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

MD5SUM BENCH= bfb8f77ba8ae689b0ec737170bc63bca
RANDOM SEED=1820867895

node105.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.32
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.32
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.32
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.32
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:        15783868 kB
MemAvailable:   31604904 kB
Buffers:          133924 kB
Cached:         15660140 kB
SwapCached:            0 kB
Active:          1626704 kB
Inactive:       14555876 kB
Active(anon):     342640 kB
Inactive(anon):    65224 kB
Active(file):    1284064 kB
Inactive(file): 14490652 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36564 kB
Writeback:             0 kB
AnonPages:        395044 kB
Mapped:            48712 kB
Shmem:             17036 kB
Slab:             501560 kB
SReclaimable:     474780 kB
SUnreclaim:        26780 kB
KernelStack:        3504 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1213880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44852 MiB
End job on node105 at 2018-07-22 05:59:38