Trace number 4310061

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 252.061 244.523

General information on the benchmark

NameNurseRostering/
NurseRostering-16_c18.xml
MD5SUM0b8e9565fd0b9c632a2b7d0ba913c3ff
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 variables2088
Number of constraints5489
Number of domains13
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":71},{"size":2,"count":440},{"size":4,"count":1120},{"size":21,"count":392},{"size":57,"count":65}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":808},{"degree":3,"count":160},{"degree":13,"count":15},{"degree":14,"count":21},{"degree":15,"count":4},{"degree":16,"count":12},{"degree":17,"count":24},{"degree":18,"count":25},{"degree":19,"count":41},{"degree":20,"count":43},{"degree":21,"count":430},{"degree":22,"count":403},{"degree":23,"count":102}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":1964},{"arity":3,"count":2160},{"arity":4,"count":20},{"arity":6,"count":1020},{"arity":8,"count":20},{"arity":21,"count":224},{"arity":57,"count":80},{"arity":120,"count":1}]
Number of extensional constraints1324
Number of intensional constraints640
Distribution of constraint types[{"type":"extension","count":1324},{"type":"intension","count":640},{"type":"regular","count":2160},{"type":"sum","count":40},{"type":"count","count":1324},{"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: 1743024406
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
7.61/3.22	c Parsing done, starting search...
252.03/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 (12247 MiB free)
  memory of node 1: 16384 MiB (13872 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310061-1534325984/watcher-4310061-1534325984 -o /tmp/evaluation-result-4310061-1534325984/solver-4310061-1534325984 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534323777-22421 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1743024406 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310061-1534325984.xml 

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

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


[startup+0.10009 s]*
/proc/loadavg: 1.71 1.79 1.66 3/216 23893
/proc/meminfo: memFree=26728200/32770624 swapFree=67030680/67108860
[pid=23878] ppid=23875 vsize=14082736 memory=31228 CPUtime=0.12 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 18952 0 -1 1077944320 6765 0 0 0 12 0 0 0 20 0 15 0 250161544 14420721664 7807 33554432000 4194304 4196468 140731211675024 140731211657568 140181974339319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
/proc/23878/statm: 3520684 7807 3135 1 0 3482761 0
[pid=23878/tid=23880] ppid=23875 vsize=14082736 memory=-8701690554791924609 CPUtime=0.09 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 4815 0 0 0 9 0 0 0 20 0 15 0 250161544 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181978534096 140181958419806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250161546 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23886] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250161547 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181446808864 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23887] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250161547 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181445756528 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23888] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181444704848 140181974357915 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23889] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 18952 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 250161549 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181443651696 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23890] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161549 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181442598896 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23891] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0.01 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) R 23875 23878 18952 0 -1 4202560 259 0 0 0 1 0 0 0 20 0 15 0 250161549 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181441546608 140181954655999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23892] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181440494048 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23893] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161550 14420721664 7807 33554432000 4194304 4196468 140731211675024 140181439441840 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31228 KiB

[startup+0.212111 s]*
/proc/loadavg: 1.71 1.79 1.66 5/216 23893
/proc/meminfo: memFree=26712200/32770624 swapFree=67030680/67108860
[pid=23878] ppid=23875 vsize=14082736 memory=47312 CPUtime=0.3 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 18952 0 -1 1077944320 10439 0 0 0 29 1 0 0 20 0 15 0 250161544 14420721664 11828 33554432000 4194304 4196468 140731211675024 140731211657568 140181974339319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
/proc/23878/statm: 3520684 11828 3365 1 0 3482761 0
[pid=23878/tid=23880] ppid=23875 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 8158 0 0 0 19 1 0 0 20 0 15 0 250161544 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181978562624 140181958382949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14082736 memory=140353447299854 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250161546 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23886] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250161547 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181446808864 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23887] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250161547 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181445756528 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23888] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181444704848 140181974357915 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23889] ppid=23875 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) R 23875 23878 18952 0 -1 4202560 564 0 0 0 2 0 0 0 20 0 15 0 250161549 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181443638480 140181960379734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23890] ppid=23875 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) R 23875 23878 18952 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 15 0 250161549 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181442598896 140181974350466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23891] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0.06 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) R 23875 23878 18952 0 -1 4202560 280 0 0 0 6 0 0 0 20 0 15 0 250161549 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181441544280 140181974351254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23892] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181440494048 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23893] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161550 14420721664 11828 33554432000 4194304 4196468 140731211675024 140181439441840 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47312 KiB

[startup+0.310652 s]*
/proc/loadavg: 1.71 1.79 1.66 3/216 23893
/proc/meminfo: memFree=26709012/32770624 swapFree=67030680/67108860
[pid=23878] ppid=23875 vsize=14082736 memory=50900 CPUtime=0.44 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 18952 0 -1 1077944320 10801 0 0 0 42 2 0 0 20 0 15 0 250161544 14420721664 12725 33554432000 4194304 4196468 140731211675024 140731211657568 140181974339319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
/proc/23878/statm: 3520684 12725 3404 1 0 3482761 0
[pid=23878/tid=23880] ppid=23875 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 8491 0 0 0 29 1 0 0 20 0 15 0 250161544 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181978506128 140181955902879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14082736 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14082736 memory=140353447299718 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250161545 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250161546 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23886] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250161547 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181446808864 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23887] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250161547 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181445756528 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23888] ppid=23875 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181444704848 140181974357915 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23889] ppid=23875 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 18952 0 -1 1077944384 565 0 0 0 2 0 0 0 20 0 15 0 250161549 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181443651696 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23890] ppid=23875 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 18952 0 -1 1077944384 76 0 0 0 2 0 0 0 20 0 15 0 250161549 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181442598896 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23891] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0.08 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 18952 0 -1 1077944384 289 0 0 0 8 0 0 0 20 0 15 0 250161549 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181441546608 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23892] ppid=23875 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181440494048 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23893] ppid=23875 vsize=14082736 memory=140353447278208 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161550 14420721664 12725 33554432000 4194304 4196468 140731211675024 140181439441840 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50900 KiB

[startup+0.700691 s]
/proc/loadavg: 1.71 1.79 1.66 3/216 23893
/proc/meminfo: memFree=26685324/32770624 swapFree=67030680/67108860
[pid=23878] ppid=23875 vsize=14084804 memory=88736 CPUtime=0.99 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 18952 0 -1 1077944320 17629 0 0 0 95 4 0 0 20 0 15 0 250161544 14422839296 22184 33554432000 4194304 4196468 140731211675024 140731211657568 140181974339319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
/proc/23878/statm: 3521201 22184 3499 1 0 3483273 0
[pid=23878/tid=23880] ppid=23875 vsize=14084804 memory=34044 CPUtime=0.67 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 14932 0 0 0 64 3 0 0 20 0 15 0 250161544 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181978554368 140181958419806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14084804 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14084804 memory=492 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14084804 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250161545 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14084804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250161546 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23886] ppid=23875 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250161547 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181446808864 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23887] ppid=23875 vsize=14084804 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250161547 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181445756528 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23888] ppid=23875 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181444704848 140181974357915 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23889] ppid=23875 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 18952 0 -1 1077944384 703 0 0 0 7 0 0 0 20 0 15 0 250161549 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181443651696 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23890] ppid=23875 vsize=14084804 memory=7453282923461570405 CPUtime=0.07 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 18952 0 -1 1077944384 241 0 0 0 7 0 0 0 20 0 15 0 250161549 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181442598896 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23891] ppid=23875 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 18952 0 -1 1077944384 375 0 0 0 15 0 0 0 20 0 15 0 250161549 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181441546608 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23892] ppid=23875 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181440494048 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23893] ppid=23875 vsize=14084804 memory=972 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161550 14422839296 22184 33554432000 4194304 4196468 140731211675024 140181439441840 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88736 KiB

[startup+1.50411 s]
/proc/loadavg: 1.71 1.79 1.66 5/216 23893
/proc/meminfo: memFree=26641832/32770624 swapFree=67030680/67108860
[pid=23878] ppid=23875 vsize=14088900 memory=170040 CPUtime=3.52 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 18952 0 -1 1077944320 27982 0 0 0 345 7 0 0 20 0 15 0 250161544 14427033600 42510 33554432000 4194304 4196468 140731211675024 140731211657568 140181974339319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
/proc/23878/statm: 3522225 42510 3550 1 0 3484297 0
[pid=23878/tid=23880] ppid=23875 vsize=14088900 memory=147136 CPUtime=1.47 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 18259 0 0 0 142 5 0 0 20 0 15 0 250161544 14427033600 42510 33554432000 4194304 4196468 140731211675024 140181978571456 140181974351254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14427033600 42510 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14427033600 42510 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250161545 14427033600 42510 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250161545 14427033600 42510 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 250161546 14427033600 42510 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0

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

/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 35072 0 0 0 16170 27 0 0 20 0 15 0 250161544 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181978577408 140181588780333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14092996 memory=1934380 CPUtime=0.24 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1546 0 0 0 16 8 0 0 20 0 15 0 250161545 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14092996 memory=1934380 CPUtime=0.22 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 848 0 0 0 15 7 0 0 20 0 15 0 250161545 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14092996 memory=1934380 CPUtime=0.23 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 3204 0 0 0 16 7 0 0 20 0 15 0 250161545 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14092996 memory=1934380 CPUtime=0.23 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2138 0 0 0 16 7 0 0 20 0 15 0 250161545 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14092996 memory=1934380 CPUtime=0.03 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 2433 0 0 0 3 0 0 0 20 0 15 0 250161546 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23886] ppid=23875 vsize=14092996 memory=1934380 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 18952 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250161547 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181446808928 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23887] ppid=23875 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 18952 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250161547 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181445756544 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23888] ppid=23875 vsize=14092996 memory=16643 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181444704848 140181974357915 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23889] ppid=23875 vsize=14092996 memory=0 CPUtime=2.63 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 18952 0 -1 1077944384 8066 0 0 0 262 1 0 0 20 0 15 0 250161549 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181443651696 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23890] ppid=23875 vsize=14092996 memory=280706581031280 CPUtime=2.6 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 18952 0 -1 1077944384 7461 0 0 0 259 1 0 0 20 0 15 0 250161549 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181442598896 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23891] ppid=23875 vsize=14092996 memory=1934380 CPUtime=1.23 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 18952 0 -1 1077944384 9009 0 0 0 122 1 0 0 20 0 15 0 250161549 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181441546608 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23892] ppid=23875 vsize=14092996 memory=1934380 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181440494048 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23893] ppid=23875 vsize=14092996 memory=1934380 CPUtime=0.05 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 18952 0 -1 1077944384 461 0 0 0 2 3 0 0 20 0 15 0 250161550 14431227904 483595 33554432000 4194304 4196468 140731211675024 140181439441840 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
Current children cumulated CPU time: 169.53 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1934380 KiB

[startup+222.301 s]
/proc/loadavg: 1.82 1.87 1.72 3/217 23982
/proc/meminfo: memFree=25596076/32770624 swapFree=67030680/67108860
[pid=23878] ppid=23875 vsize=14092996 memory=1932420 CPUtime=229.75 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 18952 0 -1 1077944320 81270 0 0 0 22906 69 0 0 20 0 15 0 250161544 14431227904 483105 33554432000 4194304 4196468 140731211675024 140731211657568 140181974339319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
/proc/23878/statm: 3523249 483105 3600 1 0 3485321 0
[pid=23878/tid=23880] ppid=23875 vsize=14092996 memory=1932420 CPUtime=221.94 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 38023 0 0 0 22167 27 0 0 20 0 15 0 250161544 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181978577408 140181588780289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14092996 memory=1932928 CPUtime=0.26 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1690 0 0 0 18 8 0 0 20 0 15 0 250161545 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14092996 memory=1932928 CPUtime=0.24 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 975 0 0 0 16 8 0 0 20 0 15 0 250161545 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14092996 memory=1936048 CPUtime=0.25 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 3981 0 0 0 18 7 0 0 20 0 15 0 250161545 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0.25 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2269 0 0 0 18 7 0 0 20 0 15 0 250161545 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0.04 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 2650 0 0 0 3 1 0 0 20 0 15 0 250161546 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23886] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 18952 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250161547 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181446808928 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23887] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 18952 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250161547 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181445756544 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23888] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181444704848 140181974357915 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23889] ppid=23875 vsize=14092996 memory=1932420 CPUtime=2.71 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 18952 0 -1 1077944384 9868 0 0 0 270 1 0 0 20 0 15 0 250161549 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181443651696 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23890] ppid=23875 vsize=14092996 memory=1932420 CPUtime=2.64 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 18952 0 -1 1077944384 8682 0 0 0 263 1 0 0 20 0 15 0 250161549 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181442598896 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23891] ppid=23875 vsize=14092996 memory=3544 CPUtime=1.24 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 18952 0 -1 1077944384 11214 0 0 0 123 1 0 0 20 0 15 0 250161549 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181441546608 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23892] ppid=23875 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181440494048 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23893] ppid=23875 vsize=14092996 memory=6935650355287975249 CPUtime=0.08 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 18952 0 -1 1077944384 492 0 0 0 4 4 0 0 20 0 15 0 250161550 14431227904 483105 33554432000 4194304 4196468 140731211675024 140181439441840 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
Current children cumulated CPU time: 229.75 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1932420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.501 s]
/proc/loadavg: 1.87 1.88 1.73 3/217 23982
/proc/meminfo: memFree=25646616/32770624 swapFree=67030680/67108860
[pid=23878] ppid=23875 vsize=14092996 memory=1935984 CPUtime=252.03 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 18952 0 -1 1077944320 82755 0 0 0 25133 70 0 0 20 0 15 0 250161544 14431227904 483996 33554432000 4194304 4196468 140731211675024 140731211657568 140181974339319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
/proc/23878/statm: 3523249 483996 3600 1 0 3485321 0
[pid=23878/tid=23880] ppid=23875 vsize=14092996 memory=1935984 CPUtime=244.13 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 38344 0 0 0 24386 27 0 0 20 0 15 0 250161544 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181978577520 140181588780464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14092996 memory=1935984 CPUtime=0.26 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1740 0 0 0 18 8 0 0 20 0 15 0 250161545 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14092996 memory=1936880 CPUtime=0.25 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 1023 0 0 0 17 8 0 0 20 0 15 0 250161545 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0.26 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 3983 0 0 0 18 8 0 0 20 0 15 0 250161545 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0.25 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2270 0 0 0 18 7 0 0 20 0 15 0 250161545 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14092996 memory=1936880 CPUtime=0.04 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 2651 0 0 0 3 1 0 0 20 0 15 0 250161546 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23886] ppid=23875 vsize=14092996 memory=1935984 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 18952 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250161547 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181446808928 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23887] ppid=23875 vsize=14092996 memory=1932928 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 18952 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250161547 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181445756544 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23888] ppid=23875 vsize=14092996 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181444704848 140181974357915 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23889] ppid=23875 vsize=14092996 memory=932 CPUtime=2.71 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 18952 0 -1 1077944384 9868 0 0 0 270 1 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181443651696 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23890] ppid=23875 vsize=14092996 memory=1932420 CPUtime=2.68 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 18952 0 -1 1077944384 9580 0 0 0 267 1 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181442598896 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23891] ppid=23875 vsize=14092996 memory=3544 CPUtime=1.24 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 18952 0 -1 1077944384 11375 0 0 0 123 1 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181441546608 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23892] ppid=23875 vsize=14092996 memory=1936880 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181440494048 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23893] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0.08 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 18952 0 -1 1077944384 495 0 0 0 4 4 0 0 20 0 15 0 250161550 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181439441840 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1935984 KiB

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

[startup+244.522 s]
# the end of solver process 23878 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.338 s, system=0.723377 s

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

[startup+244.501 s]
/proc/loadavg: 1.87 1.88 1.73 3/217 23982
/proc/meminfo: memFree=25646616/32770624 swapFree=67030680/67108860
[pid=23878] ppid=23875 vsize=14092996 memory=1935984 CPUtime=252.03 cores=1,3,5,7
/proc/23878/stat : 23878 (java) S 23875 23878 18952 0 -1 1077944320 82755 0 0 0 25133 70 0 0 20 0 15 0 250161544 14431227904 483996 33554432000 4194304 4196468 140731211675024 140731211657568 140181974339319 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
/proc/23878/statm: 3523249 483996 3600 1 0 3485321 0
[pid=23878/tid=23880] ppid=23875 vsize=14092996 memory=1935984 CPUtime=244.13 cores=1,3,5,7
/proc/23878/task/23880/stat : 23880 (java) R 23875 23878 18952 0 -1 4202560 38344 0 0 0 24386 27 0 0 20 0 15 0 250161544 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181978577520 140181588780464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23881] ppid=23875 vsize=14092996 memory=1935984 CPUtime=0.26 cores=1,3,5,7
/proc/23878/task/23881/stat : 23881 (java) S 23875 23878 18952 0 -1 1077944384 1740 0 0 0 18 8 0 0 20 0 15 0 250161545 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181904427408 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23882] ppid=23875 vsize=14092996 memory=1936880 CPUtime=0.25 cores=1,3,5,7
/proc/23878/task/23882/stat : 23882 (java) S 23875 23878 18952 0 -1 1077944384 1023 0 0 0 17 8 0 0 20 0 15 0 250161545 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181903374608 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23883] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0.26 cores=1,3,5,7
/proc/23878/task/23883/stat : 23883 (java) S 23875 23878 18952 0 -1 1077944384 3983 0 0 0 18 8 0 0 20 0 15 0 250161545 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181902322320 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23884] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0.25 cores=1,3,5,7
/proc/23878/task/23884/stat : 23884 (java) S 23875 23878 18952 0 -1 1077944384 2270 0 0 0 18 7 0 0 20 0 15 0 250161545 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181901269520 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23885] ppid=23875 vsize=14092996 memory=1936880 CPUtime=0.04 cores=1,3,5,7
/proc/23878/task/23885/stat : 23885 (java) S 23875 23878 18952 0 -1 1077944384 2651 0 0 0 3 1 0 0 20 0 15 0 250161546 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181447862896 140181974350466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23886] ppid=23875 vsize=14092996 memory=1935984 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23886/stat : 23886 (java) S 23875 23878 18952 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250161547 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181446808928 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23887] ppid=23875 vsize=14092996 memory=1932928 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23887/stat : 23887 (java) S 23875 23878 18952 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250161547 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181445756544 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23888] ppid=23875 vsize=14092996 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23888/stat : 23888 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181444704848 140181974357915 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23889] ppid=23875 vsize=14092996 memory=932 CPUtime=2.71 cores=1,3,5,7
/proc/23878/task/23889/stat : 23889 (java) S 23875 23878 18952 0 -1 1077944384 9868 0 0 0 270 1 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181443651696 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23890] ppid=23875 vsize=14092996 memory=1932420 CPUtime=2.68 cores=1,3,5,7
/proc/23878/task/23890/stat : 23890 (java) S 23875 23878 18952 0 -1 1077944384 9580 0 0 0 267 1 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181442598896 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23891] ppid=23875 vsize=14092996 memory=3544 CPUtime=1.24 cores=1,3,5,7
/proc/23878/task/23891/stat : 23891 (java) S 23875 23878 18952 0 -1 1077944384 11375 0 0 0 123 1 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181441546608 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23892] ppid=23875 vsize=14092996 memory=1936880 CPUtime=0 cores=1,3,5,7
/proc/23878/task/23892/stat : 23892 (java) S 23875 23878 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250161549 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181440494048 140181974349525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
[pid=23878/tid=23893] ppid=23875 vsize=14092996 memory=1932420 CPUtime=0.08 cores=1,3,5,7
/proc/23878/task/23893/stat : 23893 (java) S 23875 23878 18952 0 -1 1077944384 495 0 0 0 4 4 0 0 20 0 15 0 250161550 14431227904 483996 33554432000 4194304 4196468 140731211675024 140181439441840 140181974350466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 10362880 140731211682894 140731211683086 140731211683086 140731211685839 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1935984 KiB

Child status: 143
Real time (s): 244.523
CPU time (s): 252.061
CPU user time (s): 251.338
CPU system time (s): 0.723377
CPU usage (%): 103.083
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1936880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.338
system time used= 0.723377
maximum resident set size= 1939156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83068
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9392
involuntary context switches= 162


# summary of solver processes directly reported to runsolver:
#   pid: 23878
#   total CPU time (s): 252.061
#   total CPU user time (s): 251.338
#   total CPU system time (s): 0.723377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46842 second user time and 2.28421 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 11:39:44
IDJOB=4310061
IDBENCH=141046
IDSOLVER=2795
FILE ID=node102/4310061-1534325984
RUNJOBID= node102-1534323777-22421
PBS_JOBID= 21038132
Free space on /tmp= 39484 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-16_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310061-1534325984/watcher-4310061-1534325984 -o /tmp/evaluation-result-4310061-1534325984/solver-4310061-1534325984 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534323777-22421 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1743024406 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310061-1534325984.xml

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

MD5SUM BENCH= 0b8e9565fd0b9c632a2b7d0ba913c3ff
RANDOM SEED=1743024406

node102.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.51
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.51
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.51
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.51
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:        26746980 kB
MemAvailable:   29479152 kB
Buffers:          157552 kB
Cached:          2839740 kB
SwapCached:        51224 kB
Active:          3895600 kB
Inactive:        1572976 kB
Active(anon):    2394416 kB
Inactive(anon):   136372 kB
Active(file):    1501184 kB
Inactive(file):  1436604 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             35832 kB
Writeback:             0 kB
AnonPages:       2448216 kB
Mapped:            67088 kB
Shmem:             57196 kB
Slab:             249652 kB
SReclaimable:     220440 kB
SUnreclaim:        29212 kB
KernelStack:        3808 kB
PageTables:        10340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4380828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2304000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39452 MiB
End job on node102 at 2018-08-15 11:43:48