Trace number 4299969

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MiniCPFever 2018-04-29? (TO) 2520.08 2502.51

General information on the benchmark

NameMagicSquare/
MagicSquare-15-sum_c18.xml
MD5SUMd64daa3cf1f3eb705836a312580fe3db
Bench CategoryCSP (decision 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 variables225
Number of constraints33
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":196},{"degree":4,"count":28},{"degree":5,"count":1}]
Minimum constraint arity15
Maximum constraint arity225
Distribution of constraint arities[{"arity":15,"count":32},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
2520.06/2502.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 (9681 MiB free)
  memory of node 1: 16384 MiB (12787 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299969-1532836049/watcher-4299969-1532836049 -o /tmp/evaluation-result-4299969-1532836049/solver-4299969-1532836049 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4380 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299969-1532836049.xml 

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

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


[startup+0.104701 s]*
/proc/loadavg: 1.40 1.32 1.32 4/215 7518
/proc/meminfo: memFree=22992008/32770624 swapFree=67108860/67108860
[pid=7503] ppid=7500 vsize=10658972 memory=27920 CPUtime=0.14 cores=1,3,5,7
/proc/7503/stat : 7503 (java) S 7500 7503 4348 0 -1 1077944320 5355 0 0 0 13 1 0 0 20 0 15 0 101168099 10914787328 6980 33554432000 4194304 4196468 140727584651968 140727584634512 140640386502391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
/proc/7503/statm: 2664743 6980 2896 1 0 2627263 0
[pid=7503/tid=7505] ppid=7500 vsize=10658972 memory=-8969861432281494720 CPUtime=0.09 cores=1,3,5,7
/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 3163 0 0 0 9 0 0 0 20 0 15 0 101168100 10914787328 6980 33554432000 4194304 4196468 140727584651968 140640390731248 140640386523738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101168100 10914787328 6980 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10658972 memory=140193088726656 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914787328 6980 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914787328 6980 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914787328 6980 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10658972 memory=140193088726656 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101168102 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7511] ppid=7500 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7511/stat : 7511 (java) S 7500 7503 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101168102 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639743002016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7512] ppid=7500 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7512/stat : 7512 (java) S 7500 7503 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101168102 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639741949424 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7513] ppid=7500 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7513/stat : 7513 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639740898000 140640386520987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7514] ppid=7500 vsize=10658972 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7503/task/7514/stat : 7514 (java) S 7500 7503 4348 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 101168105 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639739844592 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7515] ppid=7500 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7515/stat : 7515 (java) R 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639738792048 140640386513538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7516] ppid=7500 vsize=10658972 memory=140193088726656 CPUtime=0.02 cores=1,3,5,7
/proc/7503/task/7516/stat : 7516 (java) R 7500 7503 4348 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 101168105 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639737735496 140640365904336 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7517] ppid=7500 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7517/stat : 7517 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639736687200 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7518] ppid=7500 vsize=10658972 memory=140193088726656 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7518/stat : 7518 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168105 10914787328 6980 33554432000 4194304 4196468 140727584651968 140639735634736 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27920 KiB

[startup+0.210486 s]*
/proc/loadavg: 1.40 1.32 1.32 3/215 7518
/proc/meminfo: memFree=22980100/32770624 swapFree=67108860/67108860
[pid=7503] ppid=7500 vsize=10659048 memory=40388 CPUtime=0.32 cores=1,3,5,7
/proc/7503/stat : 7503 (java) S 7500 7503 4348 0 -1 1077944320 8144 0 0 0 30 2 0 0 20 0 15 0 101168099 10914865152 10097 33554432000 4194304 4196468 140727584651968 140727584634512 140640386502391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
/proc/7503/statm: 2664762 10097 2960 1 0 2627263 0
[pid=7503/tid=7505] ppid=7500 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 5233 0 0 0 18 2 0 0 20 0 15 0 101168100 10914865152 10100 33554432000 4194304 4196468 140727584651968 140640390734704 140640386524317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10659048 memory=345 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 10100 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10659048 memory=140193089047893 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 10100 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 10100 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 10100 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10659048 memory=140193088726656 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7511] ppid=7500 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7511/stat : 7511 (java) S 7500 7503 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639743002016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7512] ppid=7500 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7512/stat : 7512 (java) S 7500 7503 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639741949424 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7513] ppid=7500 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7513/stat : 7513 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639740898000 140640386520987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7514] ppid=7500 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7503/task/7514/stat : 7514 (java) S 7500 7503 4348 0 -1 1077944384 511 0 0 0 2 0 0 0 20 0 15 0 101168105 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639739844592 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7515] ppid=7500 vsize=10659048 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7503/task/7515/stat : 7515 (java) S 7500 7503 4348 0 -1 1077944384 307 0 0 0 2 0 0 0 20 0 15 0 101168105 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639738792048 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7516] ppid=7500 vsize=10659048 memory=140193088726656 CPUtime=0.07 cores=1,3,5,7
/proc/7503/task/7516/stat : 7516 (java) S 7500 7503 4348 0 -1 1077944384 734 0 0 0 7 0 0 0 20 0 15 0 101168105 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639737739504 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7517] ppid=7500 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7517/stat : 7517 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639736687200 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7518] ppid=7500 vsize=10659048 memory=140193088726656 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7518/stat : 7518 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 10100 33554432000 4194304 4196468 140727584651968 140639735634736 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40388 KiB

[startup+0.310069 s]*
/proc/loadavg: 1.40 1.32 1.32 4/215 7518
/proc/meminfo: memFree=22974020/32770624 swapFree=67108860/67108860
[pid=7503] ppid=7500 vsize=10659048 memory=46960 CPUtime=0.57 cores=1,3,5,7
/proc/7503/stat : 7503 (java) S 7500 7503 4348 0 -1 1077944320 8729 0 0 0 54 3 0 0 20 0 15 0 101168099 10914865152 11740 33554432000 4194304 4196468 140727584651968 140727584634512 140640386502391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
/proc/7503/statm: 2664762 11740 3049 1 0 2627263 0
[pid=7503/tid=7505] ppid=7500 vsize=10659048 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 5552 0 0 0 27 2 0 0 20 0 15 0 101168100 10914865152 11740 33554432000 4194304 4196468 140727584651968 140640390739168 140640370546021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10659048 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 11740 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10659048 memory=13703997085247128 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 11740 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 11740 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 11740 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10659048 memory=140193088726656 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7511] ppid=7500 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7511/stat : 7511 (java) S 7500 7503 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639743002016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7512] ppid=7500 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7512/stat : 7512 (java) S 7500 7503 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639741949424 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7513] ppid=7500 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7513/stat : 7513 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639740898000 140640386520987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7514] ppid=7500 vsize=10659048 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7503/task/7514/stat : 7514 (java) R 7500 7503 4348 0 -1 4202560 533 0 0 0 4 0 0 0 20 0 15 0 101168105 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639739836368 140640370899182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7515] ppid=7500 vsize=10659048 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7503/task/7515/stat : 7515 (java) R 7500 7503 4348 0 -1 1077944384 416 0 0 0 7 0 0 0 20 0 15 0 101168105 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639738792144 140640386512597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7516] ppid=7500 vsize=10659048 memory=140193088726656 CPUtime=0.14 cores=1,3,5,7
/proc/7503/task/7516/stat : 7516 (java) R 7500 7503 4348 0 -1 4202560 866 0 0 0 14 0 0 0 20 0 15 0 101168105 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639737734768 140640378739518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7517] ppid=7500 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7517/stat : 7517 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639736687200 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7518] ppid=7500 vsize=10659048 memory=140193088726656 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7518/stat : 7518 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 11740 33554432000 4194304 4196468 140727584651968 140639735634736 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46960 KiB

[startup+0.700801 s]
/proc/loadavg: 1.40 1.32 1.32 5/215 7518
/proc/meminfo: memFree=22941944/32770624 swapFree=67108860/67108860
[pid=7503] ppid=7500 vsize=10659048 memory=127584 CPUtime=1.57 cores=1,3,5,7
/proc/7503/stat : 7503 (java) S 7500 7503 4348 0 -1 1077944320 11008 0 0 0 153 4 0 0 20 0 15 0 101168099 10914865152 31896 33554432000 4194304 4196468 140727584651968 140727584634512 140640386502391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
/proc/7503/statm: 2664762 31896 3086 1 0 2627263 0
[pid=7503/tid=7505] ppid=7500 vsize=10659048 memory=1836 CPUtime=0.67 cores=1,3,5,7
/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 5590 0 0 0 64 3 0 0 20 0 15 0 101168100 10914865152 31896 33554432000 4194304 4196468 140727584651968 140640390739664 140639998481518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10659048 memory=13044 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 31896 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 31896 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10659048 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 31896 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 31896 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10659048 memory=8556 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7511] ppid=7500 vsize=10659048 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7511/stat : 7511 (java) S 7500 7503 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639743002016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7512] ppid=7500 vsize=10659048 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7512/stat : 7512 (java) S 7500 7503 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639741949424 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7513] ppid=7500 vsize=10659048 memory=7668879548562892096 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7513/stat : 7513 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639740898000 140640386520987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7514] ppid=7500 vsize=10659048 memory=7881696724453321575 CPUtime=0.34 cores=1,3,5,7
/proc/7503/task/7514/stat : 7514 (java) S 7500 7503 4348 0 -1 1077944384 1644 0 0 0 34 0 0 0 20 0 15 0 101168105 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639739844592 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7515] ppid=7500 vsize=10659048 memory=5787213827063244903 CPUtime=0.35 cores=1,3,5,7
/proc/7503/task/7515/stat : 7515 (java) S 7500 7503 4348 0 -1 1077944384 1322 0 0 0 35 0 0 0 20 0 15 0 101168105 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639738792048 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7516] ppid=7500 vsize=10659048 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/7503/task/7516/stat : 7516 (java) S 7500 7503 4348 0 -1 1077944384 1084 0 0 0 18 0 0 0 20 0 15 0 101168105 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639737739504 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7517] ppid=7500 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7517/stat : 7517 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639736687200 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7518] ppid=7500 vsize=10659048 memory=33 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7518/stat : 7518 (java) S 7500 7503 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 31896 33554432000 4194304 4196468 140727584651968 140639735634736 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 127584 KiB

[startup+1.5008 s]
/proc/loadavg: 1.40 1.32 1.32 3/215 7518
/proc/meminfo: memFree=22840648/32770624 swapFree=67108860/67108860
[pid=7503] ppid=7500 vsize=10659048 memory=183084 CPUtime=2.51 cores=1,3,5,7
/proc/7503/stat : 7503 (java) S 7500 7503 4348 0 -1 1077944320 11144 0 0 0 245 6 0 0 20 0 15 0 101168099 10914865152 45771 33554432000 4194304 4196468 140727584651968 140727584634512 140640386502391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
/proc/7503/statm: 2664762 45771 3090 1 0 2627263 0
[pid=7503/tid=7505] ppid=7500 vsize=10659048 memory=8112282956445269571 CPUtime=1.47 cores=1,3,5,7
/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 5617 0 0 0 143 4 0 0 20 0 15 0 101168100 10914865152 45771 33554432000 4194304 4196468 140727584651968 140640390741680 140639998693706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10659048 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 45771 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10659048 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 45771 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10659048 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 45771 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10659048 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 101168100 10914865152 45771 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 45771 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0

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

/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 21051 0 0 0 242647 20 0 0 20 0 15 0 101168100 10914865152 80357 33554432000 4194304 4196468 140727584651968 140640390741504 140639998776843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10659048 memory=321428 CPUtime=6.12 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 5884 0 0 0 565 47 0 0 20 0 15 0 101168100 10914865152 80357 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10659048 memory=319380 CPUtime=6.14 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 4758 0 0 0 571 43 0 0 20 0 15 0 101168100 10914865152 80357 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10659048 memory=321428 CPUtime=6.12 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 4100 0 0 0 569 43 0 0 20 0 15 0 101168100 10914865152 80357 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10659048 memory=321428 CPUtime=6.1 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 4961 0 0 0 566 44 0 0 20 0 15 0 101168100 10914865152 80357 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10659048 memory=0 CPUtime=5.85 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 6366 0 0 0 544 41 0 0 20 0 15 0 101168102 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7511] ppid=7500 vsize=10659048 memory=321428 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7511/stat : 7511 (java) S 7500 7503 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639743002016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7512] ppid=7500 vsize=10659048 memory=321428 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7512/stat : 7512 (java) S 7500 7503 4348 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639741949424 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7513] ppid=7500 vsize=10659048 memory=321428 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7513/stat : 7513 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639740898000 140640386520987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7514] ppid=7500 vsize=10659048 memory=321428 CPUtime=0.56 cores=1,3,5,7
/proc/7503/task/7514/stat : 7514 (java) S 7500 7503 4348 0 -1 1077944384 5539 0 0 0 56 0 0 0 20 0 15 0 101168105 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639739844592 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7515] ppid=7500 vsize=10659048 memory=321428 CPUtime=0.42 cores=1,3,5,7
/proc/7503/task/7515/stat : 7515 (java) S 7500 7503 4348 0 -1 1077944384 1556 0 0 0 42 0 0 0 20 0 15 0 101168105 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639738792048 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7516] ppid=7500 vsize=10659048 memory=321428 CPUtime=0.21 cores=1,3,5,7
/proc/7503/task/7516/stat : 7516 (java) S 7500 7503 4348 0 -1 1077944384 1331 0 0 0 21 0 0 0 20 0 15 0 101168105 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639737739504 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7517] ppid=7500 vsize=10659048 memory=321428 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7517/stat : 7517 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639736687200 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7518] ppid=7500 vsize=10659048 memory=319380 CPUtime=1.1 cores=1,3,5,7
/proc/7503/task/7518/stat : 7518 (java) S 7500 7503 4348 0 -1 1077944384 748 0 0 0 56 54 0 0 20 0 15 0 101168105 10914865152 80357 33554432000 4194304 4196468 140727584651968 140639735634736 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
Current children cumulated CPU time: 2459.37 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 321428 KiB

[startup+2502.3 s]
/proc/loadavg: 1.28 1.29 1.32 3/215 7692
/proc/meminfo: memFree=22740340/32770624 swapFree=67108860/67108860
[pid=7503] ppid=7500 vsize=10659048 memory=325524 CPUtime=2519.86 cores=1,3,5,7
/proc/7503/stat : 7503 (java) S 7500 7503 4348 0 -1 1077944320 58989 0 0 0 251747 239 0 0 20 0 15 0 101168099 10914865152 81381 33554432000 4194304 4196468 140727584651968 140727584634512 140640386502391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
/proc/7503/statm: 2664762 81381 3118 1 0 2627263 0
[pid=7503/tid=7505] ppid=7500 vsize=10659048 memory=323476 CPUtime=2486.2 cores=1,3,5,7
/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 21454 0 0 0 248600 20 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640390741440 140639998781019 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10659048 memory=325524 CPUtime=6.32 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 6256 0 0 0 584 48 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10659048 memory=0 CPUtime=6.33 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 4822 0 0 0 589 44 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10659048 memory=21 CPUtime=6.32 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 4182 0 0 0 588 44 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10659048 memory=325524 CPUtime=6.3 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 5180 0 0 0 584 46 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10659048 memory=280385935656960 CPUtime=5.98 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 6537 0 0 0 557 41 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7511] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7511/stat : 7511 (java) S 7500 7503 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639743002016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7512] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7512/stat : 7512 (java) S 7500 7503 4348 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639741949424 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7513] ppid=7500 vsize=10659048 memory=6368464052068832102 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7513/stat : 7513 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639740898000 140640386520987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7514] ppid=7500 vsize=10659048 memory=325524 CPUtime=0.56 cores=1,3,5,7
/proc/7503/task/7514/stat : 7514 (java) S 7500 7503 4348 0 -1 1077944384 5541 0 0 0 56 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639739844592 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7515] ppid=7500 vsize=10659048 memory=325524 CPUtime=0.42 cores=1,3,5,7
/proc/7503/task/7515/stat : 7515 (java) S 7500 7503 4348 0 -1 1077944384 1558 0 0 0 42 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639738792048 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7516] ppid=7500 vsize=10659048 memory=325524 CPUtime=0.21 cores=1,3,5,7
/proc/7503/task/7516/stat : 7516 (java) S 7500 7503 4348 0 -1 1077944384 1333 0 0 0 21 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639737739504 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7517] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7517/stat : 7517 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639736687200 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7518] ppid=7500 vsize=10659048 memory=2400 CPUtime=1.13 cores=1,3,5,7
/proc/7503/task/7518/stat : 7518 (java) S 7500 7503 4348 0 -1 1077944384 765 0 0 0 57 56 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639735634736 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
Current children cumulated CPU time: 2519.86 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 325524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.5 s]
/proc/loadavg: 1.28 1.29 1.32 3/215 7692
/proc/meminfo: memFree=22740340/32770624 swapFree=67108860/67108860
[pid=7503] ppid=7500 vsize=10659048 memory=325524 CPUtime=2520.06 cores=1,3,5,7
/proc/7503/stat : 7503 (java) S 7500 7503 4348 0 -1 1077944320 58989 0 0 0 251767 239 0 0 20 0 15 0 101168099 10914865152 81381 33554432000 4194304 4196468 140727584651968 140727584634512 140640386502391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
/proc/7503/statm: 2664762 81381 3118 1 0 2627263 0
[pid=7503/tid=7505] ppid=7500 vsize=10659048 memory=325524 CPUtime=2486.4 cores=1,3,5,7
/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 21454 0 0 0 248620 20 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640390741440 140639998675628 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10659048 memory=21 CPUtime=6.32 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 6256 0 0 0 584 48 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10659048 memory=0 CPUtime=6.33 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 4822 0 0 0 589 44 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10659048 memory=325524 CPUtime=6.32 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 4182 0 0 0 588 44 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10659048 memory=323476 CPUtime=6.3 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 5180 0 0 0 584 46 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10659048 memory=325524 CPUtime=5.98 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 6537 0 0 0 557 41 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7511] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7511/stat : 7511 (java) S 7500 7503 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639743002016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7512] ppid=7500 vsize=10659048 memory=280385935656960 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7512/stat : 7512 (java) S 7500 7503 4348 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639741949424 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7513] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7513/stat : 7513 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639740898000 140640386520987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7514] ppid=7500 vsize=10659048 memory=6368464052068832102 CPUtime=0.56 cores=1,3,5,7
/proc/7503/task/7514/stat : 7514 (java) S 7500 7503 4348 0 -1 1077944384 5541 0 0 0 56 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639739844592 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7515] ppid=7500 vsize=10659048 memory=325524 CPUtime=0.42 cores=1,3,5,7
/proc/7503/task/7515/stat : 7515 (java) S 7500 7503 4348 0 -1 1077944384 1558 0 0 0 42 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639738792048 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7516] ppid=7500 vsize=10659048 memory=325524 CPUtime=0.21 cores=1,3,5,7
/proc/7503/task/7516/stat : 7516 (java) S 7500 7503 4348 0 -1 1077944384 1333 0 0 0 21 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639737739504 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7517] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7517/stat : 7517 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639736687200 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7518] ppid=7500 vsize=10659048 memory=325524 CPUtime=1.13 cores=1,3,5,7
/proc/7503/task/7518/stat : 7518 (java) S 7500 7503 4348 0 -1 1077944384 765 0 0 0 57 56 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639735634736 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 325524 KiB

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

[startup+2502.51 s]
# the end of solver process 7503 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.68 s, system=2.39789 s

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

[startup+2502.5 s]
/proc/loadavg: 1.28 1.29 1.32 3/215 7692
/proc/meminfo: memFree=22740340/32770624 swapFree=67108860/67108860
[pid=7503] ppid=7500 vsize=10659048 memory=325524 CPUtime=2520.06 cores=1,3,5,7
/proc/7503/stat : 7503 (java) S 7500 7503 4348 0 -1 1077944320 58989 0 0 0 251767 239 0 0 20 0 15 0 101168099 10914865152 81381 33554432000 4194304 4196468 140727584651968 140727584634512 140640386502391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
/proc/7503/statm: 2664762 81381 3118 1 0 2627263 0
[pid=7503/tid=7505] ppid=7500 vsize=10659048 memory=325524 CPUtime=2486.4 cores=1,3,5,7
/proc/7503/task/7505/stat : 7505 (java) R 7500 7503 4348 0 -1 4202560 21454 0 0 0 248620 20 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640390741440 140639998675628 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7506] ppid=7500 vsize=10659048 memory=21 CPUtime=6.32 cores=1,3,5,7
/proc/7503/task/7506/stat : 7506 (java) S 7500 7503 4348 0 -1 1077944384 6256 0 0 0 584 48 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640323193104 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7507] ppid=7500 vsize=10659048 memory=0 CPUtime=6.33 cores=1,3,5,7
/proc/7503/task/7507/stat : 7507 (java) S 7500 7503 4348 0 -1 1077944384 4822 0 0 0 589 44 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640322140560 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7508] ppid=7500 vsize=10659048 memory=325524 CPUtime=6.32 cores=1,3,5,7
/proc/7503/task/7508/stat : 7508 (java) S 7500 7503 4348 0 -1 1077944384 4182 0 0 0 588 44 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640321088016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7509] ppid=7500 vsize=10659048 memory=323476 CPUtime=6.3 cores=1,3,5,7
/proc/7503/task/7509/stat : 7509 (java) S 7500 7503 4348 0 -1 1077944384 5180 0 0 0 584 46 0 0 20 0 15 0 101168100 10914865152 81381 33554432000 4194304 4196468 140727584651968 140640320035472 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7510] ppid=7500 vsize=10659048 memory=325524 CPUtime=5.98 cores=1,3,5,7
/proc/7503/task/7510/stat : 7510 (java) S 7500 7503 4348 0 -1 1077944384 6537 0 0 0 557 41 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639744055792 140640386513538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7511] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7511/stat : 7511 (java) S 7500 7503 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639743002016 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7512] ppid=7500 vsize=10659048 memory=280385935656960 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7512/stat : 7512 (java) S 7500 7503 4348 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101168102 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639741949424 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7513] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7513/stat : 7513 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639740898000 140640386520987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7514] ppid=7500 vsize=10659048 memory=6368464052068832102 CPUtime=0.56 cores=1,3,5,7
/proc/7503/task/7514/stat : 7514 (java) S 7500 7503 4348 0 -1 1077944384 5541 0 0 0 56 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639739844592 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7515] ppid=7500 vsize=10659048 memory=325524 CPUtime=0.42 cores=1,3,5,7
/proc/7503/task/7515/stat : 7515 (java) S 7500 7503 4348 0 -1 1077944384 1558 0 0 0 42 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639738792048 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7516] ppid=7500 vsize=10659048 memory=325524 CPUtime=0.21 cores=1,3,5,7
/proc/7503/task/7516/stat : 7516 (java) S 7500 7503 4348 0 -1 1077944384 1333 0 0 0 21 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639737739504 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7517] ppid=7500 vsize=10659048 memory=325524 CPUtime=0 cores=1,3,5,7
/proc/7503/task/7517/stat : 7517 (java) S 7500 7503 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639736687200 140640386512597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
[pid=7503/tid=7518] ppid=7500 vsize=10659048 memory=325524 CPUtime=1.13 cores=1,3,5,7
/proc/7503/task/7518/stat : 7518 (java) S 7500 7503 4348 0 -1 1077944384 765 0 0 0 57 56 0 0 20 0 15 0 101168105 10914865152 81381 33554432000 4194304 4196468 140727584651968 140639735634736 140640386513538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140727584654509 140727584654601 140727584654601 140727584657359 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 325524 KiB

Child status: 143
Real time (s): 2502.51
CPU time (s): 2520.08
CPU user time (s): 2517.68
CPU system time (s): 2.39789
CPU usage (%): 100.702
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 325524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.68
system time used= 2.39789
maximum resident set size= 326032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 221971
involuntary context switches= 6760


# summary of solver processes directly reported to runsolver:
#   pid: 7503
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.68
#   total CPU system time (s): 2.39789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8371 second user time and 24.3093 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 05:47:29
IDJOB=4299969
IDBENCH=141514
IDSOLVER=2763
FILE ID=node107/4299969-1532836049
RUNJOBID= node107-1532811420-4380
PBS_JOBID= 21022487
Free space on /tmp= 54468 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-15-sum_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299969-1532836049/watcher-4299969-1532836049 -o /tmp/evaluation-result-4299969-1532836049/solver-4299969-1532836049 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4380 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299969-1532836049.xml

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

MD5SUM BENCH= d64daa3cf1f3eb705836a312580fe3db
RANDOM SEED=1388709236

node107.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.40
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.40
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.40
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.40
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:        23008108 kB
MemAvailable:   31707240 kB
Buffers:          236680 kB
Cached:          8698896 kB
SwapCached:            0 kB
Active:          4069956 kB
Inactive:        5148020 kB
Active(anon):     233964 kB
Inactive(anon):    76492 kB
Active(file):    3835992 kB
Inactive(file):  5071528 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:        297916 kB
Mapped:            55780 kB
Shmem:             25228 kB
Slab:             243132 kB
SReclaimable:     214892 kB
SUnreclaim:        28240 kB
KernelStack:        3792 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1125924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54468 MiB
End job on node107 at 2018-07-29 06:29:12