Trace number 4298296

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
MiniCPFever 2018-04-29? (TO) 2520.09 2467.71

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-06-opt_c18.xml
MD5SUM94b29932a5e8df29c9e424c4b5fb4a2d
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 variables2370
Number of constraints2170
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":1970},{"size":6,"count":34},{"size":22,"count":22},{"size":24,"count":20},{"size":36,"count":26},{"size":42,"count":66},{"size":44,"count":232}]
Minimum variable degree1
Maximum variable degree24
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":1975},{"degree":3,"count":12},{"degree":4,"count":24},{"degree":5,"count":37},{"degree":6,"count":38},{"degree":7,"count":58},{"degree":8,"count":40},{"degree":9,"count":22},{"degree":10,"count":22},{"degree":11,"count":7},{"degree":12,"count":4},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":17,"count":15},{"degree":18,"count":19},{"degree":19,"count":26},{"degree":20,"count":34},{"degree":21,"count":18},{"degree":22,"count":10},{"degree":23,"count":3},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1970}]
Number of extensional constraints2170
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2170}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.07/2467.70	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 (14343 MiB free)
  memory of node 1: 16384 MiB (12137 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298296-1532753311/watcher-4298296-1532753311 -o /tmp/evaluation-result-4298296-1532753311/solver-4298296-1532753311 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4891 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298296-1532753311.xml 

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
Current StackSize limit: 8192 KiB

solver pid=6637, runsolver pid=6634

[startup+0.100104 s]*
/proc/loadavg: 2.37 1.84 1.64 4/215 6652
/proc/meminfo: memFree=27099040/32770624 swapFree=67108860/67108860
[pid=6637] ppid=6634 vsize=10658972 memory=29232 CPUtime=0.12 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 4860 0 -1 1077944320 5248 0 0 0 12 0 0 0 20 0 15 0 92894253 10914787328 7308 33554432000 4194304 4196468 140735514807728 140735514790272 139980041461495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
/proc/6637/statm: 2664743 7308 2849 1 0 2627263 0
[pid=6637/tid=6639] ppid=6634 vsize=10658972 memory=-8825472457220388032 CPUtime=0.09 cores=0,2,4,6
/proc/6637/task/6639/stat : 6639 (java) R 6634 6637 4860 0 -1 4202560 3108 0 0 0 9 0 0 0 20 0 15 0 92894254 10914787328 7308 33554432000 4194304 4196468 140735514807728 139980045684080 139980025505125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6645] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6645/stat : 6645 (java) S 6634 6637 4860 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979209369248 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6646] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6646/stat : 6646 (java) S 6634 6637 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979208316144 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6647] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6647/stat : 6647 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979207264720 139980041480091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6648] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6648/stat : 6648 (java) S 6634 6637 4860 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979206211824 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6649] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6649/stat : 6649 (java) R 6634 6637 4860 0 -1 4202560 181 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979205159280 139980020714209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6650] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0.02 cores=0,2,4,6
/proc/6637/task/6650/stat : 6650 (java) R 6634 6637 4860 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 92894259 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979204106224 139980041482842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6651] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6651/stat : 6651 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979203053920 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6652] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6652/stat : 6652 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 7308 33554432000 4194304 4196468 140735514807728 139979202001968 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 29232 KiB

[startup+0.210378 s]*
/proc/loadavg: 2.37 1.84 1.64 4/215 6652
/proc/meminfo: memFree=27087352/32770624 swapFree=67108860/67108860
[pid=6637] ppid=6634 vsize=10658972 memory=42460 CPUtime=0.34 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 4860 0 -1 1077944320 8190 0 0 0 32 2 0 0 20 0 15 0 92894253 10914787328 10615 33554432000 4194304 4196468 140735514807728 140735514790272 139980041461495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
/proc/6637/statm: 2664743 10615 2994 1 0 2627263 0
[pid=6637/tid=6639] ppid=6634 vsize=10658972 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/6637/task/6639/stat : 6639 (java) S 6634 6637 4860 0 -1 1077944384 5068 0 0 0 19 0 0 0 20 0 15 0 92894254 10914787328 10681 33554432000 4194304 4196468 140735514807728 139980045697600 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10658972 memory=364 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10658972 memory=140627696238881 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6645] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6645/stat : 6645 (java) S 6634 6637 4860 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979209369248 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6646] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6646/stat : 6646 (java) S 6634 6637 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979208316144 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6647] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6647/stat : 6647 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979207264720 139980041480091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6648] ppid=6634 vsize=10658972 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6637/task/6648/stat : 6648 (java) R 6634 6637 4860 0 -1 1077944384 545 0 0 0 2 0 0 0 20 0 15 0 92894259 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979206211824 139980041472642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6649] ppid=6634 vsize=10658972 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6637/task/6649/stat : 6649 (java) S 6634 6637 4860 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 92894259 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979205159280 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6650] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0.08 cores=0,2,4,6
/proc/6637/task/6650/stat : 6650 (java) R 6634 6637 4860 0 -1 4202560 859 0 0 0 8 0 0 0 20 0 15 0 92894259 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979204101216 139980019994893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6651] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6651/stat : 6651 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979203053920 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6652] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6652/stat : 6652 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 10681 33554432000 4194304 4196468 140735514807728 139979202001968 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 42460 KiB

[startup+0.310302 s]*
/proc/loadavg: 2.37 1.84 1.64 5/215 6652
/proc/meminfo: memFree=27052728/32770624 swapFree=67108860/67108860
[pid=6637] ppid=6634 vsize=10658972 memory=81500 CPUtime=0.64 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 4860 0 -1 1077944320 9768 0 0 0 61 3 0 0 20 0 15 0 92894253 10914787328 20375 33554432000 4194304 4196468 140735514807728 140735514790272 139980041461495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
/proc/6637/statm: 2664743 20375 3043 1 0 2627263 0
[pid=6637/tid=6639] ppid=6634 vsize=10658972 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/6637/task/6639/stat : 6639 (java) R 6634 6637 4860 0 -1 4202560 5099 0 0 0 28 1 0 0 20 0 15 0 92894254 10914787328 20887 33554432000 4194304 4196468 140735514807728 139980045697760 139980041483421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10658972 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10658972 memory=15960612356302488 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894254 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6645] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6645/stat : 6645 (java) S 6634 6637 4860 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979209369248 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6646] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6646/stat : 6646 (java) S 6634 6637 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92894256 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979208316144 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6647] ppid=6634 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6647/stat : 6647 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979207264720 139980041480091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6648] ppid=6634 vsize=10658972 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/6637/task/6648/stat : 6648 (java) R 6634 6637 4860 0 -1 4202560 1503 0 0 0 11 0 0 0 20 0 15 0 92894259 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979206192936 139980020699904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6649] ppid=6634 vsize=10658972 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/6637/task/6649/stat : 6649 (java) R 6634 6637 4860 0 -1 4202560 834 0 0 0 10 0 0 0 20 0 15 0 92894259 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979205145304 139980026378784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6650] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0.11 cores=0,2,4,6
/proc/6637/task/6650/stat : 6650 (java) R 6634 6637 4860 0 -1 1077944384 986 0 0 0 11 0 0 0 20 0 15 0 92894259 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979204106224 139980041472642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6651] ppid=6634 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6651/stat : 6651 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979203053920 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6652] ppid=6634 vsize=10658972 memory=140627696232064 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6652/stat : 6652 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894259 10914787328 20887 33554432000 4194304 4196468 140735514807728 139979202001968 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 81500 KiB

[startup+0.700809 s]
/proc/loadavg: 2.37 1.84 1.64 5/215 6652
/proc/meminfo: memFree=27014004/32770624 swapFree=67108860/67108860
[pid=6637] ppid=6634 vsize=10659048 memory=222704 CPUtime=1.93 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 4860 0 -1 1077944320 12459 0 0 0 183 10 0 0 20 0 15 0 92894253 10914865152 55676 33554432000 4194304 4196468 140735514807728 140735514790272 139980041461495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
/proc/6637/statm: 2664762 55676 3110 1 0 2627263 0
[pid=6637/tid=6639] ppid=6634 vsize=10659048 memory=1840 CPUtime=0.66 cores=0,2,4,6
/proc/6637/task/6639/stat : 6639 (java) R 6634 6637 4860 0 -1 4202560 5517 0 0 0 63 3 0 0 20 0 15 0 92894254 10914865152 55676 33554432000 4194304 4196468 140735514807728 139980045698736 139979647824704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10659048 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 92894254 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10659048 memory=12060 CPUtime=0.01 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 15 0 92894254 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10659048 memory=5788 CPUtime=0.01 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 24 0 0 0 0 1 0 0 20 0 15 0 92894254 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10659048 memory=792 CPUtime=0.01 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 25 0 0 0 0 1 0 0 20 0 15 0 92894254 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10659048 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6645] ppid=6634 vsize=10659048 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6645/stat : 6645 (java) S 6634 6637 4860 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979209369248 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6646] ppid=6634 vsize=10659048 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6646/stat : 6646 (java) S 6634 6637 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979208316144 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6647] ppid=6634 vsize=10659048 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6647/stat : 6647 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979207264720 139980041480091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6648] ppid=6634 vsize=10659048 memory=7163631965283378496 CPUtime=0.46 cores=0,2,4,6
/proc/6637/task/6648/stat : 6648 (java) R 6634 6637 4860 0 -1 4202560 2194 0 0 0 46 0 0 0 20 0 15 0 92894259 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979206196336 139980024992978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6649] ppid=6634 vsize=10659048 memory=7667213801450137426 CPUtime=0.45 cores=0,2,4,6
/proc/6637/task/6649/stat : 6649 (java) R 6634 6637 4860 0 -1 4202560 1760 0 0 0 45 0 0 0 20 0 15 0 92894259 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979205146128 139980034561342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6650] ppid=6634 vsize=10659048 memory=7295946094789283920 CPUtime=0.25 cores=0,2,4,6
/proc/6637/task/6650/stat : 6650 (java) S 6634 6637 4860 0 -1 1077944384 1472 0 0 0 25 0 0 0 20 0 15 0 92894259 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979204106224 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6651] ppid=6634 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6651/stat : 6651 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979203053920 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6652] ppid=6634 vsize=10659048 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6652/stat : 6652 (java) S 6634 6637 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 55676 33554432000 4194304 4196468 140735514807728 139979202001968 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 222704 KiB

[startup+1.50073 s]
/proc/loadavg: 2.37 1.84 1.64 4/215 6652
/proc/meminfo: memFree=26853456/32770624 swapFree=67108860/67108860
[pid=6637] ppid=6634 vsize=10659048 memory=421196 CPUtime=3.25 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 4860 0 -1 1077944320 13706 0 0 0 302 23 0 0 20 0 15 0 92894253 10914865152 105299 33554432000 4194304 4196468 140735514807728 140735514790272 139980041461495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
/proc/6637/statm: 2664762 105299 3129 1 0 2627263 0
[pid=6637/tid=6639] ppid=6634 vsize=10659048 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/6637/task/6639/stat : 6639 (java) R 6634 6637 4860 0 -1 4202560 5580 0 0 0 134 4 0 0 20 0 15 0 92894254 10914865152 105299 33554432000 4194304 4196468 140735514807728 139980045697840 139979648036571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10659048 memory=-8754540793456063680 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 380 0 0 0 4 3 0 0 20 0 15 0 92894254 10914865152 105299 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10659048 memory=-2843869621055772062 CPUtime=0.08 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 147 0 0 0 4 4 0 0 20 0 15 0 92894254 10914865152 105299 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10659048 memory=5450919713671312938 CPUtime=0.08 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 123 0 0 0 4 4 0 0 20 0 15 0 92894254 10914865152 105299 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10659048 memory=7005738693937936738 CPUtime=0.08 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 142 0 0 0 4 4 0 0 20 0 15 0 92894254 10914865152 105299 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 105299 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0

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

/proc/6637/task/6639/stat : 6639 (java) R 6634 6637 4860 0 -1 4202560 53495 0 0 0 235983 51 0 0 20 0 15 0 92894254 10914865152 185462 33554432000 4194304 4196468 140735514807728 139980045700784 139979651698165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10659048 memory=741848 CPUtime=15.83 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 18916 0 0 0 1544 39 0 0 20 0 15 0 92894254 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10659048 memory=741848 CPUtime=15.79 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 18671 0 0 0 1539 40 0 0 20 0 15 0 92894254 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10659048 memory=743900 CPUtime=15.85 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 19522 0 0 0 1549 36 0 0 20 0 15 0 92894254 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10659048 memory=4028 CPUtime=15.82 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 19565 0 0 0 1541 41 0 0 20 0 15 0 92894254 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10659048 memory=741848 CPUtime=3.63 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 24480 0 0 0 309 54 0 0 20 0 15 0 92894256 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6645] ppid=6634 vsize=10659048 memory=757240 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6645/stat : 6645 (java) S 6634 6637 4860 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979209369312 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6646] ppid=6634 vsize=10659048 memory=757752 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6646/stat : 6646 (java) S 6634 6637 4860 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979208316144 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6647] ppid=6634 vsize=10659048 memory=741848 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6647/stat : 6647 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979207264720 139980041480091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6648] ppid=6634 vsize=10659048 memory=4028 CPUtime=1.98 cores=0,2,4,6
/proc/6637/task/6648/stat : 6648 (java) S 6634 6637 4860 0 -1 1077944384 8545 0 0 0 197 1 0 0 20 0 15 0 92894259 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979206211824 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6649] ppid=6634 vsize=10659048 memory=0 CPUtime=1.83 cores=0,2,4,6
/proc/6637/task/6649/stat : 6649 (java) S 6634 6637 4860 0 -1 1077944384 8923 0 0 0 182 1 0 0 20 0 15 0 92894259 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979205159280 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6650] ppid=6634 vsize=10659048 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/6637/task/6650/stat : 6650 (java) S 6634 6637 4860 0 -1 1077944384 5458 0 0 0 61 2 0 0 20 0 15 0 92894259 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979204106224 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6651] ppid=6634 vsize=10659048 memory=741848 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6651/stat : 6651 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979203053920 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6652] ppid=6634 vsize=10659048 memory=8496 CPUtime=1.27 cores=0,2,4,6
/proc/6637/task/6652/stat : 6652 (java) S 6634 6637 4860 0 -1 1077944384 1625 0 0 0 66 61 0 0 20 0 15 0 92894259 10914865152 185462 33554432000 4194304 4196468 140735514807728 139979202001968 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
Current children cumulated CPU time: 2433.05 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 741848 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.40 1.41 3/215 6773
/proc/meminfo: memFree=25573236/32770624 swapFree=67108860/67108860
[pid=6637] ppid=6634 vsize=10659048 memory=717724 CPUtime=2494.1 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 4860 0 -1 1077944320 182385 0 0 0 249106 304 0 0 20 0 15 0 92894253 10914865152 179431 33554432000 4194304 4196468 140735514807728 140735514790272 139980041461495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
/proc/6637/statm: 2664762 179431 3176 1 0 2627263 0
[pid=6637/tid=6639] ppid=6634 vsize=10659048 memory=718752 CPUtime=2419.88 cores=0,2,4,6
/proc/6637/task/6639/stat : 6639 (java) R 6634 6637 4860 0 -1 4202560 54013 0 0 0 241937 51 0 0 20 0 15 0 92894254 10914865152 179431 33554432000 4194304 4196468 140735514807728 139980045701088 139979650131701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10659048 memory=723896 CPUtime=16.18 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 19239 0 0 0 1578 40 0 0 20 0 15 0 92894254 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10659048 memory=725948 CPUtime=16.14 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 18715 0 0 0 1574 40 0 0 20 0 15 0 92894254 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10659048 memory=730052 CPUtime=16.2 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 19603 0 0 0 1584 36 0 0 20 0 15 0 92894254 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10659048 memory=735692 CPUtime=16.16 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 19631 0 0 0 1575 41 0 0 20 0 15 0 92894254 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10659048 memory=737232 CPUtime=3.7 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 25211 0 0 0 316 54 0 0 20 0 15 0 92894256 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6645] ppid=6634 vsize=10659048 memory=735692 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6645/stat : 6645 (java) S 6634 6637 4860 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979209369312 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6646] ppid=6634 vsize=10659048 memory=732616 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6646/stat : 6646 (java) S 6634 6637 4860 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979208316144 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6647] ppid=6634 vsize=10659048 memory=731076 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6647/stat : 6647 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979207264720 139980041480091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6648] ppid=6634 vsize=10659048 memory=728512 CPUtime=1.98 cores=0,2,4,6
/proc/6637/task/6648/stat : 6648 (java) S 6634 6637 4860 0 -1 1077944384 8547 0 0 0 197 1 0 0 20 0 15 0 92894259 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979206211824 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6649] ppid=6634 vsize=10659048 memory=721844 CPUtime=1.83 cores=0,2,4,6
/proc/6637/task/6649/stat : 6649 (java) S 6634 6637 4860 0 -1 1077944384 8925 0 0 0 182 1 0 0 20 0 15 0 92894259 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979205159280 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6650] ppid=6634 vsize=10659048 memory=718252 CPUtime=0.63 cores=0,2,4,6
/proc/6637/task/6650/stat : 6650 (java) S 6634 6637 4860 0 -1 1077944384 5460 0 0 0 61 2 0 0 20 0 15 0 92894259 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979204106224 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6651] ppid=6634 vsize=10659048 memory=718752 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6651/stat : 6651 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979203053920 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6652] ppid=6634 vsize=10659048 memory=718236 CPUtime=1.3 cores=0,2,4,6
/proc/6637/task/6652/stat : 6652 (java) S 6634 6637 4860 0 -1 1077944384 1642 0 0 0 68 62 0 0 20 0 15 0 92894259 10914865152 179431 33554432000 4194304 4196468 140735514807728 139979202001968 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
Current children cumulated CPU time: 2494.1 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 717724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.7 s]
/proc/loadavg: 1.32 1.39 1.40 3/215 6853
/proc/meminfo: memFree=27431148/32770624 swapFree=67108860/67108860
[pid=6637] ppid=6634 vsize=10659048 memory=703360 CPUtime=2520.07 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 4860 0 -1 1077944320 182613 0 0 0 251701 306 0 0 20 0 15 0 92894253 10914865152 175840 33554432000 4194304 4196468 140735514807728 140735514790272 139980041461495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
/proc/6637/statm: 2664762 175840 3176 1 0 2627263 0
[pid=6637/tid=6639] ppid=6634 vsize=10659048 memory=704388 CPUtime=2445.03 cores=0,2,4,6
/proc/6637/task/6639/stat : 6639 (java) R 6634 6637 4860 0 -1 4202560 54196 0 0 0 244452 51 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139980045701008 139979651540728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10659048 memory=703360 CPUtime=16.37 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 19243 0 0 0 1597 40 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10659048 memory=703872 CPUtime=16.32 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 18717 0 0 0 1592 40 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10659048 memory=711056 CPUtime=16.39 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 19605 0 0 0 1602 37 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10659048 memory=715160 CPUtime=16.36 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 19656 0 0 0 1594 42 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10659048 memory=703360 CPUtime=3.75 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 25221 0 0 0 320 55 0 0 20 0 15 0 92894256 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6645] ppid=6634 vsize=10659048 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6645/stat : 6645 (java) S 6634 6637 4860 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979209369312 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6646] ppid=6634 vsize=10659048 memory=703360 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6646/stat : 6646 (java) S 6634 6637 4860 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979208316144 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6647] ppid=6634 vsize=10659048 memory=784940 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6647/stat : 6647 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979207264720 139980041480091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6648] ppid=6634 vsize=10659048 memory=703872 CPUtime=1.98 cores=0,2,4,6
/proc/6637/task/6648/stat : 6648 (java) S 6634 6637 4860 0 -1 1077944384 8547 0 0 0 197 1 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979206211824 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6649] ppid=6634 vsize=10659048 memory=8112282956445269571 CPUtime=1.83 cores=0,2,4,6
/proc/6637/task/6649/stat : 6649 (java) S 6634 6637 4860 0 -1 1077944384 8925 0 0 0 182 1 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979205159280 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6650] ppid=6634 vsize=10659048 memory=1004 CPUtime=0.63 cores=0,2,4,6
/proc/6637/task/6650/stat : 6650 (java) S 6634 6637 4860 0 -1 1077944384 5460 0 0 0 61 2 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979204106224 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6651] ppid=6634 vsize=10659048 memory=705924 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6651/stat : 6651 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979203053920 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6652] ppid=6634 vsize=10659048 memory=705924 CPUtime=1.31 cores=0,2,4,6
/proc/6637/task/6652/stat : 6652 (java) S 6634 6637 4860 0 -1 1077944384 1644 0 0 0 69 62 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979202001968 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 703360 KiB

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

[startup+2467.71 s]
# the end of solver process 6637 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.02 s, system=3.06654 s

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

[startup+2467.7 s]
/proc/loadavg: 1.32 1.39 1.40 3/215 6853
/proc/meminfo: memFree=27431148/32770624 swapFree=67108860/67108860
[pid=6637] ppid=6634 vsize=10659048 memory=703360 CPUtime=2520.07 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 4860 0 -1 1077944320 182613 0 0 0 251701 306 0 0 20 0 15 0 92894253 10914865152 175840 33554432000 4194304 4196468 140735514807728 140735514790272 139980041461495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
/proc/6637/statm: 2664762 175840 3176 1 0 2627263 0
[pid=6637/tid=6639] ppid=6634 vsize=10659048 memory=704388 CPUtime=2445.03 cores=0,2,4,6
/proc/6637/task/6639/stat : 6639 (java) R 6634 6637 4860 0 -1 4202560 54196 0 0 0 244452 51 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139980045701008 139979651540728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6640] ppid=6634 vsize=10659048 memory=703360 CPUtime=16.37 cores=0,2,4,6
/proc/6637/task/6640/stat : 6640 (java) S 6634 6637 4860 0 -1 1077944384 19243 0 0 0 1597 40 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979967535632 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6641] ppid=6634 vsize=10659048 memory=703872 CPUtime=16.32 cores=0,2,4,6
/proc/6637/task/6641/stat : 6641 (java) S 6634 6637 4860 0 -1 1077944384 18717 0 0 0 1592 40 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979966483088 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6642] ppid=6634 vsize=10659048 memory=711056 CPUtime=16.39 cores=0,2,4,6
/proc/6637/task/6642/stat : 6642 (java) S 6634 6637 4860 0 -1 1077944384 19605 0 0 0 1602 37 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979965430032 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6643] ppid=6634 vsize=10659048 memory=715160 CPUtime=16.36 cores=0,2,4,6
/proc/6637/task/6643/stat : 6643 (java) S 6634 6637 4860 0 -1 1077944384 19656 0 0 0 1594 42 0 0 20 0 15 0 92894254 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979644725648 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6644] ppid=6634 vsize=10659048 memory=703360 CPUtime=3.75 cores=0,2,4,6
/proc/6637/task/6644/stat : 6644 (java) S 6634 6637 4860 0 -1 1077944384 25221 0 0 0 320 55 0 0 20 0 15 0 92894256 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979294456560 139980041472642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6645] ppid=6634 vsize=10659048 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6645/stat : 6645 (java) S 6634 6637 4860 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979209369312 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6646] ppid=6634 vsize=10659048 memory=703360 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6646/stat : 6646 (java) S 6634 6637 4860 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 92894256 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979208316144 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6647] ppid=6634 vsize=10659048 memory=784940 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6647/stat : 6647 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979207264720 139980041480091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6648] ppid=6634 vsize=10659048 memory=703872 CPUtime=1.98 cores=0,2,4,6
/proc/6637/task/6648/stat : 6648 (java) S 6634 6637 4860 0 -1 1077944384 8547 0 0 0 197 1 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979206211824 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6649] ppid=6634 vsize=10659048 memory=8112282956445269571 CPUtime=1.83 cores=0,2,4,6
/proc/6637/task/6649/stat : 6649 (java) S 6634 6637 4860 0 -1 1077944384 8925 0 0 0 182 1 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979205159280 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6650] ppid=6634 vsize=10659048 memory=1004 CPUtime=0.63 cores=0,2,4,6
/proc/6637/task/6650/stat : 6650 (java) S 6634 6637 4860 0 -1 1077944384 5460 0 0 0 61 2 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979204106224 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6651] ppid=6634 vsize=10659048 memory=705924 CPUtime=0 cores=0,2,4,6
/proc/6637/task/6651/stat : 6651 (java) S 6634 6637 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979203053920 139980041471701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
[pid=6637/tid=6652] ppid=6634 vsize=10659048 memory=705924 CPUtime=1.31 cores=0,2,4,6
/proc/6637/task/6652/stat : 6652 (java) S 6634 6637 4860 0 -1 1077944384 1644 0 0 0 69 62 0 0 20 0 15 0 92894259 10914865152 175840 33554432000 4194304 4196468 140735514807728 139979202001968 139980041472642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 33038336 140735514813613 140735514813705 140735514813705 140735514816463 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 703360 KiB

Child status: 143
Real time (s): 2467.71
CPU time (s): 2520.09
CPU user time (s): 2517.02
CPU system time (s): 3.06654
CPU usage (%): 102.123
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 2752488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.03
system time used= 3.06654
maximum resident set size= 2752488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143628
involuntary context switches= 7589


# summary of solver processes directly reported to runsolver:
#   pid: 6637
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.02
#   total CPU system time (s): 3.06654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2137 second user time and 23.1766 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 06:48:31
IDJOB=4298296
IDBENCH=141097
IDSOLVER=2763
FILE ID=node151/4298296-1532753311
RUNJOBID= node151-1532740893-4891
PBS_JOBID= 21022447
Free space on /tmp= 54908 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-06-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298296-1532753311/watcher-4298296-1532753311 -o /tmp/evaluation-result-4298296-1532753311/solver-4298296-1532753311 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4891 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298296-1532753311.xml

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

MD5SUM BENCH= 94b29932a5e8df29c9e424c4b5fb4a2d
RANDOM SEED=1057578286

node151.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.87
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.87
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.87
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.87
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:        27116364 kB
MemAvailable:   30776304 kB
Buffers:          178392 kB
Cached:          3751148 kB
SwapCached:            0 kB
Active:          2619948 kB
Inactive:        2554720 kB
Active(anon):    1194884 kB
Inactive(anon):    78192 kB
Active(file):    1425064 kB
Inactive(file):  2476528 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             17908 kB
Writeback:             0 kB
AnonPages:       1214016 kB
Mapped:            54424 kB
Shmem:             25224 kB
Slab:             176332 kB
SReclaimable:     148368 kB
SUnreclaim:        27964 kB
KernelStack:        3808 kB
PageTables:         8068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3169488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1097728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54908 MiB
End job on node151 at 2018-07-28 07:29:38