Trace number 4392019

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.10OPT2 9.36437 3.91671

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.027065
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.74/0.54	c Concrete v3.10.1560635388952 running
7.73/3.48	o 77
8.38/3.67	o 76
8.70/3.73	o 75
8.70/3.77	o 74
8.70/3.79	o 73
9.03/3.80	o 72
9.03/3.82	o 71
9.03/3.84	o 4
9.03/3.84	o 3
9.03/3.88	o 2
9.03/3.89	v <instantiation
9.03/3.89	v         cost = '2'>
9.03/3.89	v       <list>
9.03/3.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]
9.03/3.89	v       </list>
9.03/3.89	v       <values>
9.03/3.89	v         1 2 2 1 1 0 2 0 1 2 0 0 1 2 2 0 2 2 1 0 0 0 1 1 2 1 2 1 2 0 0 1 0 1 2 1 0 0 1 0 0 0 0 0 1 0 2 2 0 0 1 0 2 2 1 2 1 1 1 0 0 2 2 2 2 1 2 1 0 1 1 2 1 1 2 2 2 1
9.03/3.89	v       </values>
9.03/3.89	v     </instantiation>
9.03/3.89	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 (15291 MiB free)
  memory of node 1: 16384 MiB (14996 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392019-1568319713/watcher-4392019-1568319713 -o /tmp/evaluation-result-4392019-1568319713/solver-4392019-1568319713 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=10026710 HOME/instance-4392019-1568319713.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=26830, runsolver pid=26827
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.31 1.38 1.41 3/223 26887
/proc/meminfo: memFree=31004204/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=9972712 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 4387 13126 0 0 1 0 5 3 20 0 6 0 408210998 10212057088 4649 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2493178 4649 1935 1 0 2481616 0
[pid=26830/tid=26883] ppid=26827 vsize=9972712 memory=4279135704014094991 CPUtime=0.09 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) R 26827 26830 20959 0 -1 4202560 2176 13126 0 0 1 0 5 3 20 0 6 0 408211007 10212057088 4649 33554432000 4194304 4196468 140737360681024 139750537859664 139750551334905 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 6 0 408211008 10212057088 4649 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=9972712 memory=139967929775744 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 6 0 408211008 10212057088 4649 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 6 0 408211008 10212057088 4649 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 6 0 408211008 10212057088 4649 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210248 s]*
/proc/loadavg: 1.31 1.38 1.41 3/232 26896
/proc/meminfo: memFree=30989072/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=10818940 memory=38012 CPUtime=0.26 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 6788 13126 0 0 17 1 5 3 20 0 15 0 408210998 11078594560 9503 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2704735 9503 2983 1 0 2667149 0
[pid=26830/tid=26883] ppid=26827 vsize=10818940 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) R 26827 26830 20959 0 -1 4202560 3298 13126 0 0 11 1 5 3 20 0 15 0 408211007 11078594560 9503 33554432000 4194304 4196468 140737360681024 139750537855824 139750550103390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211008 11078594560 9503 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=10818940 memory=139967929775744 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 408211008 11078594560 9503 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211008 11078594560 9503 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 408211008 11078594560 9503 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26888] ppid=26827 vsize=10818940 memory=139967929775744 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26888/stat : 26888 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 408211009 11078594560 9503 33554432000 4194304 4196468 140737360681024 139750025398896 139750566034050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26889] ppid=26827 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26889/stat : 26889 (java) S 26827 26830 20959 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 408211010 11078594560 9503 33554432000 4194304 4196468 140737360681024 139750024344864 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26890] ppid=26827 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26890/stat : 26890 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211010 11078594560 9503 33554432000 4194304 4196468 140737360681024 139749444544112 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26891] ppid=26827 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26891/stat : 26891 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211012 11078594560 9503 33554432000 4194304 4196468 140737360681024 139749137144400 139750566041499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26892] ppid=26827 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26830/task/26892/stat : 26892 (java) S 26827 26830 20959 0 -1 1077944384 478 13126 0 0 1 0 5 3 20 0 15 0 408211013 11078594560 9503 33554432000 4194304 4196468 140737360681024 139749990787184 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26893] ppid=26827 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26893/stat : 26893 (java) S 26827 26830 20959 0 -1 1077944384 134 13126 0 0 0 0 5 3 20 0 15 0 408211013 11078594560 9503 33554432000 4194304 4196468 140737360681024 139749989734384 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26894] ppid=26827 vsize=10818940 memory=139967929775744 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26894/stat : 26894 (java) R 26827 26830 20959 0 -1 4202560 628 13126 0 0 3 0 5 3 20 0 15 0 408211013 11078594560 9503 33554432000 4194304 4196468 140737360681024 139749988682096 139750544961360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26895] ppid=26827 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26895/stat : 26895 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211013 11078594560 9503 33554432000 4194304 4196468 140737360681024 139749103585760 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26896] ppid=26827 vsize=10818940 memory=139967929775744 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26896/stat : 26896 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211013 11078594560 9503 33554432000 4194304 4196468 140737360681024 139749987630000 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38012 KiB

[startup+0.310643 s]*
/proc/loadavg: 1.31 1.38 1.41 3/232 26896
/proc/meminfo: memFree=30978844/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=10820096 memory=49112 CPUtime=0.4 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 10506 13126 0 0 29 3 5 3 20 0 15 0 408210998 11079778304 12278 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2705024 12278 3237 1 0 2667149 0
[pid=26830/tid=26883] ppid=26827 vsize=10820244 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) R 26827 26830 20959 0 -1 4202560 7033 13126 0 0 19 2 5 3 20 0 15 0 408211007 11079929856 12343 33554432000 4194304 4196468 140737360681024 139750537843568 139750566044829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=10820244 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211008 11079929856 12343 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=10820244 memory=2080 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 408211008 11079929856 12343 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211008 11079929856 12343 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=10820244 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 408211008 11079929856 12343 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26888] ppid=26827 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26888/stat : 26888 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 408211009 11079929856 12343 33554432000 4194304 4196468 140737360681024 139750025398896 139750566034050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26889] ppid=26827 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26889/stat : 26889 (java) S 26827 26830 20959 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 408211010 11079929856 12343 33554432000 4194304 4196468 140737360681024 139750024344864 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26890] ppid=26827 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26890/stat : 26890 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211010 11079929856 12343 33554432000 4194304 4196468 140737360681024 139749444544112 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26891] ppid=26827 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26891/stat : 26891 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211012 11079929856 12343 33554432000 4194304 4196468 140737360681024 139749137144400 139750566041499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26892] ppid=26827 vsize=10820244 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26830/task/26892/stat : 26892 (java) S 26827 26830 20959 0 -1 1077944384 480 13126 0 0 2 0 5 3 20 0 15 0 408211013 11079929856 12343 33554432000 4194304 4196468 140737360681024 139749990787184 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26893] ppid=26827 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26830/task/26893/stat : 26893 (java) S 26827 26830 20959 0 -1 1077944384 134 13126 0 0 1 0 5 3 20 0 15 0 408211013 11079929856 12343 33554432000 4194304 4196468 140737360681024 139749989734384 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26894] ppid=26827 vsize=10820244 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/26830/task/26894/stat : 26894 (java) S 26827 26830 20959 0 -1 1077944384 641 13126 0 0 5 0 5 3 20 0 15 0 408211013 11079929856 12343 33554432000 4194304 4196468 140737360681024 139749988682096 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26895] ppid=26827 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26895/stat : 26895 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211013 11079929856 12343 33554432000 4194304 4196468 140737360681024 139749103585760 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26896] ppid=26827 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26896/stat : 26896 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211013 11079929856 12343 33554432000 4194304 4196468 140737360681024 139749987630000 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49112 KiB

[startup+0.700721 s]
/proc/loadavg: 1.31 1.38 1.41 5/232 26896
/proc/meminfo: memFree=30962544/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=10824340 memory=78780 CPUtime=1.15 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 14521 13126 0 0 102 5 5 3 20 0 15 0 408210998 11084124160 19695 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2706085 19695 3498 1 0 2668173 0
[pid=26830/tid=26883] ppid=26827 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) R 26827 26830 20959 0 -1 4202560 10213 13126 0 0 56 3 5 3 20 0 15 0 408211007 11084124160 19695 33554432000 4194304 4196468 140737360681024 139750537840864 139750552090873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211008 11084124160 19695 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=10824340 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 408211008 11084124160 19695 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211008 11084124160 19695 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 2 13126 0 0 0 0 5 3 20 0 15 0 408211008 11084124160 19695 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26888] ppid=26827 vsize=10824340 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26888/stat : 26888 (java) S 26827 26830 20959 0 -1 1077944384 5 13126 0 0 0 0 5 3 20 0 15 0 408211009 11084124160 19695 33554432000 4194304 4196468 140737360681024 139750025398896 139750566034050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26889] ppid=26827 vsize=10824340 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26889/stat : 26889 (java) S 26827 26830 20959 0 -1 1077944384 33 13126 0 0 0 0 5 3 20 0 15 0 408211010 11084124160 19695 33554432000 4194304 4196468 140737360681024 139750024344864 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26890] ppid=26827 vsize=10824340 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26890/stat : 26890 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211010 11084124160 19695 33554432000 4194304 4196468 140737360681024 139749444544112 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26891] ppid=26827 vsize=10824340 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26891/stat : 26891 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211012 11084124160 19695 33554432000 4194304 4196468 140737360681024 139749137144400 139750566041499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26892] ppid=26827 vsize=10824340 memory=13252 CPUtime=0.23 cores=0,2,4,6
/proc/26830/task/26892/stat : 26892 (java) S 26827 26830 20959 0 -1 1077944384 833 13126 0 0 15 0 5 3 20 0 15 0 408211013 11084124160 19695 33554432000 4194304 4196468 140737360681024 139749990787184 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26893] ppid=26827 vsize=10824340 memory=15460 CPUtime=0.2 cores=0,2,4,6
/proc/26830/task/26893/stat : 26893 (java) S 26827 26830 20959 0 -1 1077944384 417 13126 0 0 12 0 5 3 20 0 15 0 408211013 11084124160 19695 33554432000 4194304 4196468 140737360681024 139749989734384 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26894] ppid=26827 vsize=10824340 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/26830/task/26894/stat : 26894 (java) R 26827 26830 20959 0 -1 4202560 800 13126 0 0 17 0 5 3 20 0 15 0 408211013 11084124160 19695 33554432000 4194304 4196468 140737360681024 139749988682096 139750566034838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26895] ppid=26827 vsize=10824340 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26895/stat : 26895 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211013 11084124160 19695 33554432000 4194304 4196468 140737360681024 139749103585760 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26896] ppid=26827 vsize=10824340 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26896/stat : 26896 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211013 11084124160 19695 33554432000 4194304 4196468 140737360681024 139749987630000 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78780 KiB

[startup+1.50073 s]
/proc/loadavg: 1.31 1.38 1.41 4/232 26896
/proc/meminfo: memFree=30921944/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=10834656 memory=166200 CPUtime=2.5 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 21857 13126 0 0 233 9 5 3 20 0 15 0 408210998 11094687744 41550 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2708664 41550 3573 1 0 2670733 0
[pid=26830/tid=26883] ppid=26827 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) R 26827 26830 20959 0 -1 4202560 15358 13126 0 0 130 5 5 3 20 0 15 0 408211007 11094687744 41550 33554432000 4194304 4196468 140737360681024 139750537817744 139750550103390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 17 13126 0 0 1 0 5 3 20 0 15 0 408211008 11094687744 41550 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 326 13126 0 0 1 0 5 3 20 0 15 0 408211008 11094687744 41550 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 58 13126 0 0 1 0 5 3 20 0 15 0 408211008 11094687744 41550 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 87 13126 0 0 1 0 5 3 20 0 15 0 408211008 11094687744 41550 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26888] ppid=26827 vsize=10834656 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/26830/task/26888/stat : 26888 (java) S 26827 26830 20959 0 -1 1077944384 475 13126 0 0 1 0 5 3 20 0 15 0 408211009 11094687744 41550 33554432000 4194304 4196468 140737360681024 139750025398896 139750566034050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26889] ppid=26827 vsize=10834656 memory=279935633664256 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26889/stat : 26889 (java) S 26827 26830 20959 0 -1 1077944384 34 13126 0 0 0 0 5 3 20 0 15 0 408211010 11094687744 41550 33554432000 4194304 4196468 140737360681024 139750024344928 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26890] ppid=26827 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26890/stat : 26890 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211010 11094687744 41550 33554432000 4194304 4196468 140737360681024 139749444544128 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26891] ppid=26827 vsize=10834656 memory=8252 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26891/stat : 26891 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211012 11094687744 41550 33554432000 4194304 4196468 140737360681024 139749137144400 139750566041499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26892] ppid=26827 vsize=10834656 memory=5912 CPUtime=0.36 cores=0,2,4,6
/proc/26830/task/26892/stat : 26892 (java) S 26827 26830 20959 0 -1 1077944384 1107 13126 0 0 28 0 5 3 20 0 15 0 408211013 11094687744 41550 33554432000 4194304 4196468 140737360681024 139749990787184 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26893] ppid=26827 vsize=10834656 memory=1056 CPUtime=0.33 cores=0,2,4,6
/proc/26830/task/26893/stat : 26893 (java) S 26827 26830 20959 0 -1 1077944384 606 13126 0 0 25 0 5 3 20 0 15 0 408211013 11094687744 41550 33554432000 4194304 4196468 140737360681024 139749989734384 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26894] ppid=26827 vsize=10834656 memory=1540 CPUtime=0.5 cores=0,2,4,6
/proc/26830/task/26894/stat : 26894 (java) S 26827 26830 20959 0 -1 1077944384 1575 13126 0 0 42 0 5 3 20 0 15 0 408211013 11094687744 41550 33554432000 4194304 4196468 140737360681024 139749988682096 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26895] ppid=26827 vsize=10834656 memory=728 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26895/stat : 26895 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211013 11094687744 41550 33554432000 4194304 4196468 140737360681024 139749103585760 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26896] ppid=26827 vsize=10834656 memory=3436 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26896/stat : 26896 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211013 11094687744 41550 33554432000 4194304 4196468 140737360681024 139749987630000 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

Current children cumulated memory: 248084 KiB

[startup+3.91666 s]
# the end of solver process 26830 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.13188 s, system=0.232495 s

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

[startup+3.20649 s]
/proc/loadavg: 1.28 1.38 1.41 5/232 26896
/proc/meminfo: memFree=30767156/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=10844916 memory=248732 CPUtime=7.12 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 37857 13126 0 0 688 16 5 3 20 0 15 0 408210998 11105193984 62183 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2711229 62183 3606 1 0 2673293 0
[pid=26830/tid=26883] ppid=26827 vsize=10844916 memory=0 CPUtime=3.08 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) R 26827 26830 20959 0 -1 4202560 20141 13126 0 0 293 7 5 3 20 0 15 0 408211007 11105193984 62183 33554432000 4194304 4196468 140737360681024 139750537858248 139750145102339 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=10844916 memory=6656426216303648864 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 61 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 62183 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 334 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 62183 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 73 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 62183 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 112 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 62183 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26888] ppid=26827 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26888/stat : 26888 (java) S 26827 26830 20959 0 -1 1077944384 1644 13126 0 0 3 0 5 3 20 0 15 0 408211009 11105193984 62183 33554432000 4194304 4196468 140737360681024 139750025398896 139750566034050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26889] ppid=26827 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26889/stat : 26889 (java) S 26827 26830 20959 0 -1 1077944384 37 13126 0 0 0 0 5 3 20 0 15 0 408211010 11105193984 62183 33554432000 4194304 4196468 140737360681024 139750024344928 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26890] ppid=26827 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26890/stat : 26890 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211010 11105193984 62183 33554432000 4194304 4196468 140737360681024 139749444544128 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26891] ppid=26827 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26891/stat : 26891 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211012 11105193984 62183 33554432000 4194304 4196468 140737360681024 139749137144400 139750566041499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26892] ppid=26827 vsize=10844916 memory=0 CPUtime=1.49 cores=0,2,4,6
/proc/26830/task/26892/stat : 26892 (java) R 26827 26830 20959 0 -1 4202560 4431 13126 0 0 141 0 5 3 20 0 15 0 408211013 11105193984 62183 33554432000 4194304 4196468 140737360681024 139749990766976 139750544039895 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26893] ppid=26827 vsize=10844916 memory=1036 CPUtime=1.14 cores=0,2,4,6
/proc/26830/task/26893/stat : 26893 (java) R 26827 26830 20959 0 -1 4202560 2922 13126 0 0 105 1 5 3 20 0 15 0 408211013 11105193984 62183 33554432000 4194304 4196468 140737360681024 139749989720816 139750543618017 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26894] ppid=26827 vsize=10844916 memory=14008 CPUtime=1.4 cores=0,2,4,6
/proc/26830/task/26894/stat : 26894 (java) S 26827 26830 20959 0 -1 1077944384 5881 13126 0 0 129 3 5 3 20 0 15 0 408211013 11105193984 62183 33554432000 4194304 4196468 140737360681024 139749988682096 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26895] ppid=26827 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26895/stat : 26895 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211013 11105193984 62183 33554432000 4194304 4196468 140737360681024 139749103585760 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26896] ppid=26827 vsize=10844916 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26896/stat : 26896 (java) S 26827 26830 20959 0 -1 1077944384 8 13126 0 0 0 0 5 3 20 0 15 0 408211013 11105193984 62183 33554432000 4194304 4196468 140737360681024 139749987630000 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 7.12 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 248732 KiB

[startup+3.60149 s]
/proc/loadavg: 1.28 1.38 1.41 5/232 26896
/proc/meminfo: memFree=30767156/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=10844916 memory=270596 CPUtime=8.38 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 47217 13126 0 0 812 18 5 3 20 0 15 0 408210998 11105193984 67649 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2711229 67649 3606 1 0 2673293 0
[pid=26830/tid=26883] ppid=26827 vsize=10844916 memory=0 CPUtime=3.47 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) R 26827 26830 20959 0 -1 4202560 21345 13126 0 0 332 7 5 3 20 0 15 0 408211007 11105193984 67649 33554432000 4194304 4196468 140737360681024 139750537843936 139750145826976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=10844916 memory=279935634456224 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 61 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 67649 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=10844916 memory=139967817230384 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 334 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 67649 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=10844916 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 73 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 67649 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 112 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 67649 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26888] ppid=26827 vsize=10844916 memory=-9174445032661854264 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26888/stat : 26888 (java) S 26827 26830 20959 0 -1 1077944384 2755 13126 0 0 3 0 5 3 20 0 15 0 408211009 11105193984 67649 33554432000 4194304 4196468 140737360681024 139750025398896 139750566034050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26889] ppid=26827 vsize=10844916 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26889/stat : 26889 (java) S 26827 26830 20959 0 -1 1077944384 37 13126 0 0 0 0 5 3 20 0 15 0 408211010 11105193984 67649 33554432000 4194304 4196468 140737360681024 139750024344928 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26890] ppid=26827 vsize=10844916 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26890/stat : 26890 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211010 11105193984 67649 33554432000 4194304 4196468 140737360681024 139749444544128 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26891] ppid=26827 vsize=10844916 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26891/stat : 26891 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211012 11105193984 67649 33554432000 4194304 4196468 140737360681024 139749137144400 139750566041499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26892] ppid=26827 vsize=10844916 memory=-7022074515825631275 CPUtime=1.89 cores=0,2,4,6
/proc/26830/task/26892/stat : 26892 (java) R 26827 26830 20959 0 -1 4202560 8759 13126 0 0 180 1 5 3 20 0 15 0 408211013 11105193984 67649 33554432000 4194304 4196468 140737360681024 139749990773208 139750551149111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26893] ppid=26827 vsize=10844916 memory=8292088533921144977 CPUtime=1.53 cores=0,2,4,6
/proc/26830/task/26893/stat : 26893 (java) R 26827 26830 20959 0 -1 4202560 5102 13126 0 0 143 2 5 3 20 0 15 0 408211013 11105193984 67649 33554432000 4194304 4196468 140737360681024 139749989720408 139750547542213 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26894] ppid=26827 vsize=10844916 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/26830/task/26894/stat : 26894 (java) S 26827 26830 20959 0 -1 1077944384 6418 13126 0 0 136 3 5 3 20 0 15 0 408211013 11105193984 67649 33554432000 4194304 4196468 140737360681024 139749988682096 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26895] ppid=26827 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26895/stat : 26895 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211013 11105193984 67649 33554432000 4194304 4196468 140737360681024 139749103585760 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26896] ppid=26827 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26896/stat : 26896 (java) S 26827 26830 20959 0 -1 1077944384 8 13126 0 0 0 0 5 3 20 0 15 0 408211013 11105193984 67649 33554432000 4194304 4196468 140737360681024 139749987630000 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 270596 KiB

[startup+3.80153 s]
/proc/loadavg: 1.28 1.38 1.41 5/232 26896
/proc/meminfo: memFree=30767156/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=10844916 memory=273504 CPUtime=9.03 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 48017 13126 0 0 877 18 5 3 20 0 15 0 408210998 11105193984 68376 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2711229 68376 3606 1 0 2673293 0
[pid=26830/tid=26883] ppid=26827 vsize=10844916 memory=0 CPUtime=3.67 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) R 26827 26830 20959 0 -1 4202560 21367 13126 0 0 352 7 5 3 20 0 15 0 408211007 11105193984 68376 33554432000 4194304 4196468 140737360681024 139750537857344 139750566034838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=10844916 memory=279935633588464 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 61 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 68376 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=10844916 memory=7013908267364280426 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 334 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 68376 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=10844916 memory=7732792063624965218 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 73 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 68376 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=10844916 memory=1440 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 112 13126 0 0 3 0 5 3 20 0 15 0 408211008 11105193984 68376 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26888] ppid=26827 vsize=10844916 memory=1984 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26888/stat : 26888 (java) S 26827 26830 20959 0 -1 1077944384 2755 13126 0 0 3 0 5 3 20 0 15 0 408211009 11105193984 68376 33554432000 4194304 4196468 140737360681024 139750025398896 139750566034050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26889] ppid=26827 vsize=10844916 memory=2376 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26889/stat : 26889 (java) S 26827 26830 20959 0 -1 1077944384 37 13126 0 0 0 0 5 3 20 0 15 0 408211010 11105193984 68376 33554432000 4194304 4196468 140737360681024 139750024344928 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26890] ppid=26827 vsize=10844916 memory=1768 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26890/stat : 26890 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 15 0 408211010 11105193984 68376 33554432000 4194304 4196468 140737360681024 139749444544128 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26891] ppid=26827 vsize=10844916 memory=111628 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26891/stat : 26891 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211012 11105193984 68376 33554432000 4194304 4196468 140737360681024 139749137144400 139750566041499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26892] ppid=26827 vsize=10844916 memory=804 CPUtime=2.09 cores=0,2,4,6
/proc/26830/task/26892/stat : 26892 (java) R 26827 26830 20959 0 -1 4202560 8890 13126 0 0 200 1 5 3 20 0 15 0 408211013 11105193984 68376 33554432000 4194304 4196468 140737360681024 139749990773200 139750545290368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26893] ppid=26827 vsize=10844916 memory=1660 CPUtime=1.73 cores=0,2,4,6
/proc/26830/task/26893/stat : 26893 (java) R 26827 26830 20959 0 -1 4202560 5395 13126 0 0 163 2 5 3 20 0 15 0 408211013 11105193984 68376 33554432000 4194304 4196468 140737360681024 139749989726872 139750551132940 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26894] ppid=26827 vsize=10844916 memory=1804 CPUtime=1.52 cores=0,2,4,6
/proc/26830/task/26894/stat : 26894 (java) S 26827 26830 20959 0 -1 1077944384 6776 13126 0 0 141 3 5 3 20 0 15 0 408211013 11105193984 68376 33554432000 4194304 4196468 140737360681024 139749988682096 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26895] ppid=26827 vsize=10844916 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26895/stat : 26895 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 15 0 408211013 11105193984 68425 33554432000 4194304 4196468 140737360681024 139749103585760 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26896] ppid=26827 vsize=10844916 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26896/stat : 26896 (java) S 26827 26830 20959 0 -1 1077944384 8 13126 0 0 0 0 5 3 20 0 15 0 408211013 11105193984 68425 33554432000 4194304 4196468 140737360681024 139749987630000 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 9.03 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 273504 KiB

[startup+3.90066 s]
/proc/loadavg: 1.28 1.38 1.41 5/232 26896
/proc/meminfo: memFree=30767156/32770624 swapFree=67003364/67108860
[pid=26830] ppid=26827 vsize=10943224 memory=294840 CPUtime=9.34 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 20959 0 -1 1077944320 48390 13126 0 0 907 19 5 3 20 0 14 0 408210998 11205861376 73710 33554432000 4194304 4196468 140737360681024 140737360663568 139750566022903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
/proc/26830/statm: 2735806 73710 3609 1 0 2697870 0
[pid=26830/tid=26883] ppid=26827 vsize=10943224 memory=279935633592832 CPUtime=3.76 cores=0,2,4,6
/proc/26830/task/26883/stat : 26883 (java) S 26827 26830 20959 0 -1 1077944384 21446 13126 0 0 361 7 5 3 20 0 14 0 408211007 11205861376 73710 33554432000 4194304 4196468 140737360681024 139750537866384 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26884] ppid=26827 vsize=10943224 memory=13807 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26884/stat : 26884 (java) S 26827 26830 20959 0 -1 1077944384 61 13126 0 0 3 0 5 3 20 0 14 0 408211008 11205861376 73710 33554432000 4194304 4196468 140737360681024 139750570264976 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26885] ppid=26827 vsize=10943224 memory=279935633929952 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26885/stat : 26885 (java) S 26827 26830 20959 0 -1 1077944384 334 13126 0 0 3 0 5 3 20 0 14 0 408211008 11205861376 73710 33554432000 4194304 4196468 140737360681024 139750458538256 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26886] ppid=26827 vsize=10943224 memory=7523657281174911590 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26886/stat : 26886 (java) S 26827 26830 20959 0 -1 1077944384 73 13126 0 0 3 0 5 3 20 0 14 0 408211008 11205861376 73710 33554432000 4194304 4196468 140737360681024 139750457485968 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26887] ppid=26827 vsize=10943224 memory=6226342373513248864 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26887/stat : 26887 (java) S 26827 26830 20959 0 -1 1077944384 112 13126 0 0 3 0 5 3 20 0 14 0 408211008 11205861376 73710 33554432000 4194304 4196468 140737360681024 139750456433168 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26888] ppid=26827 vsize=10943224 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/26830/task/26888/stat : 26888 (java) S 26827 26830 20959 0 -1 1077944384 2755 13126 0 0 3 0 5 3 20 0 14 0 408211009 11205861376 73710 33554432000 4194304 4196468 140737360681024 139750025399104 139750566034050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26889] ppid=26827 vsize=10943224 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26889/stat : 26889 (java) S 26827 26830 20959 0 -1 1077944384 37 13126 0 0 0 0 5 3 20 0 14 0 408211010 11205861376 73710 33554432000 4194304 4196468 140737360681024 139750024344928 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26890] ppid=26827 vsize=10943224 memory=4639082993419309137 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26890/stat : 26890 (java) S 26827 26830 20959 0 -1 1077944384 1 13126 0 0 0 0 5 3 20 0 14 0 408211010 11205861376 73710 33554432000 4194304 4196468 140737360681024 139749444544128 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26891] ppid=26827 vsize=10943224 memory=7301856090349791568 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26891/stat : 26891 (java) S 26827 26830 20959 0 -1 1077944384 6 13126 0 0 0 0 5 3 20 0 14 0 408211012 11205861376 73710 33554432000 4194304 4196468 140737360681024 139749137144048 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26892] ppid=26827 vsize=10943224 memory=7295945012877086806 CPUtime=2.18 cores=0,2,4,6
/proc/26830/task/26892/stat : 26892 (java) S 26827 26830 20959 0 -1 1077944384 9058 13126 0 0 209 1 5 3 20 0 14 0 408211013 11205861376 73710 33554432000 4194304 4196468 140737360681024 139749990787184 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26893] ppid=26827 vsize=10943224 memory=0 CPUtime=1.82 cores=0,2,4,6
/proc/26830/task/26893/stat : 26893 (java) S 26827 26830 20959 0 -1 1077944384 5435 13126 0 0 172 2 5 3 20 0 14 0 408211013 11205861376 73710 33554432000 4194304 4196468 140737360681024 139749989719504 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26894] ppid=26827 vsize=10943224 memory=5936659533912894824 CPUtime=1.55 cores=0,2,4,6
/proc/26830/task/26894/stat : 26894 (java) S 26827 26830 20959 0 -1 1077944384 6832 13126 0 0 144 3 5 3 20 0 14 0 408211013 11205861376 73710 33554432000 4194304 4196468 140737360681024 139749988682096 139750566034050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
[pid=26830/tid=26895] ppid=26827 vsize=10943224 memory=5787214926557761634 CPUtime=0.08 cores=0,2,4,6
/proc/26830/task/26895/stat : 26895 (java) S 26827 26830 20959 0 -1 1077944384 3 13126 0 0 0 0 5 3 20 0 14 0 408211013 11205861376 73710 33554432000 4194304 4196468 140737360681024 139749103585760 139750566033109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140737360685815 140737360688325 140737360688325 140737360691151 0
Current children cumulated CPU time: 9.34 s
Current children cumulated vsize: 10943224 KiB
Current children cumulated memory: 294840 KiB

Child status: 0
Real time (s): 3.91671
CPU time (s): 9.36437
CPU user time (s): 9.13188
CPU system time (s): 0.232495
CPU usage (%): 239.088
Max. virtual memory (cumulated for all children) (KiB): 10943224
Max. memory (cumulated for all children) (KiB): 294840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.13188
system time used= 0.232495
maximum resident set size= 296840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61548
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= 6195
involuntary context switches= 48


# summary of solver processes directly reported to runsolver:
#   pid: 26830
#   total CPU time (s): 9.36437
#   total CPU user time (s): 9.13188
#   total CPU system time (s): 0.232495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043633 second user time and 0.082484 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 22:21:14
IDJOB=4392019
IDBENCH=133886
IDSOLVER=2837
FILE ID=node133/4392019-1568319713
RUNJOBID= node133-1568301421-20990
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
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 /tmp/evaluation-result-4392019-1568319713/watcher-4392019-1568319713 -o /tmp/evaluation-result-4392019-1568319713/solver-4392019-1568319713 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=10026710 HOME/instance-4392019-1568319713.xml

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

MD5SUM BENCH= dac12cc2d7c8406352143d9a44a7b315
RANDOM SEED=10026710

node133.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.18
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.18
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.18
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.18
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:        31015704 kB
MemAvailable:   31267604 kB
Buffers:          122840 kB
Cached:           413684 kB
SwapCached:         3552 kB
Active:           954620 kB
Inactive:         220372 kB
Active(anon):     663176 kB
Inactive(anon):    15692 kB
Active(file):     291444 kB
Inactive(file):   204680 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003364 kB
Dirty:             35048 kB
Writeback:             4 kB
AnonPages:        748260 kB
Mapped:            55976 kB
Shmem:             31224 kB
Slab:             172024 kB
SReclaimable:     143224 kB
SUnreclaim:        28800 kB
KernelStack:        3840 kB
PageTables:         7028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1905812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-12 22:21:18