Trace number 4299976

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
GG's minicp 2018-04-29? (TO) 2520.09 2478.91

General information on the benchmark

NameMagicSquare/
MagicSquare-14-sum_c18.xml
MD5SUMd2d43b1b882dee15f3aa399c7a9d9ad6
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 variables196
Number of constraints31
Number of domains1
Minimum domain size196
Maximum domain size196
Distribution of domain sizes[{"size":196,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":168},{"degree":4,"count":28}]
Minimum constraint arity14
Maximum constraint arity196
Distribution of constraint arities[{"arity":14,"count":30},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":30}]
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: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.06/2478.90	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 (9582 MiB free)
  memory of node 1: 16384 MiB (9704 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299976-1532836643/watcher-4299976-1532836643 -o /tmp/evaluation-result-4299976-1532836643/solver-4299976-1532836643 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299976-1532836643.xml 

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

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


[startup+0.100094 s]*
/proc/loadavg: 1.07 1.29 1.37 5/215 2825
/proc/meminfo: memFree=19734456/32770624 swapFree=67108860/67108860
[pid=2810] ppid=2807 vsize=10661056 memory=27444 CPUtime=0.12 cores=0,2,4,6
/proc/2810/stat : 2810 (java) S 2807 2810 31971 0 -1 1077944320 5273 0 0 0 11 1 0 0 20 0 15 0 101227451 10916921344 6861 33554432000 4194304 4196468 140726476785008 140726476767552 140490515021559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
/proc/2810/statm: 2665264 6861 2857 1 0 2627263 0
[pid=2810/tid=2812] ppid=2807 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/2810/task/2812/stat : 2812 (java) R 2807 2810 31971 0 -1 4202560 3145 0 0 0 8 1 0 0 20 0 15 0 101227452 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490519242720 140490515033494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661056 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227452 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661056 memory=140665593738880 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227453 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101227453 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227453 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661056 memory=140665593738880 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227454 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2818] ppid=2807 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2818/stat : 2818 (java) S 2807 2810 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101227454 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490073826080 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2819] ppid=2807 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2819/stat : 2819 (java) S 2807 2810 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101227455 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490072773744 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2820] ppid=2807 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2820/stat : 2820 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490071722064 140490515040155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2821] ppid=2807 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2821/stat : 2821 (java) R 2807 2810 31971 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 101227457 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490070669936 140490515032706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2822] ppid=2807 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2822/stat : 2822 (java) R 2807 2810 31971 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 15 0 101227457 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490069617136 140490499838061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2823] ppid=2807 vsize=10661056 memory=140665593738880 CPUtime=0.02 cores=0,2,4,6
/proc/2810/task/2823/stat : 2823 (java) R 2807 2810 31971 0 -1 4202560 326 0 0 0 2 0 0 0 20 0 15 0 101227457 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490068564848 140490515033494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2824] ppid=2807 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2824/stat : 2824 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916921344 6861 33554432000 4194304 4196468 140726476785008 140490067512288 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2825] ppid=2807 vsize=10661056 memory=140665593738880 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2825/stat : 2825 (java) S 2807 2810 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101227457 10916921344 6927 33554432000 4194304 4196468 140726476785008 140490066459056 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27444 KiB

[startup+0.210648 s]*
/proc/loadavg: 1.07 1.29 1.37 3/215 2825
/proc/meminfo: memFree=19722240/32770624 swapFree=67108860/67108860
[pid=2810] ppid=2807 vsize=10661132 memory=40568 CPUtime=0.32 cores=0,2,4,6
/proc/2810/stat : 2810 (java) S 2807 2810 31971 0 -1 1077944320 8171 0 0 0 30 2 0 0 20 0 15 0 101227451 10916999168 10142 33554432000 4194304 4196468 140726476785008 140726476767552 140490515021559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
/proc/2810/statm: 2665283 10142 2982 1 0 2627263 0
[pid=2810/tid=2812] ppid=2807 vsize=10661132 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/2810/task/2812/stat : 2812 (java) R 2807 2810 31971 0 -1 4202560 5231 0 0 0 18 2 0 0 20 0 15 0 101227452 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490519253872 140490499102046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661132 memory=4294967661 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227452 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661132 memory=140665593761912 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661132 memory=140665593738880 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2818] ppid=2807 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2818/stat : 2818 (java) S 2807 2810 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490073826080 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2819] ppid=2807 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2819/stat : 2819 (java) S 2807 2810 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101227455 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490072773744 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2820] ppid=2807 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2820/stat : 2820 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490071722064 140490515040155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2821] ppid=2807 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2810/task/2821/stat : 2821 (java) S 2807 2810 31971 0 -1 1077944384 640 0 0 0 2 0 0 0 20 0 15 0 101227457 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490070669936 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2822] ppid=2807 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2810/task/2822/stat : 2822 (java) S 2807 2810 31971 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 101227457 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490069617136 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2823] ppid=2807 vsize=10661132 memory=140665593738880 CPUtime=0.07 cores=0,2,4,6
/proc/2810/task/2823/stat : 2823 (java) S 2807 2810 31971 0 -1 1077944384 744 0 0 0 7 0 0 0 20 0 15 0 101227457 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490068564848 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2824] ppid=2807 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2824/stat : 2824 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490067512288 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2825] ppid=2807 vsize=10661132 memory=140665593738880 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2825/stat : 2825 (java) S 2807 2810 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 10142 33554432000 4194304 4196468 140726476785008 140490066459056 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40568 KiB

[startup+0.310238 s]*
/proc/loadavg: 1.07 1.29 1.37 4/215 2825
/proc/meminfo: memFree=19716160/32770624 swapFree=67108860/67108860
[pid=2810] ppid=2807 vsize=10661132 memory=47056 CPUtime=0.56 cores=0,2,4,6
/proc/2810/stat : 2810 (java) S 2807 2810 31971 0 -1 1077944320 8764 0 0 0 53 3 0 0 20 0 15 0 101227451 10916999168 11764 33554432000 4194304 4196468 140726476785008 140726476767552 140490515021559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
/proc/2810/statm: 2665283 11764 3069 1 0 2627263 0
[pid=2810/tid=2812] ppid=2807 vsize=10661132 memory=4638778428681637968 CPUtime=0.3 cores=0,2,4,6
/proc/2810/task/2812/stat : 2812 (java) S 2807 2810 31971 0 -1 1077944384 5548 0 0 0 28 2 0 0 20 0 15 0 101227452 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490519258304 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661132 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227452 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661132 memory=140665593738880 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661132 memory=281330961288096 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661132 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661132 memory=281331074385232 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2818] ppid=2807 vsize=10661132 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2818/stat : 2818 (java) S 2807 2810 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490073826080 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2819] ppid=2807 vsize=10661132 memory=64996 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2819/stat : 2819 (java) S 2807 2810 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101227455 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490072773744 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2820] ppid=2807 vsize=10661132 memory=67300 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2820/stat : 2820 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490071722064 140490515040155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2821] ppid=2807 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2810/task/2821/stat : 2821 (java) R 2807 2810 31971 0 -1 1077944384 730 0 0 0 7 0 0 0 20 0 15 0 101227457 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490070669936 140490515032706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2822] ppid=2807 vsize=10661132 memory=140665480681103 CPUtime=0.04 cores=0,2,4,6
/proc/2810/task/2822/stat : 2822 (java) R 2807 2810 31971 0 -1 4202560 272 0 0 0 4 0 0 0 20 0 15 0 101227457 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490069617136 140490508006601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2823] ppid=2807 vsize=10661132 memory=281331074405984 CPUtime=0.14 cores=0,2,4,6
/proc/2810/task/2823/stat : 2823 (java) R 2807 2810 31971 0 -1 4202560 851 0 0 0 14 0 0 0 20 0 15 0 101227457 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490068564848 140490507258686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2824] ppid=2807 vsize=10661132 memory=140665480662543 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2824/stat : 2824 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490067512288 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2825] ppid=2807 vsize=10661132 memory=140665593738891 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2825/stat : 2825 (java) S 2807 2810 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 11764 33554432000 4194304 4196468 140726476785008 140490066459056 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47056 KiB

[startup+0.700765 s]
/proc/loadavg: 1.07 1.29 1.37 5/215 2825
/proc/meminfo: memFree=19677320/32770624 swapFree=67108860/67108860
[pid=2810] ppid=2807 vsize=10661132 memory=137068 CPUtime=1.74 cores=0,2,4,6
/proc/2810/stat : 2810 (java) S 2807 2810 31971 0 -1 1077944320 13433 0 0 0 169 5 0 0 20 0 15 0 101227451 10916999168 34267 33554432000 4194304 4196468 140726476785008 140726476767552 140490515021559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
/proc/2810/statm: 2665283 34267 3089 1 0 2627263 0
[pid=2810/tid=2812] ppid=2807 vsize=10661132 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/2810/task/2812/stat : 2812 (java) R 2807 2810 31971 0 -1 4202560 5592 0 0 0 65 3 0 0 20 0 15 0 101227452 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490519258128 140490141996174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227452 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661132 memory=152764403424864 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661132 memory=591708 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2818] ppid=2807 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2818/stat : 2818 (java) S 2807 2810 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490073826080 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2819] ppid=2807 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2819/stat : 2819 (java) S 2807 2810 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101227455 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490072773744 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2820] ppid=2807 vsize=10661132 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2820/stat : 2820 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490071722064 140490515040155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2821] ppid=2807 vsize=10661132 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/2810/task/2821/stat : 2821 (java) R 2807 2810 31971 0 -1 4202560 2782 0 0 0 44 0 0 0 20 0 15 0 101227457 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490070656504 140490498514063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2822] ppid=2807 vsize=10661132 memory=9049307920081911981 CPUtime=0.42 cores=0,2,4,6
/proc/2810/task/2822/stat : 2822 (java) R 2807 2810 31971 0 -1 4202560 2585 0 0 0 42 0 0 0 20 0 15 0 101227457 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490069602600 140490499945846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2823] ppid=2807 vsize=10661132 memory=-6800859132029471843 CPUtime=0.18 cores=0,2,4,6
/proc/2810/task/2823/stat : 2823 (java) S 2807 2810 31971 0 -1 1077944384 1102 0 0 0 18 0 0 0 20 0 15 0 101227457 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490068564848 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2824] ppid=2807 vsize=10661132 memory=4206186544037388384 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2824/stat : 2824 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490067512288 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2825] ppid=2807 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2825/stat : 2825 (java) S 2807 2810 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 34267 33554432000 4194304 4196468 140726476785008 140490066459056 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 137068 KiB

[startup+1.50085 s]
/proc/loadavg: 1.07 1.29 1.37 5/215 2825
/proc/meminfo: memFree=19573812/32770624 swapFree=67108860/67108860
[pid=2810] ppid=2807 vsize=10661132 memory=193156 CPUtime=3.05 cores=0,2,4,6
/proc/2810/stat : 2810 (java) S 2807 2810 31971 0 -1 1077944320 13688 0 0 0 298 7 0 0 20 0 15 0 101227451 10916999168 48289 33554432000 4194304 4196468 140726476785008 140726476767552 140490515021559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
/proc/2810/statm: 2665283 48289 3097 1 0 2627263 0
[pid=2810/tid=2812] ppid=2807 vsize=10661132 memory=7525906843280494949 CPUtime=1.47 cores=0,2,4,6
/proc/2810/task/2812/stat : 2812 (java) R 2807 2810 31971 0 -1 4202560 5620 0 0 0 143 4 0 0 20 0 15 0 101227452 10916999168 48289 33554432000 4194304 4196468 140726476785008 140490519260880 140490144788260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661132 memory=7738709622221596758 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 101227452 10916999168 48289 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661132 memory=7738711851376666454 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 48289 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661132 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 48289 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661132 memory=12902 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 101227453 10916999168 48289 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661132 memory=6442213867850916448 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 48289 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0

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

/proc/2810/task/2812/stat : 2812 (java) R 2807 2810 31971 0 -1 4202560 38381 0 0 0 235387 40 0 0 20 0 15 0 101227452 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490519260672 140490144222742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661132 memory=490236 CPUtime=13.44 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 10298 0 0 0 1270 74 0 0 20 0 15 0 101227452 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661132 memory=492284 CPUtime=13.44 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 7381 0 0 0 1268 76 0 0 20 0 15 0 101227453 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661132 memory=492284 CPUtime=13.47 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 7340 0 0 0 1272 75 0 0 20 0 15 0 101227453 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661132 memory=486124 CPUtime=13.42 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 7358 0 0 0 1265 77 0 0 20 0 15 0 101227453 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661132 memory=488172 CPUtime=10.29 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 7527 0 0 0 955 74 0 0 20 0 15 0 101227454 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2818] ppid=2807 vsize=10661132 memory=490236 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2818/stat : 2818 (java) S 2807 2810 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490073826080 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2819] ppid=2807 vsize=10661132 memory=492284 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2819/stat : 2819 (java) S 2807 2810 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101227455 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490072773744 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2820] ppid=2807 vsize=10661132 memory=492284 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2820/stat : 2820 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490071722064 140490515040155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2821] ppid=2807 vsize=10661132 memory=492284 CPUtime=0.76 cores=0,2,4,6
/proc/2810/task/2821/stat : 2821 (java) S 2807 2810 31971 0 -1 1077944384 4592 0 0 0 75 1 0 0 20 0 15 0 101227457 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490070669936 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2822] ppid=2807 vsize=10661132 memory=492284 CPUtime=0.87 cores=0,2,4,6
/proc/2810/task/2822/stat : 2822 (java) S 2807 2810 31971 0 -1 1077944384 6749 0 0 0 86 1 0 0 20 0 15 0 101227457 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490069617136 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2823] ppid=2807 vsize=10661132 memory=492284 CPUtime=0.23 cores=0,2,4,6
/proc/2810/task/2823/stat : 2823 (java) S 2807 2810 31971 0 -1 1077944384 1805 0 0 0 22 1 0 0 20 0 15 0 101227457 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490068564848 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2824] ppid=2807 vsize=10661132 memory=492284 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2824/stat : 2824 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490067512288 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2825] ppid=2807 vsize=10661132 memory=1408 CPUtime=1.42 cores=0,2,4,6
/proc/2810/task/2825/stat : 2825 (java) S 2807 2810 31971 0 -1 1077944384 1098 0 0 0 71 71 0 0 20 0 15 0 101227457 10916999168 123071 33554432000 4194304 4196468 140726476785008 140490066459056 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
Current children cumulated CPU time: 2421.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 492284 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.33 1.38 3/215 3071
/proc/meminfo: memFree=19302248/32770624 swapFree=67108860/67108860
[pid=2810] ppid=2807 vsize=10661132 memory=500476 CPUtime=2482.82 cores=0,2,4,6
/proc/2810/stat : 2810 (java) S 2807 2810 31971 0 -1 1077944320 95516 0 0 0 247877 405 0 0 20 0 15 0 101227451 10916999168 125119 33554432000 4194304 4196468 140726476785008 140726476767552 140490515021559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
/proc/2810/statm: 2665283 125119 3128 1 0 2627263 0
[pid=2810/tid=2812] ppid=2807 vsize=10661132 memory=12032 CPUtime=2413.54 cores=0,2,4,6
/proc/2810/task/2812/stat : 2812 (java) R 2807 2810 31971 0 -1 4202560 38901 0 0 0 241313 41 0 0 20 0 15 0 101227452 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490519260896 140490145104222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661132 memory=496380 CPUtime=13.85 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 10664 0 0 0 1309 76 0 0 20 0 15 0 101227452 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661132 memory=498428 CPUtime=13.84 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 7533 0 0 0 1306 78 0 0 20 0 15 0 101227453 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661132 memory=498428 CPUtime=13.87 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 7448 0 0 0 1311 76 0 0 20 0 15 0 101227453 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661132 memory=498428 CPUtime=13.82 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 7660 0 0 0 1304 78 0 0 20 0 15 0 101227453 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661132 memory=0 CPUtime=10.5 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 7688 0 0 0 975 75 0 0 20 0 15 0 101227454 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2818] ppid=2807 vsize=10661132 memory=500476 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2818/stat : 2818 (java) S 2807 2810 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490073826080 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2819] ppid=2807 vsize=10661132 memory=500476 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2819/stat : 2819 (java) S 2807 2810 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101227455 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490072773744 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2820] ppid=2807 vsize=10661132 memory=498428 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2820/stat : 2820 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490071722064 140490515040155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2821] ppid=2807 vsize=10661132 memory=4140 CPUtime=0.76 cores=0,2,4,6
/proc/2810/task/2821/stat : 2821 (java) S 2807 2810 31971 0 -1 1077944384 4594 0 0 0 75 1 0 0 20 0 15 0 101227457 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490070669936 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2822] ppid=2807 vsize=10661132 memory=498428 CPUtime=0.87 cores=0,2,4,6
/proc/2810/task/2822/stat : 2822 (java) S 2807 2810 31971 0 -1 1077944384 6749 0 0 0 86 1 0 0 20 0 15 0 101227457 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490069617136 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2823] ppid=2807 vsize=10661132 memory=1568 CPUtime=0.23 cores=0,2,4,6
/proc/2810/task/2823/stat : 2823 (java) S 2807 2810 31971 0 -1 1077944384 1805 0 0 0 22 1 0 0 20 0 15 0 101227457 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490068564848 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2824] ppid=2807 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2824/stat : 2824 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490067512288 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2825] ppid=2807 vsize=10661132 memory=29112 CPUtime=1.46 cores=0,2,4,6
/proc/2810/task/2825/stat : 2825 (java) S 2807 2810 31971 0 -1 1077944384 1113 0 0 0 73 73 0 0 20 0 15 0 101227457 10916999168 125119 33554432000 4194304 4196468 140726476785008 140490066459056 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
Current children cumulated CPU time: 2482.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 500476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.9 s]
/proc/loadavg: 1.42 1.36 1.39 3/215 3072
/proc/meminfo: memFree=19293700/32770624 swapFree=67108860/67108860
[pid=2810] ppid=2807 vsize=10661132 memory=504572 CPUtime=2520.06 cores=0,2,4,6
/proc/2810/stat : 2810 (java) S 2807 2810 31971 0 -1 1077944320 97117 0 0 0 251597 409 0 0 20 0 15 0 101227451 10916999168 126143 33554432000 4194304 4196468 140726476785008 140726476767552 140490515021559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
/proc/2810/statm: 2665283 126143 3128 1 0 2627263 0
[pid=2810/tid=2812] ppid=2807 vsize=10661132 memory=504572 CPUtime=2449.71 cores=0,2,4,6
/proc/2810/task/2812/stat : 2812 (java) R 2807 2810 31971 0 -1 4202560 39337 0 0 0 244930 41 0 0 20 0 15 0 101227452 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490519260944 140490145104123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661132 memory=504572 CPUtime=14.08 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 11057 0 0 0 1331 77 0 0 20 0 15 0 101227452 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661132 memory=504572 CPUtime=14.07 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 7778 0 0 0 1328 79 0 0 20 0 15 0 101227453 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661132 memory=504572 CPUtime=14.09 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 7516 0 0 0 1333 76 0 0 20 0 15 0 101227453 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661132 memory=504572 CPUtime=14.06 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 7933 0 0 0 1328 78 0 0 20 0 15 0 101227453 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661132 memory=504572 CPUtime=10.61 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 7855 0 0 0 985 76 0 0 20 0 15 0 101227454 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2818] ppid=2807 vsize=10661132 memory=504572 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2818/stat : 2818 (java) S 2807 2810 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490073826080 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2819] ppid=2807 vsize=10661132 memory=504572 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2819/stat : 2819 (java) S 2807 2810 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101227455 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490072773744 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2820] ppid=2807 vsize=10661132 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2820/stat : 2820 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490071722064 140490515040155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2821] ppid=2807 vsize=10661132 memory=502524 CPUtime=0.76 cores=0,2,4,6
/proc/2810/task/2821/stat : 2821 (java) S 2807 2810 31971 0 -1 1077944384 4594 0 0 0 75 1 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490070669936 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2822] ppid=2807 vsize=10661132 memory=504572 CPUtime=0.87 cores=0,2,4,6
/proc/2810/task/2822/stat : 2822 (java) S 2807 2810 31971 0 -1 1077944384 6751 0 0 0 86 1 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490069617136 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2823] ppid=2807 vsize=10661132 memory=504572 CPUtime=0.23 cores=0,2,4,6
/proc/2810/task/2823/stat : 2823 (java) S 2807 2810 31971 0 -1 1077944384 1807 0 0 0 22 1 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490068564848 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2824] ppid=2807 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2824/stat : 2824 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490067512288 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2825] ppid=2807 vsize=10661132 memory=29112 CPUtime=1.48 cores=0,2,4,6
/proc/2810/task/2825/stat : 2825 (java) S 2807 2810 31971 0 -1 1077944384 1128 0 0 0 74 74 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490066459056 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 504572 KiB

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

[startup+2478.91 s]
# the end of solver process 2810 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.98 s, system=4.10404 s

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

[startup+2478.9 s]
/proc/loadavg: 1.42 1.36 1.39 3/215 3072
/proc/meminfo: memFree=19293700/32770624 swapFree=67108860/67108860
[pid=2810] ppid=2807 vsize=10661132 memory=504572 CPUtime=2520.06 cores=0,2,4,6
/proc/2810/stat : 2810 (java) S 2807 2810 31971 0 -1 1077944320 97117 0 0 0 251597 409 0 0 20 0 15 0 101227451 10916999168 126143 33554432000 4194304 4196468 140726476785008 140726476767552 140490515021559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
/proc/2810/statm: 2665283 126143 3128 1 0 2627263 0
[pid=2810/tid=2812] ppid=2807 vsize=10661132 memory=504572 CPUtime=2449.71 cores=0,2,4,6
/proc/2810/task/2812/stat : 2812 (java) R 2807 2810 31971 0 -1 4202560 39337 0 0 0 244930 41 0 0 20 0 15 0 101227452 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490519260944 140490145104123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2813] ppid=2807 vsize=10661132 memory=504572 CPUtime=14.08 cores=0,2,4,6
/proc/2810/task/2813/stat : 2813 (java) S 2807 2810 31971 0 -1 1077944384 11057 0 0 0 1331 77 0 0 20 0 15 0 101227452 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490467642256 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2814] ppid=2807 vsize=10661132 memory=504572 CPUtime=14.07 cores=0,2,4,6
/proc/2810/task/2814/stat : 2814 (java) S 2807 2810 31971 0 -1 1077944384 7778 0 0 0 1328 79 0 0 20 0 15 0 101227453 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490466589456 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2815] ppid=2807 vsize=10661132 memory=504572 CPUtime=14.09 cores=0,2,4,6
/proc/2810/task/2815/stat : 2815 (java) S 2807 2810 31971 0 -1 1077944384 7516 0 0 0 1333 76 0 0 20 0 15 0 101227453 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490465537168 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2816] ppid=2807 vsize=10661132 memory=504572 CPUtime=14.06 cores=0,2,4,6
/proc/2810/task/2816/stat : 2816 (java) S 2807 2810 31971 0 -1 1077944384 7933 0 0 0 1328 78 0 0 20 0 15 0 101227453 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490464484368 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2817] ppid=2807 vsize=10661132 memory=504572 CPUtime=10.61 cores=0,2,4,6
/proc/2810/task/2817/stat : 2817 (java) S 2807 2810 31971 0 -1 1077944384 7855 0 0 0 985 76 0 0 20 0 15 0 101227454 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490074880112 140490515032706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2818] ppid=2807 vsize=10661132 memory=504572 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2818/stat : 2818 (java) S 2807 2810 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101227454 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490073826080 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2819] ppid=2807 vsize=10661132 memory=504572 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2819/stat : 2819 (java) S 2807 2810 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 101227455 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490072773744 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2820] ppid=2807 vsize=10661132 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2820/stat : 2820 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490071722064 140490515040155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2821] ppid=2807 vsize=10661132 memory=502524 CPUtime=0.76 cores=0,2,4,6
/proc/2810/task/2821/stat : 2821 (java) S 2807 2810 31971 0 -1 1077944384 4594 0 0 0 75 1 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490070669936 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2822] ppid=2807 vsize=10661132 memory=504572 CPUtime=0.87 cores=0,2,4,6
/proc/2810/task/2822/stat : 2822 (java) S 2807 2810 31971 0 -1 1077944384 6751 0 0 0 86 1 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490069617136 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2823] ppid=2807 vsize=10661132 memory=504572 CPUtime=0.23 cores=0,2,4,6
/proc/2810/task/2823/stat : 2823 (java) S 2807 2810 31971 0 -1 1077944384 1807 0 0 0 22 1 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490068564848 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2824] ppid=2807 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2810/task/2824/stat : 2824 (java) S 2807 2810 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490067512288 140490515031765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
[pid=2810/tid=2825] ppid=2807 vsize=10661132 memory=29112 CPUtime=1.48 cores=0,2,4,6
/proc/2810/task/2825/stat : 2825 (java) S 2807 2810 31971 0 -1 1077944384 1128 0 0 0 74 74 0 0 20 0 15 0 101227457 10916999168 126143 33554432000 4194304 4196468 140726476785008 140490066459056 140490515032706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26775552 140726476788853 140726476789001 140726476789001 140726476791759 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 504572 KiB

Child status: 143
Real time (s): 2478.91
CPU time (s): 2520.09
CPU user time (s): 2515.98
CPU system time (s): 4.10404
CPU usage (%): 101.661
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 504572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.98
system time used= 4.10404
maximum resident set size= 505080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 361856
involuntary context switches= 8582


# summary of solver processes directly reported to runsolver:
#   pid: 2810
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.98
#   total CPU system time (s): 4.10404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5386 second user time and 24.1591 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 05:57:23
IDJOB=4299976
IDBENCH=141515
IDSOLVER=2762
FILE ID=node103/4299976-1532836643
RUNJOBID= node103-1532811179-32002
PBS_JOBID= 21022486
Free space on /tmp= 56532 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-14-sum_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299976-1532836643/watcher-4299976-1532836643 -o /tmp/evaluation-result-4299976-1532836643/solver-4299976-1532836643 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299976-1532836643.xml

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

MD5SUM BENCH= d2d43b1b882dee15f3aa399c7a9d9ad6
RANDOM SEED=1204687963

node103.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.48
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.48
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.48
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.48
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:        19749996 kB
MemAvailable:   31478352 kB
Buffers:          305520 kB
Cached:         11605784 kB
SwapCached:            0 kB
Active:          4383528 kB
Inactive:        8032808 kB
Active(anon):     507660 kB
Inactive(anon):    25184 kB
Active(file):    3875868 kB
Inactive(file):  8007624 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:        704684 kB
Mapped:            55808 kB
Shmem:             25228 kB
Slab:             301276 kB
SReclaimable:     273324 kB
SUnreclaim:        27952 kB
KernelStack:        3808 kB
PageTables:         6604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1159096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56532 MiB
End job on node103 at 2018-07-29 06:38:42