Trace number 4393249

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
choco-solver 2019-06-14OPT44 8.89314 2.83473

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark5.28313
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393249-1568355611.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393249-1568355611.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.00/0.58	c solve instance...
1.24/0.67	o 65 
1.24/0.67	o 61 
1.24/0.68	o 59 
1.24/0.69	o 57 
1.24/0.69	o 53 
1.56/0.70	o 52 
1.56/0.71	o 50 
1.56/0.76	o 49 
1.56/0.77	o 47 
1.95/0.86	o 45 
1.95/0.89	o 44 
8.69/2.55	s OPTIMUM FOUND
8.69/2.55	v <instantiation>
8.69/2.55	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
8.69/2.55	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
8.69/2.55	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393249-1568355611/watcher-4393249-1568355611 -o /tmp/evaluation-result-4393249-1568355611/solver-4393249-1568355611 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568348173-2741 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1258048533 HOME/instance-4393249-1568355611.xml 

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

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


[startup+0.100099 s]*
/proc/loadavg: 4.85 5.88 7.06 3/232 4963
/proc/meminfo: memFree=24482016/32770624 swapFree=66921496/67108860
[pid=4947] ppid=4944 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/4947/stat : 4947 (xcsp3-exec) S 4944 4947 2710 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411817160 115843072 363 33554432000 4194304 5098028 140737101300848 140737101298952 140390968734332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11558912 140737101308794 140737101309037 140737101309037 140737101311946 0
/proc/4947/statm: 28282 363 304 221 0 87 0
[pid=4949] ppid=4947 vsize=15144768 memory=29048 CPUtime=0.12 cores=0,2,4,6
/proc/4949/stat : 4949 (java) S 4947 4947 2710 0 -1 1077944320 5660 0 0 0 11 1 0 0 20 0 15 0 411817161 15508242432 7262 33554432000 4194304 4196468 140726790997360 140726790979904 139723609726711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
/proc/4949/statm: 3786192 7262 3143 1 0 3748377 0
[pid=4949/tid=4950] ppid=4947 vsize=15144768 memory=-2698087569006908830 CPUtime=0.08 cores=0,2,4,6
/proc/4949/task/4950/stat : 4950 (java) R 4947 4947 2710 0 -1 4202560 3580 0 0 0 8 0 0 0 20 0 15 0 411817161 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723613959504 139723609738646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4951] ppid=4947 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4951/stat : 4951 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817162 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723545963024 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4952] ppid=4947 vsize=15144768 memory=140608769029760 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4952/stat : 4952 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817162 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723544910480 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4953] ppid=4947 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4953/stat : 4953 (java) S 4947 4947 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411817162 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723543857424 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4954] ppid=4947 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4954/stat : 4954 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817162 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723542804880 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4955] ppid=4947 vsize=15144768 memory=140608769029760 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4955/stat : 4955 (java) S 4947 4947 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411817163 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723145460464 139723609737858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4956] ppid=4947 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4956/stat : 4956 (java) S 4947 4947 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411817164 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723144406688 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4957] ppid=4947 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4957/stat : 4957 (java) S 4947 4947 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411817164 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723143353584 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4958] ppid=4947 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4958/stat : 4958 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817166 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723142302160 139723609745307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4959] ppid=4947 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4959/stat : 4959 (java) S 4947 4947 2710 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 411817166 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723141249264 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4960] ppid=4947 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4960/stat : 4960 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817166 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723140196720 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4961] ppid=4947 vsize=15144768 memory=140608769029760 CPUtime=0.02 cores=0,2,4,6
/proc/4949/task/4961/stat : 4961 (java) R 4947 4947 2710 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 411817166 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723139143664 139723609738646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4962] ppid=4947 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4962/stat : 4962 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817166 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723070761312 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4963] ppid=4947 vsize=15144768 memory=140608769029760 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4963/stat : 4963 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817167 15508242432 7262 33554432000 4194304 4196468 140726790997360 139723069709360 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30500 KiB

[startup+0.210723 s]*
/proc/loadavg: 4.85 5.88 7.06 3/232 4963
/proc/meminfo: memFree=24467996/32770624 swapFree=66921496/67108860
[pid=4947] ppid=4944 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/4947/stat : 4947 (xcsp3-exec) S 4944 4947 2710 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411817160 115843072 363 33554432000 4194304 5098028 140737101300848 140737101298952 140390968734332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11558912 140737101308794 140737101309037 140737101309037 140737101311946 0
/proc/4947/statm: 28282 363 304 221 0 87 0
[pid=4949] ppid=4947 vsize=15144768 memory=40988 CPUtime=0.34 cores=0,2,4,6
/proc/4949/stat : 4949 (java) S 4947 4947 2710 0 -1 1077944320 9431 0 0 0 31 3 0 0 20 0 15 0 411817161 15508242432 10247 33554432000 4194304 4196468 140726790997360 140726790979904 139723609726711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
/proc/4949/statm: 3786192 10247 3308 1 0 3748377 0
[pid=4949/tid=4950] ppid=4947 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/4949/task/4950/stat : 4950 (java) R 4947 4947 2710 0 -1 4202560 6615 0 0 0 18 2 0 0 20 0 15 0 411817161 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723613960416 139723593807198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4951] ppid=4947 vsize=15144768 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4951/stat : 4951 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817162 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723545963024 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4952] ppid=4947 vsize=15144768 memory=140608771866038 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4952/stat : 4952 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817162 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723544910480 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4953] ppid=4947 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4953/stat : 4953 (java) S 4947 4947 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411817162 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723543857424 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4954] ppid=4947 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4954/stat : 4954 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817162 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723542804880 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4955] ppid=4947 vsize=15144768 memory=140608769029760 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4955/stat : 4955 (java) S 4947 4947 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411817163 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723145460464 139723609737858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4956] ppid=4947 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4956/stat : 4956 (java) S 4947 4947 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411817164 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723144406688 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4957] ppid=4947 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4957/stat : 4957 (java) S 4947 4947 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411817164 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723143353584 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4958] ppid=4947 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4958/stat : 4958 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817166 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723142302160 139723609745307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4959] ppid=4947 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/4949/task/4959/stat : 4959 (java) S 4947 4947 2710 0 -1 1077944384 685 0 0 0 3 0 0 0 20 0 15 0 411817166 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723141249264 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4960] ppid=4947 vsize=15144768 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4949/task/4960/stat : 4960 (java) S 4947 4947 2710 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 411817166 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723140196720 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4961] ppid=4947 vsize=15144768 memory=140608769029760 CPUtime=0.08 cores=0,2,4,6
/proc/4949/task/4961/stat : 4961 (java) R 4947 4947 2710 0 -1 4202560 741 0 0 0 8 0 0 0 20 0 15 0 411817166 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723139143664 139723588595992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4962] ppid=4947 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4962/stat : 4962 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817166 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723070761312 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4963] ppid=4947 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4963/stat : 4963 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817167 15508242432 10247 33554432000 4194304 4196468 140726790997360 139723069709360 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42440 KiB

[startup+0.311872 s]*
/proc/loadavg: 4.85 5.88 7.06 4/232 4963
/proc/meminfo: memFree=24461916/32770624 swapFree=66921496/67108860
[pid=4947] ppid=4944 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/4947/stat : 4947 (xcsp3-exec) S 4944 4947 2710 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411817160 115843072 363 33554432000 4194304 5098028 140737101300848 140737101298952 140390968734332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11558912 140737101308794 140737101309037 140737101309037 140737101311946 0
/proc/4947/statm: 28282 363 304 221 0 87 0
[pid=4949] ppid=4947 vsize=15149024 memory=50032 CPUtime=0.54 cores=0,2,4,6
/proc/4949/stat : 4949 (java) S 4947 4947 2710 0 -1 1077944320 10826 0 0 0 50 4 0 0 20 0 15 0 411817161 15512600576 12508 33554432000 4194304 4196468 140726790997360 140726790979904 139723609726711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
/proc/4949/statm: 3787256 12508 3372 1 0 3748377 0
[pid=4949/tid=4950] ppid=4947 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/4949/task/4950/stat : 4950 (java) R 4947 4947 2710 0 -1 4202560 7771 0 0 0 27 3 0 0 20 0 15 0 411817161 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723613960496 139723593807198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4951] ppid=4947 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4951/stat : 4951 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817162 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723545963024 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4952] ppid=4947 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4952/stat : 4952 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817162 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723544910480 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4953] ppid=4947 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4953/stat : 4953 (java) S 4947 4947 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411817162 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723543857424 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4954] ppid=4947 vsize=15149024 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4954/stat : 4954 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817162 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723542804880 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4955] ppid=4947 vsize=15149024 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4955/stat : 4955 (java) S 4947 4947 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411817163 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723145460464 139723609737858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4956] ppid=4947 vsize=15149024 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4956/stat : 4956 (java) S 4947 4947 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411817164 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723144406688 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4957] ppid=4947 vsize=15149024 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4957/stat : 4957 (java) S 4947 4947 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411817164 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723143353584 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4958] ppid=4947 vsize=15149024 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4958/stat : 4958 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817166 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723142302160 139723609745307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4959] ppid=4947 vsize=15149024 memory=-8412656567168561567 CPUtime=0.05 cores=0,2,4,6
/proc/4949/task/4959/stat : 4959 (java) R 4947 4947 2710 0 -1 4202560 794 0 0 0 5 0 0 0 20 0 15 0 411817166 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723141239648 139723591271933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4960] ppid=4947 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4949/task/4960/stat : 4960 (java) S 4947 4947 2710 0 -1 1077944384 134 0 0 0 4 0 0 0 20 0 15 0 411817166 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723140196720 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4961] ppid=4947 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4949/task/4961/stat : 4961 (java) S 4947 4947 2710 0 -1 1077944384 838 0 0 0 12 0 0 0 20 0 15 0 411817166 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723139143664 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4962] ppid=4947 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4962/stat : 4962 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411817166 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723070761312 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4963] ppid=4947 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4963/stat : 4963 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411817167 15512600576 12508 33554432000 4194304 4196468 140726790997360 139723069709360 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51484 KiB

[startup+0.701014 s]
/proc/loadavg: 4.85 5.88 7.06 4/232 4963
/proc/meminfo: memFree=24447208/32770624 swapFree=66921496/67108860
[pid=4947] ppid=4944 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/4947/stat : 4947 (xcsp3-exec) S 4944 4947 2710 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411817160 115843072 363 33554432000 4194304 5098028 140737101300848 140737101298952 140390968734332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11558912 140737101308794 140737101309037 140737101309037 140737101311946 0
/proc/4947/statm: 28282 363 304 221 0 87 0
[pid=4949] ppid=4947 vsize=15418432 memory=118468 CPUtime=1.56 cores=0,2,4,6
/proc/4949/stat : 4949 (java) S 4947 4947 2710 0 -1 1077944320 14992 0 0 0 149 7 0 0 20 0 20 0 411817161 15788474368 29617 33554432000 4194304 4196468 140726790997360 140726790979904 139723609726711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
/proc/4949/statm: 3854608 29617 3456 1 0 3815710 0
[pid=4949/tid=4950] ppid=4947 vsize=15418432 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/4949/task/4950/stat : 4950 (java) S 4947 4947 2710 0 -1 1077944384 9206 0 0 0 54 4 0 0 20 0 20 0 411817161 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723613967488 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4951] ppid=4947 vsize=15418432 memory=33 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4951/stat : 4951 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411817162 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723545963024 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4952] ppid=4947 vsize=15418432 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4952/stat : 4952 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 411817162 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723544910480 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4953] ppid=4947 vsize=15418432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4953/stat : 4953 (java) S 4947 4947 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 411817162 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723543857424 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4954] ppid=4947 vsize=15418432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4954/stat : 4954 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411817162 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723542804880 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4955] ppid=4947 vsize=15418432 memory=18356 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4955/stat : 4955 (java) S 4947 4947 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 411817163 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723145460464 139723609737858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4956] ppid=4947 vsize=15418432 memory=988 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4956/stat : 4956 (java) S 4947 4947 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 411817164 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723144406688 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4957] ppid=4947 vsize=15418432 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4957/stat : 4957 (java) S 4947 4947 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 411817164 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723143353584 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4958] ppid=4947 vsize=15418432 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4958/stat : 4958 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 411817166 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723142302160 139723609745307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4959] ppid=4947 vsize=15418432 memory=1044 CPUtime=0.22 cores=0,2,4,6
/proc/4949/task/4959/stat : 4959 (java) R 4947 4947 2710 0 -1 4202560 1355 0 0 0 22 0 0 0 20 0 20 0 411817166 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723141235288 139723591270833 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4960] ppid=4947 vsize=15418432 memory=708 CPUtime=0.22 cores=0,2,4,6
/proc/4949/task/4960/stat : 4960 (java) R 4947 4947 2710 0 -1 4202560 742 0 0 0 22 0 0 0 20 0 20 0 411817166 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723140196848 139723594507217 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4961] ppid=4947 vsize=15418432 memory=9364 CPUtime=0.35 cores=0,2,4,6
/proc/4949/task/4961/stat : 4961 (java) R 4947 4947 2710 0 -1 1077944384 1838 0 0 0 35 0 0 0 20 0 20 0 411817166 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723139143664 139723609737858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4962] ppid=4947 vsize=15418432 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4962/stat : 4962 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 411817166 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723070761312 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4963] ppid=4947 vsize=15418432 memory=776 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4963/stat : 4963 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411817167 15788474368 29617 33554432000 4194304 4196468 140726790997360 139723069709360 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 15531560 KiB
Current children cumulated memory: 119920 KiB

[startup+1.50106 s]
/proc/loadavg: 4.85 5.88 7.06 9/236 5011
/proc/meminfo: memFree=24337928/32770624 swapFree=66921496/67108860
[pid=4947] ppid=4944 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/4947/stat : 4947 (xcsp3-exec) S 4944 4947 2710 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411817160 115843072 363 33554432000 4194304 5098028 140737101300848 140737101298952 140390968734332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11558912 140737101308794 140737101309037 140737101309037 140737101311946 0
/proc/4947/statm: 28282 363 304 221 0 87 0
[pid=4949] ppid=4947 vsize=15484996 memory=177048 CPUtime=4.7 cores=0,2,4,6
/proc/4949/stat : 4949 (java) S 4947 4947 2710 0 -1 1077944320 18433 0 0 0 462 8 0 0 20 0 19 0 411817161 15856635904 44262 33554432000 4194304 4196468 140726790997360 140726790979904 139723609726711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
/proc/4949/statm: 3871249 44262 3469 1 0 3832351 0
[pid=4949/tid=4950] ppid=4947 vsize=15484996 memory=2868665472214376 CPUtime=0.58 cores=0,2,4,6
/proc/4949/task/4950/stat : 4950 (java) S 4947 4947 2710 0 -1 1077944384 9207 0 0 0 54 4 0 0 20 0 19 0 411817161 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723613967488 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4951] ppid=4947 vsize=15484996 memory=55 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4951/stat : 4951 (java) S 4947 4947 2710 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723545963024 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4952] ppid=4947 vsize=15484996 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4952/stat : 4952 (java) S 4947 4947 2710 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723544910480 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4953] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4953/stat : 4953 (java) S 4947 4947 2710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723543857424 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4954] ppid=4947 vsize=15484996 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4954/stat : 4954 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723542804880 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4955] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4955/stat : 4955 (java) S 4947 4947 2710 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 411817163 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723145460464 139723609737858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4956] ppid=4947 vsize=15484996 memory=161855842559658 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4956/stat : 4956 (java) S 4947 4947 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411817164 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723144406688 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4957] ppid=4947 vsize=15484996 memory=140608639482417 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4957/stat : 4957 (java) S 4947 4947 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411817164 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723143353584 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4958] ppid=4947 vsize=15484996 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4958/stat : 4958 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411817166 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723142302160 139723609745307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4959] ppid=4947 vsize=15484996 memory=776 CPUtime=0.85 cores=0,2,4,6
/proc/4949/task/4959/stat : 4959 (java) R 4947 4947 2710 0 -1 4202560 2805 0 0 0 85 0 0 0 20 0 19 0 411817166 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723141235728 139723591270529 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4960] ppid=4947 vsize=15484996 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/4949/task/4960/stat : 4960 (java) R 4947 4947 2710 0 -1 4202560 1564 0 0 0 76 0 0 0 20 0 19 0 411817166 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723140183224 139723593227108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4961] ppid=4947 vsize=15484996 memory=-6803092254075368380 CPUtime=0.47 cores=0,2,4,6
/proc/4949/task/4961/stat : 4961 (java) S 4947 4947 2710 0 -1 1077944384 2459 0 0 0 46 1 0 0 20 0 19 0 411817166 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723139143664 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4962] ppid=4947 vsize=15484996 memory=-7814691523512926820 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4962/stat : 4962 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411817166 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723070761312 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4963] ppid=4947 vsize=15484996 memory=9023629670928638048 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4963/stat : 4963 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411817167 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723069709360 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5008] ppid=4947 vsize=15484996 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/4949/task/5008/stat : 5008 (java) R 4947 4947 2710 0 -1 4202560 19 0 0 0 47 0 0 0 20 0 19 0 411817250 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723059441936 139723226262466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5009] ppid=4947 vsize=15484996 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/4949/task/5009/stat : 5009 (java) R 4947 4947 2710 0 -1 4202560 27 0 0 0 46 0 0 0 20 0 19 0 411817250 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723060498056 139723225804945 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5010] ppid=4947 vsize=15484996 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/4949/task/5010/stat : 5010 (java) R 4947 4947 2710 0 -1 4202560 30 0 0 0 29 0 0 0 20 0 19 0 411817250 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723055230584 139723226186622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5011] ppid=4947 vsize=15484996 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/4949/task/5011/stat : 5011 (java) R 4947 4947 2710 0 -1 4202560 23 0 0 0 29 0 0 0 20 0 19 0 411817250 15856635904 44262 33554432000 4194304 4196468 140726790997360 139723056283096 139723226655723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 178500 KiB

[startup+2.83467 s]
# the end of solver process 4947 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.79903 s, system=0.094105 s

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

[startup+1.60101 s]
/proc/loadavg: 4.85 5.88 7.06 9/236 5011
/proc/meminfo: memFree=24337928/32770624 swapFree=66921496/67108860
[pid=4947] ppid=4944 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/4947/stat : 4947 (xcsp3-exec) S 4944 4947 2710 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411817160 115843072 363 33554432000 4194304 5098028 140737101300848 140737101298952 140390968734332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11558912 140737101308794 140737101309037 140737101309037 140737101311946 0
/proc/4947/statm: 28282 363 304 221 0 87 0
[pid=4949] ppid=4947 vsize=15484996 memory=177648 CPUtime=5.1 cores=0,2,4,6
/proc/4949/stat : 4949 (java) S 4947 4947 2710 0 -1 1077944320 18598 0 0 0 502 8 0 0 20 0 19 0 411817161 15856635904 44385 33554432000 4194304 4196468 140726790997360 140726790979904 139723609726711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
/proc/4949/statm: 3871249 44412 3471 1 0 3832351 0
[pid=4949/tid=4950] ppid=4947 vsize=15484996 memory=24479 CPUtime=0.58 cores=0,2,4,6
/proc/4949/task/4950/stat : 4950 (java) S 4947 4947 2710 0 -1 1077944384 9207 0 0 0 54 4 0 0 20 0 19 0 411817161 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723613967488 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4951] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4951/stat : 4951 (java) S 4947 4947 2710 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723545963024 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4952] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4952/stat : 4952 (java) S 4947 4947 2710 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723544910480 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4953] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4953/stat : 4953 (java) S 4947 4947 2710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723543857424 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4954] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4954/stat : 4954 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723542804880 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4955] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4955/stat : 4955 (java) S 4947 4947 2710 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 411817163 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723145460464 139723609737858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4956] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4956/stat : 4956 (java) S 4947 4947 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411817164 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723144406688 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4957] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4957/stat : 4957 (java) S 4947 4947 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411817164 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723143353584 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4958] ppid=4947 vsize=15484996 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4958/stat : 4958 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411817166 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723142302160 139723609745307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4959] ppid=4947 vsize=15484996 memory=6628 CPUtime=0.95 cores=0,2,4,6
/proc/4949/task/4959/stat : 4959 (java) R 4947 4947 2710 0 -1 4202560 2905 0 0 0 95 0 0 0 20 0 19 0 411817166 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723141235680 139723594410771 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4960] ppid=4947 vsize=15484996 memory=8836 CPUtime=0.81 cores=0,2,4,6
/proc/4949/task/4960/stat : 4960 (java) R 4947 4947 2710 0 -1 4202560 1602 0 0 0 81 0 0 0 20 0 19 0 411817166 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723140189912 139723594622415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4961] ppid=4947 vsize=15484996 memory=11044 CPUtime=0.48 cores=0,2,4,6
/proc/4949/task/4961/stat : 4961 (java) R 4947 4947 2710 0 -1 4202560 2484 0 0 0 47 1 0 0 20 0 19 0 411817166 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723139141456 139723602823547 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4962] ppid=4947 vsize=15484996 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4962/stat : 4962 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411817166 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723070761312 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4963] ppid=4947 vsize=15484996 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4963/stat : 4963 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411817167 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723069709360 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5008] ppid=4947 vsize=15484996 memory=17668 CPUtime=0.52 cores=0,2,4,6
/proc/4949/task/5008/stat : 5008 (java) R 4947 4947 2710 0 -1 4202560 20 0 0 0 52 0 0 0 20 0 19 0 411817250 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723059445304 139723222100750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5009] ppid=4947 vsize=15484996 memory=19876 CPUtime=0.55 cores=0,2,4,6
/proc/4949/task/5009/stat : 5009 (java) R 4947 4947 2710 0 -1 4202560 32 0 0 0 55 0 0 0 20 0 19 0 411817250 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723060496856 139723225868753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5010] ppid=4947 vsize=15484996 memory=22084 CPUtime=0.34 cores=0,2,4,6
/proc/4949/task/5010/stat : 5010 (java) R 4947 4947 2710 0 -1 4202560 30 0 0 0 34 0 0 0 20 0 19 0 411817250 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723055235336 139723226658396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5011] ppid=4947 vsize=15484996 memory=24292 CPUtime=0.34 cores=0,2,4,6
/proc/4949/task/5011/stat : 5011 (java) R 4947 4947 2710 0 -1 4202560 23 0 0 0 34 0 0 0 20 0 19 0 411817250 15856635904 44412 33554432000 4194304 4196468 140726790997360 139723056287528 139723226506023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 179100 KiB

[startup+2.40501 s]
/proc/loadavg: 5.02 5.90 7.06 8/236 5011
/proc/meminfo: memFree=24332832/32770624 swapFree=66921496/67108860
[pid=4947] ppid=4944 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/4947/stat : 4947 (xcsp3-exec) S 4944 4947 2710 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411817160 115843072 363 33554432000 4194304 5098028 140737101300848 140737101298952 140390968734332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11558912 140737101308794 140737101309037 140737101309037 140737101311946 0
/proc/4947/statm: 28282 363 304 221 0 87 0
[pid=4949] ppid=4947 vsize=15484996 memory=182020 CPUtime=8.29 cores=0,2,4,6
/proc/4949/stat : 4949 (java) S 4947 4947 2710 0 -1 1077944320 19170 0 0 0 821 8 0 0 20 0 19 0 411817161 15856635904 45505 33554432000 4194304 4196468 140726790997360 140726790979904 139723609726711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
/proc/4949/statm: 3871249 45505 3482 1 0 3832351 0
[pid=4949/tid=4950] ppid=4947 vsize=15484996 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/4949/task/4950/stat : 4950 (java) S 4947 4947 2710 0 -1 1077944384 9207 0 0 0 54 4 0 0 20 0 19 0 411817161 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723613967488 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4951] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4951/stat : 4951 (java) S 4947 4947 2710 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723545963024 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4952] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4952/stat : 4952 (java) S 4947 4947 2710 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723544910480 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4953] ppid=4947 vsize=15484996 memory=281217279251680 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4953/stat : 4953 (java) S 4947 4947 2710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723543857424 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4954] ppid=4947 vsize=15484996 memory=140608639785824 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4954/stat : 4954 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411817162 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723542804880 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4955] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4955/stat : 4955 (java) S 4947 4947 2710 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 411817163 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723145460464 139723609737858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4956] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4956/stat : 4956 (java) S 4947 4947 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411817164 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723144406688 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4957] ppid=4947 vsize=15484996 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4957/stat : 4957 (java) S 4947 4947 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411817164 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723143353584 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4958] ppid=4947 vsize=15484996 memory=10872 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4958/stat : 4958 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411817166 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723142302160 139723609745307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4959] ppid=4947 vsize=15484996 memory=2896647 CPUtime=1.42 cores=0,2,4,6
/proc/4949/task/4959/stat : 4959 (java) R 4947 4947 2710 0 -1 4202560 2991 0 0 0 142 0 0 0 20 0 19 0 411817166 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723141241752 139723594126313 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4960] ppid=4947 vsize=15484996 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/4949/task/4960/stat : 4960 (java) R 4947 4947 2710 0 -1 4202560 2016 0 0 0 133 0 0 0 20 0 19 0 411817166 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723140189208 139723589420464 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4961] ppid=4947 vsize=15484996 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/4949/task/4961/stat : 4961 (java) S 4947 4947 2710 0 -1 1077944384 2547 0 0 0 51 1 0 0 20 0 19 0 411817166 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723139143664 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4962] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4962/stat : 4962 (java) S 4947 4947 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411817166 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723070761312 139723609736917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=4963] ppid=4947 vsize=15484996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4949/task/4963/stat : 4963 (java) S 4947 4947 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411817167 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723069709360 139723609737858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5008] ppid=4947 vsize=15484996 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/4949/task/5008/stat : 5008 (java) R 4947 4947 2710 0 -1 4202560 21 0 0 0 92 0 0 0 20 0 19 0 411817250 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723059444872 139723609738646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5009] ppid=4947 vsize=15484996 memory=0 CPUtime=1.1 cores=0,2,4,6
/proc/4949/task/5009/stat : 5009 (java) R 4947 4947 2710 0 -1 4202560 33 0 0 0 110 0 0 0 20 0 19 0 411817250 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723060501984 139723609738646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5010] ppid=4947 vsize=15484996 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/4949/task/5010/stat : 5010 (java) R 4947 4947 2710 0 -1 1077944384 32 0 0 0 95 0 0 0 20 0 19 0 411817250 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723055238656 139723609737858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
[pid=4949/tid=5011] ppid=4947 vsize=15484996 memory=0 CPUtime=0.93 cores=0,2,4,6
/proc/4949/task/5011/stat : 5011 (java) R 4947 4947 2710 0 -1 4202560 24 0 0 0 93 0 0 0 20 0 19 0 411817250 15856635904 45505 33554432000 4194304 4196468 140726790997360 139723056288152 139723225804940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9379840 140726791005167 140726791005338 140726791005338 140726791008207 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 15598124 KiB
Current children cumulated memory: 183472 KiB

[startup+2.8004 s]
/proc/loadavg: 5.02 5.90 7.06 8/236 5011
/proc/meminfo: memFree=24332832/32770624 swapFree=66921496/67108860
[pid=4947] ppid=4944 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/4947/stat : 4947 (xcsp3-exec) S 4944 4947 2710 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411817160 115843072 363 33554432000 4194304 5098028 140737101300848 140737101298952 140390968734332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11558912 140737101308794 140737101309037 140737101309037 140737101311946 0
/proc/4947/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 2.83473
CPU time (s): 8.89314
CPU user time (s): 8.79903
CPU system time (s): 0.094105
CPU usage (%): 313.721
Max. virtual memory (cumulated for all children) (KiB): 15598124
Max. memory (cumulated for all children) (KiB): 184072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.79903
system time used= 0.094105
maximum resident set size= 183324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2351
involuntary context switches= 440


# summary of solver processes directly reported to runsolver:
#   pid: 4947
#   total CPU time (s): 8.89314
#   total CPU user time (s): 8.79903
#   total CPU system time (s): 0.094105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038471 second user time and 0.072828 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 07:18:15
IDJOB=4393249
IDBENCH=141376
IDSOLVER=2840
FILE ID=node107/4393249-1568355611
RUNJOBID= node107-1568348173-2741
PBS_JOBID= 21701178
Free space on /tmp= 55612 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393249-1568355611/watcher-4393249-1568355611 -o /tmp/evaluation-result-4393249-1568355611/solver-4393249-1568355611 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568348173-2741 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1258048533 HOME/instance-4393249-1568355611.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=1258048533

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24497288 kB
MemAvailable:   24988804 kB
Buffers:          136404 kB
Cached:           623348 kB
SwapCached:        79960 kB
Active:          7308520 kB
Inactive:         363424 kB
Active(anon):    6840612 kB
Inactive(anon):   101500 kB
Active(file):     467908 kB
Inactive(file):   261924 kB
Unevictable:      109036 kB
Mlocked:          109036 kB
SwapTotal:      67108860 kB
SwapFree:       66921496 kB
Dirty:             26456 kB
Writeback:             0 kB
AnonPages:       6946280 kB
Mapped:            46060 kB
Shmem:             21236 kB
Slab:             184112 kB
SReclaimable:     155036 kB
SUnreclaim:        29076 kB
KernelStack:        4048 kB
PageTables:        19384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8506816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6723584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55584 MiB
End job on node107 at 2019-09-13 07:18:18