Trace number 4298105

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 NameAnswerCPU timeWall clock time
slowpoke 2018-04-29? (TO) 2520.04 2509.12

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f08_c18.xml
MD5SUM3fc48c43ffc9448618011674acd3f470
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.212651
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size36
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":29,"count":336},{"size":36,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.02/2509.11	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298105-1532746837/watcher-4298105-1532746837 -o /tmp/evaluation-result-4298105-1532746837/solver-4298105-1532746837 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26336 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298105-1532746837.xml --timelimit 2520 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=27098, runsolver pid=27095
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 2.17 2.03 1.92 3/215 27113
/proc/meminfo: memFree=22781708/32770624 swapFree=67108404/67108860
[pid=27098] ppid=27095 vsize=10661056 memory=27368 CPUtime=0.12 cores=0,2,4,6
/proc/27098/stat : 27098 (java) S 27095 27098 26305 0 -1 1077944320 5279 0 0 0 11 1 0 0 20 0 15 0 92246859 10916921344 6842 33554432000 4194304 4196468 140728852917392 140728852899936 139639186779895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
/proc/27098/statm: 2665264 6842 2866 1 0 2627263 0
[pid=27098/tid=27100] ppid=27095 vsize=10661056 memory=-8269626465541066624 CPUtime=0.08 cores=0,2,4,6
/proc/27098/task/27100/stat : 27100 (java) R 27095 27098 26305 0 -1 4202560 3144 0 0 0 8 0 0 0 20 0 15 0 92246859 10916921344 6842 33554432000 4194304 4196468 140728852917392 139639191002784 139639186791830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) S 27095 27098 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92246860 10916921344 6842 33554432000 4194304 4196468 140728852917392 139639123471248 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10661056 memory=140433883149952 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916921344 6842 33554432000 4194304 4196468 140728852917392 139639122418448 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916921344 6842 33554432000 4194304 4196468 140728852917392 139639121366160 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916921344 6842 33554432000 4194304 4196468 140728852917392 139639120313360 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10661056 memory=140433883149952 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92246862 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638356080752 139639186791042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27106] ppid=27095 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27106/stat : 27106 (java) S 27095 27098 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92246862 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638355026720 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27107] ppid=27095 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27107/stat : 27107 (java) S 27095 27098 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92246862 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638353974384 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27108] ppid=27095 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27108/stat : 27108 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638352922704 139639186798491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27109] ppid=27095 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27109/stat : 27109 (java) S 27095 27098 26305 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 92246865 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638351870576 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27110] ppid=27095 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27110/stat : 27110 (java) S 27095 27098 26305 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 92246865 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638350817776 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27111] ppid=27095 vsize=10661056 memory=140433883149952 CPUtime=0.02 cores=0,2,4,6
/proc/27098/task/27111/stat : 27111 (java) R 27095 27098 26305 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 92246865 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638349765488 139639166602542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27112] ppid=27095 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27112/stat : 27112 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638348712928 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27113] ppid=27095 vsize=10661056 memory=140433883149952 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27113/stat : 27113 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246865 10916921344 6842 33554432000 4194304 4196468 140728852917392 139638347659696 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27368 KiB

[startup+0.210566 s]*
/proc/loadavg: 2.17 2.03 1.92 4/215 27113
/proc/meminfo: memFree=22769636/32770624 swapFree=67108404/67108860
[pid=27098] ppid=27095 vsize=10661056 memory=40048 CPUtime=0.34 cores=0,2,4,6
/proc/27098/stat : 27098 (java) S 27095 27098 26305 0 -1 1077944320 8070 0 0 0 32 2 0 0 20 0 15 0 92246859 10916921344 10012 33554432000 4194304 4196468 140728852917392 140728852899936 139639186779895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
/proc/27098/statm: 2665264 10012 2998 1 0 2627263 0
[pid=27098/tid=27100] ppid=27095 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27098/task/27100/stat : 27100 (java) R 27095 27098 26305 0 -1 4202560 5115 0 0 0 19 1 0 0 20 0 15 0 92246859 10916921344 10012 33554432000 4194304 4196468 140728852917392 139639191018688 139638798910183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) S 27095 27098 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92246860 10916921344 10012 33554432000 4194304 4196468 140728852917392 139639123471248 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10661056 memory=288370810034861696 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916921344 10012 33554432000 4194304 4196468 140728852917392 139639122418448 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916921344 10012 33554432000 4194304 4196468 140728852917392 139639121366160 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916921344 10012 33554432000 4194304 4196468 140728852917392 139639120313360 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10661056 memory=140433883149952 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92246862 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638356080752 139639186791042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27106] ppid=27095 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27106/stat : 27106 (java) S 27095 27098 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92246862 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638355026720 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27107] ppid=27095 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27107/stat : 27107 (java) S 27095 27098 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92246862 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638353974384 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27108] ppid=27095 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27108/stat : 27108 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638352922704 139639186798491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27109] ppid=27095 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27098/task/27109/stat : 27109 (java) S 27095 27098 26305 0 -1 1077944384 546 0 0 0 2 0 0 0 20 0 15 0 92246865 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638351870576 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27110] ppid=27095 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27098/task/27110/stat : 27110 (java) S 27095 27098 26305 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 15 0 92246865 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638350817776 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27111] ppid=27095 vsize=10661056 memory=140433883149952 CPUtime=0.08 cores=0,2,4,6
/proc/27098/task/27111/stat : 27111 (java) R 27095 27098 26305 0 -1 4202560 823 0 0 0 8 0 0 0 20 0 15 0 92246865 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638349761168 139639165300046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27112] ppid=27095 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27112/stat : 27112 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638348712928 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27113] ppid=27095 vsize=10661056 memory=140433883149952 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27113/stat : 27113 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246865 10916921344 10012 33554432000 4194304 4196468 140728852917392 139638347659696 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40048 KiB

[startup+0.310408 s]*
/proc/loadavg: 2.17 2.03 1.92 4/215 27113
/proc/meminfo: memFree=22753200/32770624 swapFree=67108404/67108860
[pid=27098] ppid=27095 vsize=10661132 memory=63948 CPUtime=0.66 cores=0,2,4,6
/proc/27098/stat : 27098 (java) S 27095 27098 26305 0 -1 1077944320 10480 0 0 0 63 3 0 0 20 0 15 0 92246859 10916999168 15987 33554432000 4194304 4196468 140728852917392 140728852899936 139639186779895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
/proc/27098/statm: 2665283 15987 3076 1 0 2627263 0
[pid=27098/tid=27100] ppid=27095 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27098/task/27100/stat : 27100 (java) R 27095 27098 26305 0 -1 4202560 5587 0 0 0 28 2 0 0 20 0 15 0 92246859 10916999168 15987 33554432000 4194304 4196468 140728852917392 139639191017616 139639186791830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10661132 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) S 27095 27098 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92246860 10916999168 15987 33554432000 4194304 4196468 140728852917392 139639123471248 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10661132 memory=288370810034861696 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916999168 15987 33554432000 4194304 4196468 140728852917392 139639122418448 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916999168 15987 33554432000 4194304 4196468 140728852917392 139639121366160 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246860 10916999168 15987 33554432000 4194304 4196468 140728852917392 139639120313360 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10661132 memory=140433883149952 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92246862 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638356080752 139639186791042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27106] ppid=27095 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27106/stat : 27106 (java) S 27095 27098 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92246862 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638355026720 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27107] ppid=27095 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27107/stat : 27107 (java) S 27095 27098 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92246862 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638353974384 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27108] ppid=27095 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27108/stat : 27108 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638352922704 139639186798491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27109] ppid=27095 vsize=10661132 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27098/task/27109/stat : 27109 (java) S 27095 27098 26305 0 -1 1077944384 1090 0 0 0 9 0 0 0 20 0 15 0 92246865 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638351870576 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27110] ppid=27095 vsize=10661132 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/27098/task/27110/stat : 27110 (java) S 27095 27098 26305 0 -1 1077944384 1001 0 0 0 10 0 0 0 20 0 15 0 92246865 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638350817776 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27111] ppid=27095 vsize=10661132 memory=140433883149952 CPUtime=0.15 cores=0,2,4,6
/proc/27098/task/27111/stat : 27111 (java) R 27095 27098 26305 0 -1 4202560 1430 0 0 0 15 0 0 0 20 0 15 0 92246865 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638349765488 139639165300046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27112] ppid=27095 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27112/stat : 27112 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638348712928 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27113] ppid=27095 vsize=10661132 memory=140433883149952 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27113/stat : 27113 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246865 10916999168 15987 33554432000 4194304 4196468 140728852917392 139638347659696 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 63948 KiB

[startup+0.705195 s]
/proc/loadavg: 2.17 2.03 1.92 5/215 27113
/proc/meminfo: memFree=22623752/32770624 swapFree=67108404/67108860
[pid=27098] ppid=27095 vsize=10661132 memory=188852 CPUtime=1.96 cores=0,2,4,6
/proc/27098/stat : 27098 (java) S 27095 27098 26305 0 -1 1077944320 13678 0 0 0 190 6 0 0 20 0 15 0 92246859 10916999168 47213 33554432000 4194304 4196468 140728852917392 140728852899936 139639186779895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
/proc/27098/statm: 2665283 47213 3127 1 0 2627263 0
[pid=27098/tid=27100] ppid=27095 vsize=10661132 memory=1732 CPUtime=0.68 cores=0,2,4,6
/proc/27098/task/27100/stat : 27100 (java) R 27095 27098 26305 0 -1 4202560 5812 0 0 0 64 4 0 0 20 0 15 0 92246859 10916999168 47213 33554432000 4194304 4196468 140728852917392 139639191016464 139638800470083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) S 27095 27098 26305 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92246860 10916999168 47213 33554432000 4194304 4196468 140728852917392 139639123471248 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) S 27095 27098 26305 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 92246860 10916999168 47213 33554432000 4194304 4196468 140728852917392 139639122418448 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) S 27095 27098 26305 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92246860 10916999168 47213 33554432000 4194304 4196468 140728852917392 139639121366160 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) S 27095 27098 26305 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 92246860 10916999168 47213 33554432000 4194304 4196468 140728852917392 139639120313360 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92246862 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638356080752 139639186791042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27106] ppid=27095 vsize=10661132 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27106/stat : 27106 (java) S 27095 27098 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92246862 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638355026720 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27107] ppid=27095 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27107/stat : 27107 (java) S 27095 27098 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92246862 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638353974384 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27108] ppid=27095 vsize=10661132 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27108/stat : 27108 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638352922704 139639186798491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27109] ppid=27095 vsize=10661132 memory=7302135314614015848 CPUtime=0.42 cores=0,2,4,6
/proc/27098/task/27109/stat : 27109 (java) R 27095 27098 26305 0 -1 4202560 1979 0 0 0 42 0 0 0 20 0 15 0 92246865 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638351859360 139639168324572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27110] ppid=27095 vsize=10661132 memory=7450453974481135974 CPUtime=0.43 cores=0,2,4,6
/proc/27098/task/27110/stat : 27110 (java) R 27095 27098 26305 0 -1 4202560 1824 0 0 0 43 0 0 0 20 0 15 0 92246865 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638350805888 139639168301058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27111] ppid=27095 vsize=10661132 memory=7368003688827211856 CPUtime=0.4 cores=0,2,4,6
/proc/27098/task/27111/stat : 27111 (java) R 27095 27098 26305 0 -1 4202560 2582 0 0 0 39 1 0 0 20 0 15 0 92246865 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638349762744 139639171945534 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27112] ppid=27095 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27112/stat : 27112 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638348712928 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27113] ppid=27095 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27113/stat : 27113 (java) S 27095 27098 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92246865 10916999168 47213 33554432000 4194304 4196468 140728852917392 139638347659696 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 188852 KiB

[startup+1.50124 s]
/proc/loadavg: 2.24 2.04 1.92 4/215 27113
/proc/meminfo: memFree=22592168/32770624 swapFree=67108404/67108860
[pid=27098] ppid=27095 vsize=10661132 memory=439992 CPUtime=3.89 cores=0,2,4,6
/proc/27098/stat : 27098 (java) S 27095 27098 26305 0 -1 1077944320 14708 0 0 0 362 27 0 0 20 0 15 0 92246859 10916999168 109998 33554432000 4194304 4196468 140728852917392 140728852899936 139639186779895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
/proc/27098/statm: 2665283 109998 3172 1 0 2627263 0
[pid=27098/tid=27100] ppid=27095 vsize=10661132 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/27098/task/27100/stat : 27100 (java) S 27095 27098 26305 0 -1 1077944384 5936 0 0 0 130 6 0 0 20 0 15 0 92246859 10916999168 110510 33554432000 4194304 4196468 140728852917392 139639191017936 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10661132 memory=-6951259422114956437 CPUtime=0.09 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) R 27095 27098 26305 0 -1 4202560 126 0 0 0 5 4 0 0 20 0 15 0 92246860 10916999168 110510 33554432000 4194304 4196468 140728852917392 139639123471248 139639171807769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10661132 memory=-6509546260019855299 CPUtime=0.1 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) R 27095 27098 26305 0 -1 4202560 71 0 0 0 6 4 0 0 20 0 15 0 92246860 10916999168 110510 33554432000 4194304 4196468 140728852917392 139639122418648 139639171807742 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10661132 memory=-7390251449858225344 CPUtime=0.1 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) R 27095 27098 26305 0 -1 4202560 137 0 0 0 6 4 0 0 20 0 15 0 92246860 10916999168 110510 33554432000 4194304 4196468 140728852917392 139639121366160 139639171807760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10661132 memory=4134692831991786133 CPUtime=0.11 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) R 27095 27098 26305 0 -1 4202560 196 0 0 0 6 5 0 0 20 0 15 0 92246860 10916999168 110510 33554432000 4194304 4196468 140728852917392 139639120313560 139639171807751 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 92246862 10916999168 110510 33554432000 4194304 4196468 140728852917392 139638356079264 139639186790101 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0

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

/proc/27098/task/27100/stat : 27100 (java) R 27095 27098 26305 0 -1 4202560 61238 0 0 0 243929 54 0 0 20 0 15 0 92246859 10919096320 258102 33554432000 4194304 4196468 140728852917392 139639191020656 139638805408752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10663180 memory=1034972 CPUtime=2.19 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) S 27095 27098 26305 0 -1 1077944384 8440 0 0 0 188 31 0 0 20 0 15 0 92246860 10919096320 258102 33554432000 4194304 4196468 140728852917392 139639123471248 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10663180 memory=1041128 CPUtime=2.18 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) S 27095 27098 26305 0 -1 1077944384 8394 0 0 0 186 32 0 0 20 0 15 0 92246860 10919096320 258102 33554432000 4194304 4196468 140728852917392 139639122418448 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10663180 memory=1034972 CPUtime=2.22 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) S 27095 27098 26305 0 -1 1077944384 8501 0 0 0 190 32 0 0 20 0 15 0 92246860 10919096320 258102 33554432000 4194304 4196468 140728852917392 139639121366160 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10663180 memory=912 CPUtime=2.22 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) S 27095 27098 26305 0 -1 1077944384 10211 0 0 0 190 32 0 0 20 0 15 0 92246860 10919096320 258102 33554432000 4194304 4196468 140728852917392 139639120313360 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10663180 memory=1032408 CPUtime=0.12 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 8923 0 0 0 9 3 0 0 20 0 15 0 92246862 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638356080752 139639186791042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27106] ppid=27095 vsize=10663180 memory=1032408 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27106/stat : 27106 (java) S 27095 27098 26305 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92246862 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638355026720 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27107] ppid=27095 vsize=10663180 memory=1032408 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27107/stat : 27107 (java) S 27095 27098 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92246862 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638353974384 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27108] ppid=27095 vsize=10663180 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27108/stat : 27108 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638352922704 139639186798491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27109] ppid=27095 vsize=10663180 memory=1032408 CPUtime=1.51 cores=0,2,4,6
/proc/27098/task/27109/stat : 27109 (java) S 27095 27098 26305 0 -1 1077944384 10704 0 0 0 150 1 0 0 20 0 15 0 92246865 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638351870576 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27110] ppid=27095 vsize=10663180 memory=1034972 CPUtime=1.35 cores=0,2,4,6
/proc/27098/task/27110/stat : 27110 (java) S 27095 27098 26305 0 -1 1077944384 8742 0 0 0 134 1 0 0 20 0 15 0 92246865 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638350817776 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27111] ppid=27095 vsize=10663180 memory=1032408 CPUtime=0.61 cores=0,2,4,6
/proc/27098/task/27111/stat : 27111 (java) S 27095 27098 26305 0 -1 1077944384 5350 0 0 0 60 1 0 0 20 0 15 0 92246865 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638349765488 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27112] ppid=27095 vsize=10663180 memory=1034972 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27112/stat : 27112 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638348712928 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27113] ppid=27095 vsize=10663180 memory=1032408 CPUtime=0.82 cores=0,2,4,6
/proc/27098/task/27113/stat : 27113 (java) S 27095 27098 26305 0 -1 1077944384 1129 0 0 0 39 43 0 0 20 0 15 0 92246865 10919096320 258102 33554432000 4194304 4196468 140728852917392 139638347659696 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
Current children cumulated CPU time: 2453.15 s
Current children cumulated vsize: 10663180 KiB
Current children cumulated memory: 1032408 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/216 27287
/proc/meminfo: memFree=21643604/32770624 swapFree=67108404/67108860
[pid=27098] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2513.21 cores=0,2,4,6
/proc/27098/stat : 27098 (java) S 27095 27098 26305 0 -1 1077944320 133901 0 0 0 251095 226 0 0 20 0 15 0 92246859 10919096320 257204 33554432000 4194304 4196468 140728852917392 140728852899936 139639186779895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
/proc/27098/statm: 2665795 257204 3194 1 0 2627775 0
[pid=27098/tid=27100] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2499.81 cores=0,2,4,6
/proc/27098/task/27100/stat : 27100 (java) R 27095 27098 26305 0 -1 4202560 61676 0 0 0 249927 54 0 0 20 0 15 0 92246859 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639191020656 139638805408592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10663180 memory=1032408 CPUtime=2.2 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) S 27095 27098 26305 0 -1 1077944384 8477 0 0 0 189 31 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639123471248 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10663180 memory=1030356 CPUtime=2.19 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) S 27095 27098 26305 0 -1 1077944384 8442 0 0 0 187 32 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639122418448 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10663180 memory=1030356 CPUtime=2.24 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) S 27095 27098 26305 0 -1 1077944384 8836 0 0 0 191 33 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639121366160 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2.23 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) S 27095 27098 26305 0 -1 1077944384 10227 0 0 0 191 32 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639120313360 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10663180 memory=1028816 CPUtime=0.12 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 8944 0 0 0 9 3 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638356080752 139639186791042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27106] ppid=27095 vsize=10663180 memory=1028816 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27106/stat : 27106 (java) S 27095 27098 26305 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638355026720 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27107] ppid=27095 vsize=10663180 memory=1030356 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27107/stat : 27107 (java) S 27095 27098 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638353974384 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27108] ppid=27095 vsize=10663180 memory=1028816 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27108/stat : 27108 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638352922704 139639186798491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27109] ppid=27095 vsize=10663180 memory=4012 CPUtime=1.51 cores=0,2,4,6
/proc/27098/task/27109/stat : 27109 (java) S 27095 27098 26305 0 -1 1077944384 10706 0 0 0 150 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638351870576 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27110] ppid=27095 vsize=10663180 memory=1028816 CPUtime=1.35 cores=0,2,4,6
/proc/27098/task/27110/stat : 27110 (java) S 27095 27098 26305 0 -1 1077944384 8744 0 0 0 134 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638350817776 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27111] ppid=27095 vsize=10663180 memory=1028816 CPUtime=0.61 cores=0,2,4,6
/proc/27098/task/27111/stat : 27111 (java) S 27095 27098 26305 0 -1 1077944384 5352 0 0 0 60 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638349765488 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27112] ppid=27095 vsize=10663180 memory=1030356 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27112/stat : 27112 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638348712928 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27113] ppid=27095 vsize=10663180 memory=26672 CPUtime=0.84 cores=0,2,4,6
/proc/27098/task/27113/stat : 27113 (java) S 27095 27098 26305 0 -1 1077944384 1135 0 0 0 40 44 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638347659696 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
Current children cumulated CPU time: 2513.21 s
Current children cumulated vsize: 10663180 KiB
Current children cumulated memory: 1028816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.11 s]
/proc/loadavg: 2.00 1.99 2.00 3/216 27287
/proc/meminfo: memFree=21650036/32770624 swapFree=67108404/67108860
[pid=27098] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2520.02 cores=0,2,4,6
/proc/27098/stat : 27098 (java) S 27095 27098 26305 0 -1 1077944320 134224 0 0 0 251776 226 0 0 20 0 15 0 92246859 10919096320 257204 33554432000 4194304 4196468 140728852917392 140728852899936 139639186779895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
/proc/27098/statm: 2665795 257204 3194 1 0 2627775 0
[pid=27098/tid=27100] ppid=27095 vsize=10663180 memory=1030356 CPUtime=2506.62 cores=0,2,4,6
/proc/27098/task/27100/stat : 27100 (java) R 27095 27098 26305 0 -1 4202560 61984 0 0 0 250608 54 0 0 20 0 15 0 92246859 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639191020656 139638805408787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10663180 memory=4012 CPUtime=2.2 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) S 27095 27098 26305 0 -1 1077944384 8477 0 0 0 189 31 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639123471248 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10663180 memory=2396 CPUtime=2.19 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) S 27095 27098 26305 0 -1 1077944384 8442 0 0 0 187 32 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639122418448 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2.24 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) S 27095 27098 26305 0 -1 1077944384 8836 0 0 0 191 33 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639121366160 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2.23 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) S 27095 27098 26305 0 -1 1077944384 10227 0 0 0 191 32 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639120313360 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10663180 memory=26672 CPUtime=0.12 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 8944 0 0 0 9 3 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638356080752 139639186791042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27106] ppid=27095 vsize=10663180 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27106/stat : 27106 (java) S 27095 27098 26305 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638355026720 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27107] ppid=27095 vsize=10663180 memory=280867507646272 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27107/stat : 27107 (java) S 27095 27098 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638353974384 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27108] ppid=27095 vsize=10663180 memory=304556144666616612 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27108/stat : 27108 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638352922704 139639186798491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27109] ppid=27095 vsize=10663180 memory=280867508858320 CPUtime=1.51 cores=0,2,4,6
/proc/27098/task/27109/stat : 27109 (java) S 27095 27098 26305 0 -1 1077944384 10707 0 0 0 150 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638351870576 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27110] ppid=27095 vsize=10663180 memory=4137293581110450563 CPUtime=1.35 cores=0,2,4,6
/proc/27098/task/27110/stat : 27110 (java) S 27095 27098 26305 0 -1 1077944384 8744 0 0 0 134 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638350817776 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27111] ppid=27095 vsize=10663180 memory=6791534058613427641 CPUtime=0.61 cores=0,2,4,6
/proc/27098/task/27111/stat : 27111 (java) S 27095 27098 26305 0 -1 1077944384 5352 0 0 0 60 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638349765488 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27112] ppid=27095 vsize=10663180 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27112/stat : 27112 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638348712928 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27113] ppid=27095 vsize=10663180 memory=5372 CPUtime=0.84 cores=0,2,4,6
/proc/27098/task/27113/stat : 27113 (java) S 27095 27098 26305 0 -1 1077944384 1149 0 0 0 40 44 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638347659696 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10663180 KiB
Current children cumulated memory: 1028816 KiB

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

[startup+2509.12 s]
# the end of solver process 27098 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.77 s, system=2.27318 s

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

[startup+2509.11 s]
/proc/loadavg: 2.00 1.99 2.00 3/216 27287
/proc/meminfo: memFree=21650036/32770624 swapFree=67108404/67108860
[pid=27098] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2520.02 cores=0,2,4,6
/proc/27098/stat : 27098 (java) S 27095 27098 26305 0 -1 1077944320 134224 0 0 0 251776 226 0 0 20 0 15 0 92246859 10919096320 257204 33554432000 4194304 4196468 140728852917392 140728852899936 139639186779895 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
/proc/27098/statm: 2665795 257204 3194 1 0 2627775 0
[pid=27098/tid=27100] ppid=27095 vsize=10663180 memory=1030356 CPUtime=2506.62 cores=0,2,4,6
/proc/27098/task/27100/stat : 27100 (java) R 27095 27098 26305 0 -1 4202560 61984 0 0 0 250608 54 0 0 20 0 15 0 92246859 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639191020656 139638805408787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27101] ppid=27095 vsize=10663180 memory=4012 CPUtime=2.2 cores=0,2,4,6
/proc/27098/task/27101/stat : 27101 (java) S 27095 27098 26305 0 -1 1077944384 8477 0 0 0 189 31 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639123471248 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27102] ppid=27095 vsize=10663180 memory=2396 CPUtime=2.19 cores=0,2,4,6
/proc/27098/task/27102/stat : 27102 (java) S 27095 27098 26305 0 -1 1077944384 8442 0 0 0 187 32 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639122418448 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27103] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2.24 cores=0,2,4,6
/proc/27098/task/27103/stat : 27103 (java) S 27095 27098 26305 0 -1 1077944384 8836 0 0 0 191 33 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639121366160 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27104] ppid=27095 vsize=10663180 memory=1028816 CPUtime=2.23 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (java) S 27095 27098 26305 0 -1 1077944384 10227 0 0 0 191 32 0 0 20 0 15 0 92246860 10919096320 257204 33554432000 4194304 4196468 140728852917392 139639120313360 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27105] ppid=27095 vsize=10663180 memory=26672 CPUtime=0.12 cores=0,2,4,6
/proc/27098/task/27105/stat : 27105 (java) S 27095 27098 26305 0 -1 1077944384 8944 0 0 0 9 3 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638356080752 139639186791042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27106] ppid=27095 vsize=10663180 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27106/stat : 27106 (java) S 27095 27098 26305 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638355026720 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27107] ppid=27095 vsize=10663180 memory=280867507646272 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27107/stat : 27107 (java) S 27095 27098 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92246862 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638353974384 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27108] ppid=27095 vsize=10663180 memory=304556144666616612 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27108/stat : 27108 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638352922704 139639186798491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27109] ppid=27095 vsize=10663180 memory=280867508858320 CPUtime=1.51 cores=0,2,4,6
/proc/27098/task/27109/stat : 27109 (java) S 27095 27098 26305 0 -1 1077944384 10707 0 0 0 150 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638351870576 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27110] ppid=27095 vsize=10663180 memory=4137293581110450563 CPUtime=1.35 cores=0,2,4,6
/proc/27098/task/27110/stat : 27110 (java) S 27095 27098 26305 0 -1 1077944384 8744 0 0 0 134 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638350817776 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27111] ppid=27095 vsize=10663180 memory=6791534058613427641 CPUtime=0.61 cores=0,2,4,6
/proc/27098/task/27111/stat : 27111 (java) S 27095 27098 26305 0 -1 1077944384 5352 0 0 0 60 1 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638349765488 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27112] ppid=27095 vsize=10663180 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27112/stat : 27112 (java) S 27095 27098 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638348712928 139639186790101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
[pid=27098/tid=27113] ppid=27095 vsize=10663180 memory=5372 CPUtime=0.84 cores=0,2,4,6
/proc/27098/task/27113/stat : 27113 (java) S 27095 27098 26305 0 -1 1077944384 1149 0 0 0 40 44 0 0 20 0 15 0 92246865 10919096320 257204 33554432000 4194304 4196468 140728852917392 139638347659696 139639186791042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18501632 140728852923548 140728852923657 140728852923657 140728852926415 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10663180 KiB
Current children cumulated memory: 1028816 KiB

Child status: 143
Real time (s): 2509.12
CPU time (s): 2520.04
CPU user time (s): 2517.77
CPU system time (s): 2.27318
CPU usage (%): 100.435
Max. virtual memory (cumulated for all children) (KiB): 10663180
Max. memory (cumulated for all children) (KiB): 1570756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.77
system time used= 2.27318
maximum resident set size= 1572768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58024
involuntary context switches= 2658


# summary of solver processes directly reported to runsolver:
#   pid: 27098
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.77
#   total CPU system time (s): 2.27318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7097 second user time and 18.876 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 05:00:37
IDJOB=4298105
IDBENCH=141070
IDSOLVER=2765
FILE ID=node148/4298105-1532746837
RUNJOBID= node148-1532739340-26336
PBS_JOBID= 21022440
Free space on /tmp= 43264 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f08_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298105-1532746837/watcher-4298105-1532746837 -o /tmp/evaluation-result-4298105-1532746837/solver-4298105-1532746837 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26336 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298105-1532746837.xml --timelimit 2520

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

MD5SUM BENCH= 3fc48c43ffc9448618011674acd3f470
RANDOM SEED=390929168

node148.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:        22797212 kB
MemAvailable:   31043440 kB
Buffers:          214696 kB
Cached:          8166196 kB
SwapCached:          352 kB
Active:          2865892 kB
Inactive:        6454000 kB
Active(anon):     892484 kB
Inactive(anon):    74236 kB
Active(file):    1973408 kB
Inactive(file):  6379764 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:        869820 kB
Mapped:            54492 kB
Shmem:             25016 kB
Slab:             349600 kB
SReclaimable:     321516 kB
SUnreclaim:        28084 kB
KernelStack:        3808 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2114380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43260 MiB
End job on node148 at 2018-07-28 05:42:26