Trace number 4291608

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 - Hybrid 2018-07-02? (TO) 2400.03 2380.12

General information on the benchmark

NameNurseRostering/
NurseRostering-17_c18.xml
MD5SUMe10494f4d2f2bb4c080233ff8f9dca75
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3248
Number of constraints8691
Number of domains15
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":80},{"size":2,"count":736},{"size":5,"count":1792},{"size":11,"count":24},{"size":33,"count":504},{"size":57,"count":112}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":1200},{"degree":3,"count":256},{"degree":15,"count":24},{"degree":16,"count":37},{"degree":17,"count":3},{"degree":18,"count":22},{"degree":19,"count":34},{"degree":20,"count":44},{"degree":21,"count":67},{"degree":22,"count":108},{"degree":23,"count":674},{"degree":24,"count":625},{"degree":25,"count":154}]
Minimum constraint arity2
Maximum constraint arity160
Distribution of constraint arities[{"arity":2,"count":3096},{"arity":3,"count":3456},{"arity":5,"count":136},{"arity":6,"count":1530},{"arity":8,"count":32},{"arity":33,"count":280},{"arity":57,"count":160},{"arity":160,"count":1}]
Number of extensional constraints2040
Number of intensional constraints1056
Distribution of constraint types[{"type":"extension","count":2040},{"type":"intension","count":1056},{"type":"regular","count":3456},{"type":"sum","count":64},{"type":"count","count":2074},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.54	c version: 2018-07-02
0.68/0.55	c seed: 1572265901
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
12.51/5.07	c Parsing done, starting first complete search...
2400.01/2380.11	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 (13673 MiB free)
  memory of node 1: 16384 MiB (14268 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291608-1532231279/watcher-4291608-1532231279 -o /tmp/evaluation-result-4291608-1532231279/solver-4291608-1532231279 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532226534-26746 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1572265901 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291608-1532231279.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
Current StackSize limit: 8192 KiB

solver pid=27274, runsolver pid=27271

[startup+0.100127 s]*
/proc/loadavg: 1.57 1.41 1.43 4/215 27289
/proc/meminfo: memFree=28593872/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=14082740 memory=32928 CPUtime=0.11 cores=1,3,5,7
/proc/27274/stat : 27274 (java) S 27271 27274 26714 0 -1 1077944320 7174 0 0 0 10 1 0 0 20 0 15 0 40691091 14420725760 8232 33554432000 4194304 4196468 140729895196608 140729895179152 139761663102711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
/proc/27274/statm: 3520685 8232 3133 1 0 3482761 0
[pid=27274/tid=27276] ppid=27271 vsize=14082740 memory=-8629632960753996666 CPUtime=0.09 cores=1,3,5,7
/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 5238 0 0 0 8 1 0 0 20 0 15 0 40691091 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761667297520 139761663124637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691093 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27282] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27282/stat : 27282 (java) S 27271 27274 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40691094 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761204282144 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27283] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27283/stat : 27283 (java) S 27271 27274 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40691094 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761203229808 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27284] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27284/stat : 27284 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761202178128 139761663121307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27285] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27285/stat : 27285 (java) S 27271 27274 26714 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 40691096 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761201126000 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27286] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27286/stat : 27286 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761200073200 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27287] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0.01 cores=1,3,5,7
/proc/27274/task/27287/stat : 27287 (java) R 27271 27274 26714 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 15 0 40691096 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761199020912 139761642481410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27288] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27288/stat : 27288 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761197968352 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27289] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27289/stat : 27289 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691097 14420725760 8232 33554432000 4194304 4196468 140729895196608 139761196915120 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32928 KiB

[startup+0.217905 s]*
/proc/loadavg: 1.57 1.41 1.43 5/215 27289
/proc/meminfo: memFree=28578120/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=14082740 memory=47112 CPUtime=0.33 cores=1,3,5,7
/proc/27274/stat : 27274 (java) S 27271 27274 26714 0 -1 1077944320 10423 0 0 0 31 2 0 0 20 0 15 0 40691091 14420725760 11778 33554432000 4194304 4196468 140729895196608 140729895179152 139761663102711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
/proc/27274/statm: 3520685 11778 3377 1 0 3482761 0
[pid=27274/tid=27276] ppid=27271 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 8113 0 0 0 19 1 0 0 20 0 15 0 40691091 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761667332688 139761647183198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14082740 memory=288370461285791360 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40691093 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27282] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27282/stat : 27282 (java) S 27271 27274 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40691094 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761204282144 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27283] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27283/stat : 27283 (java) S 27271 27274 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40691094 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761203229808 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27284] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27284/stat : 27284 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761202178128 139761663121307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27285] ppid=27271 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27274/task/27285/stat : 27285 (java) S 27271 27274 26714 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 15 0 40691096 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761201126000 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27286] ppid=27271 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27274/task/27286/stat : 27286 (java) S 27271 27274 26714 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 15 0 40691096 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761200073200 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27287] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0.07 cores=1,3,5,7
/proc/27274/task/27287/stat : 27287 (java) S 27271 27274 26714 0 -1 1077944384 318 0 0 0 7 0 0 0 20 0 15 0 40691096 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761199020912 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27288] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27288/stat : 27288 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761197968352 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27289] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27289/stat : 27289 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691097 14420725760 11778 33554432000 4194304 4196468 140729895196608 139761196915120 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47112 KiB

[startup+0.310533 s]*
/proc/loadavg: 1.57 1.41 1.43 3/215 27289
/proc/meminfo: memFree=28574956/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=14082740 memory=50320 CPUtime=0.43 cores=1,3,5,7
/proc/27274/stat : 27274 (java) S 27271 27274 26714 0 -1 1077944320 10732 0 0 0 41 2 0 0 20 0 15 0 40691091 14420725760 12580 33554432000 4194304 4196468 140729895196608 140729895179152 139761663102711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
/proc/27274/statm: 3520685 12580 3379 1 0 3482761 0
[pid=27274/tid=27276] ppid=27271 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 8415 0 0 0 28 1 0 0 20 0 15 0 40691091 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761667319936 139761647183198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14082740 memory=288370461285791360 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40691093 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27282] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27282/stat : 27282 (java) S 27271 27274 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40691094 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761204282144 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27283] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27283/stat : 27283 (java) S 27271 27274 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40691094 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761203229808 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27284] ppid=27271 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27284/stat : 27284 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761202178128 139761663121307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27285] ppid=27271 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27274/task/27285/stat : 27285 (java) S 27271 27274 26714 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 15 0 40691096 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761201126000 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27286] ppid=27271 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27274/task/27286/stat : 27286 (java) R 27271 27274 26714 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 15 0 40691096 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761200073200 139761663113858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27287] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0.08 cores=1,3,5,7
/proc/27274/task/27287/stat : 27287 (java) S 27271 27274 26714 0 -1 1077944384 326 0 0 0 8 0 0 0 20 0 15 0 40691096 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761199020912 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27288] ppid=27271 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27288/stat : 27288 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761197968352 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27289] ppid=27271 vsize=14082740 memory=140085134079616 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27289/stat : 27289 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691097 14420725760 12580 33554432000 4194304 4196468 140729895196608 139761196915120 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50320 KiB

[startup+0.700743 s]
/proc/loadavg: 1.61 1.42 1.43 3/215 27289
/proc/meminfo: memFree=28550772/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=14084808 memory=88840 CPUtime=1 cores=1,3,5,7
/proc/27274/stat : 27274 (java) S 27271 27274 26714 0 -1 1077944320 17630 0 0 0 96 4 0 0 20 0 15 0 40691091 14422843392 22210 33554432000 4194304 4196468 140729895196608 140729895179152 139761663102711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
/proc/27274/statm: 3521202 22210 3498 1 0 3483273 0
[pid=27274/tid=27276] ppid=27271 vsize=14084808 memory=1724 CPUtime=0.67 cores=1,3,5,7
/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 14869 0 0 0 64 3 0 0 20 0 15 0 40691091 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761667325952 139761647183198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691092 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14084808 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14084808 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14084808 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40691093 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27282] ppid=27271 vsize=14084808 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27282/stat : 27282 (java) S 27271 27274 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40691094 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761204282144 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27283] ppid=27271 vsize=14084808 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27283/stat : 27283 (java) S 27271 27274 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40691094 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761203229808 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27284] ppid=27271 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27284/stat : 27284 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761202178128 139761663121307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27285] ppid=27271 vsize=14084808 memory=7092418796125250880 CPUtime=0.07 cores=1,3,5,7
/proc/27274/task/27285/stat : 27285 (java) S 27271 27274 26714 0 -1 1077944384 619 0 0 0 7 0 0 0 20 0 15 0 40691096 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761201126000 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27286] ppid=27271 vsize=14084808 memory=7597685182856913236 CPUtime=0.07 cores=1,3,5,7
/proc/27274/task/27286/stat : 27286 (java) S 27271 27274 26714 0 -1 1077944384 312 0 0 0 7 0 0 0 20 0 15 0 40691096 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761200073200 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27287] ppid=27271 vsize=14084808 memory=7301858164987948385 CPUtime=0.15 cores=1,3,5,7
/proc/27274/task/27287/stat : 27287 (java) S 27271 27274 26714 0 -1 1077944384 450 0 0 0 15 0 0 0 20 0 15 0 40691096 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761199020912 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27288] ppid=27271 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27288/stat : 27288 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761197968352 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27289] ppid=27271 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27289/stat : 27289 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691097 14422843392 22210 33554432000 4194304 4196468 140729895196608 139761196915120 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88840 KiB

[startup+1.50129 s]
/proc/loadavg: 1.61 1.42 1.43 6/215 27289
/proc/meminfo: memFree=28507196/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=14088904 memory=188532 CPUtime=3.53 cores=1,3,5,7
/proc/27274/stat : 27274 (java) S 27271 27274 26714 0 -1 1077944320 25889 0 0 0 345 8 0 0 20 0 15 0 40691091 14427037696 47133 33554432000 4194304 4196468 140729895196608 140729895179152 139761663102711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
/proc/27274/statm: 3522226 47133 3548 1 0 3484297 0
[pid=27274/tid=27276] ppid=27271 vsize=14088904 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 17997 0 0 0 142 5 0 0 20 0 15 0 40691091 14427037696 47133 33554432000 4194304 4196468 140729895196608 139761667336384 139761275418481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691092 14427037696 47133 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14088904 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14427037696 47133 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14427037696 47133 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691092 14427037696 47133 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 40691093 14427037696 47133 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0

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

/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 68770 0 0 0 225684 30 0 0 20 0 15 0 40691091 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761667341104 139761288115758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.31 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 16956 0 0 0 307 24 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.29 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 20391 0 0 0 304 25 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.3 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 16414 0 0 0 305 25 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.28 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 15387 0 0 0 304 24 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14093000 memory=1271720 CPUtime=1.42 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 15187 0 0 0 131 11 0 0 20 0 15 0 40691093 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27282] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27282/stat : 27282 (java) S 27271 27274 26714 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 40691094 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761204282208 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27283] ppid=27271 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27283/stat : 27283 (java) S 27271 27274 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40691094 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761203229824 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27284] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27284/stat : 27284 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761202178128 139761663121307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27285] ppid=27271 vsize=14093000 memory=1271720 CPUtime=4.01 cores=1,3,5,7
/proc/27274/task/27285/stat : 27285 (java) S 27271 27274 26714 0 -1 1077944384 10677 0 0 0 399 2 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761201126000 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27286] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.76 cores=1,3,5,7
/proc/27274/task/27286/stat : 27286 (java) S 27271 27274 26714 0 -1 1077944384 10334 0 0 0 374 2 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761200073200 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27287] ppid=27271 vsize=14093000 memory=4140 CPUtime=1.49 cores=1,3,5,7
/proc/27274/task/27287/stat : 27287 (java) S 27271 27274 26714 0 -1 1077944384 7527 0 0 0 148 1 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761199020912 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27288] ppid=27271 vsize=14093000 memory=280169979217776 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27288/stat : 27288 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761197968352 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27289] ppid=27271 vsize=14093000 memory=6656426216303648864 CPUtime=0.49 cores=1,3,5,7
/proc/27274/task/27289/stat : 27289 (java) S 27271 27274 26714 0 -1 1077944384 1690 0 0 0 19 30 0 0 20 0 15 0 40691097 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761196915120 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
Current children cumulated CPU time: 2281.57 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1271720 KiB

[startup+2322.3 s]
/proc/loadavg: 1.50 1.38 1.40 3/215 27385
/proc/meminfo: memFree=27329016/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=14093000 memory=1271720 CPUtime=2341.9 cores=1,3,5,7
/proc/27274/stat : 27274 (java) S 27271 27274 26714 0 -1 1077944320 186404 0 0 0 234028 162 0 0 20 0 15 0 40691091 14431232000 317930 33554432000 4194304 4196468 140729895196608 140729895179152 139761663102711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
/proc/27274/statm: 3523250 317930 3612 1 0 3485321 0
[pid=27274/tid=27276] ppid=27271 vsize=14093000 memory=1271720 CPUtime=2316.98 cores=1,3,5,7
/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 69515 0 0 0 231668 30 0 0 20 0 15 0 40691091 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761667341040 139761288959703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.42 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 17062 0 0 0 317 25 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14093000 memory=6791534058613427641 CPUtime=3.39 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 20556 0 0 0 314 25 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.41 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 16529 0 0 0 315 26 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.38 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 15685 0 0 0 314 24 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14093000 memory=1271720 CPUtime=1.47 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 15369 0 0 0 136 11 0 0 20 0 15 0 40691093 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27282] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27282/stat : 27282 (java) S 27271 27274 26714 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 40691094 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761204282208 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27283] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27283/stat : 27283 (java) S 27271 27274 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40691094 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761203229824 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27284] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27284/stat : 27284 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761202178128 139761663121307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27285] ppid=27271 vsize=14093000 memory=1271720 CPUtime=4.01 cores=1,3,5,7
/proc/27274/task/27285/stat : 27285 (java) S 27271 27274 26714 0 -1 1077944384 10679 0 0 0 399 2 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761201126000 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27286] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.76 cores=1,3,5,7
/proc/27274/task/27286/stat : 27286 (java) S 27271 27274 26714 0 -1 1077944384 10336 0 0 0 374 2 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761200073200 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27287] ppid=27271 vsize=14093000 memory=1271720 CPUtime=1.49 cores=1,3,5,7
/proc/27274/task/27287/stat : 27287 (java) S 27271 27274 26714 0 -1 1077944384 7529 0 0 0 148 1 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761199020912 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27288] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27288/stat : 27288 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761197968352 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27289] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0.51 cores=1,3,5,7
/proc/27274/task/27289/stat : 27289 (java) S 27271 27274 26714 0 -1 1077944384 1708 0 0 0 20 31 0 0 20 0 15 0 40691097 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761196915120 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
Current children cumulated CPU time: 2341.9 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1271720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.11 s]
/proc/loadavg: 1.57 1.41 1.41 3/215 27462
/proc/meminfo: memFree=26884556/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=14093000 memory=1271720 CPUtime=2400.01 cores=1,3,5,7
/proc/27274/stat : 27274 (java) S 27271 27274 26714 0 -1 1077944320 188830 0 0 0 239836 165 0 0 20 0 15 0 40691091 14431232000 317930 33554432000 4194304 4196468 140729895196608 140729895179152 139761663102711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
/proc/27274/statm: 3523250 317930 3612 1 0 3485321 0
[pid=27274/tid=27276] ppid=27271 vsize=14093000 memory=1271720 CPUtime=2374.62 cores=1,3,5,7
/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 70255 0 0 0 237432 30 0 0 20 0 15 0 40691091 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761667340864 139761288959663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.51 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 17283 0 0 0 326 25 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.5 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 21001 0 0 0 324 26 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.51 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 16794 0 0 0 325 26 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.48 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 16040 0 0 0 323 25 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14093000 memory=1271720 CPUtime=1.51 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 15727 0 0 0 140 11 0 0 20 0 15 0 40691093 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27282] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27282/stat : 27282 (java) S 27271 27274 26714 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 40691094 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761204282208 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27283] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27283/stat : 27283 (java) S 27271 27274 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40691094 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761203229824 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27284] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27284/stat : 27284 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761202178128 139761663121307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27285] ppid=27271 vsize=14093000 memory=1271720 CPUtime=4.01 cores=1,3,5,7
/proc/27274/task/27285/stat : 27285 (java) S 27271 27274 26714 0 -1 1077944384 10683 0 0 0 399 2 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761201126000 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27286] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.76 cores=1,3,5,7
/proc/27274/task/27286/stat : 27286 (java) S 27271 27274 26714 0 -1 1077944384 10340 0 0 0 374 2 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761200073200 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27287] ppid=27271 vsize=14093000 memory=1271720 CPUtime=1.49 cores=1,3,5,7
/proc/27274/task/27287/stat : 27287 (java) S 27271 27274 26714 0 -1 1077944384 7533 0 0 0 148 1 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761199020912 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27288] ppid=27271 vsize=14093000 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27288/stat : 27288 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761197968352 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27289] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0.51 cores=1,3,5,7
/proc/27274/task/27289/stat : 27289 (java) S 27271 27274 26714 0 -1 1077944384 1738 0 0 0 20 31 0 0 20 0 15 0 40691097 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761196915120 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1271720 KiB

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

[startup+2380.12 s]
# the end of solver process 27274 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.38 s, system=1.65719 s

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

[startup+2380.11 s]
/proc/loadavg: 1.57 1.41 1.41 3/215 27462
/proc/meminfo: memFree=26884556/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=14093000 memory=1271720 CPUtime=2400.01 cores=1,3,5,7
/proc/27274/stat : 27274 (java) S 27271 27274 26714 0 -1 1077944320 188830 0 0 0 239836 165 0 0 20 0 15 0 40691091 14431232000 317930 33554432000 4194304 4196468 140729895196608 140729895179152 139761663102711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
/proc/27274/statm: 3523250 317930 3612 1 0 3485321 0
[pid=27274/tid=27276] ppid=27271 vsize=14093000 memory=1271720 CPUtime=2374.62 cores=1,3,5,7
/proc/27274/task/27276/stat : 27276 (java) R 27271 27274 26714 0 -1 4202560 70255 0 0 0 237432 30 0 0 20 0 15 0 40691091 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761667340864 139761288959663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27277] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.51 cores=1,3,5,7
/proc/27274/task/27277/stat : 27277 (java) S 27271 27274 26714 0 -1 1077944384 17283 0 0 0 326 25 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761593191312 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27278] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.5 cores=1,3,5,7
/proc/27274/task/27278/stat : 27278 (java) S 27271 27274 26714 0 -1 1077944384 21001 0 0 0 324 26 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761257462544 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27279] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.51 cores=1,3,5,7
/proc/27274/task/27279/stat : 27279 (java) S 27271 27274 26714 0 -1 1077944384 16794 0 0 0 325 26 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761256410256 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27280] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.48 cores=1,3,5,7
/proc/27274/task/27280/stat : 27280 (java) S 27271 27274 26714 0 -1 1077944384 16040 0 0 0 323 25 0 0 20 0 15 0 40691092 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761255357456 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27281] ppid=27271 vsize=14093000 memory=1271720 CPUtime=1.51 cores=1,3,5,7
/proc/27274/task/27281/stat : 27281 (java) S 27271 27274 26714 0 -1 1077944384 15727 0 0 0 140 11 0 0 20 0 15 0 40691093 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761205336176 139761663113858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27282] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27282/stat : 27282 (java) S 27271 27274 26714 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 40691094 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761204282208 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27283] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27283/stat : 27283 (java) S 27271 27274 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40691094 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761203229824 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27284] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27284/stat : 27284 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761202178128 139761663121307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27285] ppid=27271 vsize=14093000 memory=1271720 CPUtime=4.01 cores=1,3,5,7
/proc/27274/task/27285/stat : 27285 (java) S 27271 27274 26714 0 -1 1077944384 10683 0 0 0 399 2 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761201126000 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27286] ppid=27271 vsize=14093000 memory=1271720 CPUtime=3.76 cores=1,3,5,7
/proc/27274/task/27286/stat : 27286 (java) S 27271 27274 26714 0 -1 1077944384 10340 0 0 0 374 2 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761200073200 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27287] ppid=27271 vsize=14093000 memory=1271720 CPUtime=1.49 cores=1,3,5,7
/proc/27274/task/27287/stat : 27287 (java) S 27271 27274 26714 0 -1 1077944384 7533 0 0 0 148 1 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761199020912 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27288] ppid=27271 vsize=14093000 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/27274/task/27288/stat : 27288 (java) S 27271 27274 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691096 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761197968352 139761663112917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
[pid=27274/tid=27289] ppid=27271 vsize=14093000 memory=1271720 CPUtime=0.51 cores=1,3,5,7
/proc/27274/task/27289/stat : 27289 (java) S 27271 27274 26714 0 -1 1077944384 1738 0 0 0 20 31 0 0 20 0 15 0 40691097 14431232000 317930 33554432000 4194304 4196468 140729895196608 139761196915120 139761663113858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11886592 140729895203924 140729895204105 140729895204105 140729895206863 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1271720 KiB

Child status: 143
Real time (s): 2380.12
CPU time (s): 2400.03
CPU user time (s): 2398.38
CPU system time (s): 1.65719
CPU usage (%): 100.837
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1831136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.38
system time used= 1.65719
maximum resident set size= 1831136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92528
involuntary context switches= 1591


# summary of solver processes directly reported to runsolver:
#   pid: 27274
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2398.38
#   total CPU system time (s): 1.65719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3795 second user time and 21.6595 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 05:47:59
IDJOB=4291608
IDBENCH=141056
IDSOLVER=2746
FILE ID=node149/4291608-1532231279
RUNJOBID= node149-1532226534-26746
PBS_JOBID= 21018956
Free space on /tmp= 51848 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-17_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291608-1532231279/watcher-4291608-1532231279 -o /tmp/evaluation-result-4291608-1532231279/solver-4291608-1532231279 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532226534-26746 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1572265901 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291608-1532231279.xml

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

MD5SUM BENCH= e10494f4d2f2bb4c080233ff8f9dca75
RANDOM SEED=1572265901

node149.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.60
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.60
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.60
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.60
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:        28611824 kB
MemAvailable:   31254148 kB
Buffers:           87588 kB
Cached:          2814804 kB
SwapCached:            0 kB
Active:          2234024 kB
Inactive:        1443864 kB
Active(anon):     724840 kB
Inactive(anon):    70216 kB
Active(file):    1509184 kB
Inactive(file):  1373648 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36132 kB
Writeback:             0 kB
AnonPages:        782464 kB
Mapped:            48468 kB
Shmem:             17032 kB
Slab:             178472 kB
SReclaimable:     150656 kB
SUnreclaim:        27816 kB
KernelStack:        3536 kB
PageTables:         7096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2168084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51808 MiB
End job on node149 at 2018-07-22 06:27:39