Trace number 4270060

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 4.0.5 seq (2017-08-09)OPT17 1.07568 0.54396403

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-06-a3.xml
MD5SUMb0c97e0505a0bc7a16ba291a1ac79ec8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.037124
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints18
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":15},{"size":501,"count":6}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":21},{"degree":2,"count":15},{"degree":6,"count":4},{"degree":7,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":15},{"arity":6,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":1},{"type":"ordered","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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270060-1502621745.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4270060-1502621745.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
0.70/0.44	c solve instance...
0.70/0.48	o 500 
0.70/0.49	o 499 
0.70/0.49	o 21 
0.70/0.50	o 19 
0.70/0.50	o 18 
0.70/0.50	o 17 
1.03/0.53	s OPTIMUM FOUND
1.03/0.53	v <instantiation>
1.03/0.53	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[1][2] y[1][3] y[1][4] y[1][5] y[2][3] y[2][4] y[2][5] y[3][4] y[3][5] y[4][5] </list>
1.03/0.53	v 	<values>0 1 8 12 14 17 1 8 12 14 17 7 11 13 16 4 6 9 2 5 3 </values>
1.03/0.53	v </instantiation>

Verifier Data

OK	17

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270060-1502621745/watcher-4270060-1502621745 -o /tmp/evaluation-result-4270060-1502621745/solver-4270060-1502621745 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502619919-8347 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 372260472 HOME/instance-4270060-1502621745.xml 

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

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

solver pid=9128, runsolver pid=9125

[startup+0.100138 s]*
/proc/loadavg: 1.77 1.79 1.70 3/219 9144
/proc/meminfo: memFree=28685772/32770624 swapFree=67108860/67108860
[pid=9128] ppid=9125 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/9128/stat : 9128 (xcsp3-exec) S 9125 9128 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95255532 9740288 346 33554432000 4194304 5098028 140725159183824 140725159181928 139984267006588 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27140096 140725159191669 140725159191872 140725159191872 140725159194603 0
/proc/9128/statm: 2378 346 289 221 0 87 0
[pid=9130] ppid=9128 vsize=13978596 memory=28532 CPUtime=0.12 cores=1,3,5,7
/proc/9130/stat : 9130 (java) S 9128 9128 6338 0 -1 1077944320 5437 0 0 0 11 1 0 0 20 0 15 0 95255533 14314082304 7133 33554432000 4194304 4196468 140721397602800 140721397585344 139934877245175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
/proc/9130/statm: 3494649 7133 2892 1 0 3482966 0
[pid=9130/tid=9131] ppid=9128 vsize=13978596 memory=-8976644418600983157 CPUtime=0.09 cores=1,3,5,7
/proc/9130/task/9131/stat : 9131 (java) R 9128 9128 6338 0 -1 4202560 3438 0 0 0 8 1 0 0 20 0 15 0 95255533 14314082304 7133 33554432000 4194304 4196468 140721397602800 139934881478448 139934877257110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9132] ppid=9128 vsize=13978596 memory=3472468476895450320 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9132/stat : 9132 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14314082304 7133 33554432000 4194304 4196468 140721397602800 139934807333776 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9133] ppid=9128 vsize=13978596 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9133/stat : 9133 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14314082304 7133 33554432000 4194304 4196468 140721397602800 139934806280976 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9134] ppid=9128 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9134/stat : 9134 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14314082304 7133 33554432000 4194304 4196468 140721397602800 139934805228688 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9135] ppid=9128 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9135/stat : 9135 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255534 14314082304 7133 33554432000 4194304 4196468 140721397602800 139934804175888 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9136] ppid=9128 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9136/stat : 9136 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255535 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934350919792 139934877256322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9137] ppid=9128 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9137/stat : 9137 (java) S 9128 9128 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95255536 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934349865760 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9138] ppid=9128 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9138/stat : 9138 (java) S 9128 9128 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95255536 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934348813424 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9139] ppid=9128 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9139/stat : 9139 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934347761744 139934877263771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9140] ppid=9128 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9140/stat : 9140 (java) S 9128 9128 6338 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 95255538 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934346709616 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9141] ppid=9128 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9141/stat : 9141 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934345656816 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9142] ppid=9128 vsize=13978596 memory=140348000298624 CPUtime=0.01 cores=1,3,5,7
/proc/9130/task/9142/stat : 9142 (java) R 9128 9128 6338 0 -1 4202560 332 0 0 0 1 0 0 0 20 0 15 0 95255538 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934344604528 139934869482302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9143] ppid=9128 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9143/stat : 9143 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934343551968 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9144] ppid=9128 vsize=13978596 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9144/stat : 9144 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255539 14314082304 7199 33554432000 4194304 4196468 140721397602800 139934342498736 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29916 KiB

[startup+0.210769 s]*
/proc/loadavg: 1.79 1.79 1.70 5/219 9144
/proc/meminfo: memFree=28673968/32770624 swapFree=67108860/67108860
[pid=9128] ppid=9125 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/9128/stat : 9128 (xcsp3-exec) S 9125 9128 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95255532 9740288 346 33554432000 4194304 5098028 140725159183824 140725159181928 139984267006588 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27140096 140725159191669 140725159191872 140725159191872 140725159194603 0
/proc/9128/statm: 2378 346 289 221 0 87 0
[pid=9130] ppid=9128 vsize=13982852 memory=40700 CPUtime=0.33 cores=1,3,5,7
/proc/9130/stat : 9130 (java) S 9128 9128 6338 0 -1 1077944320 8296 0 0 0 31 2 0 0 20 0 15 0 95255533 14318440448 10175 33554432000 4194304 4196468 140721397602800 140721397585344 139934877245175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
/proc/9130/statm: 3495713 10175 3058 1 0 3482966 0
[pid=9130/tid=9131] ppid=9128 vsize=13982852 memory=4499834149035483540 CPUtime=0.2 cores=1,3,5,7
/proc/9130/task/9131/stat : 9131 (java) R 9128 9128 6338 0 -1 4202560 5400 0 0 0 18 2 0 0 20 0 15 0 95255533 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934881446976 139934861325662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9132] ppid=9128 vsize=13982852 memory=3472468476895450320 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9132/stat : 9132 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934807333776 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9133] ppid=9128 vsize=13982852 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9133/stat : 9133 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934806280976 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9134] ppid=9128 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9134/stat : 9134 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934805228688 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9135] ppid=9128 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9135/stat : 9135 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255534 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934804175888 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9136] ppid=9128 vsize=13982852 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9136/stat : 9136 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255535 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934350919792 139934877256322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9137] ppid=9128 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9137/stat : 9137 (java) S 9128 9128 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95255536 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934349865760 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9138] ppid=9128 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9138/stat : 9138 (java) S 9128 9128 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95255536 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934348813424 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9139] ppid=9128 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9139/stat : 9139 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934347761744 139934877263771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9140] ppid=9128 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9130/task/9140/stat : 9140 (java) S 9128 9128 6338 0 -1 1077944384 685 0 0 0 1 0 0 0 20 0 15 0 95255538 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934346709616 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9141] ppid=9128 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9130/task/9141/stat : 9141 (java) S 9128 9128 6338 0 -1 1077944384 186 0 0 0 2 0 0 0 20 0 15 0 95255538 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934345656816 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9142] ppid=9128 vsize=13982852 memory=140348000298624 CPUtime=0.08 cores=1,3,5,7
/proc/9130/task/9142/stat : 9142 (java) R 9128 9128 6338 0 -1 4202560 726 0 0 0 8 0 0 0 20 0 15 0 95255538 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934344604528 139934856172029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9143] ppid=9128 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9143/stat : 9143 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934343551968 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9144] ppid=9128 vsize=13982852 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9144/stat : 9144 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255539 14318440448 10175 33554432000 4194304 4196468 140721397602800 139934342498736 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42084 KiB

[startup+0.310825 s]*
/proc/loadavg: 1.79 1.79 1.70 3/219 9144
/proc/meminfo: memFree=28667136/32770624 swapFree=67108860/67108860
[pid=9128] ppid=9125 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/9128/stat : 9128 (xcsp3-exec) S 9125 9128 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95255532 9740288 346 33554432000 4194304 5098028 140725159183824 140725159181928 139984267006588 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27140096 140725159191669 140725159191872 140725159191872 140725159194603 0
/proc/9128/statm: 2378 346 289 221 0 87 0
[pid=9130] ppid=9128 vsize=13982928 memory=47712 CPUtime=0.5 cores=1,3,5,7
/proc/9130/stat : 9130 (java) S 9128 9128 6338 0 -1 1077944320 9109 0 0 0 47 3 0 0 20 0 15 0 95255533 14318518272 11928 33554432000 4194304 4196468 140721397602800 140721397585344 139934877245175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
/proc/9130/statm: 3495732 11928 3140 1 0 3482966 0
[pid=9130/tid=9131] ppid=9128 vsize=13982928 memory=-8976644418600983157 CPUtime=0.29 cores=1,3,5,7
/proc/9130/task/9131/stat : 9131 (java) R 9128 9128 6338 0 -1 4202560 6104 0 0 0 27 2 0 0 20 0 15 0 95255533 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934881480064 139934877257110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9132] ppid=9128 vsize=13982928 memory=3472468476895450320 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9132/stat : 9132 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934807333776 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9133] ppid=9128 vsize=13982928 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9133/stat : 9133 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934806280976 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9134] ppid=9128 vsize=13982928 memory=7 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9134/stat : 9134 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934805228688 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9135] ppid=9128 vsize=13982928 memory=140347854432287 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9135/stat : 9135 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255534 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934804175888 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9136] ppid=9128 vsize=13982928 memory=280695708843808 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9136/stat : 9136 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255535 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934350919792 139934877256322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9137] ppid=9128 vsize=13982928 memory=140347854409231 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9137/stat : 9137 (java) S 9128 9128 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95255536 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934349865760 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9138] ppid=9128 vsize=13982928 memory=280695854717024 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9138/stat : 9138 (java) S 9128 9128 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95255536 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934348813424 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9139] ppid=9128 vsize=13982928 memory=140347854413839 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9139/stat : 9139 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934347761744 139934877263771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9140] ppid=9128 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9130/task/9140/stat : 9140 (java) S 9128 9128 6338 0 -1 1077944384 712 0 0 0 3 0 0 0 20 0 15 0 95255538 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934346709616 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9141] ppid=9128 vsize=13982928 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/9130/task/9141/stat : 9141 (java) S 9128 9128 6338 0 -1 1077944384 200 0 0 0 3 0 0 0 20 0 15 0 95255538 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934345656816 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9142] ppid=9128 vsize=13982928 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9130/task/9142/stat : 9142 (java) R 9128 9128 6338 0 -1 4202560 791 0 0 0 11 0 0 0 20 0 15 0 95255538 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934344604528 139934877257110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9143] ppid=9128 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9143/stat : 9143 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934343551968 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9144] ppid=9128 vsize=13982928 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9144/stat : 9144 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255539 14318518272 11928 33554432000 4194304 4196468 140721397602800 139934342498736 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49096 KiB

[startup+0.543914 s]
# the end of solver process 9128 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.03085 s, system=0.044833 s

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

[startup+0.410604 s]*
/proc/loadavg: 1.79 1.79 1.70 4/219 9144
/proc/meminfo: memFree=28660312/32770624 swapFree=67108860/67108860
[pid=9128] ppid=9125 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/9128/stat : 9128 (xcsp3-exec) S 9125 9128 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95255532 9740288 346 33554432000 4194304 5098028 140725159183824 140725159181928 139984267006588 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27140096 140725159191669 140725159191872 140725159191872 140725159194603 0
/proc/9128/statm: 2378 346 289 221 0 87 0
[pid=9130] ppid=9128 vsize=13984976 memory=54124 CPUtime=0.7 cores=1,3,5,7
/proc/9130/stat : 9130 (java) S 9128 9128 6338 0 -1 1077944320 9810 0 0 0 67 3 0 0 20 0 15 0 95255533 14320615424 13531 33554432000 4194304 4196468 140721397602800 140721397585344 139934877245175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
/proc/9130/statm: 3496244 13531 3149 1 0 3483478 0
[pid=9130/tid=9131] ppid=9128 vsize=13984976 memory=4499834149035483540 CPUtime=0.39 cores=1,3,5,7
/proc/9130/task/9131/stat : 9131 (java) R 9128 9128 6338 0 -1 4202560 6517 0 0 0 37 2 0 0 20 0 15 0 95255533 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934881467488 139934861325662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9132] ppid=9128 vsize=13984976 memory=3472468476895450320 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9132/stat : 9132 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934807333776 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9133] ppid=9128 vsize=13984976 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9133/stat : 9133 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934806280976 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9134] ppid=9128 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9134/stat : 9134 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934805228688 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9135] ppid=9128 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9135/stat : 9135 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255534 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934804175888 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9136] ppid=9128 vsize=13984976 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9136/stat : 9136 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255535 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934350919792 139934877256322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9137] ppid=9128 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9137/stat : 9137 (java) S 9128 9128 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95255536 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934349865760 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9138] ppid=9128 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9138/stat : 9138 (java) S 9128 9128 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95255536 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934348813424 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9139] ppid=9128 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9139/stat : 9139 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934347761744 139934877263771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9140] ppid=9128 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9130/task/9140/stat : 9140 (java) R 9128 9128 6338 0 -1 4202560 842 0 0 0 7 0 0 0 20 0 15 0 95255538 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934346697168 139934856459276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9141] ppid=9128 vsize=13984976 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/9130/task/9141/stat : 9141 (java) S 9128 9128 6338 0 -1 1077944384 249 0 0 0 5 0 0 0 20 0 15 0 95255538 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934345656816 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9142] ppid=9128 vsize=13984976 memory=140348000298624 CPUtime=0.16 cores=1,3,5,7
/proc/9130/task/9142/stat : 9142 (java) S 9128 9128 6338 0 -1 1077944384 904 0 0 0 16 0 0 0 20 0 15 0 95255538 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934344604528 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9143] ppid=9128 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9143/stat : 9143 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934343551968 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9144] ppid=9128 vsize=13984976 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9144/stat : 9144 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255539 14320615424 13531 33554432000 4194304 4196468 140721397602800 139934342498736 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 55508 KiB

[startup+0.512187 s]*
/proc/loadavg: 1.79 1.79 1.70 6/219 9144
/proc/meminfo: memFree=28654172/32770624 swapFree=67108860/67108860
[pid=9128] ppid=9125 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/9128/stat : 9128 (xcsp3-exec) S 9125 9128 6338 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95255532 9740288 346 33554432000 4194304 5098028 140725159183824 140725159181928 139984267006588 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27140096 140725159191669 140725159191872 140725159191872 140725159194603 0
/proc/9128/statm: 2378 346 289 221 0 87 0
[pid=9130] ppid=9128 vsize=13984976 memory=60936 CPUtime=1.03 cores=1,3,5,7
/proc/9130/stat : 9130 (java) S 9128 9128 6338 0 -1 1077944320 10904 0 0 0 99 4 0 0 20 0 15 0 95255533 14320615424 15234 33554432000 4194304 4196468 140721397602800 140721397585344 139934877245175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
/proc/9130/statm: 3496244 15234 3201 1 0 3483478 0
[pid=9130/tid=9131] ppid=9128 vsize=13984976 memory=4499834149035483540 CPUtime=0.49 cores=1,3,5,7
/proc/9130/task/9131/stat : 9131 (java) R 9128 9128 6338 0 -1 4202560 6640 0 0 0 47 2 0 0 20 0 15 0 95255533 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934881482976 139934483220043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9132] ppid=9128 vsize=13984976 memory=3472468644227978928 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9132/stat : 9132 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934807333776 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9133] ppid=9128 vsize=13984976 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9133/stat : 9133 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934806280976 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9134] ppid=9128 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9134/stat : 9134 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255534 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934805228688 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9135] ppid=9128 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9135/stat : 9135 (java) S 9128 9128 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95255534 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934804175888 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9136] ppid=9128 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9136/stat : 9136 (java) S 9128 9128 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95255535 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934350919792 139934877256322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9137] ppid=9128 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9137/stat : 9137 (java) S 9128 9128 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95255536 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934349865760 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9138] ppid=9128 vsize=13984976 memory=140348000298624 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9138/stat : 9138 (java) S 9128 9128 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95255536 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934348813424 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9139] ppid=9128 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9139/stat : 9139 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934347761744 139934877263771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9140] ppid=9128 vsize=13984976 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/9130/task/9140/stat : 9140 (java) R 9128 9128 6338 0 -1 4202560 1127 0 0 0 16 0 0 0 20 0 15 0 95255538 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934346699728 139934861652473 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9141] ppid=9128 vsize=13984976 memory=-1 CPUtime=0.13 cores=1,3,5,7
/proc/9130/task/9141/stat : 9141 (java) R 9128 9128 6338 0 -1 4202560 607 0 0 0 13 0 0 0 20 0 15 0 95255538 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934345645488 139934861642200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9142] ppid=9128 vsize=13984976 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/9130/task/9142/stat : 9142 (java) R 9128 9128 6338 0 -1 1077944384 1224 0 0 0 22 0 0 0 20 0 15 0 95255538 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934344604528 139934877256322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9143] ppid=9128 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9143/stat : 9143 (java) S 9128 9128 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95255538 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934343551968 139934877255381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
[pid=9130/tid=9144] ppid=9128 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9130/task/9144/stat : 9144 (java) S 9128 9128 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95255539 14320615424 15234 33554432000 4194304 4196468 140721397602800 139934342498736 139934877256322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140721397605533 140721397605708 140721397605708 140721397608399 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 62320 KiB

Child status: 0
Real time (s): 0.543964
CPU time (s): 1.07568
CPU user time (s): 1.03085
CPU system time (s): 0.044833
CPU usage (%): 197.749
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 62320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.03085
system time used= 0.044833
maximum resident set size= 64860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1369
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 9128
#   total CPU time (s): 1.07568
#   total CPU user time (s): 1.03085
#   total CPU system time (s): 0.044833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02695 second user time and 0.047912 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 12:41:26
IDJOB=4270060
IDBENCH=126217
IDSOLVER=2661
FILE ID=node148/4270060-1502621745
RUNJOBID= node148-1502619919-8347
PBS_JOBID= 20628305
Free space on /tmp= 61608 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-06-a3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270060-1502621745/watcher-4270060-1502621745 -o /tmp/evaluation-result-4270060-1502621745/solver-4270060-1502621745 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502619919-8347 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 372260472 HOME/instance-4270060-1502621745.xml

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

MD5SUM BENCH= b0c97e0505a0bc7a16ba291a1ac79ec8
RANDOM SEED=372260472

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.19
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.19
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.19
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.19
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:        28703272 kB
MemAvailable:   31782616 kB
Buffers:          189232 kB
Cached:          3179396 kB
SwapCached:            0 kB
Active:           957792 kB
Inactive:        2675864 kB
Active(anon):     215380 kB
Inactive(anon):    76924 kB
Active(file):     742412 kB
Inactive(file):  2598940 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7892 kB
Writeback:             0 kB
AnonPages:        286664 kB
Mapped:            55808 kB
Shmem:             25224 kB
Slab:             133964 kB
SReclaimable:     107652 kB
SUnreclaim:        26312 kB
KernelStack:        3840 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1258632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61600 MiB
End job on node148 at 2017-08-13 12:41:27