Trace number 4298684

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29SAT (TO)10 2520.04 2500.91

General information on the benchmark

NameSumColoring/
SumColoring-myciel3_c18.xml
MD5SUM2a16ad2ecbd4987722397e2a286d7eb3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.007767
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints20
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":11}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":5},{"degree":5,"count":5},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":20}]
Number of extensional constraints0
Number of intensional constraints20
Distribution of constraint types[{"type":"intension","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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
0.54/0.32	o 13
0.54/0.33	o 11
0.54/0.35	o 10
2520.02/2500.90	s SATISFIABLE
2520.02/2500.90	v <instantiation>
2520.02/2500.90	v 	<list>
2520.02/2500.90	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] 
2520.02/2500.90	v 	</list>
2520.02/2500.90	v 	<values>
2520.02/2500.90	v 		2 1 2 1 3 0 0 0 0 0 1 
2520.02/2500.90	v 	</values>
2520.02/2500.90	v </instantiation>

Verifier Data

OK	10

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 (8935 MiB free)
  memory of node 1: 16384 MiB (14212 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298684-1532773265/watcher-4298684-1532773265 -o /tmp/evaluation-result-4298684-1532773265/solver-4298684-1532773265 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298684-1532773265.xml 

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

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


[startup+0.100358 s]*
/proc/loadavg: 0.95 1.30 1.32 4/198 15619
/proc/meminfo: memFree=23686660/32770624 swapFree=67108860/67108860
[pid=15604] ppid=15601 vsize=10661056 memory=28388 CPUtime=0.12 cores=1,3,5,7
/proc/15604/stat : 15604 (java) S 15601 15604 11635 0 -1 1077944320 4980 0 0 0 10 2 0 0 20 0 15 0 94889644 10916921344 7097 33554432000 4194304 4196468 140733996652240 140733996634784 139947427376887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
/proc/15604/statm: 2665264 7097 2843 1 0 2627263 0
[pid=15604/tid=15606] ppid=15601 vsize=10661056 memory=-6729617463269495142 CPUtime=0.09 cores=1,3,5,7
/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 2862 0 0 0 8 1 0 0 20 0 15 0 94889645 10916921344 7097 33554432000 4194304 4196468 140733996652240 139947431609024 139947427388822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661056 memory=5767624248723478921 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916921344 7097 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661056 memory=140187596580480 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916921344 7097 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916921344 7097 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94889645 10916921344 7097 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94889647 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15612] ppid=15601 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15612/stat : 15612 (java) S 15601 15604 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94889647 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946918762016 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15613] ppid=15601 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15613/stat : 15613 (java) S 15601 15604 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94889648 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946917709168 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15614] ppid=15601 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15614/stat : 15614 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946916657488 139947427395483 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15615] ppid=15601 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15615/stat : 15615 (java) S 15601 15604 11635 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 94889650 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946915604848 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15616] ppid=15601 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15616/stat : 15616 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946914552048 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15617] ppid=15601 vsize=10661056 memory=140187596580480 CPUtime=0.01 cores=1,3,5,7
/proc/15604/task/15617/stat : 15617 (java) R 15601 15604 11635 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 94889650 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946913499248 139947406675808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15618] ppid=15601 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15618/stat : 15618 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946912446688 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15619] ppid=15601 vsize=10661056 memory=140187596580480 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15619/stat : 15619 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889650 10916921344 7097 33554432000 4194304 4196468 140733996652240 139946911394992 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28388 KiB

[startup+0.210487 s]*
/proc/loadavg: 0.95 1.30 1.32 2/198 15619
/proc/meminfo: memFree=23675264/32770624 swapFree=67108860/67108860
[pid=15604] ppid=15601 vsize=10661132 memory=40220 CPUtime=0.32 cores=1,3,5,7
/proc/15604/stat : 15604 (java) S 15601 15604 11635 0 -1 1077944320 7615 0 0 0 29 3 0 0 20 0 15 0 94889644 10916999168 10055 33554432000 4194304 4196468 140733996652240 140733996634784 139947427376887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
/proc/15604/statm: 2665283 10055 2975 1 0 2627263 0
[pid=15604/tid=15606] ppid=15601 vsize=10661132 memory=8113686011800624535 CPUtime=0.2 cores=1,3,5,7
/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 4759 0 0 0 18 2 0 0 20 0 15 0 94889645 10916999168 10055 33554432000 4194304 4196468 140733996652240 139947431609200 139947411457374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661132 memory=732370325934033893 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 10055 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661132 memory=140187596580480 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 10055 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 10055 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 10055 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661132 memory=140187596580480 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15612] ppid=15601 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15612/stat : 15612 (java) S 15601 15604 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946918762016 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15613] ppid=15601 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15613/stat : 15613 (java) S 15601 15604 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94889648 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946917709168 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15614] ppid=15601 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15614/stat : 15614 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946916657488 139947427395483 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15615] ppid=15601 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15604/task/15615/stat : 15615 (java) S 15601 15604 11635 0 -1 1077944384 607 0 0 0 1 0 0 0 20 0 15 0 94889650 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946915604848 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15616] ppid=15601 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15604/task/15616/stat : 15616 (java) S 15601 15604 11635 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 15 0 94889650 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946914552048 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15617] ppid=15601 vsize=10661132 memory=140187596580480 CPUtime=0.07 cores=1,3,5,7
/proc/15604/task/15617/stat : 15617 (java) S 15601 15604 11635 0 -1 1077944384 777 0 0 0 7 0 0 0 20 0 15 0 94889650 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946913499248 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15618] ppid=15601 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15618/stat : 15618 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946912446688 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15619] ppid=15601 vsize=10661132 memory=140187596580480 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15619/stat : 15619 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 10055 33554432000 4194304 4196468 140733996652240 139946911394992 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40220 KiB

[startup+0.310089 s]*
/proc/loadavg: 0.95 1.30 1.32 4/198 15619
/proc/meminfo: memFree=23669412/32770624 swapFree=67108860/67108860
[pid=15604] ppid=15601 vsize=10661132 memory=48516 CPUtime=0.54 cores=1,3,5,7
/proc/15604/stat : 15604 (java) S 15601 15604 11635 0 -1 1077944320 8807 0 0 0 51 3 0 0 20 0 15 0 94889644 10916999168 12129 33554432000 4194304 4196468 140733996652240 140733996634784 139947427376887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
/proc/15604/statm: 2665283 12129 3057 1 0 2627263 0
[pid=15604/tid=15606] ppid=15601 vsize=10661132 memory=26467300 CPUtime=0.29 cores=1,3,5,7
/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 5235 0 0 0 27 2 0 0 20 0 15 0 94889645 10916999168 12129 33554432000 4194304 4196468 140733996652240 139947431613936 139947407087334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 12129 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661132 memory=280375060788608 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 12129 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661132 memory=280374928443904 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 12129 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661132 memory=140187464208143 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 12129 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661132 memory=280375060795520 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15612] ppid=15601 vsize=10661132 memory=140187464212751 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15612/stat : 15612 (java) S 15601 15604 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946918762016 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15613] ppid=15601 vsize=10661132 memory=140187464226691 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15613/stat : 15613 (java) S 15601 15604 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94889648 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946917709168 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15614] ppid=15601 vsize=10661132 memory=140187464229021 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15614/stat : 15614 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946916657488 139947427395483 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15615] ppid=15601 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/15604/task/15615/stat : 15615 (java) R 15601 15604 11635 0 -1 4202560 932 0 0 0 5 0 0 0 20 0 15 0 94889650 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946915590872 139947408921384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15616] ppid=15601 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/15604/task/15616/stat : 15616 (java) R 15601 15604 11635 0 -1 4202560 191 0 0 0 5 0 0 0 20 0 15 0 94889650 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946914552048 139947427388822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15617] ppid=15601 vsize=10661132 memory=140187596580480 CPUtime=0.13 cores=1,3,5,7
/proc/15604/task/15617/stat : 15617 (java) R 15601 15604 11635 0 -1 1077944384 1080 0 0 0 13 0 0 0 20 0 15 0 94889650 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946913499248 139947427388034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15618] ppid=15601 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15618/stat : 15618 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946912446688 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15619] ppid=15601 vsize=10661132 memory=140187596608868 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15619/stat : 15619 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 12129 33554432000 4194304 4196468 140733996652240 139946911394992 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48516 KiB

[startup+0.700823 s]
/proc/loadavg: 0.95 1.30 1.32 4/198 15619
/proc/meminfo: memFree=23637400/32770624 swapFree=67108860/67108860
[pid=15604] ppid=15601 vsize=10661132 memory=129092 CPUtime=1.65 cores=1,3,5,7
/proc/15604/stat : 15604 (java) S 15601 15604 11635 0 -1 1077944320 14696 0 0 0 159 6 0 0 20 0 15 0 94889644 10916999168 32273 33554432000 4194304 4196468 140733996652240 140733996634784 139947427376887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
/proc/15604/statm: 2665283 32273 3096 1 0 2627263 0
[pid=15604/tid=15606] ppid=15601 vsize=10661132 memory=56 CPUtime=0.67 cores=1,3,5,7
/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 5307 0 0 0 64 3 0 0 20 0 15 0 94889645 10916999168 32273 33554432000 4194304 4196468 140733996652240 139947431615584 139947032431958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 32273 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661132 memory=8458433173657171765 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 32273 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661132 memory=7157152547622703712 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 32273 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661132 memory=6226596351323422817 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 32273 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15612] ppid=15601 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15612/stat : 15612 (java) S 15601 15604 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946918762016 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15613] ppid=15601 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15613/stat : 15613 (java) S 15601 15604 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94889648 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946917709168 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15614] ppid=15601 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15614/stat : 15614 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946916657488 139947427395483 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15615] ppid=15601 vsize=10661132 memory=1200 CPUtime=0.42 cores=1,3,5,7
/proc/15604/task/15615/stat : 15615 (java) R 15601 15604 11635 0 -1 4202560 4342 0 0 0 41 1 0 0 20 0 15 0 94889650 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946915590872 139947407063551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15616] ppid=15601 vsize=10661132 memory=12136 CPUtime=0.35 cores=1,3,5,7
/proc/15604/task/15616/stat : 15616 (java) R 15601 15604 11635 0 -1 4202560 2149 0 0 0 35 0 0 0 20 0 15 0 94889650 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946914537928 139947407068600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15617] ppid=15601 vsize=10661132 memory=1008 CPUtime=0.17 cores=1,3,5,7
/proc/15604/task/15617/stat : 15617 (java) S 15601 15604 11635 0 -1 1077944384 1528 0 0 0 17 0 0 0 20 0 15 0 94889650 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946913499248 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15618] ppid=15601 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15618/stat : 15618 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946912446688 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15619] ppid=15601 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15619/stat : 15619 (java) S 15601 15604 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 32273 33554432000 4194304 4196468 140733996652240 139946911394992 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 129092 KiB

[startup+1.50077 s]
/proc/loadavg: 0.95 1.30 1.32 2/198 15619
/proc/meminfo: memFree=23519748/32770624 swapFree=67108860/67108860
[pid=15604] ppid=15601 vsize=10661132 memory=197448 CPUtime=2.78 cores=1,3,5,7
/proc/15604/stat : 15604 (java) S 15601 15604 11635 0 -1 1077944320 15416 0 0 0 270 8 0 0 20 0 15 0 94889644 10916999168 49362 33554432000 4194304 4196468 140733996652240 140733996634784 139947427376887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
/proc/15604/statm: 2665283 49362 3096 1 0 2627263 0
[pid=15604/tid=15606] ppid=15601 vsize=10661132 memory=4132 CPUtime=1.47 cores=1,3,5,7
/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 5342 0 0 0 142 5 0 0 20 0 15 0 94889645 10916999168 49362 33554432000 4194304 4196468 140733996652240 139947431615936 139947032718429 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 49362 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 49362 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 49362 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 94889645 10916999168 49362 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661132 memory=280374928484576 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 49362 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0

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

/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 26715 0 0 0 236416 38 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947431614656 139947032657980 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661132 memory=204364 CPUtime=5.99 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 2842 0 0 0 507 92 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661132 memory=204364 CPUtime=5.96 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 2008 0 0 0 503 93 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661132 memory=204364 CPUtime=5.99 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 3046 0 0 0 518 81 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661132 memory=204364 CPUtime=5.97 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 2613 0 0 0 508 89 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661132 memory=204364 CPUtime=9.24 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 5137 0 0 0 857 67 0 0 20 0 15 0 94889647 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15612] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15612/stat : 15612 (java) S 15601 15604 11635 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946918762016 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15613] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15613/stat : 15613 (java) S 15601 15604 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94889648 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946917709168 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15614] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15614/stat : 15614 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946916657488 139947427395483 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15615] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.63 cores=1,3,5,7
/proc/15604/task/15615/stat : 15615 (java) S 15601 15604 11635 0 -1 1077944384 5143 0 0 0 62 1 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946915604848 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15616] ppid=15601 vsize=10661132 memory=593 CPUtime=0.5 cores=1,3,5,7
/proc/15604/task/15616/stat : 15616 (java) S 15601 15604 11635 0 -1 1077944384 3291 0 0 0 50 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946914552048 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15617] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.23 cores=1,3,5,7
/proc/15604/task/15617/stat : 15617 (java) S 15601 15604 11635 0 -1 1077944384 1692 0 0 0 22 1 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946913499248 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15618] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15618/stat : 15618 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946912446688 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15619] ppid=15601 vsize=10661132 memory=204364 CPUtime=1.41 cores=1,3,5,7
/proc/15604/task/15619/stat : 15619 (java) S 15601 15604 11635 0 -1 1077944384 1217 0 0 0 65 76 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946911394992 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
Current children cumulated CPU time: 2400.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204364 KiB

[startup+2442.3 s]
/proc/loadavg: 0.55 0.62 0.68 2/198 15721
/proc/meminfo: memFree=23507320/32770624 swapFree=67108860/67108860
[pid=15604] ppid=15601 vsize=10661132 memory=204364 CPUtime=2461 cores=1,3,5,7
/proc/15604/stat : 15604 (java) S 15601 15604 11635 0 -1 1077944320 55507 0 0 0 245734 366 0 0 20 0 15 0 94889644 10916999168 51091 33554432000 4194304 4196468 140733996652240 140733996634784 139947427376887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
/proc/15604/statm: 2665283 51091 3127 1 0 2627263 0
[pid=15604/tid=15606] ppid=15601 vsize=10661132 memory=204364 CPUtime=2424.09 cores=1,3,5,7
/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 27138 0 0 0 242370 39 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947431616496 139947032720668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.14 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 2847 0 0 0 521 93 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.13 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 2011 0 0 0 517 96 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.14 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 3047 0 0 0 531 83 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661132 memory=0 CPUtime=6.12 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 2615 0 0 0 520 92 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661132 memory=204364 CPUtime=9.47 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 5144 0 0 0 879 68 0 0 20 0 15 0 94889647 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15612] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15612/stat : 15612 (java) S 15601 15604 11635 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946918762016 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15613] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15613/stat : 15613 (java) S 15601 15604 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94889648 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946917709168 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15614] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15614/stat : 15614 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946916657488 139947427395483 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15615] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.63 cores=1,3,5,7
/proc/15604/task/15615/stat : 15615 (java) S 15601 15604 11635 0 -1 1077944384 5143 0 0 0 62 1 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946915604848 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15616] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.5 cores=1,3,5,7
/proc/15604/task/15616/stat : 15616 (java) S 15601 15604 11635 0 -1 1077944384 3291 0 0 0 50 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946914552048 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15617] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.23 cores=1,3,5,7
/proc/15604/task/15617/stat : 15617 (java) S 15601 15604 11635 0 -1 1077944384 1692 0 0 0 22 1 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946913499248 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15618] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15618/stat : 15618 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946912446688 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15619] ppid=15601 vsize=10661132 memory=204364 CPUtime=1.45 cores=1,3,5,7
/proc/15604/task/15619/stat : 15619 (java) S 15601 15604 11635 0 -1 1077944384 1219 0 0 0 67 78 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946911394992 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
Current children cumulated CPU time: 2461 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.9 s]
/proc/loadavg: 0.50 0.59 0.67 2/198 15722
/proc/meminfo: memFree=23507384/32770624 swapFree=67108860/67108860
[pid=15604] ppid=15601 vsize=10661132 memory=204364 CPUtime=2520.02 cores=1,3,5,7
/proc/15604/stat : 15604 (java) S 15601 15604 11635 0 -1 1077944320 56591 0 0 0 251628 374 0 0 20 0 15 0 94889644 10916999168 51091 33554432000 4194304 4196468 140733996652240 140733996634784 139947427376887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
/proc/15604/statm: 2665283 51091 3127 1 0 2627263 0
[pid=15604/tid=15606] ppid=15601 vsize=10661132 memory=204364 CPUtime=2482.27 cores=1,3,5,7
/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 27738 0 0 0 248187 40 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947431616496 139947032718429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.28 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 2897 0 0 0 532 96 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.28 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 2228 0 0 0 530 98 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661132 memory=0 CPUtime=6.29 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 3067 0 0 0 543 86 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.27 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 2621 0 0 0 533 94 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661132 memory=204364 CPUtime=9.7 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 5312 0 0 0 900 70 0 0 20 0 15 0 94889647 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15612] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15612/stat : 15612 (java) S 15601 15604 11635 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946918762016 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15613] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15613/stat : 15613 (java) S 15601 15604 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94889648 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946917709168 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15614] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15614/stat : 15614 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946916657488 139947427395483 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15615] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.63 cores=1,3,5,7
/proc/15604/task/15615/stat : 15615 (java) S 15601 15604 11635 0 -1 1077944384 5145 0 0 0 62 1 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946915604848 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15616] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.5 cores=1,3,5,7
/proc/15604/task/15616/stat : 15616 (java) S 15601 15604 11635 0 -1 1077944384 3293 0 0 0 50 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946914552048 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15617] ppid=15601 vsize=10661132 memory=5776 CPUtime=0.23 cores=1,3,5,7
/proc/15604/task/15617/stat : 15617 (java) S 15601 15604 11635 0 -1 1077944384 1694 0 0 0 22 1 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946913499248 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15618] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15618/stat : 15618 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946912446688 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15619] ppid=15601 vsize=10661132 memory=204364 CPUtime=1.49 cores=1,3,5,7
/proc/15604/task/15619/stat : 15619 (java) S 15601 15604 11635 0 -1 1077944384 1236 0 0 0 69 80 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946911394992 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204364 KiB

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

[startup+2500.91 s]
# the end of solver process 15604 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.74789 s

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

[startup+2500.9 s]
/proc/loadavg: 0.50 0.59 0.67 2/198 15722
/proc/meminfo: memFree=23507384/32770624 swapFree=67108860/67108860
[pid=15604] ppid=15601 vsize=10661132 memory=204364 CPUtime=2520.02 cores=1,3,5,7
/proc/15604/stat : 15604 (java) S 15601 15604 11635 0 -1 1077944320 56591 0 0 0 251628 374 0 0 20 0 15 0 94889644 10916999168 51091 33554432000 4194304 4196468 140733996652240 140733996634784 139947427376887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
/proc/15604/statm: 2665283 51091 3127 1 0 2627263 0
[pid=15604/tid=15606] ppid=15601 vsize=10661132 memory=204364 CPUtime=2482.27 cores=1,3,5,7
/proc/15604/task/15606/stat : 15606 (java) R 15601 15604 11635 0 -1 4202560 27738 0 0 0 248187 40 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947431616496 139947032718429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15607] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.28 cores=1,3,5,7
/proc/15604/task/15607/stat : 15607 (java) S 15601 15604 11635 0 -1 1077944384 2897 0 0 0 532 96 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947353451152 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15608] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.28 cores=1,3,5,7
/proc/15604/task/15608/stat : 15608 (java) S 15601 15604 11635 0 -1 1077944384 2228 0 0 0 530 98 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947352398352 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15609] ppid=15601 vsize=10661132 memory=0 CPUtime=6.29 cores=1,3,5,7
/proc/15604/task/15609/stat : 15609 (java) S 15601 15604 11635 0 -1 1077944384 3067 0 0 0 543 86 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947351345552 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15610] ppid=15601 vsize=10661132 memory=204364 CPUtime=6.27 cores=1,3,5,7
/proc/15604/task/15610/stat : 15610 (java) S 15601 15604 11635 0 -1 1077944384 2621 0 0 0 533 94 0 0 20 0 15 0 94889645 10916999168 51091 33554432000 4194304 4196468 140733996652240 139947350292752 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15611] ppid=15601 vsize=10661132 memory=204364 CPUtime=9.7 cores=1,3,5,7
/proc/15604/task/15611/stat : 15611 (java) S 15601 15604 11635 0 -1 1077944384 5312 0 0 0 900 70 0 0 20 0 15 0 94889647 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946919816048 139947427388034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15612] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15612/stat : 15612 (java) S 15601 15604 11635 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 94889647 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946918762016 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15613] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15613/stat : 15613 (java) S 15601 15604 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94889648 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946917709168 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15614] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15614/stat : 15614 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946916657488 139947427395483 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15615] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.63 cores=1,3,5,7
/proc/15604/task/15615/stat : 15615 (java) S 15601 15604 11635 0 -1 1077944384 5145 0 0 0 62 1 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946915604848 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15616] ppid=15601 vsize=10661132 memory=204364 CPUtime=0.5 cores=1,3,5,7
/proc/15604/task/15616/stat : 15616 (java) S 15601 15604 11635 0 -1 1077944384 3293 0 0 0 50 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946914552048 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15617] ppid=15601 vsize=10661132 memory=5776 CPUtime=0.23 cores=1,3,5,7
/proc/15604/task/15617/stat : 15617 (java) S 15601 15604 11635 0 -1 1077944384 1694 0 0 0 22 1 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946913499248 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15618] ppid=15601 vsize=10661132 memory=204364 CPUtime=0 cores=1,3,5,7
/proc/15604/task/15618/stat : 15618 (java) S 15601 15604 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946912446688 139947427387093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
[pid=15604/tid=15619] ppid=15601 vsize=10661132 memory=204364 CPUtime=1.49 cores=1,3,5,7
/proc/15604/task/15619/stat : 15619 (java) S 15601 15604 11635 0 -1 1077944384 1236 0 0 0 69 80 0 0 20 0 15 0 94889650 10916999168 51091 33554432000 4194304 4196468 140733996652240 139946911394992 139947427388034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23601152 140733996655733 140733996655881 140733996655881 140733996658639 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204364 KiB

Child status: 143
Real time (s): 2500.91
CPU time (s): 2520.04
CPU user time (s): 2516.3
CPU system time (s): 3.74789
CPU usage (%): 100.765
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 204364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.74789
maximum resident set size= 204888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56792
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 331538
involuntary context switches= 7243


# summary of solver processes directly reported to runsolver:
#   pid: 15604
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.74789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7965 second user time and 24.4293 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 12:21:05
IDJOB=4298684
IDBENCH=141220
IDSOLVER=2762
FILE ID=node132/4298684-1532773265
RUNJOBID= node132-1532740752-11667
PBS_JOBID= 21022446
Free space on /tmp= 52044 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel3_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298684-1532773265/watcher-4298684-1532773265 -o /tmp/evaluation-result-4298684-1532773265/solver-4298684-1532773265 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298684-1532773265.xml

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

MD5SUM BENCH= 2a16ad2ecbd4987722397e2a286d7eb3
RANDOM SEED=2144223521

node132.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.65
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.65
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.65
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.65
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:        23704248 kB
MemAvailable:   31932724 kB
Buffers:          201952 kB
Cached:          8232500 kB
SwapCached:            0 kB
Active:          2588008 kB
Inactive:        5899168 kB
Active(anon):       2948 kB
Inactive(anon):    77852 kB
Active(file):    2585060 kB
Inactive(file):  5821316 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:         60280 kB
Mapped:            42836 kB
Shmem:             25248 kB
Slab:             278312 kB
SReclaimable:     250560 kB
SUnreclaim:        27752 kB
KernelStack:        3248 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52040 MiB
End job on node132 at 2018-07-28 13:02:46