Trace number 4298135

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.05 2481.52

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-08-opt_c18.xml
MD5SUM7a3b1dc099110b279ec20e4730d450e3
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 variables6202
Number of constraints5744
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":5286},{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":5287},{"degree":3,"count":38},{"degree":4,"count":17},{"degree":5,"count":102},{"degree":6,"count":22},{"degree":7,"count":111},{"degree":8,"count":16},{"degree":9,"count":111},{"degree":10,"count":35},{"degree":11,"count":48},{"degree":12,"count":33},{"degree":13,"count":52},{"degree":14,"count":19},{"degree":15,"count":61},{"degree":16,"count":14},{"degree":17,"count":33},{"degree":18,"count":10},{"degree":19,"count":26},{"degree":20,"count":19},{"degree":21,"count":18},{"degree":22,"count":8},{"degree":23,"count":15},{"degree":24,"count":11},{"degree":25,"count":13},{"degree":26,"count":1},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":6},{"degree":30,"count":10},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":34,"count":3},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":1},{"degree":38,"count":2},{"degree":39,"count":4},{"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 arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":5286}]
Number of extensional constraints5744
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":5744}]
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.02/2481.50	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298135-1532748350/watcher-4298135-1532748350 -o /tmp/evaluation-result-4298135-1532748350/solver-4298135-1532748350 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4891 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298135-1532748350.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=5704, runsolver pid=5701

[startup+0.100078 s]*
/proc/loadavg: 1.32 1.49 1.46 5/215 5719
/proc/meminfo: memFree=25640664/32770624 swapFree=67108860/67108860
[pid=5704] ppid=5701 vsize=10658972 memory=27884 CPUtime=0.12 cores=0,2,4,6
/proc/5704/stat : 5704 (java) S 5701 5704 4860 0 -1 1077944320 4889 0 0 0 12 0 0 0 20 0 15 0 92398194 10914787328 6971 33554432000 4194304 4196468 140725505718896 140725505701440 139694168682231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
/proc/5704/statm: 2664743 6971 2844 1 0 2627263 0
[pid=5704/tid=5706] ppid=5701 vsize=10658972 memory=-8679943305781146816 CPUtime=0.09 cores=0,2,4,6
/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 2758 0 0 0 9 0 0 0 20 0 15 0 92398194 10914787328 6971 33554432000 4194304 4196468 140725505718896 139694172911712 139694168703578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 6971 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 6971 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 6971 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 6971 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5712] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5712/stat : 5712 (java) S 5701 5704 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693659350048 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5713] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5713/stat : 5713 (java) S 5701 5704 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693658297200 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5714] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5714/stat : 5714 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693657245520 139694168700827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5715] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5715/stat : 5715 (java) R 5701 5704 4860 0 -1 4202560 317 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693656185408 139694152126459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5716] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5716/stat : 5716 (java) R 5701 5704 4860 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693655141104 139694168693378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5717] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0.02 cores=0,2,4,6
/proc/5704/task/5717/stat : 5717 (java) R 5701 5704 4860 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 92398200 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693654088304 139694147286974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5718] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5718/stat : 5718 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693653035744 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5719] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5719/stat : 5719 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 6971 33554432000 4194304 4196468 140725505718896 139693651983024 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27884 KiB

[startup+0.210532 s]*
/proc/loadavg: 1.32 1.49 1.46 5/215 5719
/proc/meminfo: memFree=25629612/32770624 swapFree=67108860/67108860
[pid=5704] ppid=5701 vsize=10658972 memory=40020 CPUtime=0.34 cores=0,2,4,6
/proc/5704/stat : 5704 (java) S 5701 5704 4860 0 -1 1077944320 7579 0 0 0 33 1 0 0 20 0 15 0 92398194 10914787328 10005 33554432000 4194304 4196468 140725505718896 140725505701440 139694168682231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
/proc/5704/statm: 2664743 10005 2988 1 0 2627263 0
[pid=5704/tid=5706] ppid=5701 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 4600 0 0 0 19 1 0 0 20 0 15 0 92398194 10914787328 10005 33554432000 4194304 4196468 140725505718896 139694172913264 139694152762718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10658972 memory=364 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 10005 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10658972 memory=140216274660805 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 10005 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 10005 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 10005 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5712] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5712/stat : 5712 (java) S 5701 5704 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693659350048 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5713] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5713/stat : 5713 (java) S 5701 5704 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693658297200 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5714] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5714/stat : 5714 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693657245520 139694168700827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5715] ppid=5701 vsize=10658972 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5704/task/5715/stat : 5715 (java) R 5701 5704 4860 0 -1 4202560 563 0 0 0 3 0 0 0 20 0 15 0 92398200 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693656185480 139694161399383 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5716] ppid=5701 vsize=10658972 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5704/task/5716/stat : 5716 (java) D 5701 5704 4860 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 15 0 92398200 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693655122120 139694160919358 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5717] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0.08 cores=0,2,4,6
/proc/5704/task/5717/stat : 5717 (java) D 5701 5704 4860 0 -1 4202560 846 0 0 0 8 0 0 0 20 0 15 0 92398200 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693654084952 139694160919358 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5718] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5718/stat : 5718 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693653035744 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5719] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5719/stat : 5719 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 10005 33554432000 4194304 4196468 140725505718896 139693651983024 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40020 KiB

[startup+0.311192 s]*
/proc/loadavg: 1.32 1.49 1.46 5/215 5719
/proc/meminfo: memFree=25591980/32770624 swapFree=67108860/67108860
[pid=5704] ppid=5701 vsize=10658972 memory=84740 CPUtime=0.66 cores=0,2,4,6
/proc/5704/stat : 5704 (java) S 5701 5704 4860 0 -1 1077944320 9554 0 0 0 63 3 0 0 20 0 15 0 92398194 10914787328 21185 33554432000 4194304 4196468 140725505718896 140725505701440 139694168682231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
/proc/5704/statm: 2664743 21185 3040 1 0 2627263 0
[pid=5704/tid=5706] ppid=5701 vsize=10658972 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 4626 0 0 0 28 2 0 0 20 0 15 0 92398194 10914787328 21185 33554432000 4194304 4196468 140725505718896 139694172921280 139694168704157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10658972 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 21185 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10658972 memory=15961317609445016 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 21185 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 21185 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92398195 10914787328 21185 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5712] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5712/stat : 5712 (java) S 5701 5704 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693659350048 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5713] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5713/stat : 5713 (java) S 5701 5704 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92398197 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693658297200 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5714] ppid=5701 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5714/stat : 5714 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693657245520 139694168700827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5715] ppid=5701 vsize=10658972 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5704/task/5715/stat : 5715 (java) R 5701 5704 4860 0 -1 4202560 1494 0 0 0 12 0 0 0 20 0 15 0 92398200 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693656175016 139694147924739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5716] ppid=5701 vsize=10658972 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/5704/task/5716/stat : 5716 (java) R 5701 5704 4860 0 -1 4202560 879 0 0 0 10 0 0 0 20 0 15 0 92398200 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693655127648 139694153079041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5717] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0.12 cores=0,2,4,6
/proc/5704/task/5717/stat : 5717 (java) S 5701 5704 4860 0 -1 1077944384 1187 0 0 0 12 0 0 0 20 0 15 0 92398200 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693654088304 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5718] ppid=5701 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5718/stat : 5718 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693653035744 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5719] ppid=5701 vsize=10658972 memory=140216274654848 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5719/stat : 5719 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398200 10914787328 21185 33554432000 4194304 4196468 140725505718896 139693651983024 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 84740 KiB

[startup+0.701037 s]
/proc/loadavg: 1.32 1.49 1.46 5/215 5719
/proc/meminfo: memFree=25554820/32770624 swapFree=67108860/67108860
[pid=5704] ppid=5701 vsize=10659048 memory=222924 CPUtime=1.91 cores=0,2,4,6
/proc/5704/stat : 5704 (java) S 5701 5704 4860 0 -1 1077944320 11487 0 0 0 185 6 0 0 20 0 15 0 92398194 10914865152 55731 33554432000 4194304 4196468 140725505718896 140725505701440 139694168682231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
/proc/5704/statm: 2664762 55731 3104 1 0 2627263 0
[pid=5704/tid=5706] ppid=5701 vsize=10659048 memory=1840 CPUtime=0.65 cores=0,2,4,6
/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 4992 0 0 0 61 4 0 0 20 0 15 0 92398194 10914865152 55731 33554432000 4194304 4196468 140725505718896 139694172919168 139693764371127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10659048 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 92398195 10914865152 55731 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10659048 memory=12060 CPUtime=0.01 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 92398195 10914865152 55731 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10659048 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 92398195 10914865152 55731 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10659048 memory=792 CPUtime=0.01 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 92398195 10914865152 55731 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10659048 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5712] ppid=5701 vsize=10659048 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5712/stat : 5712 (java) S 5701 5704 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693659350048 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5713] ppid=5701 vsize=10659048 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5713/stat : 5713 (java) S 5701 5704 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693658297200 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5714] ppid=5701 vsize=10659048 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5714/stat : 5714 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693657245520 139694168700827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5715] ppid=5701 vsize=10659048 memory=7163631965283378496 CPUtime=0.46 cores=0,2,4,6
/proc/5704/task/5715/stat : 5715 (java) R 5701 5704 4860 0 -1 4202560 2002 0 0 0 46 0 0 0 20 0 15 0 92398200 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693656194032 139694149434537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5716] ppid=5701 vsize=10659048 memory=7667213801450137426 CPUtime=0.45 cores=0,2,4,6
/proc/5704/task/5716/stat : 5716 (java) R 5701 5704 4860 0 -1 4202560 1419 0 0 0 45 0 0 0 20 0 15 0 92398200 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693655141232 139694150200119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5717] ppid=5701 vsize=10659048 memory=7368003688827211856 CPUtime=0.27 cores=0,2,4,6
/proc/5704/task/5717/stat : 5717 (java) S 5701 5704 4860 0 -1 1077944384 1540 0 0 0 27 0 0 0 20 0 15 0 92398200 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693654088304 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5718] ppid=5701 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5718/stat : 5718 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693653035744 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5719] ppid=5701 vsize=10659048 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5719/stat : 5719 (java) S 5701 5704 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 55731 33554432000 4194304 4196468 140725505718896 139693651983024 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 222924 KiB

[startup+1.50075 s]
/proc/loadavg: 1.32 1.49 1.46 3/215 5719
/proc/meminfo: memFree=25350212/32770624 swapFree=67108860/67108860
[pid=5704] ppid=5701 vsize=10659048 memory=419484 CPUtime=3.29 cores=0,2,4,6
/proc/5704/stat : 5704 (java) S 5701 5704 4860 0 -1 1077944320 12807 0 0 0 309 20 0 0 20 0 15 0 92398194 10914865152 104871 33554432000 4194304 4196468 140725505718896 140725505701440 139694168682231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
/proc/5704/statm: 2664762 104871 3128 1 0 2627263 0
[pid=5704/tid=5706] ppid=5701 vsize=10659048 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 5065 0 0 0 132 5 0 0 20 0 15 0 92398194 10914865152 104871 33554432000 4194304 4196468 140725505718896 139694172916336 139693764239633 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10659048 memory=-8754540793456063680 CPUtime=0.06 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 167 0 0 0 4 2 0 0 20 0 15 0 92398195 10914865152 104871 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10659048 memory=-2843869621055772062 CPUtime=0.08 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 126 0 0 0 5 3 0 0 20 0 15 0 92398195 10914865152 104871 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10659048 memory=5450919713671312938 CPUtime=0.07 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 316 0 0 0 4 3 0 0 20 0 15 0 92398195 10914865152 104871 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10659048 memory=7005738693937936738 CPUtime=0.07 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 182 0 0 0 5 2 0 0 20 0 15 0 92398195 10914865152 104871 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 104871 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0

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

/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 132222 0 0 0 236898 53 0 0 20 0 15 0 92398194 10914865152 576657 33554432000 4194304 4196468 140725505718896 139694172921792 139693768976699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10659048 memory=2322536 CPUtime=10.04 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 23449 0 0 0 970 34 0 0 20 0 15 0 92398195 10914865152 576657 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10659048 memory=0 CPUtime=10.06 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 19136 0 0 0 973 33 0 0 20 0 15 0 92398195 10914865152 576657 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10659048 memory=2323560 CPUtime=10.07 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 21182 0 0 0 972 35 0 0 20 0 15 0 92398195 10914865152 576657 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10659048 memory=2317400 CPUtime=10.06 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 20000 0 0 0 973 33 0 0 20 0 15 0 92398195 10914865152 576657 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10659048 memory=2308680 CPUtime=1.35 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 17033 0 0 0 105 30 0 0 20 0 15 0 92398197 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5712] ppid=5701 vsize=10659048 memory=2307656 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5712/stat : 5712 (java) S 5701 5704 4860 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693659350112 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5713] ppid=5701 vsize=10659048 memory=2306628 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5713/stat : 5713 (java) S 5701 5704 4860 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693658297200 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5714] ppid=5701 vsize=10659048 memory=2316376 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5714/stat : 5714 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693657245520 139694168700827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5715] ppid=5701 vsize=10659048 memory=1296 CPUtime=2.77 cores=0,2,4,6
/proc/5704/task/5715/stat : 5715 (java) S 5701 5704 4860 0 -1 1077944384 15710 0 0 0 275 2 0 0 20 0 15 0 92398200 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693656193904 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5716] ppid=5701 vsize=10659048 memory=2424 CPUtime=2.93 cores=0,2,4,6
/proc/5704/task/5716/stat : 5716 (java) S 5701 5704 4860 0 -1 1077944384 17912 0 0 0 291 2 0 0 20 0 15 0 92398200 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693655141104 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5717] ppid=5701 vsize=10659048 memory=2307656 CPUtime=0.67 cores=0,2,4,6
/proc/5704/task/5717/stat : 5717 (java) S 5701 5704 4860 0 -1 1077944384 5359 0 0 0 66 1 0 0 20 0 15 0 92398200 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693654088304 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5718] ppid=5701 vsize=10659048 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5718/stat : 5718 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693653035744 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5719] ppid=5701 vsize=10659048 memory=2308168 CPUtime=1.27 cores=0,2,4,6
/proc/5704/task/5719/stat : 5719 (java) S 5701 5704 4860 0 -1 1077944384 1804 0 0 0 64 63 0 0 20 0 15 0 92398200 10914865152 576657 33554432000 4194304 4196468 140725505718896 139693651983024 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
Current children cumulated CPU time: 2418.83 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2306628 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.30 1.39 3/215 5814
/proc/meminfo: memFree=23508076/32770624 swapFree=67108860/67108860
[pid=5704] ppid=5701 vsize=10659048 memory=2285072 CPUtime=2480.02 cores=0,2,4,6
/proc/5704/stat : 5704 (java) S 5701 5704 4860 0 -1 1077944320 280950 0 0 0 247732 270 0 0 20 0 15 0 92398194 10914865152 571268 33554432000 4194304 4196468 140725505718896 140725505701440 139694168682231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
/proc/5704/statm: 2664762 571268 3187 1 0 2627263 0
[pid=5704/tid=5706] ppid=5701 vsize=10659048 memory=2285584 CPUtime=2428.97 cores=0,2,4,6
/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 133674 0 0 0 242843 54 0 0 20 0 15 0 92398194 10914865152 571268 33554432000 4194304 4196468 140725505718896 139694172921792 139693768110625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10659048 memory=2285076 CPUtime=10.45 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 24186 0 0 0 1010 35 0 0 20 0 15 0 92398195 10914865152 571268 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10659048 memory=2284048 CPUtime=10.47 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 20240 0 0 0 1014 33 0 0 20 0 15 0 92398195 10914865152 571268 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10659048 memory=2283536 CPUtime=10.49 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 21971 0 0 0 1013 36 0 0 20 0 15 0 92398195 10914865152 571268 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10659048 memory=2285072 CPUtime=10.47 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 21081 0 0 0 1013 34 0 0 20 0 15 0 92398195 10914865152 571268 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10659048 memory=8112282956445269571 CPUtime=1.4 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 17525 0 0 0 110 30 0 0 20 0 15 0 92398197 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5712] ppid=5701 vsize=10659048 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5712/stat : 5712 (java) S 5701 5704 4860 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693659350112 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5713] ppid=5701 vsize=10659048 memory=2285584 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5713/stat : 5713 (java) S 5701 5704 4860 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693658297200 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5714] ppid=5701 vsize=10659048 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5714/stat : 5714 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693657245520 139694168700827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5715] ppid=5701 vsize=10659048 memory=2285584 CPUtime=2.77 cores=0,2,4,6
/proc/5704/task/5715/stat : 5715 (java) S 5701 5704 4860 0 -1 1077944384 15716 0 0 0 275 2 0 0 20 0 15 0 92398200 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693656193904 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5716] ppid=5701 vsize=10659048 memory=2285584 CPUtime=2.93 cores=0,2,4,6
/proc/5704/task/5716/stat : 5716 (java) S 5701 5704 4860 0 -1 1077944384 17916 0 0 0 291 2 0 0 20 0 15 0 92398200 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693655141104 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5717] ppid=5701 vsize=10659048 memory=2283536 CPUtime=0.67 cores=0,2,4,6
/proc/5704/task/5717/stat : 5717 (java) S 5701 5704 4860 0 -1 1077944384 5363 0 0 0 66 1 0 0 20 0 15 0 92398200 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693654088304 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5718] ppid=5701 vsize=10659048 memory=2283536 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5718/stat : 5718 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693653035744 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5719] ppid=5701 vsize=10659048 memory=2285072 CPUtime=1.31 cores=0,2,4,6
/proc/5704/task/5719/stat : 5719 (java) S 5701 5704 4860 0 -1 1077944384 1860 0 0 0 66 65 0 0 20 0 15 0 92398200 10914865152 571268 33554432000 4194304 4196468 140725505718896 139693651983024 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
Current children cumulated CPU time: 2480.02 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2285072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.5 s]
/proc/loadavg: 1.25 1.29 1.38 3/215 5967
/proc/meminfo: memFree=23363476/32770624 swapFree=67108860/67108860
[pid=5704] ppid=5701 vsize=10659048 memory=2257368 CPUtime=2520.02 cores=0,2,4,6
/proc/5704/stat : 5704 (java) S 5701 5704 4860 0 -1 1077944320 284044 0 0 0 251729 273 0 0 20 0 15 0 92398194 10914865152 564342 33554432000 4194304 4196468 140725505718896 140725505701440 139694168682231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
/proc/5704/statm: 2664762 564342 3187 1 0 2627263 0
[pid=5704/tid=5706] ppid=5701 vsize=10659048 memory=2266604 CPUtime=2467.82 cores=0,2,4,6
/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 134446 0 0 0 246728 54 0 0 20 0 15 0 92398194 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694172921904 139693768977114 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10659048 memory=2264036 CPUtime=10.71 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 24557 0 0 0 1036 35 0 0 20 0 15 0 92398195 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10659048 memory=2261984 CPUtime=10.74 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 20632 0 0 0 1040 34 0 0 20 0 15 0 92398195 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10659048 memory=2258908 CPUtime=10.76 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 22819 0 0 0 1039 37 0 0 20 0 15 0 92398195 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10659048 memory=2258396 CPUtime=10.75 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 21507 0 0 0 1041 34 0 0 20 0 15 0 92398195 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10659048 memory=2257368 CPUtime=1.45 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 17773 0 0 0 114 31 0 0 20 0 15 0 92398197 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5712] ppid=5701 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5712/stat : 5712 (java) S 5701 5704 4860 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693659350112 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5713] ppid=5701 vsize=10659048 memory=2257368 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5713/stat : 5713 (java) S 5701 5704 4860 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693658297200 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5714] ppid=5701 vsize=10659048 memory=2259932 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5714/stat : 5714 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693657245520 139694168700827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5715] ppid=5701 vsize=10659048 memory=2259932 CPUtime=2.77 cores=0,2,4,6
/proc/5704/task/5715/stat : 5715 (java) S 5701 5704 4860 0 -1 1077944384 15724 0 0 0 275 2 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693656193904 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5716] ppid=5701 vsize=10659048 memory=2258908 CPUtime=2.93 cores=0,2,4,6
/proc/5704/task/5716/stat : 5716 (java) S 5701 5704 4860 0 -1 1077944384 17919 0 0 0 291 2 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693655141104 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5717] ppid=5701 vsize=10659048 memory=18248 CPUtime=0.67 cores=0,2,4,6
/proc/5704/task/5717/stat : 5717 (java) S 5701 5704 4860 0 -1 1077944384 5367 0 0 0 66 1 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693654088304 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5718] ppid=5701 vsize=10659048 memory=2258908 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5718/stat : 5718 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693653035744 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5719] ppid=5701 vsize=10659048 memory=132 CPUtime=1.33 cores=0,2,4,6
/proc/5704/task/5719/stat : 5719 (java) S 5701 5704 4860 0 -1 1077944384 1882 0 0 0 67 66 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693651983024 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2257368 KiB

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

[startup+2481.52 s]
# the end of solver process 5704 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.3 s, system=2.74683 s

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

[startup+2481.5 s]
/proc/loadavg: 1.25 1.29 1.38 3/215 5967
/proc/meminfo: memFree=23363476/32770624 swapFree=67108860/67108860
[pid=5704] ppid=5701 vsize=10659048 memory=2257368 CPUtime=2520.02 cores=0,2,4,6
/proc/5704/stat : 5704 (java) S 5701 5704 4860 0 -1 1077944320 284044 0 0 0 251729 273 0 0 20 0 15 0 92398194 10914865152 564342 33554432000 4194304 4196468 140725505718896 140725505701440 139694168682231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
/proc/5704/statm: 2664762 564342 3187 1 0 2627263 0
[pid=5704/tid=5706] ppid=5701 vsize=10659048 memory=2266604 CPUtime=2467.82 cores=0,2,4,6
/proc/5704/task/5706/stat : 5706 (java) R 5701 5704 4860 0 -1 4202560 134446 0 0 0 246728 54 0 0 20 0 15 0 92398194 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694172921904 139693768977114 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5707] ppid=5701 vsize=10659048 memory=2264036 CPUtime=10.71 cores=0,2,4,6
/proc/5704/task/5707/stat : 5707 (java) S 5701 5704 4860 0 -1 1077944384 24557 0 0 0 1036 35 0 0 20 0 15 0 92398195 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694094757008 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5708] ppid=5701 vsize=10659048 memory=2261984 CPUtime=10.74 cores=0,2,4,6
/proc/5704/task/5708/stat : 5708 (java) S 5701 5704 4860 0 -1 1077944384 20632 0 0 0 1040 34 0 0 20 0 15 0 92398195 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694093704208 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5709] ppid=5701 vsize=10659048 memory=2258908 CPUtime=10.76 cores=0,2,4,6
/proc/5704/task/5709/stat : 5709 (java) S 5701 5704 4860 0 -1 1077944384 22819 0 0 0 1039 37 0 0 20 0 15 0 92398195 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694092651408 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5710] ppid=5701 vsize=10659048 memory=2258396 CPUtime=10.75 cores=0,2,4,6
/proc/5704/task/5710/stat : 5710 (java) S 5701 5704 4860 0 -1 1077944384 21507 0 0 0 1041 34 0 0 20 0 15 0 92398195 10914865152 564342 33554432000 4194304 4196468 140725505718896 139694091598608 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5711] ppid=5701 vsize=10659048 memory=2257368 CPUtime=1.45 cores=0,2,4,6
/proc/5704/task/5711/stat : 5711 (java) S 5701 5704 4860 0 -1 1077944384 17773 0 0 0 114 31 0 0 20 0 15 0 92398197 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693660404080 139694168693378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5712] ppid=5701 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5712/stat : 5712 (java) S 5701 5704 4860 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693659350112 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5713] ppid=5701 vsize=10659048 memory=2257368 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5713/stat : 5713 (java) S 5701 5704 4860 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92398197 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693658297200 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5714] ppid=5701 vsize=10659048 memory=2259932 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5714/stat : 5714 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693657245520 139694168700827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5715] ppid=5701 vsize=10659048 memory=2259932 CPUtime=2.77 cores=0,2,4,6
/proc/5704/task/5715/stat : 5715 (java) S 5701 5704 4860 0 -1 1077944384 15724 0 0 0 275 2 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693656193904 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5716] ppid=5701 vsize=10659048 memory=2258908 CPUtime=2.93 cores=0,2,4,6
/proc/5704/task/5716/stat : 5716 (java) S 5701 5704 4860 0 -1 1077944384 17919 0 0 0 291 2 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693655141104 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5717] ppid=5701 vsize=10659048 memory=18248 CPUtime=0.67 cores=0,2,4,6
/proc/5704/task/5717/stat : 5717 (java) S 5701 5704 4860 0 -1 1077944384 5367 0 0 0 66 1 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693654088304 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5718] ppid=5701 vsize=10659048 memory=2258908 CPUtime=0 cores=0,2,4,6
/proc/5704/task/5718/stat : 5718 (java) S 5701 5704 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693653035744 139694168692437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
[pid=5704/tid=5719] ppid=5701 vsize=10659048 memory=132 CPUtime=1.33 cores=0,2,4,6
/proc/5704/task/5719/stat : 5719 (java) S 5701 5704 4860 0 -1 1077944384 1882 0 0 0 67 66 0 0 20 0 15 0 92398200 10914865152 564342 33554432000 4194304 4196468 140725505718896 139693651983024 139694168693378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 27136000 140725505721517 140725505721609 140725505721609 140725505724367 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2257368 KiB

Child status: 143
Real time (s): 2481.52
CPU time (s): 2520.05
CPU user time (s): 2517.3
CPU system time (s): 2.74683
CPU usage (%): 101.553
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 3071632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.3
system time used= 2.74683
maximum resident set size= 3073680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284414
page faults= 0
swaps= 0
block input operations= 152
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85228
involuntary context switches= 5384


# summary of solver processes directly reported to runsolver:
#   pid: 5704
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.3
#   total CPU system time (s): 2.74683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7259 second user time and 21.9075 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 05:25:50
IDJOB=4298135
IDBENCH=141074
IDSOLVER=2763
FILE ID=node151/4298135-1532748350
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-scen-08-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298135-1532748350/watcher-4298135-1532748350 -o /tmp/evaluation-result-4298135-1532748350/solver-4298135-1532748350 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4891 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298135-1532748350.xml

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

MD5SUM BENCH= 7a3b1dc099110b279ec20e4730d450e3
RANDOM SEED=1743046052

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:        25657348 kB
MemAvailable:   29313112 kB
Buffers:          176776 kB
Cached:          3748516 kB
SwapCached:            0 kB
Active:          4078768 kB
Inactive:        2550808 kB
Active(anon):    2653908 kB
Inactive(anon):    78192 kB
Active(file):    1424860 kB
Inactive(file):  2472616 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             19400 kB
Writeback:             0 kB
AnonPages:       2712224 kB
Mapped:            54104 kB
Shmem:             25224 kB
Slab:             175844 kB
SReclaimable:     148248 kB
SUnreclaim:        27596 kB
KernelStack:        3568 kB
PageTables:        11264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3527876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2598912 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= 54900 MiB
End job on node151 at 2018-07-28 06:07:12