Trace number 4402779

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.12.3OPT2 10.963 5.38126

General information on the benchmark

NameRamsey/Ramsey-m1-s1/
Ramsey-13.xml
MD5SUMdac12cc2d7c8406352143d9a44a7b315
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.027086
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.76/0.57	c Concrete v3.12.3.1568965526260 running
7.43/3.53	o 77
7.77/3.66	o 76
8.11/3.74	o 75
8.11/3.79	o 74
8.42/3.83	o 73
8.42/3.85	o 72
8.42/3.86	o 71
8.42/3.86	o 70
8.42/3.87	o 3
10.75/4.88	o 2
10.75/4.89	v <instantiation
10.75/4.89	v         cost = '2'>
10.75/4.89	v       <list>
10.75/4.89	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12]
10.75/4.89	v       </list>
10.75/4.89	v       <values>
10.75/4.89	v         2 1 2 2 1 1 0 0 0 1 0 0 2 1 1 1 1 0 0 0 2 0 0 1 1 2 2 0 2 0 0 2 0 0 2 2 1 2 0 0 2 0 2 2 0 0 1 1 0 2 0 0 1 2 0 0 0 2 0 0 2 1 1 1 2 1 2 1 2 0 1 2 2 1 1 1 2 2
10.75/4.89	v       </values>
10.75/4.89	v     </instantiation>
10.96/5.38	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402779-1568979292/watcher-4402779-1568979292 -o /var/tmp/evaluation-result-4402779-1568979292/solver-4402779-1568979292 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29899 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402779-1568979292.xml 

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

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


[startup+0.100091 s]*
/proc/loadavg: 1.24 1.33 1.43 4/216 1993
/proc/meminfo: memFree=9388352/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=141188 memory=5408 CPUtime=0.07 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 2571 13406 0 0 0 0 5 2 20 0 2 0 473867614 144576512 1352 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 35297 1352 1021 1 0 24747 0
[pid=1945/tid=1998] ppid=1942 vsize=392944 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/1998/stat : 1998 (java) S 1942 1945 29867 0 -1 1077944384 485 13406 0 0 0 0 5 2 20 0 2 0 473867624 402374656 1404 33554432000 4194304 4196468 140724148427040 140417962600864 140417990769282 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 141188 KiB
Current children cumulated memory: 5408 KiB

[startup+0.210006 s]*
/proc/loadavg: 1.24 1.33 1.43 5/228 2012
/proc/meminfo: memFree=9363320/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=10819716 memory=39864 CPUtime=0.24 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 7258 13406 0 0 15 2 5 2 20 0 15 0 473867614 11079389184 9966 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 2704929 9966 3197 1 0 2667149 0
[pid=1945/tid=1998] ppid=1942 vsize=10819716 memory=8389772277269004345 CPUtime=0.17 cores=1,3,5,7
/proc/1945/task/1998/stat : 1998 (java) R 1942 1945 29867 0 -1 4202560 3771 13406 0 0 9 1 5 2 20 0 15 0 473867624 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417962572976 140417974801765 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=1999] ppid=1942 vsize=10819716 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/1999/stat : 1999 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867625 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417995000848 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2000] ppid=1942 vsize=10819716 memory=140597916895341 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2000/stat : 2000 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417564486800 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2001] ppid=1942 vsize=10819716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2001/stat : 2001 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417563433744 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2002] ppid=1942 vsize=10819716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2002/stat : 2002 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417562381200 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2003] ppid=1942 vsize=10819716 memory=140597913441920 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2003/stat : 2003 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867627 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417517431024 140417990769282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2004] ppid=1942 vsize=10819716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2004/stat : 2004 (java) S 1942 1945 29867 0 -1 1077944384 13 13406 0 0 0 0 5 2 20 0 15 0 473867627 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417446175904 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2005] ppid=1942 vsize=10819716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2005/stat : 2005 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867627 11079389184 9966 33554432000 4194304 4196468 140724148427040 140416842195696 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2006] ppid=1942 vsize=10819716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2006/stat : 2006 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11079389184 9966 33554432000 4194304 4196468 140724148427040 140416534796240 140417990776731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2007] ppid=1942 vsize=10819716 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1945/task/2007/stat : 2007 (java) S 1942 1945 29867 0 -1 1077944384 480 13406 0 0 1 0 5 2 20 0 15 0 473867630 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417516378864 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2008] ppid=1942 vsize=10819716 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1945/task/2008/stat : 2008 (java) S 1942 1945 29867 0 -1 1077944384 182 13406 0 0 1 0 5 2 20 0 15 0 473867630 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417515326320 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2009] ppid=1942 vsize=10819716 memory=140597913441920 CPUtime=0.09 cores=1,3,5,7
/proc/1945/task/2009/stat : 2009 (java) R 1942 1945 29867 0 -1 4202560 602 13406 0 0 2 0 5 2 20 0 15 0 473867630 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417412618736 140417990770070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2010] ppid=1942 vsize=10819716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2010/stat : 2010 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11079389184 9966 33554432000 4194304 4196468 140724148427040 140416501238624 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2012] ppid=1942 vsize=10819716 memory=140597913441920 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2012/stat : 2012 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867630 11079389184 9966 33554432000 4194304 4196468 140724148427040 140417411566128 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 39864 KiB

[startup+0.310467 s]*
/proc/loadavg: 1.24 1.33 1.43 4/228 2012
/proc/meminfo: memFree=9350872/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=10820196 memory=50776 CPUtime=0.37 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 10892 13406 0 0 27 3 5 2 20 0 15 0 473867614 11079880704 12694 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 2705049 12694 3326 1 0 2667149 0
[pid=1945/tid=1998] ppid=1942 vsize=10820196 memory=7019607685774856069 CPUtime=0.26 cores=1,3,5,7
/proc/1945/task/1998/stat : 1998 (java) R 1942 1945 29867 0 -1 4202560 7374 13406 0 0 17 2 5 2 20 0 15 0 473867624 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417962567056 140417990780061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=1999] ppid=1942 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/1999/stat : 1999 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867625 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417995000848 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2000] ppid=1942 vsize=10820196 memory=140597913441920 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2000/stat : 2000 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417564486800 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2001] ppid=1942 vsize=10820196 memory=140597913441920 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2001/stat : 2001 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417563433744 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2002] ppid=1942 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2002/stat : 2002 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417562381200 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2003] ppid=1942 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2003/stat : 2003 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867627 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417517431024 140417990769282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2004] ppid=1942 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2004/stat : 2004 (java) S 1942 1945 29867 0 -1 1077944384 13 13406 0 0 0 0 5 2 20 0 15 0 473867627 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417446175904 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2005] ppid=1942 vsize=10820196 memory=140597913441920 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2005/stat : 2005 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867627 11079880704 12694 33554432000 4194304 4196468 140724148427040 140416842195696 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2006] ppid=1942 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2006/stat : 2006 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11079880704 12694 33554432000 4194304 4196468 140724148427040 140416534796240 140417990776731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2007] ppid=1942 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1945/task/2007/stat : 2007 (java) S 1942 1945 29867 0 -1 1077944384 489 13406 0 0 2 0 5 2 20 0 15 0 473867630 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417516378864 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2008] ppid=1942 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1945/task/2008/stat : 2008 (java) S 1942 1945 29867 0 -1 1077944384 183 13406 0 0 2 0 5 2 20 0 15 0 473867630 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417515326320 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2009] ppid=1942 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1945/task/2009/stat : 2009 (java) S 1942 1945 29867 0 -1 1077944384 611 13406 0 0 5 0 5 2 20 0 15 0 473867630 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417412618736 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2010] ppid=1942 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2010/stat : 2010 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11079880704 12694 33554432000 4194304 4196468 140724148427040 140416501238624 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2012] ppid=1942 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2012/stat : 2012 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867630 11079880704 12694 33554432000 4194304 4196468 140724148427040 140417411566128 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50776 KiB

[startup+0.700716 s]
/proc/loadavg: 1.24 1.33 1.43 3/228 2012
/proc/meminfo: memFree=9337888/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=10824364 memory=81656 CPUtime=1.13 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 15168 13406 0 0 101 5 5 2 20 0 15 0 473867614 11084148736 20414 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 2706091 20414 3507 1 0 2668173 0
[pid=1945/tid=1998] ppid=1942 vsize=10824364 memory=140597767872700 CPUtime=0.65 cores=1,3,5,7
/proc/1945/task/1998/stat : 1998 (java) R 1942 1945 29867 0 -1 4202560 10516 13406 0 0 54 4 5 2 20 0 15 0 473867624 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417962587680 140417982999525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=1999] ppid=1942 vsize=10824364 memory=281195535672384 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/1999/stat : 1999 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867625 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417995000848 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2000] ppid=1942 vsize=10824364 memory=281195535672576 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2000/stat : 2000 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417564486800 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2001] ppid=1942 vsize=10824364 memory=281195535672768 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2001/stat : 2001 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417563433744 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2002] ppid=1942 vsize=10824364 memory=281195535672960 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2002/stat : 2002 (java) S 1942 1945 29867 0 -1 1077944384 2 13406 0 0 0 0 5 2 20 0 15 0 473867625 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417562381200 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2003] ppid=1942 vsize=10824364 memory=281195535673152 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2003/stat : 2003 (java) S 1942 1945 29867 0 -1 1077944384 5 13406 0 0 0 0 5 2 20 0 15 0 473867627 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417517431024 140417990769282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2004] ppid=1942 vsize=10824364 memory=281195535673344 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2004/stat : 2004 (java) S 1942 1945 29867 0 -1 1077944384 13 13406 0 0 0 0 5 2 20 0 15 0 473867627 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417446175904 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2005] ppid=1942 vsize=10824364 memory=281195535673536 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2005/stat : 2005 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867627 11084148736 20414 33554432000 4194304 4196468 140724148427040 140416842195696 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2006] ppid=1942 vsize=10824364 memory=281195535673728 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2006/stat : 2006 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11084148736 20414 33554432000 4194304 4196468 140724148427040 140416534796240 140417990776731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2007] ppid=1942 vsize=10824364 memory=281195535673920 CPUtime=0.23 cores=1,3,5,7
/proc/1945/task/2007/stat : 2007 (java) S 1942 1945 29867 0 -1 1077944384 1052 13406 0 0 16 0 5 2 20 0 15 0 473867630 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417516378864 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2008] ppid=1942 vsize=10824364 memory=281195535679248 CPUtime=0.19 cores=1,3,5,7
/proc/1945/task/2008/stat : 2008 (java) S 1942 1945 29867 0 -1 1077944384 601 13406 0 0 12 0 5 2 20 0 15 0 473867630 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417515326320 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2009] ppid=1942 vsize=10824364 memory=281195535470788 CPUtime=0.23 cores=1,3,5,7
/proc/1945/task/2009/stat : 2009 (java) S 1942 1945 29867 0 -1 1077944384 760 13406 0 0 16 0 5 2 20 0 15 0 473867630 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417412618736 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2010] ppid=1942 vsize=10824364 memory=281195535674352 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2010/stat : 2010 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11084148736 20414 33554432000 4194304 4196468 140724148427040 140416501238624 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2012] ppid=1942 vsize=10824364 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2012/stat : 2012 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867630 11084148736 20414 33554432000 4194304 4196468 140724148427040 140417411566128 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81656 KiB

[startup+1.50076 s]
/proc/loadavg: 1.24 1.33 1.43 3/228 2012
/proc/meminfo: memFree=9296012/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=10834680 memory=171468 CPUtime=2.46 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 21922 13406 0 0 230 9 5 2 20 0 15 0 473867614 11094712320 42867 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 2708670 42867 3576 1 0 2670733 0
[pid=1945/tid=1998] ppid=1942 vsize=10834680 memory=7 CPUtime=1.41 cores=1,3,5,7
/proc/1945/task/1998/stat : 1998 (java) R 1942 1945 29867 0 -1 4202560 15477 13406 0 0 129 5 5 2 20 0 15 0 473867624 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417962567840 140417976441279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=1999] ppid=1942 vsize=10834680 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/1945/task/1999/stat : 1999 (java) S 1942 1945 29867 0 -1 1077944384 309 13406 0 0 1 0 5 2 20 0 15 0 473867625 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417995000848 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2000] ppid=1942 vsize=10834680 memory=2305 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2000/stat : 2000 (java) S 1942 1945 29867 0 -1 1077944384 30 13406 0 0 0 0 5 2 20 0 15 0 473867625 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417564486800 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2001] ppid=1942 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1945/task/2001/stat : 2001 (java) S 1942 1945 29867 0 -1 1077944384 81 13406 0 0 1 0 5 2 20 0 15 0 473867625 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417563433744 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2002] ppid=1942 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1945/task/2002/stat : 2002 (java) S 1942 1945 29867 0 -1 1077944384 58 13406 0 0 1 0 5 2 20 0 15 0 473867625 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417562381200 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2003] ppid=1942 vsize=10834680 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/1945/task/2003/stat : 2003 (java) S 1942 1945 29867 0 -1 1077944384 133 13406 0 0 1 0 5 2 20 0 15 0 473867627 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417517431024 140417990769282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2004] ppid=1942 vsize=10834680 memory=281195535740464 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2004/stat : 2004 (java) S 1942 1945 29867 0 -1 1077944384 14 13406 0 0 0 0 5 2 20 0 15 0 473867627 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417446175904 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2005] ppid=1942 vsize=10834680 memory=281195535540968 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2005/stat : 2005 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867627 11094712320 42867 33554432000 4194304 4196468 140724148427040 140416842195696 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2006] ppid=1942 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2006/stat : 2006 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11094712320 42867 33554432000 4194304 4196468 140724148427040 140416534796240 140417990776731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2007] ppid=1942 vsize=10834680 memory=6944656575208382560 CPUtime=0.35 cores=1,3,5,7
/proc/1945/task/2007/stat : 2007 (java) S 1942 1945 29867 0 -1 1077944384 1252 13406 0 0 28 0 5 2 20 0 15 0 473867630 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417516378864 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2008] ppid=1942 vsize=10834680 memory=6944656592455359580 CPUtime=0.31 cores=1,3,5,7
/proc/1945/task/2008/stat : 2008 (java) S 1942 1945 29867 0 -1 1077944384 891 13406 0 0 24 0 5 2 20 0 15 0 473867630 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417515326320 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2009] ppid=1942 vsize=10834680 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/1945/task/2009/stat : 2009 (java) R 1942 1945 29867 0 -1 4202560 1463 13406 0 0 40 1 5 2 20 0 15 0 473867630 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417412618736 140417970106275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2010] ppid=1942 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2010/stat : 2010 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11094712320 42867 33554432000 4194304 4196468 140724148427040 140416501238624 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2012] ppid=1942 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2012/stat : 2012 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867630 11094712320 42867 33554432000 4194304 4196468 140724148427040 140417411566128 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 171468 KiB

[startup+3.11127 s]
/proc/loadavg: 1.54 1.39 1.45 6/228 2012
/proc/meminfo: memFree=9176336/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=10844940 memory=240420 CPUtime=6.17 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 35514 13406 0 0 595 15 5 2 20 0 15 0 473867614 11105218560 60105 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 2711235 60105 3613 1 0 2673293 0

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

[pid=1945/tid=2003] ppid=1942 vsize=10844940 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2003/stat : 2003 (java) S 1942 1945 29867 0 -1 1077944384 1532 13406 0 0 3 0 5 2 20 0 15 0 473867627 11105218560 60105 33554432000 4194304 4196468 140724148427040 140417517431024 140417990769282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2004] ppid=1942 vsize=10844940 memory=8315178269886021805 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2004/stat : 2004 (java) S 1942 1945 29867 0 -1 1077944384 14 13406 0 0 0 0 5 2 20 0 15 0 473867627 11105218560 60105 33554432000 4194304 4196468 140724148427040 140417446175968 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2005] ppid=1942 vsize=10844940 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2005/stat : 2005 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867627 11105218560 60105 33554432000 4194304 4196468 140724148427040 140416842195712 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2006] ppid=1942 vsize=10844940 memory=54252 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2006/stat : 2006 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11105218560 60105 33554432000 4194304 4196468 140724148427040 140416534796240 140417990776731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2007] ppid=1942 vsize=10844940 memory=0 CPUtime=1 cores=1,3,5,7
/proc/1945/task/2007/stat : 2007 (java) R 1942 1945 29867 0 -1 4202560 3364 13406 0 0 92 1 5 2 20 0 15 0 473867630 11105218560 60105 33554432000 4194304 4196468 140724148427040 140417516358952 140417974254919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2008] ppid=1942 vsize=10844940 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/1945/task/2008/stat : 2008 (java) R 1942 1945 29867 0 -1 4202560 2056 13406 0 0 76 1 5 2 20 0 15 0 473867630 11105218560 60105 33554432000 4194304 4196468 140724148427040 140417515311104 140417971934024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2009] ppid=1942 vsize=10844940 memory=1424 CPUtime=1.34 cores=1,3,5,7
/proc/1945/task/2009/stat : 2009 (java) S 1942 1945 29867 0 -1 1077944384 5378 13406 0 0 125 2 5 2 20 0 15 0 473867630 11105218560 60105 33554432000 4194304 4196468 140724148427040 140417412618736 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2010] ppid=1942 vsize=10844940 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2010/stat : 2010 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11105218560 60105 33554432000 4194304 4196468 140724148427040 140416501238624 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2012] ppid=1942 vsize=10844940 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2012/stat : 2012 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867630 11105218560 60105 33554432000 4194304 4196468 140724148427040 140417411566128 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 240420 KiB

[startup+4.91533 s]
# the end of solver process 1945 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.7337 s, system=0.2293 s

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

[startup+3.20089 s]
/proc/loadavg: 1.54 1.39 1.45 6/228 2012
/proc/meminfo: memFree=9176336/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=10844940 memory=243396 CPUtime=6.48 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 38817 13406 0 0 626 15 5 2 20 0 15 0 473867614 11105218560 60849 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 2711235 60849 3613 1 0 2673293 0
[pid=1945/tid=1998] ppid=1942 vsize=10844940 memory=7737861911372458082 CPUtime=3.05 cores=1,3,5,7
/proc/1945/task/1998/stat : 1998 (java) R 1942 1945 29867 0 -1 4202560 21054 13406 0 0 291 7 5 2 20 0 15 0 473867624 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417962589744 140417607339961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=1999] ppid=1942 vsize=10844940 memory=6656426216303648864 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/1999/stat : 1999 (java) S 1942 1945 29867 0 -1 1077944384 337 13406 0 0 3 0 5 2 20 0 15 0 473867625 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417995000848 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2000] ppid=1942 vsize=10844940 memory=7589798372982022760 CPUtime=0.09 cores=1,3,5,7
/proc/1945/task/2000/stat : 2000 (java) S 1942 1945 29867 0 -1 1077944384 43 13406 0 0 2 0 5 2 20 0 15 0 473867625 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417564486800 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2001] ppid=1942 vsize=10844940 memory=7091033424427246190 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2001/stat : 2001 (java) S 1942 1945 29867 0 -1 1077944384 97 13406 0 0 3 0 5 2 20 0 15 0 473867625 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417563433744 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2002] ppid=1942 vsize=10844940 memory=7737861911372458082 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2002/stat : 2002 (java) S 1942 1945 29867 0 -1 1077944384 77 13406 0 0 3 0 5 2 20 0 15 0 473867625 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417562381200 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2003] ppid=1942 vsize=10844940 memory=7737861911372458082 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2003/stat : 2003 (java) S 1942 1945 29867 0 -1 1077944384 1532 13406 0 0 3 0 5 2 20 0 15 0 473867627 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417517431024 140417990769282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2004] ppid=1942 vsize=10844940 memory=7091033424427246190 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2004/stat : 2004 (java) S 1942 1945 29867 0 -1 1077944384 14 13406 0 0 0 0 5 2 20 0 15 0 473867627 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417446175968 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2005] ppid=1942 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2005/stat : 2005 (java) S 1942 1945 29867 0 -1 1077944384 1 13406 0 0 0 0 5 2 20 0 15 0 473867627 11105218560 60849 33554432000 4194304 4196468 140724148427040 140416842195712 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2006] ppid=1942 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2006/stat : 2006 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11105218560 60849 33554432000 4194304 4196468 140724148427040 140416534796240 140417990776731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2007] ppid=1942 vsize=10844940 memory=140597767911728 CPUtime=1.09 cores=1,3,5,7
/proc/1945/task/2007/stat : 2007 (java) R 1942 1945 29867 0 -1 4202560 4310 13406 0 0 101 1 5 2 20 0 15 0 473867630 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417516358952 140417968775104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2008] ppid=1942 vsize=10844940 memory=1377 CPUtime=0.93 cores=1,3,5,7
/proc/1945/task/2008/stat : 2008 (java) R 1942 1945 29867 0 -1 4202560 2639 13406 0 0 85 1 5 2 20 0 15 0 473867630 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417515313168 140417968733517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2009] ppid=1942 vsize=10844940 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/1945/task/2009/stat : 2009 (java) S 1942 1945 29867 0 -1 1077944384 6494 13406 0 0 129 2 5 2 20 0 15 0 473867630 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417412618736 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2010] ppid=1942 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2010/stat : 2010 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11105218560 60849 33554432000 4194304 4196468 140724148427040 140416501238624 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2012] ppid=1942 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2012/stat : 2012 (java) S 1942 1945 29867 0 -1 1077944384 8 13406 0 0 0 0 5 2 20 0 15 0 473867630 11105218560 60849 33554432000 4194304 4196468 140724148427040 140417411566128 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 6.48 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 243396 KiB

[startup+4.0007 s]*
/proc/loadavg: 1.54 1.39 1.45 4/228 2012
/proc/meminfo: memFree=9084700/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=10846988 memory=319008 CPUtime=8.96 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 50268 13406 0 0 871 18 5 2 20 0 15 0 473867614 11107315712 79752 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 2711747 79752 3623 1 0 2673805 0
[pid=1945/tid=1998] ppid=1942 vsize=10846988 memory=4026531863 CPUtime=3.86 cores=1,3,5,7
/proc/1945/task/1998/stat : 1998 (java) R 1942 1945 29867 0 -1 4202560 23089 13406 0 0 370 9 5 2 20 0 15 0 473867624 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417962591096 140417608145157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=1999] ppid=1942 vsize=10846988 memory=302585824174931991 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/1999/stat : 1999 (java) S 1942 1945 29867 0 -1 1077944384 342 13406 0 0 3 0 5 2 20 0 15 0 473867625 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417995000848 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2000] ppid=1942 vsize=10846988 memory=14271766989100696 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2000/stat : 2000 (java) S 1942 1945 29867 0 -1 1077944384 210 13406 0 0 3 0 5 2 20 0 15 0 473867625 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417564486800 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2001] ppid=1942 vsize=10846988 memory=7089903122262814048 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2001/stat : 2001 (java) S 1942 1945 29867 0 -1 1077944384 121 13406 0 0 3 0 5 2 20 0 15 0 473867625 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417563433744 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2002] ppid=1942 vsize=10846988 memory=3834029156139802675 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2002/stat : 2002 (java) S 1942 1945 29867 0 -1 1077944384 105 13406 0 0 3 0 5 2 20 0 15 0 473867625 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417562381200 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2003] ppid=1942 vsize=10846988 memory=3761544807703383219 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2003/stat : 2003 (java) S 1942 1945 29867 0 -1 1077944384 1654 13406 0 0 3 0 5 2 20 0 15 0 473867627 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417517431024 140417990769282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2004] ppid=1942 vsize=10846988 memory=3473177157876064303 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2004/stat : 2004 (java) S 1942 1945 29867 0 -1 1077944384 19 13406 0 0 0 0 5 2 20 0 15 0 473867627 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417446175968 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2005] ppid=1942 vsize=10846988 memory=180 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2005/stat : 2005 (java) S 1942 1945 29867 0 -1 1077944384 12 13406 0 0 0 0 5 2 20 0 15 0 473867627 11107315712 79752 33554432000 4194304 4196468 140724148427040 140416842195712 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2006] ppid=1942 vsize=10846988 memory=6441643246783652457 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2006/stat : 2006 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11107315712 79752 33554432000 4194304 4196468 140724148427040 140416534796240 140417990776731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2007] ppid=1942 vsize=10846988 memory=0 CPUtime=1.8 cores=1,3,5,7
/proc/1945/task/2007/stat : 2007 (java) R 1942 1945 29867 0 -1 1077944384 10077 13406 0 0 172 1 5 2 20 0 15 0 473867630 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417516378864 140417990769282 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2008] ppid=1942 vsize=10846988 memory=3472328296227418159 CPUtime=1.65 cores=1,3,5,7
/proc/1945/task/2008/stat : 2008 (java) S 1942 1945 29867 0 -1 1077944384 4438 13406 0 0 157 1 5 2 20 0 15 0 473867630 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417515326320 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2009] ppid=1942 vsize=10846988 memory=8392726473670740193 CPUtime=1.61 cores=1,3,5,7
/proc/1945/task/2009/stat : 2009 (java) S 1942 1945 29867 0 -1 1077944384 7978 13406 0 0 151 3 5 2 20 0 15 0 473867630 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417412618736 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2010] ppid=1942 vsize=10846988 memory=140597767700599 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2010/stat : 2010 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11107315712 79752 33554432000 4194304 4196468 140724148427040 140416501238624 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2012] ppid=1942 vsize=10846988 memory=3690049076959053492 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2012/stat : 2012 (java) S 1942 1945 29867 0 -1 1077944384 10 13406 0 0 0 0 5 2 20 0 15 0 473867630 11107315712 79752 33554432000 4194304 4196468 140724148427040 140417411566128 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 8.96 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 319008 KiB

[startup+4.80074 s]
/proc/loadavg: 1.54 1.39 1.45 4/228 2012
/proc/meminfo: memFree=9084700/32770624 swapFree=66997160/67108860
[pid=1945] ppid=1942 vsize=10846988 memory=328884 CPUtime=10.75 cores=1,3,5,7
/proc/1945/stat : 1945 (java) S 1942 1945 29867 0 -1 1077944320 50883 13406 0 0 1050 18 5 2 20 0 15 0 473867614 11107315712 82221 33554432000 4194304 4196468 140724148427040 140724148409584 140417990758135 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
/proc/1945/statm: 2711747 82221 3626 1 0 2673805 0
[pid=1945/tid=1998] ppid=1942 vsize=10846988 memory=7445127905544264048 CPUtime=4.65 cores=1,3,5,7
/proc/1945/task/1998/stat : 1998 (java) R 1942 1945 29867 0 -1 4202560 23115 13406 0 0 449 9 5 2 20 0 15 0 473867624 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417962594288 140417990770070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=1999] ppid=1942 vsize=10846988 memory=7084271440833897024 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/1999/stat : 1999 (java) S 1942 1945 29867 0 -1 1077944384 345 13406 0 0 3 0 5 2 20 0 15 0 473867625 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417995000848 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2000] ppid=1942 vsize=10846988 memory=7595975407846903893 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2000/stat : 2000 (java) S 1942 1945 29867 0 -1 1077944384 212 13406 0 0 3 0 5 2 20 0 15 0 473867625 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417564486800 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2001] ppid=1942 vsize=10846988 memory=3055200184375328873 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2001/stat : 2001 (java) S 1942 1945 29867 0 -1 1077944384 123 13406 0 0 3 0 5 2 20 0 15 0 473867625 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417563433744 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2002] ppid=1942 vsize=10846988 memory=3054355815262863461 CPUtime=0.1 cores=1,3,5,7
/proc/1945/task/2002/stat : 2002 (java) S 1942 1945 29867 0 -1 1077944384 106 13406 0 0 3 0 5 2 20 0 15 0 473867625 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417562381200 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2003] ppid=1942 vsize=10846988 memory=3053811428141715792 CPUtime=0.11 cores=1,3,5,7
/proc/1945/task/2003/stat : 2003 (java) S 1942 1945 29867 0 -1 1077944384 1670 13406 0 0 4 0 5 2 20 0 15 0 473867627 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417517431024 140417990769282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2004] ppid=1942 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2004/stat : 2004 (java) S 1942 1945 29867 0 -1 1077944384 19 13406 0 0 0 0 5 2 20 0 15 0 473867627 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417446175968 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2005] ppid=1942 vsize=10846988 memory=264444 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2005/stat : 2005 (java) S 1942 1945 29867 0 -1 1077944384 12 13406 0 0 0 0 5 2 20 0 15 0 473867627 11107315712 82221 33554432000 4194304 4196468 140724148427040 140416842195712 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2006] ppid=1942 vsize=10846988 memory=281195535521392 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2006/stat : 2006 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11107315712 82221 33554432000 4194304 4196468 140724148427040 140416534796240 140417990776731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2007] ppid=1942 vsize=10846988 memory=10528978111210 CPUtime=2.31 cores=1,3,5,7
/proc/1945/task/2007/stat : 2007 (java) R 1942 1945 29867 0 -1 4202560 10196 13406 0 0 223 1 5 2 20 0 15 0 473867630 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417516378864 140417990770070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2008] ppid=1942 vsize=10846988 memory=10528978111210 CPUtime=2.09 cores=1,3,5,7
/proc/1945/task/2008/stat : 2008 (java) R 1942 1945 29867 0 -1 4202560 4827 13406 0 0 201 1 5 2 20 0 15 0 473867630 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417515326320 140417975514512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2009] ppid=1942 vsize=10846988 memory=10528978111210 CPUtime=1.65 cores=1,3,5,7
/proc/1945/task/2009/stat : 2009 (java) S 1942 1945 29867 0 -1 1077944384 8034 13406 0 0 155 3 5 2 20 0 15 0 473867630 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417412618736 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2010] ppid=1942 vsize=10846988 memory=10528978111210 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2010/stat : 2010 (java) S 1942 1945 29867 0 -1 1077944384 3 13406 0 0 0 0 5 2 20 0 15 0 473867630 11107315712 82221 33554432000 4194304 4196468 140724148427040 140416501238624 140417990768341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
[pid=1945/tid=2012] ppid=1942 vsize=10846988 memory=10528978111210 CPUtime=0.07 cores=1,3,5,7
/proc/1945/task/2012/stat : 2012 (java) S 1942 1945 29867 0 -1 1077944384 11 13406 0 0 0 0 5 2 20 0 15 0 473867630 11107315712 82221 33554432000 4194304 4196468 140724148427040 140417411566128 140417990769282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19718144 140724148435555 140724148438197 140724148438197 140724148441039 0
Current children cumulated CPU time: 10.75 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 328884 KiB

[startup+5.20014 s]
/proc/loadavg: 1.54 1.39 1.45 2/213 2013
/proc/meminfo: memFree=9372240/32770624 swapFree=66997160/67108860
Current cumulated CPU time of completed processes: 10.963 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+5.30015 s]
/proc/loadavg: 1.54 1.39 1.45 2/213 2013
/proc/meminfo: memFree=9372240/32770624 swapFree=66997160/67108860
Current cumulated CPU time of completed processes: 10.963 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 5.38126
CPU time (s): 10.963
CPU user time (s): 10.7337
CPU system time (s): 0.2293
CPU usage (%): 203.725
Max. virtual memory (cumulated for all children) (KiB): 10911496
Max. memory (cumulated for all children) (KiB): 329008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7337
system time used= 0.2293
maximum resident set size= 331012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64464
page faults= 0
swaps= 0
block input operations= 8
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7555
involuntary context switches= 68


# summary of solver processes directly reported to runsolver:
#   pid: 1945
#   total CPU time (s): 10.963
#   total CPU user time (s): 10.7337
#   total CPU system time (s): 0.2293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063401 second user time and 0.075477 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 13:34:11
IDJOB=4402779
IDBENCH=133886
IDSOLVER=2861
FILE ID=node140/4402779-1568979292
RUNJOBID= node140-1568967597-29899
PBS_JOBID= 21704617
Free space on /var/tmp= 13472 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Ramsey/Ramsey-m1-s1/Ramsey-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402779-1568979292/watcher-4402779-1568979292 -o /var/tmp/evaluation-result-4402779-1568979292/solver-4402779-1568979292 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29899 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402779-1568979292.xml

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

MD5SUM BENCH= dac12cc2d7c8406352143d9a44a7b315
RANDOM SEED=2094713575

node140.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.43
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.43
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.43
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.43
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:         9391216 kB
MemAvailable:   30392136 kB
Buffers:          145284 kB
Cached:         20797904 kB
SwapCached:         2420 kB
Active:         11864664 kB
Inactive:       10546056 kB
Active(anon):    1460788 kB
Inactive(anon):    53504 kB
Active(file):   10403876 kB
Inactive(file): 10492552 kB
Unevictable:      106480 kB
Mlocked:          106480 kB
SwapTotal:      67108860 kB
SwapFree:       66997160 kB
Dirty:             35608 kB
Writeback:             0 kB
AnonPages:       1572708 kB
Mapped:            65080 kB
Shmem:             38264 kB
Slab:             561464 kB
SReclaimable:     532952 kB
SUnreclaim:        28512 kB
KernelStack:        3984 kB
PageTables:        11104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2558272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1484800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node140 at 2019-09-20 13:34:17