Trace number 4310409

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-08-14? (TO) 252.074 244.524

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
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 variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1019570972
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
8.59/3.70	c Parsing done, starting first complete search...
252.04/244.50	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 (13510 MiB free)
  memory of node 1: 16384 MiB (10027 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310409-1534325766/watcher-4310409-1534325766 -o /tmp/evaluation-result-4310409-1534325766/solver-4310409-1534325766 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534323825-25433 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1019570972 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310409-1534325766.xml 

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

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


[startup+0.100225 s]*
/proc/loadavg: 1.76 1.73 1.61 4/215 26822
/proc/meminfo: memFree=24083100/32770624 swapFree=67108172/67108860
[pid=26807] ppid=26804 vsize=14082736 memory=32296 CPUtime=0.11 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 21905 0 -1 1077944320 6515 0 0 0 9 2 0 0 20 0 15 0 250139805 14420721664 8074 33554432000 4194304 4196468 140733805260128 140733805242672 139664977190647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
/proc/26807/statm: 3520684 8074 3136 1 0 3482761 0
[pid=26807/tid=26809] ppid=26804 vsize=14082736 memory=-8629632960754125953 CPUtime=0.08 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 21905 0 -1 4202560 4625 0 0 0 7 1 0 0 20 0 15 0 250139805 14420721664 8140 33554432000 4194304 4196468 140733805260128 139664981392312 139664957466396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 8140 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 8140 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 8140 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 8140 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250139807 14420721664 8140 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26815] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250139807 14420721664 8140 33554432000 4194304 4196468 140733805260128 139664450614688 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26816] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250139808 14420721664 8140 33554432000 4194304 4196468 140733805260128 139664449562096 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26817] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 8206 33554432000 4194304 4196468 140733805260128 139664448510672 139664977209243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26818] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 21905 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 8206 33554432000 4194304 4196468 140733805260128 139664447457264 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26819] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 21905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 8206 33554432000 4194304 4196468 140733805260128 139664446404720 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26820] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0.01 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 21905 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 250139810 14420721664 8206 33554432000 4194304 4196468 140733805260128 139664445352176 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26821] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 8206 33554432000 4194304 4196468 140733805260128 139664444299872 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26822] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 8206 33554432000 4194304 4196468 140733805260128 139664443247408 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32296 KiB

[startup+0.211866 s]*
/proc/loadavg: 1.76 1.73 1.61 4/215 26822
/proc/meminfo: memFree=24068340/32770624 swapFree=67108172/67108860
[pid=26807] ppid=26804 vsize=14082736 memory=47536 CPUtime=0.29 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 21905 0 -1 1077944320 9957 0 0 0 26 3 0 0 20 0 15 0 250139805 14420721664 11884 33554432000 4194304 4196468 140733805260128 140733805242672 139664977190647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
/proc/26807/statm: 3520684 11884 3380 1 0 3482761 0
[pid=26807/tid=26809] ppid=26804 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) S 26804 26807 21905 0 -1 1077944384 7721 0 0 0 17 2 0 0 20 0 15 0 250139805 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664981418192 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14082736 memory=139765859942827 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250139807 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26815] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250139807 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664450614688 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26816] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250139808 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664449562096 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26817] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664448510672 139664977209243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26818] ppid=26804 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) R 26804 26807 21905 0 -1 4202560 542 0 0 0 2 0 0 0 20 0 15 0 250139810 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664447457264 139664958738108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26819] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) R 26804 26807 21905 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664446404720 139664977201794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26820] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0.05 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 21905 0 -1 1077944384 279 0 0 0 5 0 0 0 20 0 15 0 250139810 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664445352176 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26821] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664444299872 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26822] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 11884 33554432000 4194304 4196468 140733805260128 139664443247408 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47536 KiB

[startup+0.310319 s]*
/proc/loadavg: 1.76 1.73 1.61 3/215 26822
/proc/meminfo: memFree=24064804/32770624 swapFree=67108172/67108860
[pid=26807] ppid=26804 vsize=14082736 memory=51020 CPUtime=0.43 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 21905 0 -1 1077944320 10342 0 0 0 40 3 0 0 20 0 15 0 250139805 14420721664 12755 33554432000 4194304 4196468 140733805260128 140733805242672 139664977190647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
/proc/26807/statm: 3520684 12755 3383 1 0 3482761 0
[pid=26807/tid=26809] ppid=26804 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 21905 0 -1 4202560 8079 0 0 0 26 3 0 0 20 0 15 0 250139805 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664981411744 139664961271134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14082736 memory=4294977828 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14082736 memory=139765859941693 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250139806 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250139807 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26815] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250139807 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664450614688 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26816] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250139808 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664449562096 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26817] ppid=26804 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664448510672 139664977209243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26818] ppid=26804 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 21905 0 -1 1077944384 553 0 0 0 3 0 0 0 20 0 15 0 250139810 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664447457264 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26819] ppid=26804 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 21905 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 15 0 250139810 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664446404720 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26820] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0.08 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 21905 0 -1 1077944384 290 0 0 0 8 0 0 0 20 0 15 0 250139810 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664445352176 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26821] ppid=26804 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664444299872 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26822] ppid=26804 vsize=14082736 memory=139765859919488 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139810 14420721664 12755 33554432000 4194304 4196468 140733805260128 139664443247408 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51020 KiB

[startup+0.700822 s]
/proc/loadavg: 1.76 1.73 1.61 3/215 26822
/proc/meminfo: memFree=24043412/32770624 swapFree=67108172/67108860
[pid=26807] ppid=26804 vsize=14084804 memory=86628 CPUtime=0.98 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 21905 0 -1 1077944320 17033 0 0 0 92 6 0 0 20 0 15 0 250139805 14422839296 21657 33554432000 4194304 4196468 140733805260128 140733805242672 139664977190647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
/proc/26807/statm: 3521201 21657 3498 1 0 3483273 0
[pid=26807/tid=26809] ppid=26804 vsize=14084804 memory=254931005111325 CPUtime=0.67 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 21905 0 -1 4202560 14361 0 0 0 62 5 0 0 20 0 15 0 250139805 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664981393904 139664977212573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14084804 memory=288230376153010010 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250139806 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250139807 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26815] ppid=26804 vsize=14084804 memory=-3535359994705172066 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250139807 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664450614688 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26816] ppid=26804 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250139808 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664449562096 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26817] ppid=26804 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664448510672 139664977209243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26818] ppid=26804 vsize=14084804 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 21905 0 -1 1077944384 693 0 0 0 8 0 0 0 20 0 15 0 250139810 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664447457264 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26819] ppid=26804 vsize=14084804 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 21905 0 -1 1077944384 234 0 0 0 6 0 0 0 20 0 15 0 250139810 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664446404720 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26820] ppid=26804 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 21905 0 -1 1077944384 365 0 0 0 15 0 0 0 20 0 15 0 250139810 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664445352176 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26821] ppid=26804 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664444299872 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26822] ppid=26804 vsize=14084804 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139810 14422839296 21657 33554432000 4194304 4196468 140733805260128 139664443247408 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 86628 KiB

[startup+1.50358 s]
/proc/loadavg: 1.76 1.73 1.61 5/215 26822
/proc/meminfo: memFree=24002604/32770624 swapFree=67108172/67108860
[pid=26807] ppid=26804 vsize=14088900 memory=178504 CPUtime=3.44 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 21905 0 -1 1077944320 25636 0 0 0 334 10 0 0 20 0 15 0 250139805 14427033600 44626 33554432000 4194304 4196468 140733805260128 140733805242672 139664977190647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
/proc/26807/statm: 3522225 44626 3549 1 0 3484297 0
[pid=26807/tid=26809] ppid=26804 vsize=14088900 memory=10759 CPUtime=1.46 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 21905 0 -1 4202560 17417 0 0 0 139 7 0 0 20 0 15 0 250139805 14427033600 44626 33554432000 4194304 4196468 140733805260128 139664981425712 139664959090791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14427033600 44626 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14427033600 44626 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250139806 14427033600 44626 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250139806 14427033600 44626 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 250139807 14427033600 44626 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0

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

/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 21905 0 -1 4202560 30330 0 0 0 16154 37 0 0 20 0 15 0 250139805 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664981428752 139664582629358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14092996 memory=2378048 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 2633 0 0 0 19 10 0 0 20 0 15 0 250139806 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14092996 memory=2378048 CPUtime=0.28 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1707 0 0 0 18 10 0 0 20 0 15 0 250139806 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14092996 memory=2378048 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 1886 0 0 0 19 10 0 0 20 0 15 0 250139806 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14092996 memory=2378048 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 646 0 0 0 19 10 0 0 20 0 15 0 250139806 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14092996 memory=2378048 CPUtime=0.03 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 2107 0 0 0 3 0 0 0 20 0 15 0 250139807 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26815] ppid=26804 vsize=14092996 memory=2378048 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 21905 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250139807 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664450614752 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26816] ppid=26804 vsize=14092996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 21905 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 250139808 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664449562112 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26817] ppid=26804 vsize=14092996 memory=2376744 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664448510672 139664977209243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26818] ppid=26804 vsize=14092996 memory=2376744 CPUtime=2.73 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 21905 0 -1 1077944384 6545 0 0 0 272 1 0 0 20 0 15 0 250139810 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664447457264 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26819] ppid=26804 vsize=14092996 memory=2376744 CPUtime=2.6 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 21905 0 -1 1077944384 6618 0 0 0 259 1 0 0 20 0 15 0 250139810 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664446404720 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26820] ppid=26804 vsize=14092996 memory=2378048 CPUtime=1.24 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 21905 0 -1 1077944384 8477 0 0 0 122 2 0 0 20 0 15 0 250139810 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664445352176 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26821] ppid=26804 vsize=14092996 memory=2378048 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664444299872 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26822] ppid=26804 vsize=14092996 memory=2324 CPUtime=0.04 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 21905 0 -1 1077944384 155 0 0 0 2 2 0 0 20 0 15 0 250139810 14431227904 594512 33554432000 4194304 4196468 140733805260128 139664443247408 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
Current children cumulated CPU time: 169.79 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2378048 KiB

[startup+222.301 s]
/proc/loadavg: 1.65 1.80 1.67 3/215 26825
/proc/meminfo: memFree=21619164/32770624 swapFree=67108172/67108860
[pid=26807] ppid=26804 vsize=14092996 memory=2380632 CPUtime=229.83 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 21905 0 -1 1077944320 66468 0 0 0 22893 90 0 0 20 0 15 0 250139805 14431227904 595158 33554432000 4194304 4196468 140733805260128 140733805242672 139664977190647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
/proc/26807/statm: 3523249 595158 3601 1 0 3485321 0
[pid=26807/tid=26809] ppid=26804 vsize=14092996 memory=2380632 CPUtime=221.89 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 21905 0 -1 4202560 32825 0 0 0 22152 37 0 0 20 0 15 0 250139805 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664981428960 139664961529469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14092996 memory=2380308 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 2719 0 0 0 19 10 0 0 20 0 15 0 250139806 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14092996 memory=2378584 CPUtime=0.28 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1727 0 0 0 18 10 0 0 20 0 15 0 250139806 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14092996 memory=2378584 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 2120 0 0 0 19 10 0 0 20 0 15 0 250139806 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14092996 memory=2378584 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 1488 0 0 0 19 10 0 0 20 0 15 0 250139806 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14092996 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 2347 0 0 0 3 0 0 0 20 0 15 0 250139807 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26815] ppid=26804 vsize=14092996 memory=2380632 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 21905 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250139807 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664450614752 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26816] ppid=26804 vsize=14092996 memory=2380632 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 21905 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 250139808 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664449562112 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26817] ppid=26804 vsize=14092996 memory=2380632 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664448510672 139664977209243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26818] ppid=26804 vsize=14092996 memory=0 CPUtime=2.73 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 21905 0 -1 1077944384 6546 0 0 0 272 1 0 0 20 0 15 0 250139810 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664447457264 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26819] ppid=26804 vsize=14092996 memory=2376744 CPUtime=2.6 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 21905 0 -1 1077944384 6618 0 0 0 259 1 0 0 20 0 15 0 250139810 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664446404720 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26820] ppid=26804 vsize=14092996 memory=2380632 CPUtime=1.24 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 21905 0 -1 1077944384 8477 0 0 0 122 2 0 0 20 0 15 0 250139810 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664445352176 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26821] ppid=26804 vsize=14092996 memory=2380632 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664444299872 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26822] ppid=26804 vsize=14092996 memory=2378584 CPUtime=0.06 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 21905 0 -1 1077944384 173 0 0 0 3 3 0 0 20 0 15 0 250139810 14431227904 595158 33554432000 4194304 4196468 140733805260128 139664443247408 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
Current children cumulated CPU time: 229.83 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2380632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.501 s]
/proc/loadavg: 1.77 1.81 1.68 3/215 26912
/proc/meminfo: memFree=21640116/32770624 swapFree=67108172/67108860
[pid=26807] ppid=26804 vsize=14092996 memory=2378444 CPUtime=252.04 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 21905 0 -1 1077944320 68532 0 0 0 25113 91 0 0 20 0 15 0 250139805 14431227904 594611 33554432000 4194304 4196468 140733805260128 140733805242672 139664977190647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
/proc/26807/statm: 3523249 594611 3601 1 0 3485321 0
[pid=26807/tid=26809] ppid=26804 vsize=14092996 memory=2378444 CPUtime=244.09 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 21905 0 -1 4202560 33490 0 0 0 24372 37 0 0 20 0 15 0 250139805 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664981428736 139664571293464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14092996 memory=2378444 CPUtime=0.3 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 3543 0 0 0 19 11 0 0 20 0 15 0 250139806 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14092996 memory=2378444 CPUtime=0.28 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1800 0 0 0 18 10 0 0 20 0 15 0 250139806 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14092996 memory=2378444 CPUtime=0.3 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 2322 0 0 0 20 10 0 0 20 0 15 0 250139806 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14092996 memory=2380632 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 1508 0 0 0 19 10 0 0 20 0 15 0 250139806 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14092996 memory=3752 CPUtime=0.03 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 2586 0 0 0 3 0 0 0 20 0 15 0 250139807 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26815] ppid=26804 vsize=14092996 memory=2148 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 21905 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250139807 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664450614752 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26816] ppid=26804 vsize=14092996 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 21905 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 250139808 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664449562112 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26817] ppid=26804 vsize=14092996 memory=3752 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664448510672 139664977209243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26818] ppid=26804 vsize=14092996 memory=68016 CPUtime=2.73 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 21905 0 -1 1077944384 6553 0 0 0 272 1 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664447457264 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26819] ppid=26804 vsize=14092996 memory=2380632 CPUtime=2.6 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 21905 0 -1 1077944384 6621 0 0 0 259 1 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664446404720 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26820] ppid=26804 vsize=14092996 memory=6944652177228980320 CPUtime=1.24 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 21905 0 -1 1077944384 8482 0 0 0 122 2 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664445352176 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26821] ppid=26804 vsize=14092996 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664444299872 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26822] ppid=26804 vsize=14092996 memory=756 CPUtime=0.06 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 21905 0 -1 1077944384 199 0 0 0 3 3 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664443247408 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2378444 KiB

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

[startup+244.524 s]
# the end of solver process 26807 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.143 s, system=0.931344 s

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

[startup+244.501 s]
/proc/loadavg: 1.77 1.81 1.68 3/215 26912
/proc/meminfo: memFree=21640116/32770624 swapFree=67108172/67108860
[pid=26807] ppid=26804 vsize=14092996 memory=2378444 CPUtime=252.04 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 21905 0 -1 1077944320 68532 0 0 0 25113 91 0 0 20 0 15 0 250139805 14431227904 594611 33554432000 4194304 4196468 140733805260128 140733805242672 139664977190647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
/proc/26807/statm: 3523249 594611 3601 1 0 3485321 0
[pid=26807/tid=26809] ppid=26804 vsize=14092996 memory=2378444 CPUtime=244.09 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 21905 0 -1 4202560 33490 0 0 0 24372 37 0 0 20 0 15 0 250139805 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664981428736 139664571293464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26810] ppid=26804 vsize=14092996 memory=2378444 CPUtime=0.3 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 21905 0 -1 1077944384 3543 0 0 0 19 11 0 0 20 0 15 0 250139806 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664892258576 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26811] ppid=26804 vsize=14092996 memory=2378444 CPUtime=0.28 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 21905 0 -1 1077944384 1800 0 0 0 18 10 0 0 20 0 15 0 250139806 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664891206032 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26812] ppid=26804 vsize=14092996 memory=2378444 CPUtime=0.3 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 21905 0 -1 1077944384 2322 0 0 0 20 10 0 0 20 0 15 0 250139806 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664890153488 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26813] ppid=26804 vsize=14092996 memory=2380632 CPUtime=0.29 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 21905 0 -1 1077944384 1508 0 0 0 19 10 0 0 20 0 15 0 250139806 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664889100944 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26814] ppid=26804 vsize=14092996 memory=3752 CPUtime=0.03 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 21905 0 -1 1077944384 2586 0 0 0 3 0 0 0 20 0 15 0 250139807 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664451668464 139664977201794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26815] ppid=26804 vsize=14092996 memory=2148 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 21905 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250139807 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664450614752 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26816] ppid=26804 vsize=14092996 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 21905 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 250139808 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664449562112 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26817] ppid=26804 vsize=14092996 memory=3752 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664448510672 139664977209243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26818] ppid=26804 vsize=14092996 memory=68016 CPUtime=2.73 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 21905 0 -1 1077944384 6553 0 0 0 272 1 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664447457264 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26819] ppid=26804 vsize=14092996 memory=2380632 CPUtime=2.6 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 21905 0 -1 1077944384 6621 0 0 0 259 1 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664446404720 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26820] ppid=26804 vsize=14092996 memory=6944652177228980320 CPUtime=1.24 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 21905 0 -1 1077944384 8482 0 0 0 122 2 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664445352176 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26821] ppid=26804 vsize=14092996 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664444299872 139664977200853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
[pid=26807/tid=26822] ppid=26804 vsize=14092996 memory=756 CPUtime=0.06 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 21905 0 -1 1077944384 199 0 0 0 3 3 0 0 20 0 15 0 250139810 14431227904 594611 33554432000 4194304 4196468 140733805260128 139664443247408 139664977201794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 23314432 140733805261914 140733805262094 140733805262094 140733805264847 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2378444 KiB

Child status: 143
Real time (s): 244.524
CPU time (s): 252.074
CPU user time (s): 251.143
CPU system time (s): 0.931344
CPU usage (%): 103.088
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2380632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.143
system time used= 0.931344
maximum resident set size= 2382732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9503
involuntary context switches= 372


# summary of solver processes directly reported to runsolver:
#   pid: 26807
#   total CPU time (s): 252.074
#   total CPU user time (s): 251.143
#   total CPU system time (s): 0.931344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.53341 second user time and 2.19091 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 11:36:06
IDJOB=4310409
IDBENCH=141045
IDSOLVER=2796
FILE ID=node136/4310409-1534325766
RUNJOBID= node136-1534323825-25433
PBS_JOBID= 21038144
Free space on /tmp= 38992 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-14_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-4310409-1534325766/watcher-4310409-1534325766 -o /tmp/evaluation-result-4310409-1534325766/solver-4310409-1534325766 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534323825-25433 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1019570972 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310409-1534325766.xml

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=1019570972

node136.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.50
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.50
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.50
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.50
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:        24103960 kB
MemAvailable:   31432988 kB
Buffers:          128592 kB
Cached:          7428480 kB
SwapCached:           16 kB
Active:          4343712 kB
Inactive:        3734896 kB
Active(anon):     472340 kB
Inactive(anon):   109076 kB
Active(file):    3871372 kB
Inactive(file):  3625820 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             36108 kB
Writeback:             8 kB
AnonPages:        528272 kB
Mapped:            68176 kB
Shmem:             57768 kB
Slab:             288560 kB
SReclaimable:     260296 kB
SUnreclaim:        28264 kB
KernelStack:        3520 kB
PageTables:         6512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1728896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 38956 MiB
End job on node136 at 2018-08-15 11:40:11