Trace number 4297969

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
slowpoke 2018-04-29? (TO) 2520.03 2500.71

General information on the benchmark

NameColouredQueens/
ColouredQueens-09_c18.xml
MD5SUM698e4c4133fb0965f93dce5d7165b624
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 variables81
Number of constraints48
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":77}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":48}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297969-1532740162/watcher-4297969-1532740162 -o /tmp/evaluation-result-4297969-1532740162/solver-4297969-1532740162 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4297969-1532740162.xml --timelimit 2520 

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


[startup+0.101117 s]*
/proc/loadavg: 7.90 8.29 8.33 6/216 2063
/proc/meminfo: memFree=28125880/32770624 swapFree=67108792/67108860
[pid=2032] ppid=2026 vsize=10661056 memory=26692 CPUtime=0.12 cores=1,3,5,7
/proc/2032/stat : 2032 (java) S 2026 2032 1972 0 -1 1077944320 5063 0 0 0 11 1 0 0 20 0 15 0 91579463 10916921344 6673 33554432000 4194304 4196468 140728090797088 140728090779632 139624918978295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
/proc/2032/statm: 2665264 6673 2864 1 0 2627263 0
[pid=2032/tid=2037] ppid=2026 vsize=10661056 memory=-7390251449858225344 CPUtime=0.09 cores=1,3,5,7
/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 2894 0 0 0 8 1 0 0 20 0 15 0 91579463 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624923208560 139624911215422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661056 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579464 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661056 memory=140693846570624 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579464 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579464 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579464 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661056 memory=140693846570624 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579465 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2048] ppid=2026 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2048/stat : 2048 (java) S 2026 2032 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91579466 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624222991392 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2050] ppid=2026 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2050/stat : 2050 (java) S 2026 2032 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91579466 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624221938544 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2052] ppid=2026 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2052/stat : 2052 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916921344 6739 33554432000 4194304 4196468 140728090797088 139624220886864 139624918996891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2053] ppid=2026 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2053/stat : 2053 (java) R 2026 2032 1972 0 -1 4202560 361 0 0 0 0 0 0 0 20 0 15 0 91579468 10916921344 6739 33554432000 4194304 4196468 140728090797088 139623576460144 139624896811152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2054] ppid=2026 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2054/stat : 2054 (java) R 2026 2032 1972 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 91579468 10916921344 6739 33554432000 4194304 4196468 140728090797088 139623575407344 139624918989442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2055] ppid=2026 vsize=10661056 memory=140693846570624 CPUtime=0.02 cores=1,3,5,7
/proc/2032/task/2055/stat : 2055 (java) R 2026 2032 1972 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 91579468 10916921344 6739 33554432000 4194304 4196468 140728090797088 139623574354544 139624911695447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2060] ppid=2026 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2060/stat : 2060 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916921344 6739 33554432000 4194304 4196468 140728090797088 139623573301984 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2062] ppid=2026 vsize=10661056 memory=140693846570624 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2062/stat : 2062 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579469 10916921344 6739 33554432000 4194304 4196468 140728090797088 139623572249264 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 26692 KiB

[startup+0.210345 s]*
/proc/loadavg: 7.90 8.29 8.33 3/216 2063
/proc/meminfo: memFree=28101668/32770624 swapFree=67108792/67108860
[pid=2032] ppid=2026 vsize=10661056 memory=39400 CPUtime=0.33 cores=1,3,5,7
/proc/2032/stat : 2032 (java) S 2026 2032 1972 0 -1 1077944320 7839 0 0 0 31 2 0 0 20 0 15 0 91579463 10916921344 9850 33554432000 4194304 4196468 140728090797088 140728090779632 139624918978295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
/proc/2032/statm: 2665264 9850 3001 1 0 2627263 0
[pid=2032/tid=2037] ppid=2026 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 4796 0 0 0 18 1 0 0 20 0 15 0 91579463 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624923200080 139624919000221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579464 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661056 memory=140693846587108 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579464 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579464 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579464 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661056 memory=140693846570624 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579465 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2048] ppid=2026 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2048/stat : 2048 (java) S 2026 2032 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91579466 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624222991392 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2050] ppid=2026 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2050/stat : 2050 (java) S 2026 2032 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91579466 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624221938544 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2052] ppid=2026 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2052/stat : 2052 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916921344 9855 33554432000 4194304 4196468 140728090797088 139624220886864 139624918996891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2053] ppid=2026 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2032/task/2053/stat : 2053 (java) S 2026 2032 1972 0 -1 1077944384 612 0 0 0 2 0 0 0 20 0 15 0 91579468 10916921344 9855 33554432000 4194304 4196468 140728090797088 139623576460144 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2054] ppid=2026 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2032/task/2054/stat : 2054 (java) S 2026 2032 1972 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 91579468 10916921344 9855 33554432000 4194304 4196468 140728090797088 139623575407344 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2055] ppid=2026 vsize=10661132 memory=140693846570624 CPUtime=0.07 cores=1,3,5,7
/proc/2032/task/2055/stat : 2055 (java) S 2026 2032 1972 0 -1 1077944384 865 0 0 0 7 0 0 0 20 0 15 0 91579468 10916999168 9855 33554432000 4194304 4196468 140728090797088 139623574354544 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2060] ppid=2026 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2060/stat : 2060 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 9855 33554432000 4194304 4196468 140728090797088 139623573301984 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2062] ppid=2026 vsize=10661132 memory=140693846570624 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2062/stat : 2062 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579469 10916999168 9855 33554432000 4194304 4196468 140728090797088 139623572249264 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39400 KiB

[startup+0.314625 s]*
/proc/loadavg: 7.90 8.29 8.33 8/216 2063
/proc/meminfo: memFree=28089696/32770624 swapFree=67108792/67108860
[pid=2032] ppid=2026 vsize=10661132 memory=46380 CPUtime=0.55 cores=1,3,5,7
/proc/2032/stat : 2032 (java) S 2026 2032 1972 0 -1 1077944320 8654 0 0 0 53 2 0 0 20 0 15 0 91579463 10916999168 11595 33554432000 4194304 4196468 140728090797088 140728090779632 139624918978295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
/proc/2032/statm: 2665283 11595 3055 1 0 2627263 0
[pid=2032/tid=2037] ppid=2026 vsize=10661132 memory=26467555 CPUtime=0.29 cores=1,3,5,7
/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 5166 0 0 0 28 1 0 0 20 0 15 0 91579463 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624923213312 139624903021925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661132 memory=140693733480399 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661132 memory=281387466958480 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661132 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661132 memory=281387580057920 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91579465 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2048] ppid=2026 vsize=10661132 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2048/stat : 2048 (java) S 2026 2032 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624222991392 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2050] ppid=2026 vsize=10661132 memory=2111044340621412 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2050/stat : 2050 (java) S 2026 2032 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624221938544 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2052] ppid=2026 vsize=10661132 memory=281387466891592 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2052/stat : 2052 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 11595 33554432000 4194304 4196468 140728090797088 139624220886864 139624918996891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2053] ppid=2026 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2032/task/2053/stat : 2053 (java) R 2026 2032 1972 0 -1 1077944384 679 0 0 0 4 0 0 0 20 0 15 0 91579468 10916999168 11595 33554432000 4194304 4196468 140728090797088 139623576460144 139624918989442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2054] ppid=2026 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/2032/task/2054/stat : 2054 (java) R 2026 2032 1972 0 -1 4202560 338 0 0 0 5 0 0 0 20 0 15 0 91579468 10916999168 11595 33554432000 4194304 4196468 140728090797088 139623575407344 139624902464208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2055] ppid=2026 vsize=10661132 memory=140693846570624 CPUtime=0.14 cores=1,3,5,7
/proc/2032/task/2055/stat : 2055 (java) R 2026 2032 1972 0 -1 4202560 1107 0 0 0 14 0 0 0 20 0 15 0 91579468 10916999168 11595 33554432000 4194304 4196468 140728090797088 139623574354544 139624899320408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2060] ppid=2026 vsize=10661132 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2060/stat : 2060 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 11595 33554432000 4194304 4196468 140728090797088 139623573301984 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2062] ppid=2026 vsize=10661132 memory=140693846570624 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2062/stat : 2062 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579469 10916999168 11595 33554432000 4194304 4196468 140728090797088 139623572249264 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46380 KiB

[startup+0.70079 s]
/proc/loadavg: 7.90 8.29 8.33 2/197 2072
/proc/meminfo: memFree=28090768/32770624 swapFree=67108792/67108860
[pid=2032] ppid=2026 vsize=10661132 memory=124840 CPUtime=1.58 cores=1,3,5,7
/proc/2032/stat : 2032 (java) S 2026 2032 1972 0 -1 1077944320 10862 0 0 0 154 4 0 0 20 0 15 0 91579463 10916999168 31210 33554432000 4194304 4196468 140728090797088 140728090779632 139624918978295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
/proc/2032/statm: 2665283 31210 3093 1 0 2627263 0
[pid=2032/tid=2037] ppid=2026 vsize=10661132 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 5247 0 0 0 65 3 0 0 20 0 15 0 91579463 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624923217104 140728090937282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661132 memory=53 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91579465 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2048] ppid=2026 vsize=10661132 memory=79 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2048/stat : 2048 (java) S 2026 2032 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624222991392 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2050] ppid=2026 vsize=10661132 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2050/stat : 2050 (java) S 2026 2032 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624221938544 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2052] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2052/stat : 2052 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 31210 33554432000 4194304 4196468 140728090797088 139624220886864 139624918996891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2053] ppid=2026 vsize=10661132 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/2032/task/2053/stat : 2053 (java) R 2026 2032 1972 0 -1 4202560 1582 0 0 0 35 0 0 0 20 0 15 0 91579468 10916999168 31210 33554432000 4194304 4196468 140728090797088 139623576442096 139624911215422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2054] ppid=2026 vsize=10661132 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/2032/task/2054/stat : 2054 (java) R 2026 2032 1972 0 -1 4202560 1139 0 0 0 34 0 0 0 20 0 15 0 91579468 10916999168 31210 33554432000 4194304 4196468 140728090797088 139623575407344 139624902365200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2055] ppid=2026 vsize=10661132 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/2032/task/2055/stat : 2055 (java) S 2026 2032 1972 0 -1 1077944384 1524 0 0 0 18 0 0 0 20 0 15 0 91579468 10916999168 31210 33554432000 4194304 4196468 140728090797088 139623574354544 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2060] ppid=2026 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2060/stat : 2060 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 31210 33554432000 4194304 4196468 140728090797088 139623573301984 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2062] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2062/stat : 2062 (java) S 2026 2032 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91579469 10916999168 31210 33554432000 4194304 4196468 140728090797088 139623572249264 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 124840 KiB

[startup+1.50136 s]
/proc/loadavg: 7.90 8.29 8.33 7/215 2093
/proc/meminfo: memFree=27959300/32770624 swapFree=67108792/67108860
[pid=2032] ppid=2026 vsize=10661132 memory=178280 CPUtime=2.55 cores=1,3,5,7
/proc/2032/stat : 2032 (java) S 2026 2032 1972 0 -1 1077944320 10999 0 0 0 247 8 0 0 20 0 15 0 91579463 10916999168 44570 33554432000 4194304 4196468 140728090797088 140728090779632 139624918978295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
/proc/2032/statm: 2665283 44570 3105 1 0 2627263 0
[pid=2032/tid=2037] ppid=2026 vsize=10661132 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 5276 0 0 0 141 5 0 0 20 0 15 0 91579463 10916999168 44570 33554432000 4194304 4196468 140728090797088 139624923219216 139624559200056 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 44570 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661132 memory=79 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 44570 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 44570 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 91579464 10916999168 44570 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 91579465 10916999168 44570 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0

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

/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 28157 0 0 0 229463 6841 0 0 20 0 15 0 91579463 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624923218080 140728090937282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.52 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 3174 0 0 0 573 79 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.48 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 2924 0 0 0 573 75 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661132 memory=1708 CPUtime=6.52 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 2816 0 0 0 568 84 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.44 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 1664 0 0 0 562 82 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661132 memory=189472 CPUtime=9.3 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 5202 0 0 0 861 69 0 0 20 0 15 0 91579465 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2048] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2048/stat : 2048 (java) S 2026 2032 1972 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624222991392 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2050] ppid=2026 vsize=10661132 memory=281387467531296 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2050/stat : 2050 (java) S 2026 2032 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624221938544 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2052] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2052/stat : 2052 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624220886864 139624918996891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2053] ppid=2026 vsize=10661132 memory=4136 CPUtime=0.45 cores=1,3,5,7
/proc/2032/task/2053/stat : 2053 (java) S 2026 2032 1972 0 -1 1077944384 2489 0 0 0 44 1 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623576460144 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2054] ppid=2026 vsize=10661132 memory=4136 CPUtime=0.47 cores=1,3,5,7
/proc/2032/task/2054/stat : 2054 (java) S 2026 2032 1972 0 -1 1077944384 2833 0 0 0 46 1 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623575407344 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2055] ppid=2026 vsize=10661132 memory=26792 CPUtime=0.22 cores=1,3,5,7
/proc/2032/task/2055/stat : 2055 (java) S 2026 2032 1972 0 -1 1077944384 2528 0 0 0 22 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623574354544 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2060] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2060/stat : 2060 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623573301984 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2062] ppid=2026 vsize=10661132 memory=8112282956445269571 CPUtime=1.23 cores=1,3,5,7
/proc/2032/task/2062/stat : 2062 (java) S 2026 2032 1972 0 -1 1077944384 639 0 0 0 61 62 0 0 20 0 15 0 91579469 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623572249264 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
Current children cumulated CPU time: 2400.74 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 189472 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.20 1.77 3/216 2260
/proc/meminfo: memFree=27795196/32770624 swapFree=67108792/67108860
[pid=2032] ppid=2026 vsize=10661132 memory=189472 CPUtime=2461.18 cores=1,3,5,7
/proc/2032/stat : 2032 (java) S 2026 2032 1972 0 -1 1077944320 54839 0 0 0 238765 7353 0 0 20 0 15 0 91579463 10916999168 47368 33554432000 4194304 4196468 140728090797088 140728090779632 139624918978295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
/proc/2032/statm: 2665283 47368 3141 1 0 2627263 0
[pid=2032/tid=2037] ppid=2026 vsize=10661132 memory=189472 CPUtime=2422.57 cores=1,3,5,7
/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 28726 0 0 0 235246 7011 0 0 20 0 15 0 91579463 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624923218096 140728090937282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.68 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 3395 0 0 0 587 81 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.64 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 2929 0 0 0 587 77 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.67 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 2858 0 0 0 580 87 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.6 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 1689 0 0 0 576 84 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661132 memory=189472 CPUtime=9.51 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 5374 0 0 0 881 70 0 0 20 0 15 0 91579465 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2048] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2048/stat : 2048 (java) S 2026 2032 1972 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624222991392 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2050] ppid=2026 vsize=10661132 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2050/stat : 2050 (java) S 2026 2032 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624221938544 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2052] ppid=2026 vsize=10661132 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2052/stat : 2052 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624220886864 139624918996891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2053] ppid=2026 vsize=10661132 memory=644 CPUtime=0.45 cores=1,3,5,7
/proc/2032/task/2053/stat : 2053 (java) S 2026 2032 1972 0 -1 1077944384 2491 0 0 0 44 1 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623576460144 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2054] ppid=2026 vsize=10661132 memory=189472 CPUtime=0.47 cores=1,3,5,7
/proc/2032/task/2054/stat : 2054 (java) S 2026 2032 1972 0 -1 1077944384 2835 0 0 0 46 1 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623575407344 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2055] ppid=2026 vsize=10661132 memory=189472 CPUtime=0.22 cores=1,3,5,7
/proc/2032/task/2055/stat : 2055 (java) S 2026 2032 1972 0 -1 1077944384 2530 0 0 0 22 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623574354544 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2060] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2060/stat : 2060 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623573301984 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2062] ppid=2026 vsize=10661132 memory=189472 CPUtime=1.27 cores=1,3,5,7
/proc/2032/task/2062/stat : 2062 (java) S 2026 2032 1972 0 -1 1077944384 652 0 0 0 63 64 0 0 20 0 15 0 91579469 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623572249264 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
Current children cumulated CPU time: 2461.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 189472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.7 s]
/proc/loadavg: 1.30 1.23 1.75 3/216 2417
/proc/meminfo: memFree=27801492/32770624 swapFree=67108792/67108860
[pid=2032] ppid=2026 vsize=10661132 memory=189472 CPUtime=2520.02 cores=1,3,5,7
/proc/2032/stat : 2032 (java) S 2026 2032 1972 0 -1 1077944320 55296 0 0 0 244479 7523 0 0 20 0 15 0 91579463 10916999168 47368 33554432000 4194304 4196468 140728090797088 140728090779632 139624918978295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
/proc/2032/statm: 2665283 47368 3141 1 0 2627263 0
[pid=2032/tid=2037] ppid=2026 vsize=10661132 memory=189472 CPUtime=2480.5 cores=1,3,5,7
/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 29162 0 0 0 240878 7172 0 0 20 0 15 0 91579463 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624923217856 140728090937282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.84 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 3398 0 0 0 601 83 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.8 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 2930 0 0 0 601 79 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.83 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 2859 0 0 0 594 89 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.77 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 1689 0 0 0 591 86 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661132 memory=189472 CPUtime=9.75 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 5385 0 0 0 903 72 0 0 20 0 15 0 91579465 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2048] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2048/stat : 2048 (java) S 2026 2032 1972 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624222991392 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2050] ppid=2026 vsize=10661132 memory=17592186048508 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2050/stat : 2050 (java) S 2026 2032 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624221938544 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2052] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2052/stat : 2052 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624220886864 139624918996891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2053] ppid=2026 vsize=10661132 memory=189472 CPUtime=0.45 cores=1,3,5,7
/proc/2032/task/2053/stat : 2053 (java) S 2026 2032 1972 0 -1 1077944384 2491 0 0 0 44 1 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623576460144 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2054] ppid=2026 vsize=10661132 memory=1428 CPUtime=0.47 cores=1,3,5,7
/proc/2032/task/2054/stat : 2054 (java) S 2026 2032 1972 0 -1 1077944384 2835 0 0 0 46 1 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623575407344 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2055] ppid=2026 vsize=10661132 memory=8500 CPUtime=0.22 cores=1,3,5,7
/proc/2032/task/2055/stat : 2055 (java) S 2026 2032 1972 0 -1 1077944384 2530 0 0 0 22 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623574354544 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2060] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2060/stat : 2060 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623573301984 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2062] ppid=2026 vsize=10661132 memory=189472 CPUtime=1.29 cores=1,3,5,7
/proc/2032/task/2062/stat : 2062 (java) S 2026 2032 1972 0 -1 1077944384 657 0 0 0 63 66 0 0 20 0 15 0 91579469 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623572249264 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 189472 KiB

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

[startup+2500.71 s]
# the end of solver process 2032 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2444.8 s, system=75.2343 s

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

[startup+2500.7 s]
/proc/loadavg: 1.30 1.23 1.75 3/216 2417
/proc/meminfo: memFree=27801492/32770624 swapFree=67108792/67108860
[pid=2032] ppid=2026 vsize=10661132 memory=189472 CPUtime=2520.02 cores=1,3,5,7
/proc/2032/stat : 2032 (java) S 2026 2032 1972 0 -1 1077944320 55296 0 0 0 244479 7523 0 0 20 0 15 0 91579463 10916999168 47368 33554432000 4194304 4196468 140728090797088 140728090779632 139624918978295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
/proc/2032/statm: 2665283 47368 3141 1 0 2627263 0
[pid=2032/tid=2037] ppid=2026 vsize=10661132 memory=189472 CPUtime=2480.5 cores=1,3,5,7
/proc/2032/task/2037/stat : 2037 (java) R 2026 2032 1972 0 -1 4202560 29162 0 0 0 240878 7172 0 0 20 0 15 0 91579463 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624923217856 140728090937282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2038] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.84 cores=1,3,5,7
/proc/2032/task/2038/stat : 2038 (java) S 2026 2032 1972 0 -1 1077944384 3398 0 0 0 601 83 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624525958288 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2040] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.8 cores=1,3,5,7
/proc/2032/task/2040/stat : 2040 (java) S 2026 2032 1972 0 -1 1077944384 2930 0 0 0 601 79 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624524905488 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2042] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.83 cores=1,3,5,7
/proc/2032/task/2042/stat : 2042 (java) S 2026 2032 1972 0 -1 1077944384 2859 0 0 0 594 89 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624523852688 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2044] ppid=2026 vsize=10661132 memory=189472 CPUtime=6.77 cores=1,3,5,7
/proc/2032/task/2044/stat : 2044 (java) S 2026 2032 1972 0 -1 1077944384 1689 0 0 0 591 86 0 0 20 0 15 0 91579464 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624522799888 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2046] ppid=2026 vsize=10661132 memory=189472 CPUtime=9.75 cores=1,3,5,7
/proc/2032/task/2046/stat : 2046 (java) S 2026 2032 1972 0 -1 1077944384 5385 0 0 0 903 72 0 0 20 0 15 0 91579465 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624224045424 139624918989442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2048] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2048/stat : 2048 (java) S 2026 2032 1972 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624222991392 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2050] ppid=2026 vsize=10661132 memory=17592186048508 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2050/stat : 2050 (java) S 2026 2032 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91579466 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624221938544 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2052] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2052/stat : 2052 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139624220886864 139624918996891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2053] ppid=2026 vsize=10661132 memory=189472 CPUtime=0.45 cores=1,3,5,7
/proc/2032/task/2053/stat : 2053 (java) S 2026 2032 1972 0 -1 1077944384 2491 0 0 0 44 1 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623576460144 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2054] ppid=2026 vsize=10661132 memory=1428 CPUtime=0.47 cores=1,3,5,7
/proc/2032/task/2054/stat : 2054 (java) S 2026 2032 1972 0 -1 1077944384 2835 0 0 0 46 1 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623575407344 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2055] ppid=2026 vsize=10661132 memory=8500 CPUtime=0.22 cores=1,3,5,7
/proc/2032/task/2055/stat : 2055 (java) S 2026 2032 1972 0 -1 1077944384 2530 0 0 0 22 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623574354544 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2060] ppid=2026 vsize=10661132 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/2032/task/2060/stat : 2060 (java) S 2026 2032 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91579468 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623573301984 139624918988501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
[pid=2032/tid=2062] ppid=2026 vsize=10661132 memory=189472 CPUtime=1.29 cores=1,3,5,7
/proc/2032/task/2062/stat : 2062 (java) S 2026 2032 1972 0 -1 1077944384 657 0 0 0 63 66 0 0 20 0 15 0 91579469 10916999168 47368 33554432000 4194304 4196468 140728090797088 139623572249264 139624918989442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25296896 140728090805404 140728090805513 140728090805513 140728090808271 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 189472 KiB

Child status: 143
Real time (s): 2500.71
CPU time (s): 2520.03
CPU user time (s): 2444.8
CPU system time (s): 75.2343
CPU usage (%): 100.773
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 189472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2444.8
system time used= 75.2343
maximum resident set size= 190020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 333884
involuntary context switches= 6704


# summary of solver processes directly reported to runsolver:
#   pid: 2032
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2444.8
#   total CPU system time (s): 75.2343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6385 second user time and 20.5144 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 03:09:22
IDJOB=4297969
IDBENCH=141019
IDSOLVER=2765
FILE ID=node150/4297969-1532740162
RUNJOBID= node150-1532740162-2005
PBS_JOBID= 21022443
Free space on /tmp= 53100 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-09_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297969-1532740162/watcher-4297969-1532740162 -o /tmp/evaluation-result-4297969-1532740162/solver-4297969-1532740162 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4297969-1532740162.xml --timelimit 2520

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

MD5SUM BENCH= 698e4c4133fb0965f93dce5d7165b624
RANDOM SEED=1363873584

node150.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.76
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.76
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.76
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.76
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:        28159396 kB
MemAvailable:   31936580 kB
Buffers:          191356 kB
Cached:          3825164 kB
SwapCached:           32 kB
Active:          1450052 kB
Inactive:        2618780 kB
Active(anon):       3932 kB
Inactive(anon):    76204 kB
Active(file):    1446120 kB
Inactive(file):  2542576 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2452 kB
Writeback:             0 kB
AnonPages:         58976 kB
Mapped:            42204 kB
Shmem:             25188 kB
Slab:             236332 kB
SReclaimable:     208648 kB
SUnreclaim:        27684 kB
KernelStack:        3136 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-28 03:51:03