Trace number 4312315

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
OscaR - Conflict Ordering with restarts 2018-08-17OPT2 15.9621 13.995

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-catfood_c18.xml
MD5SUM27271f0787f1d872c0f25c4abe418056
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 benchmark1.36772
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints29
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":49},{"size":1101,"count":7}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":42},{"degree":3,"count":14},{"degree":9,"count":7}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":14},{"arity":7,"count":8},{"arity":14,"count":7}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"ordered","count":1},{"type":"sum","count":14}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.55	c seed: 783055846
0.67/0.55	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.51/1.04	c Parsing done, starting search...
15.78/13.96	o 5
15.78/13.96	o 4
15.78/13.96	o 3
15.78/13.97	o 2
15.78/13.97	s OPTIMUM FOUND
15.78/13.97	v <instantiation>
15.78/13.97	v 	<list>
15.78/13.97	v 		d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] npt[0] npt[1] npt[2] npt[3] npt[4] npt[5] npt[6] u[0] u[1] u[2] u[3] u[4] u[5] u[6]
15.78/13.97	v 	</list>
15.78/13.97	v 	<values>
15.78/13.97	v 		1 1 1 0 0 2 4 0 0 0 3 3 2 1 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 262 162 0 0 0 0 0 1 1 0 0 0 0 0 
15.78/13.97	v 	</values>
15.78/13.97	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312315-1534569798/watcher-4312315-1534569798 -o /tmp/evaluation-result-4312315-1534569798/solver-4312315-1534569798 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5848 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 783055846 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312315-1534569798.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=6935, runsolver pid=6932
Current StackSize limit: 8192 KiB


[startup+0.100084 s]*
/proc/loadavg: 1.79 1.91 1.68 3/216 6950
/proc/meminfo: memFree=21474840/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14082736 memory=31216 CPUtime=0.11 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 6703 0 0 0 10 1 0 0 20 0 15 0 274542916 14420721664 7804 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3520684 7804 3154 1 0 3482761 0
[pid=6935/tid=6937] ppid=6932 vsize=14082736 memory=-8537805065365058752 CPUtime=0.09 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 4759 0 0 0 8 1 0 0 20 0 15 0 274542917 14420721664 7804 33554432000 4194304 4196468 140731563980240 139880237597032 139880217474398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 7804 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 7804 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 7804 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 7804 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274542919 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6943] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6943/stat : 6943 (java) S 6932 6935 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274542919 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879774500256 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6944] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6944/stat : 6944 (java) S 6932 6935 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274542920 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879773447664 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6945] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6945/stat : 6945 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879772396240 139880233412507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6946] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6946/stat : 6946 (java) S 6932 6935 2226 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879771342832 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6947] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6947/stat : 6947 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879702849648 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6948] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0.01 cores=1,3,5,7
/proc/6935/task/6948/stat : 6948 (java) S 6932 6935 2226 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 274542922 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879701797104 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6949] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6949/stat : 6949 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879700744800 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6950] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6950/stat : 6950 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 7804 33554432000 4194304 4196468 140731563980240 139879699692336 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31216 KiB

[startup+0.212917 s]*
/proc/loadavg: 1.79 1.91 1.68 6/216 6950
/proc/meminfo: memFree=21459212/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14082736 memory=47032 CPUtime=0.31 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 10401 0 0 0 28 3 0 0 20 0 15 0 274542916 14420721664 11758 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3520684 11758 3367 1 0 3482761 0
[pid=6935/tid=6937] ppid=6932 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 8110 0 0 0 18 2 0 0 20 0 15 0 274542917 14420721664 11758 33554432000 4194304 4196468 140731563980240 139880237619984 139880225631038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 11758 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14082736 memory=4121549573458384544 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 11758 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 11758 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 11758 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274542919 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6943] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6943/stat : 6943 (java) S 6932 6935 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274542919 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879774500256 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6944] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6944/stat : 6944 (java) S 6932 6935 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274542920 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879773447664 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6945] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6945/stat : 6945 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879772396240 139880233412507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6946] ppid=6932 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6935/task/6946/stat : 6946 (java) R 6932 6935 2226 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 15 0 274542922 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879771329680 139880233404117 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6947] ppid=6932 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6935/task/6947/stat : 6947 (java) S 6932 6935 2226 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 15 0 274542922 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879702836432 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6948] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0.06 cores=1,3,5,7
/proc/6935/task/6948/stat : 6948 (java) R 6932 6935 2226 0 -1 4202560 309 0 0 0 6 0 0 0 20 0 15 0 274542922 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879701793056 139880225631038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6949] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6949/stat : 6949 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879700744800 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6950] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6950/stat : 6950 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 11758 33554432000 4194304 4196468 140731563980240 139879699692336 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47032 KiB

[startup+0.310504 s]*
/proc/loadavg: 1.79 1.91 1.68 3/216 6950
/proc/meminfo: memFree=21455800/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14082736 memory=50516 CPUtime=0.44 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 10795 0 0 0 41 3 0 0 20 0 15 0 274542916 14420721664 12629 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3520684 12629 3370 1 0 3482761 0
[pid=6935/tid=6937] ppid=6932 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 8461 0 0 0 28 2 0 0 20 0 15 0 274542917 14420721664 12629 33554432000 4194304 4196468 140731563980240 139880237601744 139880213669657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14082736 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 12629 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14082736 memory=3978851621510993568 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 12629 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 12629 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274542918 14420721664 12629 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274542919 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6943] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6943/stat : 6943 (java) S 6932 6935 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274542919 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879774500256 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6944] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6944/stat : 6944 (java) S 6932 6935 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274542920 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879773447664 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6945] ppid=6932 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6945/stat : 6945 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879772396240 139880233412507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6946] ppid=6932 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6935/task/6946/stat : 6946 (java) S 6932 6935 2226 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 274542922 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879771342832 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6947] ppid=6932 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6935/task/6947/stat : 6947 (java) S 6932 6935 2226 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 274542922 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879702849648 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6948] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0.08 cores=1,3,5,7
/proc/6935/task/6948/stat : 6948 (java) S 6932 6935 2226 0 -1 1077944384 326 0 0 0 8 0 0 0 20 0 15 0 274542922 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879701797104 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6949] ppid=6932 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6949/stat : 6949 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879700744800 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6950] ppid=6932 vsize=14082736 memory=139942267344512 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6950/stat : 6950 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542922 14420721664 12629 33554432000 4194304 4196468 140731563980240 139879699692336 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50516 KiB

[startup+0.700712 s]
/proc/loadavg: 1.79 1.91 1.68 3/216 6950
/proc/meminfo: memFree=21431368/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14084804 memory=89156 CPUtime=0.98 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 17656 0 0 0 93 5 0 0 20 0 15 0 274542916 14422839296 22289 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3521201 22289 3498 1 0 3483273 0
[pid=6935/tid=6937] ppid=6932 vsize=14084804 memory=1764 CPUtime=0.67 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 14914 0 0 0 64 3 0 0 20 0 15 0 274542917 14422839296 22289 33554432000 4194304 4196468 140731563980240 139880237617168 139880233415837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14084804 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14422839296 22289 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14084804 memory=756 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14422839296 22289 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14084804 memory=9168 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14422839296 22289 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14084804 memory=872 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274542918 14422839296 22289 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14084804 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274542919 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6943] ppid=6932 vsize=14084804 memory=6300 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6943/stat : 6943 (java) S 6932 6935 2226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274542919 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879774500256 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6944] ppid=6932 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6944/stat : 6944 (java) S 6932 6935 2226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274542920 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879773447664 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6945] ppid=6932 vsize=14084804 memory=3920 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6945/stat : 6945 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879772396240 139880233412507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6946] ppid=6932 vsize=14084804 memory=7302135314614015848 CPUtime=0.07 cores=1,3,5,7
/proc/6935/task/6946/stat : 6946 (java) S 6932 6935 2226 0 -1 1077944384 524 0 0 0 7 0 0 0 20 0 15 0 274542922 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879771342832 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6947] ppid=6932 vsize=14084804 memory=7885332796437780070 CPUtime=0.07 cores=1,3,5,7
/proc/6935/task/6947/stat : 6947 (java) S 6932 6935 2226 0 -1 1077944384 416 0 0 0 7 0 0 0 20 0 15 0 274542922 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879702849648 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6948] ppid=6932 vsize=14084804 memory=4641048821391970388 CPUtime=0.15 cores=1,3,5,7
/proc/6935/task/6948/stat : 6948 (java) S 6932 6935 2226 0 -1 1077944384 421 0 0 0 15 0 0 0 20 0 15 0 274542922 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879701797104 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6949] ppid=6932 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6949/stat : 6949 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879700744800 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6950] ppid=6932 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6950/stat : 6950 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542922 14422839296 22289 33554432000 4194304 4196468 140731563980240 139879699692336 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89156 KiB

[startup+1.50077 s]
/proc/loadavg: 1.79 1.91 1.68 3/216 6950
/proc/meminfo: memFree=21397648/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14090948 memory=187924 CPUtime=2.97 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 28163 0 0 0 289 8 0 0 20 0 15 0 274542916 14429130752 46981 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3522737 46981 3539 1 0 3484809 0
[pid=6935/tid=6937] ppid=6932 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 18724 0 0 0 142 5 0 0 20 0 15 0 274542917 14429130752 46981 33554432000 4194304 4196468 140731563980240 139880237628728 139880233405846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14090948 memory=-8253362664378450063 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14429130752 46981 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14090948 memory=7245577299922993209 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14429130752 46981 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14090948 memory=-8412656559033194355 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274542918 14429130752 46981 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14090948 memory=1401637097735671167 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274542918 14429130752 46981 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 274542919 14429130752 46981 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0

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

[startup+13.995 s]
# the end of solver process 6935 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.8354 s, system=0.126747 s

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

[startup+12.8012 s]
/proc/loadavg: 1.67 1.88 1.68 3/216 6950
/proc/meminfo: memFree=21332836/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14090948 memory=169192 CPUtime=14.65 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 41855 0 0 0 1454 11 0 0 20 0 15 0 274542916 14429130752 42298 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3522737 42298 3569 1 0 3484809 0
[pid=6935/tid=6937] ppid=6932 vsize=14090948 memory=6856 CPUtime=12.27 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 21412 0 0 0 1221 6 0 0 20 0 15 0 274542917 14429130752 42298 33554432000 4194304 4196468 140731563980240 139880237631984 139879858236429 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14090948 memory=2148 CPUtime=0.02 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1018 0 0 0 2 0 0 0 20 0 15 0 274542918 14429130752 42298 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14090948 memory=1160 CPUtime=0.02 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 764 0 0 0 2 0 0 0 20 0 15 0 274542918 14429130752 42298 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14090948 memory=1764 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 300 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42298 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14090948 memory=2 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 139 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42298 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14090948 memory=2 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 621 0 0 0 3 0 0 0 20 0 15 0 274542919 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6943] ppid=6932 vsize=14090948 memory=2 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6943/stat : 6943 (java) S 6932 6935 2226 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274542919 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879774500320 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6944] ppid=6932 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6944/stat : 6944 (java) S 6932 6935 2226 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274542920 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879773447680 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6945] ppid=6932 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6945/stat : 6945 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879772396240 139880233412507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6946] ppid=6932 vsize=14090948 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/6935/task/6946/stat : 6946 (java) S 6932 6935 2226 0 -1 1077944384 6235 0 0 0 88 1 0 0 20 0 15 0 274542922 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879771342832 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6947] ppid=6932 vsize=14090948 memory=66 CPUtime=0.85 cores=1,3,5,7
/proc/6935/task/6947/stat : 6947 (java) S 6932 6935 2226 0 -1 1077944384 5485 0 0 0 85 0 0 0 20 0 15 0 274542922 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879702849648 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6948] ppid=6932 vsize=14090948 memory=65 CPUtime=0.42 cores=1,3,5,7
/proc/6935/task/6948/stat : 6948 (java) S 6932 6935 2226 0 -1 1077944384 3984 0 0 0 42 0 0 0 20 0 15 0 274542922 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879701797104 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6949] ppid=6932 vsize=14090948 memory=40 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6949/stat : 6949 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879700744800 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6950] ppid=6932 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6950/stat : 6950 (java) S 6932 6935 2226 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42298 33554432000 4194304 4196468 140731563980240 139879699692336 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
Current children cumulated CPU time: 14.65 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169192 KiB

[startup+13.6007 s]
/proc/loadavg: 1.67 1.88 1.68 3/216 6950
/proc/meminfo: memFree=21334092/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14090948 memory=168272 CPUtime=15.48 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 42181 0 0 0 1537 11 0 0 20 0 15 0 274542916 14429130752 42068 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3522737 42068 3569 1 0 3484809 0
[pid=6935/tid=6937] ppid=6932 vsize=14090948 memory=7306082591757850215 CPUtime=13.06 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 21424 0 0 0 1300 6 0 0 20 0 15 0 274542917 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880237631808 140731564236520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14090948 memory=1399661390618268019 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1018 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14090948 memory=8112282956445269571 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 764 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14090948 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 300 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14090948 memory=139942114536264 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 140 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14090948 memory=3460 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 622 0 0 0 3 0 0 0 20 0 15 0 274542919 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6943] ppid=6932 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6943/stat : 6943 (java) S 6932 6935 2226 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274542919 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879774500320 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6944] ppid=6932 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6944/stat : 6944 (java) S 6932 6935 2226 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274542920 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879773447680 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6945] ppid=6932 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6945/stat : 6945 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879772396240 139880233412507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6946] ppid=6932 vsize=14090948 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/6935/task/6946/stat : 6946 (java) S 6932 6935 2226 0 -1 1077944384 6317 0 0 0 88 1 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879771342832 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6947] ppid=6932 vsize=14090948 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/6935/task/6947/stat : 6947 (java) S 6932 6935 2226 0 -1 1077944384 5524 0 0 0 86 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879702849648 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6948] ppid=6932 vsize=14090948 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/6935/task/6948/stat : 6948 (java) S 6932 6935 2226 0 -1 1077944384 4175 0 0 0 42 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879701797104 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6949] ppid=6932 vsize=14090948 memory=3684 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6949/stat : 6949 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879700744800 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6950] ppid=6932 vsize=14090948 memory=6856 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6950/stat : 6950 (java) S 6932 6935 2226 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879699692336 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
Current children cumulated CPU time: 15.48 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168272 KiB

[startup+13.8007 s]
/proc/loadavg: 1.67 1.88 1.68 3/216 6950
/proc/meminfo: memFree=21334092/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14090948 memory=168272 CPUtime=15.68 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 42184 0 0 0 1557 11 0 0 20 0 15 0 274542916 14429130752 42068 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3522737 42068 3569 1 0 3484809 0
[pid=6935/tid=6937] ppid=6932 vsize=14090948 memory=1160 CPUtime=13.26 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 21426 0 0 0 1320 6 0 0 20 0 15 0 274542917 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880237631792 139879859084339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14090948 memory=1764 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1018 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14090948 memory=1616 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 764 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14090948 memory=756 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 300 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14090948 memory=9168 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 141 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14090948 memory=872 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 622 0 0 0 3 0 0 0 20 0 15 0 274542919 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6943] ppid=6932 vsize=14090948 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6943/stat : 6943 (java) S 6932 6935 2226 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274542919 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879774500320 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6944] ppid=6932 vsize=14090948 memory=6300 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6944/stat : 6944 (java) S 6932 6935 2226 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274542920 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879773447680 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6945] ppid=6932 vsize=14090948 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6945/stat : 6945 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879772396240 139880233412507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6946] ppid=6932 vsize=14090948 memory=3920 CPUtime=0.89 cores=1,3,5,7
/proc/6935/task/6946/stat : 6946 (java) S 6932 6935 2226 0 -1 1077944384 6317 0 0 0 88 1 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879771342832 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6947] ppid=6932 vsize=14090948 memory=1288 CPUtime=0.86 cores=1,3,5,7
/proc/6935/task/6947/stat : 6947 (java) S 6932 6935 2226 0 -1 1077944384 5524 0 0 0 86 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879702849648 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6948] ppid=6932 vsize=14090948 memory=3460 CPUtime=0.42 cores=1,3,5,7
/proc/6935/task/6948/stat : 6948 (java) S 6932 6935 2226 0 -1 1077944384 4175 0 0 0 42 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879701797104 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6949] ppid=6932 vsize=14090948 memory=1104 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6949/stat : 6949 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879700744800 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6950] ppid=6932 vsize=14090948 memory=14912 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6950/stat : 6950 (java) S 6932 6935 2226 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879699692336 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
Current children cumulated CPU time: 15.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168272 KiB

[startup+13.9007 s]
/proc/loadavg: 1.67 1.88 1.68 3/216 6950
/proc/meminfo: memFree=21334092/32770624 swapFree=67108368/67108860
[pid=6935] ppid=6932 vsize=14090948 memory=168272 CPUtime=15.78 cores=1,3,5,7
/proc/6935/stat : 6935 (java) S 6932 6935 2226 0 -1 1077944320 42184 0 0 0 1567 11 0 0 20 0 15 0 274542916 14429130752 42068 33554432000 4194304 4196468 140731563980240 140731563962784 139880233393911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
/proc/6935/statm: 3522737 42068 3569 1 0 3484809 0
[pid=6935/tid=6937] ppid=6932 vsize=14090948 memory=229524 CPUtime=13.36 cores=1,3,5,7
/proc/6935/task/6937/stat : 6937 (java) R 6932 6935 2226 0 -1 4202560 21426 0 0 0 1330 6 0 0 20 0 15 0 274542917 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880237631792 139879858617503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6938] ppid=6932 vsize=14090948 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6938/stat : 6938 (java) S 6932 6935 2226 0 -1 1077944384 1018 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880186013968 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6939] ppid=6932 vsize=14090948 memory=3 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6939/stat : 6939 (java) S 6932 6935 2226 0 -1 1077944384 764 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880184961424 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6940] ppid=6932 vsize=14090948 memory=3 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6940/stat : 6940 (java) S 6932 6935 2226 0 -1 1077944384 300 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880183908880 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6941] ppid=6932 vsize=14090948 memory=3 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6941/stat : 6941 (java) S 6932 6935 2226 0 -1 1077944384 141 0 0 0 3 0 0 0 20 0 15 0 274542918 14429130752 42068 33554432000 4194304 4196468 140731563980240 139880182856336 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6942] ppid=6932 vsize=14090948 memory=176856 CPUtime=0.03 cores=1,3,5,7
/proc/6935/task/6942/stat : 6942 (java) S 6932 6935 2226 0 -1 1077944384 622 0 0 0 3 0 0 0 20 0 15 0 274542919 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879775554032 139880233405058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6943] ppid=6932 vsize=14090948 memory=184548 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6943/stat : 6943 (java) S 6932 6935 2226 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274542919 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879774500320 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6944] ppid=6932 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6944/stat : 6944 (java) S 6932 6935 2226 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274542920 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879773447680 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6945] ppid=6932 vsize=14090948 memory=169160 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6945/stat : 6945 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879772396240 139880233412507 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6946] ppid=6932 vsize=14090948 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/6935/task/6946/stat : 6946 (java) S 6932 6935 2226 0 -1 1077944384 6317 0 0 0 88 1 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879771342832 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6947] ppid=6932 vsize=14090948 memory=3840 CPUtime=0.86 cores=1,3,5,7
/proc/6935/task/6947/stat : 6947 (java) S 6932 6935 2226 0 -1 1077944384 5524 0 0 0 86 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879702849648 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6948] ppid=6932 vsize=14090948 memory=13820 CPUtime=0.42 cores=1,3,5,7
/proc/6935/task/6948/stat : 6948 (java) S 6932 6935 2226 0 -1 1077944384 4175 0 0 0 42 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879701797104 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6949] ppid=6932 vsize=14090948 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6949/stat : 6949 (java) S 6932 6935 2226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879700744800 139880233404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
[pid=6935/tid=6950] ppid=6932 vsize=14090948 memory=496 CPUtime=0 cores=1,3,5,7
/proc/6935/task/6950/stat : 6950 (java) S 6932 6935 2226 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 274542922 14429130752 42068 33554432000 4194304 4196468 140731563980240 139879699692336 139880233405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 37662720 140731563983951 140731563984142 140731563984142 140731563986895 0
Current children cumulated CPU time: 15.78 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168272 KiB

Child status: 0
Real time (s): 13.995
CPU time (s): 15.9621
CPU user time (s): 15.8354
CPU system time (s): 0.126747
CPU usage (%): 114.056
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 231532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8354
system time used= 0.126747
maximum resident set size= 233072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44243
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3567
involuntary context switches= 45


# summary of solver processes directly reported to runsolver:
#   pid: 6935
#   total CPU time (s): 15.9621
#   total CPU user time (s): 15.8354
#   total CPU system time (s): 0.126747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.11216 second user time and 0.161909 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-18 07:23:18
IDJOB=4312315
IDBENCH=141355
IDSOLVER=2800
FILE ID=node148/4312315-1534569798
RUNJOBID= node148-1534568587-5848
PBS_JOBID= 21038631
Free space on /tmp= 49636 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-catfood_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312315-1534569798/watcher-4312315-1534569798 -o /tmp/evaluation-result-4312315-1534569798/solver-4312315-1534569798 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534568587-5848 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 783055846 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312315-1534569798.xml

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

MD5SUM BENCH= 27271f0787f1d872c0f25c4abe418056
RANDOM SEED=783055846

node148.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.50
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.50
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.50
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.50
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:        21493500 kB
MemAvailable:   31737048 kB
Buffers:          221096 kB
Cached:         10281112 kB
SwapCached:            4 kB
Active:          7049348 kB
Inactive:        3658532 kB
Active(anon):     178404 kB
Inactive(anon):    96196 kB
Active(file):    6870944 kB
Inactive(file):  3562336 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             36128 kB
Writeback:             0 kB
AnonPages:        237616 kB
Mapped:            32944 kB
Shmem:             65972 kB
Slab:             268148 kB
SReclaimable:     238728 kB
SUnreclaim:        29420 kB
KernelStack:        3824 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1238760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 49600 MiB
End job on node148 at 2018-08-18 07:23:32