Trace number 4293660

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
Concrete 3.8 2018-06-13OPT24 13.8662 7.21651

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-3_c18.xml
MD5SUM7c95366121fdff59751822ead1677482
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.517133
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints100
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":30}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":4},{"degree":6,"count":6},{"degree":7,"count":7},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":12,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":100}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100}]
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.98/0.74	c Concrete v3.8.1528841891564 running
6.73/3.45	o 84
6.73/3.47	o 83
6.73/3.48	o 82
6.73/3.48	o 55
7.07/3.50	o 27
7.07/3.57	o 25
7.07/3.58	o 24
13.83/7.20	v <instantiation cost="24">
13.83/7.20	v       <list>
13.83/7.20	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] c[23] c[24] c[25] c[26] c[27] c[28] c[29]
13.83/7.20	v       </list>
13.83/7.20	v       <values>
13.83/7.20	v         3 0 2 2 0 0 2 0 3 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 2 0 1
13.83/7.20	v       </values>
13.83/7.20	v     </instantiation>
13.83/7.20	s OPTIMUM FOUND

Verifier Data

OK	24

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293660-1532356582/watcher-4293660-1532356582 -o /tmp/evaluation-result-4293660-1532356582/solver-4293660-1532356582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12263 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1817658728 HOME/instance-4293660-1532356582.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
Current StackSize limit: 8192 KiB

solver pid=12292, runsolver pid=12285

[startup+0.100093 s]*
/proc/loadavg: 2.00 2.00 1.96 2/189 12397
/proc/meminfo: memFree=18412708/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=9972712 memory=16108 CPUtime=0.09 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 4165 12854 0 0 1 0 5 3 20 0 6 0 53221513 10212057088 4027 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2493178 4027 1895 1 0 2481616 0
[pid=12292/tid=12396] ppid=12285 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 2033 12854 0 0 0 0 5 3 20 0 6 0 53221522 10212057088 4093 33554432000 4194304 4196468 140727352458720 140220193620560 140220205864286 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 6 0 53221523 10212057088 4093 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=9972712 memory=140542898738816 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 6 0 53221523 10212057088 4093 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 6 0 53221523 10212057088 4093 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 6 0 53221523 10212057088 4093 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16108 KiB

[startup+0.209911 s]*
/proc/loadavg: 2.00 2.00 1.96 5/215 12423
/proc/meminfo: memFree=18360708/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=10818904 memory=40488 CPUtime=0.26 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 7318 12854 0 0 16 2 5 3 20 0 15 0 53221513 11078557696 10122 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2704726 10122 2978 1 0 2667149 0
[pid=12292/tid=12396] ppid=12285 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 3871 12854 0 0 10 1 5 3 20 0 15 0 53221522 11078557696 10122 33554432000 4194304 4196468 140727352458720 140220193580720 140220203347380 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=10818904 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11078557696 10122 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=10818904 memory=140542899044331 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221523 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12406] ppid=12285 vsize=10818904 memory=140542898738816 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12406/stat : 12406 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221524 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219748465520 140220221794946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12408] ppid=12285 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12408/stat : 12408 (java) S 12285 12292 12231 0 -1 1077944384 13 12854 0 0 0 0 5 3 20 0 15 0 53221525 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219542136352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12410] ppid=12285 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12410/stat : 12410 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221525 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219072374128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12412] ppid=12285 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12412/stat : 12412 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11078557696 10122 33554432000 4194304 4196468 140727352458720 140218764974416 140220221802395 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12414] ppid=12285 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12414/stat : 12414 (java) S 12285 12292 12231 0 -1 1077944384 539 12854 0 0 1 0 5 3 20 0 15 0 53221528 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219747412336 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12417] ppid=12285 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12417/stat : 12417 (java) S 12285 12292 12231 0 -1 1077944384 70 12854 0 0 1 0 5 3 20 0 15 0 53221528 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219746359536 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12418] ppid=12285 vsize=10818904 memory=140542898738816 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12418/stat : 12418 (java) S 12285 12292 12231 0 -1 1077944384 617 12854 0 0 3 0 5 3 20 0 15 0 53221528 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219745306736 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12420] ppid=12285 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12420/stat : 12420 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11078557696 10122 33554432000 4194304 4196468 140727352458720 140218731415776 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12422] ppid=12285 vsize=10818904 memory=140542898738816 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12422/stat : 12422 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221528 11078557696 10122 33554432000 4194304 4196468 140727352458720 140219508579504 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40488 KiB

[startup+0.309888 s]*
/proc/loadavg: 2.00 2.00 1.96 4/215 12423
/proc/meminfo: memFree=18334784/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=10819352 memory=53896 CPUtime=0.38 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 10517 12854 0 0 27 3 5 3 20 0 15 0 53221513 11079016448 13474 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2704838 13474 3097 1 0 2667149 0
[pid=12292/tid=12396] ppid=12285 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 7171 12854 0 0 18 2 5 3 20 0 15 0 53221522 11079016448 13606 33554432000 4194304 4196468 140727352458720 140220193595808 140220205864286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11079016448 13606 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221523 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12406] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12406/stat : 12406 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221524 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219748465520 140220221794946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12408] ppid=12285 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12408/stat : 12408 (java) S 12285 12292 12231 0 -1 1077944384 13 12854 0 0 0 0 5 3 20 0 15 0 53221525 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219542136352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12410] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12410/stat : 12410 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221525 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219072374128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12412] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12412/stat : 12412 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11079016448 13606 33554432000 4194304 4196468 140727352458720 140218764974416 140220221802395 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12414] ppid=12285 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12414/stat : 12414 (java) S 12285 12292 12231 0 -1 1077944384 539 12854 0 0 1 0 5 3 20 0 15 0 53221528 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219747412336 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12417] ppid=12285 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12417/stat : 12417 (java) S 12285 12292 12231 0 -1 1077944384 71 12854 0 0 1 0 5 3 20 0 15 0 53221528 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219746359536 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12418] ppid=12285 vsize=10819352 memory=140542898738816 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12418/stat : 12418 (java) R 12285 12292 12231 0 -1 4202560 628 12854 0 0 4 0 5 3 20 0 15 0 53221528 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219745306736 140220221805146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12420] ppid=12285 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12420/stat : 12420 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11079016448 13606 33554432000 4194304 4196468 140727352458720 140218731415776 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12422] ppid=12285 vsize=10819352 memory=140542898738816 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12422/stat : 12422 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221528 11079016448 13606 33554432000 4194304 4196468 140727352458720 140219508579504 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53896 KiB

[startup+0.700749 s]
/proc/loadavg: 2.00 2.00 1.96 4/215 12423
/proc/meminfo: memFree=18312696/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=10819352 memory=86320 CPUtime=0.98 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 16766 12854 0 0 86 4 5 3 20 0 15 0 53221513 11079016448 21580 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2704838 21580 3237 1 0 2667149 0
[pid=12292/tid=12396] ppid=12285 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 12270 12854 0 0 55 3 5 3 20 0 15 0 53221522 11079016448 21580 33554432000 4194304 4196468 140727352458720 140220193611680 140220205864286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11079016448 21580 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=10819352 memory=140542738576144 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221523 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=10819352 memory=140544214827616 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 2 12854 0 0 0 0 5 3 20 0 15 0 53221523 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12406] ppid=12285 vsize=10819352 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12406/stat : 12406 (java) S 12285 12292 12231 0 -1 1077944384 5 12854 0 0 0 0 5 3 20 0 15 0 53221524 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219748465520 140220221794946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12408] ppid=12285 vsize=10819352 memory=4639098309541126758 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12408/stat : 12408 (java) S 12285 12292 12231 0 -1 1077944384 13 12854 0 0 0 0 5 3 20 0 15 0 53221525 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219542136352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12410] ppid=12285 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12410/stat : 12410 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221525 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219072374128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12412] ppid=12285 vsize=10819352 memory=18464 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12412/stat : 12412 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11079016448 21580 33554432000 4194304 4196468 140727352458720 140218764974416 140220221802395 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12414] ppid=12285 vsize=10819352 memory=11120 CPUtime=0.18 cores=1,3,5,7
/proc/12292/task/12414/stat : 12414 (java) S 12285 12292 12231 0 -1 1077944384 1163 12854 0 0 10 0 5 3 20 0 15 0 53221528 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219747412336 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12417] ppid=12285 vsize=10819352 memory=4052 CPUtime=0.14 cores=1,3,5,7
/proc/12292/task/12417/stat : 12417 (java) S 12285 12292 12231 0 -1 1077944384 433 12854 0 0 6 0 5 3 20 0 15 0 53221528 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219746359536 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12418] ppid=12285 vsize=10819352 memory=644 CPUtime=0.21 cores=1,3,5,7
/proc/12292/task/12418/stat : 12418 (java) S 12285 12292 12231 0 -1 1077944384 676 12854 0 0 13 0 5 3 20 0 15 0 53221528 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219745306736 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12420] ppid=12285 vsize=10819352 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12420/stat : 12420 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11079016448 21580 33554432000 4194304 4196468 140727352458720 140218731415776 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12422] ppid=12285 vsize=10819352 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12422/stat : 12422 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221528 11079016448 21580 33554432000 4194304 4196468 140727352458720 140219508579504 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86320 KiB

[startup+1.50162 s]
/proc/loadavg: 2.00 2.00 1.96 4/215 12423
/proc/meminfo: memFree=18221788/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=10834252 memory=178128 CPUtime=2.25 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 24109 12854 0 0 208 9 5 3 20 0 15 0 53221513 11094274048 44532 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2708563 44532 3465 1 0 2670221 0
[pid=12292/tid=12396] ppid=12285 vsize=10834252 memory=63192 CPUtime=1.43 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 17936 12854 0 0 129 6 5 3 20 0 15 0 53221522 11094274048 44532 33554432000 4194304 4196468 140727352458720 140220193594368 140220207463952 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 248 12854 0 0 1 0 5 3 20 0 15 0 53221523 11094274048 44532 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=10834252 memory=281085477183648 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 23 12854 0 0 1 0 5 3 20 0 15 0 53221523 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 63 12854 0 0 1 0 5 3 20 0 15 0 53221523 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 24 12854 0 0 1 0 5 3 20 0 15 0 53221523 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12406] ppid=12285 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12292/task/12406/stat : 12406 (java) S 12285 12292 12231 0 -1 1077944384 75 12854 0 0 1 0 5 3 20 0 15 0 53221524 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219748465520 140220221794946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12408] ppid=12285 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12408/stat : 12408 (java) S 12285 12292 12231 0 -1 1077944384 14 12854 0 0 0 0 5 3 20 0 15 0 53221525 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219542136416 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12410] ppid=12285 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12410/stat : 12410 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221525 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219072374144 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12412] ppid=12285 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12412/stat : 12412 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11094274048 44532 33554432000 4194304 4196468 140727352458720 140218764974416 140220221802395 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12414] ppid=12285 vsize=10834252 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/12292/task/12414/stat : 12414 (java) S 12285 12292 12231 0 -1 1077944384 1312 12854 0 0 20 0 5 3 20 0 15 0 53221528 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219747412336 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12417] ppid=12285 vsize=10834252 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/12292/task/12417/stat : 12417 (java) S 12285 12292 12231 0 -1 1077944384 940 12854 0 0 19 0 5 3 20 0 15 0 53221528 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219746359536 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12418] ppid=12285 vsize=10834252 memory=6791534058613427641 CPUtime=0.39 cores=1,3,5,7
/proc/12292/task/12418/stat : 12418 (java) S 12285 12292 12231 0 -1 1077944384 1275 12854 0 0 31 0 5 3 20 0 15 0 53221528 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219745306736 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12420] ppid=12285 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12420/stat : 12420 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11094274048 44532 33554432000 4194304 4196468 140727352458720 140218731415776 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12422] ppid=12285 vsize=10834252 memory=281085477428128 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12422/stat : 12422 (java) S 12285 12292 12231 0 -1 1077944384 1 12854 0 0 0 0 5 3 20 0 15 0 53221528 11094274048 44532 33554432000 4194304 4196468 140727352458720 140219508579504 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

[startup+6.30074 s]
/proc/loadavg: 2.16 2.04 1.97 6/215 12423
/proc/meminfo: memFree=17540460/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=10914144 memory=494700 CPUtime=12.81 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 65968 12854 0 0 1249 24 5 3 20 0 15 0 53221513 11176083456 123675 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2728536 123675 3517 1 0 2690189 0
[pid=12292/tid=12396] ppid=12285 vsize=10914144 memory=281085477190560 CPUtime=6.15 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 40597 12854 0 0 593 14 5 3 20 0 15 0 53221522 11176083456 123675 33554432000 4194304 4196468 140727352458720 140220193618160 140219834621644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=10914144 memory=-7523151519275136091 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 294 12854 0 0 3 1 5 3 20 0 15 0 53221523 11176083456 123675 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=10914144 memory=-6352457572344761814 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 75 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=10914144 memory=4132772329015834154 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 115 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=10914144 memory=1428 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 197 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12406] ppid=12285 vsize=10914144 memory=8368 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12406/stat : 12406 (java) S 12285 12292 12231 0 -1 1077944384 2882 12854 0 0 4 0 5 3 20 0 15 0 53221524 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219748465520 140220221794946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12408] ppid=12285 vsize=10914144 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12408/stat : 12408 (java) S 12285 12292 12231 0 -1 1077944384 19 12854 0 0 0 0 5 3 20 0 15 0 53221525 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219542136416 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12410] ppid=12285 vsize=10914144 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12410/stat : 12410 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221525 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219072374144 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12412] ppid=12285 vsize=10914144 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12412/stat : 12412 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140218764974416 140220221802395 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12414] ppid=12285 vsize=10914144 memory=281085477124512 CPUtime=2.58 cores=1,3,5,7
/proc/12292/task/12414/stat : 12414 (java) S 12285 12292 12231 0 -1 1077944384 4126 12854 0 0 249 1 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219747412336 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12417] ppid=12285 vsize=10914144 memory=0 CPUtime=2.53 cores=1,3,5,7
/proc/12292/task/12417/stat : 12417 (java) S 12285 12292 12231 0 -1 1077944384 9447 12854 0 0 244 1 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219746359536 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12418] ppid=12285 vsize=10914144 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/12292/task/12418/stat : 12418 (java) S 12285 12292 12231 0 -1 1077944384 5986 12854 0 0 141 2 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219745306736 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12420] ppid=12285 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12420/stat : 12420 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140218731415776 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12422] ppid=12285 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12422/stat : 12422 (java) S 12285 12292 12231 0 -1 1077944384 30 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219508579504 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 12.81 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 494700 KiB

[startup+7.21647 s]
# the end of solver process 12292 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.5638 s, system=0.302413 s

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

[startup+6.40088 s]
/proc/loadavg: 2.16 2.04 1.97 6/215 12423
/proc/meminfo: memFree=17540460/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=10914144 memory=494700 CPUtime=12.92 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 65968 12854 0 0 1260 24 5 3 20 0 15 0 53221513 11176083456 123675 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2728536 123675 3517 1 0 2690189 0
[pid=12292/tid=12396] ppid=12285 vsize=10914144 memory=0 CPUtime=6.25 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 40597 12854 0 0 603 14 5 3 20 0 15 0 53221522 11176083456 123675 33554432000 4194304 4196468 140727352458720 140220193618160 140219839484028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=10914144 memory=420760 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 294 12854 0 0 3 1 5 3 20 0 15 0 53221523 11176083456 123675 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=10914144 memory=365080 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 75 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=10914144 memory=3 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 115 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=10914144 memory=3 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 197 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12406] ppid=12285 vsize=10914144 memory=3 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12406/stat : 12406 (java) S 12285 12292 12231 0 -1 1077944384 2882 12854 0 0 4 0 5 3 20 0 15 0 53221524 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219748465520 140220221794946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12408] ppid=12285 vsize=10914144 memory=4 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12408/stat : 12408 (java) S 12285 12292 12231 0 -1 1077944384 19 12854 0 0 0 0 5 3 20 0 15 0 53221525 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219542136416 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12410] ppid=12285 vsize=10914144 memory=1119 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12410/stat : 12410 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221525 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219072374144 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12412] ppid=12285 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12412/stat : 12412 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140218764974416 140220221802395 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12414] ppid=12285 vsize=10914144 memory=0 CPUtime=2.59 cores=1,3,5,7
/proc/12292/task/12414/stat : 12414 (java) R 12285 12292 12231 0 -1 4202560 4126 12854 0 0 250 1 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219747412336 140220221805146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12417] ppid=12285 vsize=10914144 memory=0 CPUtime=2.53 cores=1,3,5,7
/proc/12292/task/12417/stat : 12417 (java) R 12285 12292 12231 0 -1 4202560 9447 12854 0 0 244 1 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219746359536 140220221805146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12418] ppid=12285 vsize=10914144 memory=250 CPUtime=1.51 cores=1,3,5,7
/proc/12292/task/12418/stat : 12418 (java) S 12285 12292 12231 0 -1 1077944384 5986 12854 0 0 141 2 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219745306736 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12420] ppid=12285 vsize=10914144 memory=179828 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12420/stat : 12420 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140218731415776 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12422] ppid=12285 vsize=10914144 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12422/stat : 12422 (java) S 12285 12292 12231 0 -1 1077944384 30 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 123675 33554432000 4194304 4196468 140727352458720 140219508579504 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 12.92 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 494700 KiB

[startup+6.8007 s]
/proc/loadavg: 2.16 2.04 1.97 6/215 12423
/proc/meminfo: memFree=17540460/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=10914144 memory=496928 CPUtime=13.38 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 66010 12854 0 0 1306 24 5 3 20 0 15 0 53221513 11176083456 124232 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2728536 124232 3517 1 0 2690189 0
[pid=12292/tid=12396] ppid=12285 vsize=10914144 memory=6791534058613427641 CPUtime=6.65 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 40604 12854 0 0 643 14 5 3 20 0 15 0 53221522 11176083456 124232 33554432000 4194304 4196468 140727352458720 140220193618776 140219835670326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=10914144 memory=-9001727377931987047 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 295 12854 0 0 3 1 5 3 20 0 15 0 53221523 11176083456 124232 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=10914144 memory=6933690287860520857 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 76 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=10914144 memory=7100839870037596261 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 116 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=10914144 memory=-8386968462584749429 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 199 12854 0 0 4 0 5 3 20 0 15 0 53221523 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12406] ppid=12285 vsize=10914144 memory=-6497333316599394029 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12406/stat : 12406 (java) S 12285 12292 12231 0 -1 1077944384 2882 12854 0 0 4 0 5 3 20 0 15 0 53221524 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219748465520 140220221794946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12408] ppid=12285 vsize=10914144 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12408/stat : 12408 (java) S 12285 12292 12231 0 -1 1077944384 19 12854 0 0 0 0 5 3 20 0 15 0 53221525 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219542136416 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12410] ppid=12285 vsize=10914144 memory=281085477586064 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12410/stat : 12410 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221525 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219072374144 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12412] ppid=12285 vsize=10914144 memory=8316868033356759116 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12412/stat : 12412 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 124232 33554432000 4194304 4196468 140727352458720 140218764974416 140220221802395 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12414] ppid=12285 vsize=10914144 memory=288291064929082767 CPUtime=2.62 cores=1,3,5,7
/proc/12292/task/12414/stat : 12414 (java) S 12285 12292 12231 0 -1 1077944384 4136 12854 0 0 253 1 5 3 20 0 15 0 53221528 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219747412336 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12417] ppid=12285 vsize=10914144 memory=263010 CPUtime=2.55 cores=1,3,5,7
/proc/12292/task/12417/stat : 12417 (java) S 12285 12292 12231 0 -1 1077944384 9451 12854 0 0 246 1 5 3 20 0 15 0 53221528 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219746359536 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12418] ppid=12285 vsize=10914144 memory=0 CPUtime=1.52 cores=1,3,5,7
/proc/12292/task/12418/stat : 12418 (java) S 12285 12292 12231 0 -1 1077944384 6002 12854 0 0 142 2 5 3 20 0 15 0 53221528 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219745306736 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12420] ppid=12285 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12420/stat : 12420 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 124232 33554432000 4194304 4196468 140727352458720 140218731415776 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12422] ppid=12285 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12422/stat : 12422 (java) S 12285 12292 12231 0 -1 1077944384 30 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 124232 33554432000 4194304 4196468 140727352458720 140219508579504 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 13.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 496928 KiB

[startup+7.20071 s]
/proc/loadavg: 2.15 2.03 1.97 5/215 12423
/proc/meminfo: memFree=17396436/32770624 swapFree=67108860/67108860
[pid=12292] ppid=12285 vsize=10914144 memory=546304 CPUtime=13.83 cores=1,3,5,7
/proc/12292/stat : 12292 (java) S 12285 12292 12231 0 -1 1077944320 66135 12854 0 0 1350 25 5 3 20 0 15 0 53221513 11176083456 136576 33554432000 4194304 4196468 140727352458720 140727352441264 140220221783799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
/proc/12292/statm: 2728536 136576 3517 1 0 2690189 0
[pid=12292/tid=12396] ppid=12285 vsize=10914144 memory=0 CPUtime=7.04 cores=1,3,5,7
/proc/12292/task/12396/stat : 12396 (java) R 12285 12292 12231 0 -1 4202560 40671 12854 0 0 682 14 5 3 20 0 15 0 53221522 11176083456 136576 33554432000 4194304 4196468 140727352458720 140220193618480 140219827795495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12398] ppid=12285 vsize=10914144 memory=7300986251812819024 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12398/stat : 12398 (java) S 12285 12292 12231 0 -1 1077944384 300 12854 0 0 3 1 5 3 20 0 15 0 53221523 11176083456 136576 33554432000 4194304 4196468 140727352458720 140220226026128 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12399] ppid=12285 vsize=10914144 memory=1408 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12399/stat : 12399 (java) S 12285 12292 12231 0 -1 1077944384 76 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219794663952 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12400] ppid=12285 vsize=10914144 memory=2209 CPUtime=0.11 cores=1,3,5,7
/proc/12292/task/12400/stat : 12400 (java) S 12285 12292 12231 0 -1 1077944384 116 12854 0 0 3 0 5 3 20 0 15 0 53221523 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219793611152 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12401] ppid=12285 vsize=10914144 memory=6656426216303648864 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12401/stat : 12401 (java) S 12285 12292 12231 0 -1 1077944384 199 12854 0 0 4 0 5 3 20 0 15 0 53221523 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219792558352 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12406] ppid=12285 vsize=10914144 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12292/task/12406/stat : 12406 (java) S 12285 12292 12231 0 -1 1077944384 2910 12854 0 0 4 0 5 3 20 0 15 0 53221524 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219748465520 140220221794946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12408] ppid=12285 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12408/stat : 12408 (java) S 12285 12292 12231 0 -1 1077944384 19 12854 0 0 0 0 5 3 20 0 15 0 53221525 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219542136416 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12410] ppid=12285 vsize=10914144 memory=-3967418655009478193 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12410/stat : 12410 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221525 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219072374144 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12412] ppid=12285 vsize=10914144 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12412/stat : 12412 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 136576 33554432000 4194304 4196468 140727352458720 140218764974416 140220221802395 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12414] ppid=12285 vsize=10914144 memory=6943526294502006880 CPUtime=2.63 cores=1,3,5,7
/proc/12292/task/12414/stat : 12414 (java) S 12285 12292 12231 0 -1 1077944384 4144 12854 0 0 254 1 5 3 20 0 15 0 53221528 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219747412336 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12417] ppid=12285 vsize=10914144 memory=6944652177228980320 CPUtime=2.57 cores=1,3,5,7
/proc/12292/task/12417/stat : 12417 (java) S 12285 12292 12231 0 -1 1077944384 9455 12854 0 0 248 1 5 3 20 0 15 0 53221528 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219746359536 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12418] ppid=12285 vsize=10914144 memory=-7812736537705029536 CPUtime=1.53 cores=1,3,5,7
/proc/12292/task/12418/stat : 12418 (java) S 12285 12292 12231 0 -1 1077944384 6015 12854 0 0 143 2 5 3 20 0 15 0 53221528 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219745306736 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12420] ppid=12285 vsize=10914144 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12420/stat : 12420 (java) S 12285 12292 12231 0 -1 1077944384 3 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 136576 33554432000 4194304 4196468 140727352458720 140218731415776 140220221794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
[pid=12292/tid=12422] ppid=12285 vsize=10914144 memory=281085477101184 CPUtime=0.08 cores=1,3,5,7
/proc/12292/task/12422/stat : 12422 (java) S 12285 12292 12231 0 -1 1077944384 30 12854 0 0 0 0 5 3 20 0 15 0 53221528 11176083456 136576 33554432000 4194304 4196468 140727352458720 140219508579504 140220221794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22769664 140727352461934 140727352464732 140727352464732 140727352467407 0
Current children cumulated CPU time: 13.83 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 546304 KiB

Child status: 0
Real time (s): 7.21651
CPU time (s): 13.8662
CPU user time (s): 13.5638
CPU system time (s): 0.302413
CPU usage (%): 192.145
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 546304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5638
system time used= 0.302413
maximum resident set size= 548400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79085
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7180
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 12292
#   total CPU time (s): 13.8662
#   total CPU user time (s): 13.5638
#   total CPU system time (s): 0.302413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07674 second user time and 0.097991 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 16:36:22
IDJOB=4293660
IDBENCH=141216
IDSOLVER=2750
FILE ID=node150/4293660-1532356582
RUNJOBID= node150-1532356582-12263
PBS_JOBID= 21021561
Free space on /tmp= 53148 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-3_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293660-1532356582/watcher-4293660-1532356582 -o /tmp/evaluation-result-4293660-1532356582/solver-4293660-1532356582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12263 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1817658728 HOME/instance-4293660-1532356582.xml

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

MD5SUM BENCH= 7c95366121fdff59751822ead1677482
RANDOM SEED=1817658728

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18421140 kB
MemAvailable:   31940236 kB
Buffers:          217412 kB
Cached:         13394348 kB
SwapCached:            0 kB
Active:          1261316 kB
Inactive:       12401704 kB
Active(anon):       9936 kB
Inactive(anon):    61448 kB
Active(file):    1251380 kB
Inactive(file): 12340256 kB
Unevictable:        7756 kB
Mlocked:            7756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53004 kB
Writeback:             0 kB
AnonPages:         59360 kB
Mapped:            36784 kB
Shmem:             17032 kB
Slab:             382816 kB
SReclaimable:     355920 kB
SUnreclaim:        26896 kB
KernelStack:        3168 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-23 16:36:30