Trace number 4298721

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
slowpoke 2018-04-29SAT (TO)22 2520.03 2509.71

General information on the benchmark

NameSumColoring/
SumColoring-myciel4_c18.xml
MD5SUMb2986e349e6e3d69d494bfde8c7eda2a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.236376
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints71
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":23}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":5},{"degree":6,"count":5},{"degree":7,"count":6},{"degree":9,"count":5},{"degree":11,"count":1},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":71}]
Number of extensional constraints0
Number of intensional constraints71
Distribution of constraint types[{"type":"intension","count":71}]
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: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.54/0.36	o 30
0.54/0.40	o 28
0.54/0.40	o 27
0.54/0.41	o 26
1.70/0.70	o 25
1.70/0.70	o 24
1.70/0.70	o 23
1.70/0.71	o 22
2520.01/2509.70	s SATISFIABLE
2520.01/2509.70	v <instantiation>
2520.01/2509.70	v 	<list>
2520.01/2509.70	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] 
2520.01/2509.70	v 	</list>
2520.01/2509.70	v 	<values>
2520.01/2509.70	v 		2 3 2 3 4 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
2520.01/2509.70	v 	</values>
2520.01/2509.70	v </instantiation>

Verifier Data

OK	22

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

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

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

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

solver pid=15838, runsolver pid=15835

[startup+0.100125 s]*
/proc/loadavg: 0.50 0.59 0.67 6/219 15866
/proc/meminfo: memFree=23661740/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=10661056 memory=27400 CPUtime=0.12 cores=0,2,4,6
/proc/15838/stat : 15838 (java) S 15835 15838 15776 0 -1 1077944320 5268 0 0 0 11 1 0 0 20 0 15 0 95139961 10916921344 6850 33554432000 4194304 4196468 140721967008288 140721966990832 140642807664375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
/proc/15838/statm: 2665264 6850 2830 1 0 2627263 0
[pid=15838/tid=15844] ppid=15835 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 3135 0 0 0 8 1 0 0 20 0 15 0 95139962 10916921344 6850 33554432000 4194304 4196468 140721967008288 140642811895264 140642807676310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661056 memory=5793855145017039289 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916921344 6850 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661056 memory=139894007146112 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916921344 6850 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916921344 6850 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95139963 10916921344 6850 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95139964 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15853] ppid=15835 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15853/stat : 15853 (java) S 15835 15838 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95139964 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641842427168 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15854] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15854/stat : 15854 (java) S 15835 15838 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95139965 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641841374832 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15861] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15861/stat : 15861 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641840323152 140642807682971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15862] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15862/stat : 15862 (java) S 15835 15838 15776 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 95139967 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641839270000 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15863] ppid=15835 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15863/stat : 15863 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641838217200 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15864] ppid=15835 vsize=10661056 memory=139894007146112 CPUtime=0.01 cores=0,2,4,6
/proc/15838/task/15864/stat : 15864 (java) R 15835 15838 15776 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 95139967 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641837164912 140642807685722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15865] ppid=15835 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15865/stat : 15865 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641836112352 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15866] ppid=15835 vsize=10661056 memory=139894007146112 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15866/stat : 15866 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139967 10916921344 6850 33554432000 4194304 4196468 140721967008288 140641835060144 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27400 KiB

[startup+0.210602 s]*
/proc/loadavg: 0.50 0.59 0.67 8/219 15866
/proc/meminfo: memFree=23638652/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=10661056 memory=40408 CPUtime=0.33 cores=0,2,4,6
/proc/15838/stat : 15838 (java) S 15835 15838 15776 0 -1 1077944320 8180 0 0 0 31 2 0 0 20 0 15 0 95139961 10916921344 10102 33554432000 4194304 4196468 140721967008288 140721966990832 140642807664375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
/proc/15838/statm: 2665264 10102 2959 1 0 2627263 0
[pid=15838/tid=15844] ppid=15835 vsize=10661056 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 5184 0 0 0 18 1 0 0 20 0 15 0 95139962 10916921344 10102 33554432000 4194304 4196468 140721967008288 140642811896848 140642791775600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661056 memory=4211973620211936650 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916921344 10102 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661056 memory=139894007146112 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916921344 10102 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916921344 10102 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95139963 10916921344 10102 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661056 memory=139894007146112 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95139964 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15853] ppid=15835 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15853/stat : 15853 (java) S 15835 15838 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95139964 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641842427168 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15854] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15854/stat : 15854 (java) S 15835 15838 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95139965 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641841374832 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15861] ppid=15835 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15861/stat : 15861 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641840323152 140642807682971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15862] ppid=15835 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15838/task/15862/stat : 15862 (java) S 15835 15838 15776 0 -1 1077944384 639 0 0 0 2 0 0 0 20 0 15 0 95139967 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641839270000 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15863] ppid=15835 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15838/task/15863/stat : 15863 (java) S 15835 15838 15776 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 15 0 95139967 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641838217200 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15864] ppid=15835 vsize=10661056 memory=139894007146112 CPUtime=0.08 cores=0,2,4,6
/proc/15838/task/15864/stat : 15864 (java) S 15835 15838 15776 0 -1 1077944384 901 0 0 0 8 0 0 0 20 0 15 0 95139967 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641837164912 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15865] ppid=15835 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15865/stat : 15865 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641836112352 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15866] ppid=15835 vsize=10661056 memory=139894007146112 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15866/stat : 15866 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139967 10916921344 10102 33554432000 4194304 4196468 140721967008288 140641835060144 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40408 KiB

[startup+0.310406 s]*
/proc/loadavg: 0.50 0.59 0.67 9/219 15866
/proc/meminfo: memFree=23629620/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=10661132 memory=44724 CPUtime=0.54 cores=0,2,4,6
/proc/15838/stat : 15838 (java) S 15835 15838 15776 0 -1 1077944320 8891 0 0 0 52 2 0 0 20 0 15 0 95139961 10916999168 11181 33554432000 4194304 4196468 140721967008288 140721966990832 140642807664375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
/proc/15838/statm: 2665283 11181 3003 1 0 2627263 0
[pid=15838/tid=15844] ppid=15835 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 5654 0 0 0 28 2 0 0 20 0 15 0 95139962 10916999168 11181 33554432000 4194304 4196468 140721967008288 140642811900736 140642413897873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661132 memory=4211973620211936650 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 11181 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661132 memory=279787870083456 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 11181 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661132 memory=279787725902336 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 11181 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661132 memory=139893862937359 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 11181 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661132 memory=279787870090368 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15853] ppid=15835 vsize=10661132 memory=139893862941967 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15853/stat : 15853 (java) S 15835 15838 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641842427168 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15854] ppid=15835 vsize=10661132 memory=139893862960079 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15854/stat : 15854 (java) S 15835 15838 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95139965 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641841374832 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15861] ppid=15835 vsize=10661132 memory=139893862962384 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15861/stat : 15861 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641840323152 140642807682971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15862] ppid=15835 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/15838/task/15862/stat : 15862 (java) S 15835 15838 15776 0 -1 1077944384 651 0 0 0 4 0 0 0 20 0 15 0 95139967 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641839270000 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15863] ppid=15835 vsize=10661132 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/15838/task/15863/stat : 15863 (java) S 15835 15838 15776 0 -1 1077944384 202 0 0 0 4 0 0 0 20 0 15 0 95139967 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641838217200 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15864] ppid=15835 vsize=10661132 memory=139894007146112 CPUtime=0.14 cores=0,2,4,6
/proc/15838/task/15864/stat : 15864 (java) R 15835 15838 15776 0 -1 4202560 1017 0 0 0 14 0 0 0 20 0 15 0 95139967 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641837160672 140642786534403 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15865] ppid=15835 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15865/stat : 15865 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641836112352 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15866] ppid=15835 vsize=10661132 memory=139894007173512 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15866/stat : 15866 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 11181 33554432000 4194304 4196468 140721967008288 140641835060144 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44724 KiB

[startup+0.700744 s]
/proc/loadavg: 0.50 0.59 0.67 8/219 15866
/proc/meminfo: memFree=23587212/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=10661132 memory=91968 CPUtime=1.7 cores=0,2,4,6
/proc/15838/stat : 15838 (java) S 15835 15838 15776 0 -1 1077944320 15615 0 0 0 166 4 0 0 20 0 15 0 95139961 10916999168 22992 33554432000 4194304 4196468 140721967008288 140721966990832 140642807664375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
/proc/15838/statm: 2665283 22992 3094 1 0 2627263 0
[pid=15838/tid=15844] ppid=15835 vsize=10661132 memory=56 CPUtime=0.67 cores=0,2,4,6
/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 5816 0 0 0 65 2 0 0 20 0 15 0 95139962 10916999168 22992 33554432000 4194304 4196468 140721967008288 140642811904912 140721967327170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 22992 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 22992 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 22992 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 22992 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15853] ppid=15835 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15853/stat : 15853 (java) S 15835 15838 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641842427168 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15854] ppid=15835 vsize=10661132 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15854/stat : 15854 (java) S 15835 15838 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95139965 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641841374832 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15861] ppid=15835 vsize=10661132 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15861/stat : 15861 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641840323152 140642807682971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15862] ppid=15835 vsize=10661132 memory=1200 CPUtime=0.39 cores=0,2,4,6
/proc/15838/task/15862/stat : 15862 (java) R 15835 15838 15776 0 -1 4202560 3024 0 0 0 39 0 0 0 20 0 15 0 95139967 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641839258800 140642791570541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15863] ppid=15835 vsize=10661132 memory=12136 CPUtime=0.38 cores=0,2,4,6
/proc/15838/task/15863/stat : 15863 (java) R 15835 15838 15776 0 -1 4202560 3874 0 0 0 38 0 0 0 20 0 15 0 95139967 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641838201864 140642792586157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15864] ppid=15835 vsize=10661132 memory=1008 CPUtime=0.22 cores=0,2,4,6
/proc/15838/task/15864/stat : 15864 (java) S 15835 15838 15776 0 -1 1077944384 1531 0 0 0 22 0 0 0 20 0 15 0 95139967 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641837164912 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15865] ppid=15835 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15865/stat : 15865 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641836112352 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15866] ppid=15835 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15866/stat : 15866 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 22992 33554432000 4194304 4196468 140721967008288 140641835060144 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 91968 KiB

[startup+1.50076 s]
/proc/loadavg: 0.78 0.65 0.69 6/219 15866
/proc/meminfo: memFree=23478908/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=10661132 memory=188484 CPUtime=2.82 cores=0,2,4,6
/proc/15838/stat : 15838 (java) S 15835 15838 15776 0 -1 1077944320 18979 0 0 0 275 7 0 0 20 0 15 0 95139961 10916999168 46609 33554432000 4194304 4196468 140721967008288 140721966990832 140642807664375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
/proc/15838/statm: 2665283 46609 3107 1 0 2627263 0
[pid=15838/tid=15844] ppid=15835 vsize=10661132 memory=4132 CPUtime=1.48 cores=0,2,4,6
/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 6321 0 0 0 143 5 0 0 20 0 15 0 95139962 10916999168 47121 33554432000 4194304 4196468 140721967008288 140642811900992 140642414784947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661132 memory=27580 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 47121 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661132 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 47121 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 47121 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95139963 10916999168 47121 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661132 memory=7379244086626117715 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 47121 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0

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

/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 19205 0 0 0 241875 1372 0 0 20 0 15 0 95139962 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642811903440 140721967327170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.19 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 3485 0 0 0 291 28 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.21 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 3590 0 0 0 291 30 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661132 memory=0 CPUtime=3.22 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 3697 0 0 0 287 35 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.14 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 3161 0 0 0 283 31 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661132 memory=199836 CPUtime=4.51 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 5188 0 0 0 423 28 0 0 20 0 15 0 95139964 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15853] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15853/stat : 15853 (java) S 15835 15838 15776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641842427168 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15854] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15854/stat : 15854 (java) S 15835 15838 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95139965 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641841374832 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15861] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15861/stat : 15861 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641840323152 140642807682971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15862] ppid=15835 vsize=10661132 memory=199836 CPUtime=0.68 cores=0,2,4,6
/proc/15838/task/15862/stat : 15862 (java) S 15835 15838 15776 0 -1 1077944384 5871 0 0 0 67 1 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641839270000 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15863] ppid=15835 vsize=10661132 memory=199836 CPUtime=0.71 cores=0,2,4,6
/proc/15838/task/15863/stat : 15863 (java) S 15835 15838 15776 0 -1 1077944384 6837 0 0 0 70 1 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641838217200 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15864] ppid=15835 vsize=10661132 memory=199836 CPUtime=0.29 cores=0,2,4,6
/proc/15838/task/15864/stat : 15864 (java) S 15835 15838 15776 0 -1 1077944384 3733 0 0 0 29 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641837164912 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15865] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15865/stat : 15865 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641836112352 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15866] ppid=15835 vsize=10661132 memory=199836 CPUtime=0.86 cores=0,2,4,6
/proc/15838/task/15866/stat : 15866 (java) S 15835 15838 15776 0 -1 1077944384 921 0 0 0 40 46 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641835060144 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
Current children cumulated CPU time: 2452.38 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199836 KiB

[startup+2502.3 s]
/proc/loadavg: 1.78 1.51 1.41 3/219 16021
/proc/meminfo: memFree=23319740/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=10661132 memory=199836 CPUtime=2512.59 cores=0,2,4,6
/proc/15838/stat : 15838 (java) S 15835 15838 15776 0 -1 1077944320 57299 0 0 0 249699 1560 0 0 20 0 15 0 95139961 10916999168 49959 33554432000 4194304 4196468 140721967008288 140721966990832 140642807664375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
/proc/15838/statm: 2665283 49959 3141 1 0 2627263 0
[pid=15838/tid=15844] ppid=15835 vsize=10661132 memory=199836 CPUtime=2492.25 cores=0,2,4,6
/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 19389 0 0 0 247817 1408 0 0 20 0 15 0 95139962 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642811904688 140642415122954 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.27 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 3485 0 0 0 298 29 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.29 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 3590 0 0 0 298 31 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.3 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 3698 0 0 0 294 36 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.22 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 3161 0 0 0 290 32 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661132 memory=199836 CPUtime=4.61 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 5196 0 0 0 433 28 0 0 20 0 15 0 95139964 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15853] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15853/stat : 15853 (java) S 15835 15838 15776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641842427168 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15854] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15854/stat : 15854 (java) S 15835 15838 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95139965 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641841374832 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15861] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15861/stat : 15861 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641840323152 140642807682971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15862] ppid=15835 vsize=10661132 memory=199836 CPUtime=0.68 cores=0,2,4,6
/proc/15838/task/15862/stat : 15862 (java) S 15835 15838 15776 0 -1 1077944384 5871 0 0 0 67 1 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641839270000 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15863] ppid=15835 vsize=10661132 memory=4132 CPUtime=0.71 cores=0,2,4,6
/proc/15838/task/15863/stat : 15863 (java) S 15835 15838 15776 0 -1 1077944384 6837 0 0 0 70 1 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641838217200 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15864] ppid=15835 vsize=10661132 memory=199836 CPUtime=0.29 cores=0,2,4,6
/proc/15838/task/15864/stat : 15864 (java) S 15835 15838 15776 0 -1 1077944384 3733 0 0 0 29 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641837164912 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15865] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15865/stat : 15865 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641836112352 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15866] ppid=15835 vsize=10661132 memory=4048 CPUtime=0.88 cores=0,2,4,6
/proc/15838/task/15866/stat : 15866 (java) S 15835 15838 15776 0 -1 1077944384 927 0 0 0 41 47 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641835060144 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
Current children cumulated CPU time: 2512.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.7 s]
/proc/loadavg: 1.72 1.50 1.41 3/219 16021
/proc/meminfo: memFree=23319616/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=10661132 memory=199836 CPUtime=2520.01 cores=0,2,4,6
/proc/15838/stat : 15838 (java) S 15835 15838 15776 0 -1 1077944320 57322 0 0 0 250437 1564 0 0 20 0 15 0 95139961 10916999168 49959 33554432000 4194304 4196468 140721967008288 140721966990832 140642807664375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
/proc/15838/statm: 2665283 49959 3141 1 0 2627263 0
[pid=15838/tid=15844] ppid=15835 vsize=10661132 memory=199836 CPUtime=2499.62 cores=0,2,4,6
/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 19412 0 0 0 248550 1412 0 0 20 0 15 0 95139962 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642811903168 140721967327170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.28 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 3485 0 0 0 299 29 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.3 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 3590 0 0 0 299 31 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.31 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 3698 0 0 0 295 36 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.23 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 3161 0 0 0 291 32 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661132 memory=68 CPUtime=4.62 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 5196 0 0 0 434 28 0 0 20 0 15 0 95139964 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15853] ppid=15835 vsize=10661132 memory=3762511417948973890 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15853/stat : 15853 (java) S 15835 15838 15776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641842427168 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15854] ppid=15835 vsize=10661132 memory=139893863278993 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15854/stat : 15854 (java) S 15835 15838 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95139965 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641841374832 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15861] ppid=15835 vsize=10661132 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15861/stat : 15861 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641840323152 140642807682971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15862] ppid=15835 vsize=10661132 memory=164 CPUtime=0.68 cores=0,2,4,6
/proc/15838/task/15862/stat : 15862 (java) S 15835 15838 15776 0 -1 1077944384 5871 0 0 0 67 1 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641839270000 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15863] ppid=15835 vsize=10661132 memory=1224 CPUtime=0.71 cores=0,2,4,6
/proc/15838/task/15863/stat : 15863 (java) S 15835 15838 15776 0 -1 1077944384 6837 0 0 0 70 1 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641838217200 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15864] ppid=15835 vsize=10661132 memory=1716 CPUtime=0.29 cores=0,2,4,6
/proc/15838/task/15864/stat : 15864 (java) S 15835 15838 15776 0 -1 1077944384 3733 0 0 0 29 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641837164912 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15865] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15865/stat : 15865 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641836112352 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15866] ppid=15835 vsize=10661132 memory=199836 CPUtime=0.89 cores=0,2,4,6
/proc/15838/task/15866/stat : 15866 (java) S 15835 15838 15776 0 -1 1077944384 927 0 0 0 41 48 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641835060144 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199836 KiB

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

[startup+2509.71 s]
# the end of solver process 15838 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2504.38 s, system=15.6502 s

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

[startup+2509.7 s]
/proc/loadavg: 1.72 1.50 1.41 3/219 16021
/proc/meminfo: memFree=23319616/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=10661132 memory=199836 CPUtime=2520.01 cores=0,2,4,6
/proc/15838/stat : 15838 (java) S 15835 15838 15776 0 -1 1077944320 57322 0 0 0 250437 1564 0 0 20 0 15 0 95139961 10916999168 49959 33554432000 4194304 4196468 140721967008288 140721966990832 140642807664375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
/proc/15838/statm: 2665283 49959 3141 1 0 2627263 0
[pid=15838/tid=15844] ppid=15835 vsize=10661132 memory=199836 CPUtime=2499.62 cores=0,2,4,6
/proc/15838/task/15844/stat : 15844 (java) R 15835 15838 15776 0 -1 4202560 19412 0 0 0 248550 1412 0 0 20 0 15 0 95139962 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642811903168 140721967327170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15845] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.28 cores=0,2,4,6
/proc/15838/task/15845/stat : 15845 (java) S 15835 15838 15776 0 -1 1077944384 3485 0 0 0 299 29 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642733738384 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15846] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.3 cores=0,2,4,6
/proc/15838/task/15846/stat : 15846 (java) S 15835 15838 15776 0 -1 1077944384 3590 0 0 0 299 31 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642732685584 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15847] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.31 cores=0,2,4,6
/proc/15838/task/15847/stat : 15847 (java) S 15835 15838 15776 0 -1 1077944384 3698 0 0 0 295 36 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642411866768 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15848] ppid=15835 vsize=10661132 memory=199836 CPUtime=3.23 cores=0,2,4,6
/proc/15838/task/15848/stat : 15848 (java) S 15835 15838 15776 0 -1 1077944384 3161 0 0 0 291 32 0 0 20 0 15 0 95139963 10916999168 49959 33554432000 4194304 4196468 140721967008288 140642410813968 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15852] ppid=15835 vsize=10661132 memory=68 CPUtime=4.62 cores=0,2,4,6
/proc/15838/task/15852/stat : 15852 (java) S 15835 15838 15776 0 -1 1077944384 5196 0 0 0 434 28 0 0 20 0 15 0 95139964 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641843481200 140642807675522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15853] ppid=15835 vsize=10661132 memory=3762511417948973890 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15853/stat : 15853 (java) S 15835 15838 15776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95139964 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641842427168 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15854] ppid=15835 vsize=10661132 memory=139893863278993 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15854/stat : 15854 (java) S 15835 15838 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95139965 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641841374832 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15861] ppid=15835 vsize=10661132 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15861/stat : 15861 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641840323152 140642807682971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15862] ppid=15835 vsize=10661132 memory=164 CPUtime=0.68 cores=0,2,4,6
/proc/15838/task/15862/stat : 15862 (java) S 15835 15838 15776 0 -1 1077944384 5871 0 0 0 67 1 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641839270000 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15863] ppid=15835 vsize=10661132 memory=1224 CPUtime=0.71 cores=0,2,4,6
/proc/15838/task/15863/stat : 15863 (java) S 15835 15838 15776 0 -1 1077944384 6837 0 0 0 70 1 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641838217200 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15864] ppid=15835 vsize=10661132 memory=1716 CPUtime=0.29 cores=0,2,4,6
/proc/15838/task/15864/stat : 15864 (java) S 15835 15838 15776 0 -1 1077944384 3733 0 0 0 29 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641837164912 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15865] ppid=15835 vsize=10661132 memory=199836 CPUtime=0 cores=0,2,4,6
/proc/15838/task/15865/stat : 15865 (java) S 15835 15838 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641836112352 140642807674581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
[pid=15838/tid=15866] ppid=15835 vsize=10661132 memory=199836 CPUtime=0.89 cores=0,2,4,6
/proc/15838/task/15866/stat : 15866 (java) S 15835 15838 15776 0 -1 1077944384 927 0 0 0 41 48 0 0 20 0 15 0 95139967 10916999168 49959 33554432000 4194304 4196468 140721967008288 140641835060144 140642807675522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15110144 140721967015068 140721967015177 140721967015177 140721967017935 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199836 KiB

Child status: 143
Real time (s): 2509.71
CPU time (s): 2520.03
CPU user time (s): 2504.38
CPU system time (s): 15.6502
CPU usage (%): 100.411
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 199836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2504.38
system time used= 15.6502
maximum resident set size= 200400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 174201
involuntary context switches= 5004


# summary of solver processes directly reported to runsolver:
#   pid: 15838
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2504.38
#   total CPU system time (s): 15.6502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3888 second user time and 22.3018 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 13:02:48
IDJOB=4298721
IDBENCH=141225
IDSOLVER=2765
FILE ID=node132/4298721-1532775768
RUNJOBID= node132-1532775768-15807
PBS_JOBID= 21022466
Free space on /tmp= 52040 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel4_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298721-1532775768/watcher-4298721-1532775768 -o /tmp/evaluation-result-4298721-1532775768/solver-4298721-1532775768 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298721-1532775768.xml --timelimit 2520

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

MD5SUM BENCH= b2986e349e6e3d69d494bfde8c7eda2a
RANDOM SEED=229358424

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:        23695000 kB
MemAvailable:   31926692 kB
Buffers:          202404 kB
Cached:          8235224 kB
SwapCached:            0 kB
Active:          2591532 kB
Inactive:        5899980 kB
Active(anon):       4120 kB
Inactive(anon):    77852 kB
Active(file):    2587412 kB
Inactive(file):  5822128 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2068 kB
Writeback:             0 kB
AnonPages:         61404 kB
Mapped:            42652 kB
Shmem:             25248 kB
Slab:             277968 kB
SReclaimable:     250612 kB
SUnreclaim:        27356 kB
KernelStack:        3168 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328048 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:44:38