Trace number 4294003

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
cosoco 1.12OPT38 24.2441 24.2462

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-05-4-rom_c18.xml
MD5SUM1b32d92326af8dd624b5ed4fc8860100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark24.2441
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints40
Number of domains5
Minimum domain size2
Maximum domain size10397
Distribution of domain sizes[{"size":2,"count":10},{"size":6,"count":70},{"size":27,"count":25},{"size":10397,"count":40}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":50},{"degree":2,"count":70},{"degree":8,"count":25}]
Minimum constraint arity8
Maximum constraint arity9
Distribution of constraint arities[{"arity":8,"count":10},{"arity":9,"count":30}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.21/0.31	c best=?? lower=0 upper=200 
0.31/0.36	c
0.31/0.36	c This is cosoco 1.12 --  
0.31/0.36	c
0.31/0.36	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4294003-1532387089.xml 
0.31/0.36	c enable optimization
0.31/0.36	c ========================================[ Problem Statistics ]===========================================
0.31/0.36	c |                                                                                                       
0.31/0.36	c |  Parse time        :         0.30 s 
0.31/0.36	c |
0.31/0.36	c |               Variables: 145
0.31/0.36	c |            Domain Sizes: 2..10397
0.31/0.36	c |
0.31/0.36	c |             Constraints: 41
0.31/0.36	c |                   Arity: 8..40
0.31/0.36	c | 
0.31/0.36	c |                   Types: 
0.31/0.36	c |                          Extension: 40  (nb tuples: 1..14230) -- (shared: 32)
0.31/0.36	c |                          Sum: 1
0.31/0.36	c |                          
0.31/0.36	c |               Objective: Maximize Sum
0.31/0.36	
0.31/0.36	c =========================================================================================================
0.31/0.36	o 0
0.31/0.36	c    1 calls to solver: best=0 lower=1 upper=200 
0.31/0.40	o 5
0.41/0.45	o 8
0.41/0.45	c    3 calls to solver: best=8 lower=9 upper=200 
0.41/0.50	o 10
0.51/0.54	o 14
0.51/0.54	c    5 calls to solver: best=14 lower=15 upper=200 
0.51/0.60	o 15
0.60/0.69	o 18
0.60/0.69	c    7 calls to solver: best=18 lower=19 upper=200 
0.69/0.77	o 20
0.79/0.83	o 22
0.79/0.83	c    9 calls to solver: best=22 lower=23 upper=200 
1.29/1.37	o 23
1.89/1.90	o 24
1.89/1.90	c   11 calls to solver: best=24 lower=25 upper=200 
2.19/2.27	o 25
2.39/2.49	o 26
2.39/2.49	c   13 calls to solver: best=26 lower=27 upper=200 
2.79/2.83	o 28
3.00/3.05	o 30
3.00/3.05	c   15 calls to solver: best=30 lower=31 upper=200 
4.59/4.62	o 32
7.39/7.46	o 33
7.39/7.46	c   17 calls to solver: best=33 lower=34 upper=200 
9.49/9.59	o 36
10.79/10.83	o 38
10.79/10.83	c   19 calls to solver: best=38 lower=39 upper=200 
24.19/24.24	c
24.19/24.24	c Optimum found         : 38
24.19/24.24	c
24.19/24.24	
24.19/24.24	v <instantiation type='solution' cost='38'>
24.19/24.24	v <list>bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] </list>
24.19/24.24	v <values>4 0 0 0 3 0 0 0 5 0 0 0 0 3 0 0 4 0 0 0 4 0 0 0 3 0 0 0 5 0 0 0 0 3 0 0 4 0 0 0 8452 -1 -1 -1 6146 7744 -1 -1 9110 -1 -1 -1 6114 4194 -1 -1 8452 -1 -1 -1 0 -1 -1 -1 0 4 -1 -1 0 -1 -1 -1 0 2 -1 -1 1 -1 -1 -1 0 -1 -1 -1 0 4 -1 -1 0 -1 -1 -1 0 2 -1 -1 1 -1 -1 -1 8452 -1 -1 -1 6146 7744 -1 -1 9110 -1 -1 -1 6114 4194 -1 -1 8452 -1 -1 -1 18 14 19 14 26 14 1 8 26 18 19 8 11 7 14 14 26 7 20 19 26 18 14 19 14 </values>
24.19/24.24	v </instantiation>
24.19/24.24	
24.19/24.24	c call to solver        : 20
24.19/24.24	c
24.19/24.24	c restarts              : 19          
24.19/24.24	c conflicts             : 5398         (223 /sec)
24.19/24.24	c decisions             : 26144        (1079 /sec)
24.19/24.24	c propagations          : 176903664   (7298887 /sec)
24.19/24.24	c root propagations     : 298320      
24.19/24.24	c filter calls          : 716129         (29547 /sec)
24.19/24.24	c useless filter calls  : 474045         (66 %)
24.19/24.24	c Memory used           : 36.56 MB
24.19/24.24	c CPU time              : 24.237 s
24.19/24.24	
24.19/24.24	s OPTIMUM FOUND

Verifier Data

OK	38

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294003-1532387089/watcher-4294003-1532387089 -o /tmp/evaluation-result-4294003-1532387089/solver-4294003-1532387089 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532369368-20796 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4294003-1532387089.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=22644, runsolver pid=22641
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26901260/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=31464 memory=7396 CPUtime=0.1 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 2109 0 0 0 10 0 0 0 20 0 1 0 56272087 32219136 1849 33554432000 4194304 6142532 140735514849984 140735514846616 140289533017061 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 7866 1849 783 476 0 1188 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31464 KiB
Current children cumulated memory: 7396 KiB

[startup+0.209912 s]*
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26899400/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=32772 memory=9088 CPUtime=0.21 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 2617 0 0 0 21 0 0 0 20 0 1 0 56272087 33558528 2272 33554432000 4194304 6142532 140735514849984 140735514846616 5802367 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 8193 2272 792 476 0 1515 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 32772 KiB
Current children cumulated memory: 9088 KiB

[startup+0.309349 s]*
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26897448/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37304 memory=13572 CPUtime=0.31 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 3793 0 0 0 31 0 0 0 20 0 1 0 56272087 38199296 3393 33554432000 4194304 6142532 140735514849984 140735514846616 5017782 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9326 3393 799 476 0 2648 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 37304 KiB
Current children cumulated memory: 13572 KiB

[startup+0.70026 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26895216/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37304 memory=13836 CPUtime=0.69 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 3818 0 0 0 69 0 0 0 20 0 1 0 56272087 38199296 3459 33554432000 4194304 6142532 140735514849984 140735514846616 5017767 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9326 3459 844 476 0 2648 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 37304 KiB
Current children cumulated memory: 13836 KiB

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26894764/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37304 memory=13836 CPUtime=1.49 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 3818 0 0 0 149 0 0 0 20 0 1 0 56272087 38199296 3459 33554432000 4194304 6142532 140735514849984 140735514847512 5017806 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9326 3459 844 476 0 2648 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 37304 KiB
Current children cumulated memory: 13836 KiB

[startup+3.10973 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26895048/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13896 CPUtime=3.1 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 5683 0 0 0 310 0 0 0 20 0 1 0 56272087 38334464 3474 33554432000 4194304 6142532 140735514849984 140735514847512 5017909 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26895112/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13896 CPUtime=6.29 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 7545 0 0 0 629 0 0 0 20 0 1 0 56272087 38334464 3474 33554432000 4194304 6142532 140735514849984 140735514837256 5017909 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26895240/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13896 CPUtime=12.69 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 9410 0 0 0 1269 0 0 0 20 0 1 0 56272087 38334464 3474 33554432000 4194304 6142532 140735514849984 140735514837256 5017767 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

[startup+24.2462 s]
# the end of solver process 22644 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.2371 s, system=0.007 s

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

[startup+12.8003 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 22645
/proc/meminfo: memFree=26895240/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13896 CPUtime=12.79 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 9410 0 0 0 1279 0 0 0 20 0 1 0 56272087 38334464 3474 33554432000 4194304 6142532 140735514849984 140735514837256 5017902 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 12.79 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

[startup+19.2002 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 22645
/proc/meminfo: memFree=26895364/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13900 CPUtime=19.19 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 11250 0 0 0 1919 0 0 0 20 0 1 0 56272087 38334464 3475 33554432000 4194304 6142532 140735514849984 140735514837256 5017712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3475 846 476 0 2681 0
Current children cumulated CPU time: 19.19 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13900 KiB

[startup+22.4002 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 22645
/proc/meminfo: memFree=26895364/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13900 CPUtime=22.39 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 11250 0 0 0 2239 0 0 0 20 0 1 0 56272087 38334464 3475 33554432000 4194304 6142532 140735514849984 140735514837256 5017816 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3475 846 476 0 2681 0
Current children cumulated CPU time: 22.39 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13900 KiB

[startup+23.2002 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 22645
/proc/meminfo: memFree=26895364/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13900 CPUtime=23.19 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 12927 0 0 0 2319 0 0 0 20 0 1 0 56272087 38334464 3475 33554432000 4194304 6142532 140735514849984 140735514837256 5017767 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3475 846 476 0 2681 0
Current children cumulated CPU time: 23.19 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13900 KiB

[startup+24.0002 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 22645
/proc/meminfo: memFree=26895364/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13900 CPUtime=24 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 12927 0 0 0 2400 0 0 0 20 0 1 0 56272087 38334464 3475 33554432000 4194304 6142532 140735514849984 140735514837256 5017759 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3475 846 476 0 2681 0
Current children cumulated CPU time: 24 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13900 KiB

[startup+24.2002 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 22645
/proc/meminfo: memFree=26895364/32770624 swapFree=67108860/67108860
[pid=22644] ppid=22641 vsize=37436 memory=13900 CPUtime=24.19 cores=0,2,4,6
/proc/22644/stat : 22644 (cosoco) R 22641 22644 20765 0 -1 4202496 12927 0 0 0 2419 0 0 0 20 0 1 0 56272087 38334464 3475 33554432000 4194304 6142532 140735514849984 140735514837256 5017799 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 16850944 140735514858630 140735514858760 140735514858760 140735514861518 0
/proc/22644/statm: 9359 3475 846 476 0 2681 0
Current children cumulated CPU time: 24.19 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13900 KiB

Child status: 0
Real time (s): 24.2462
CPU time (s): 24.2441
CPU user time (s): 24.2371
CPU system time (s): 0.007
CPU usage (%): 99.9914
Max. virtual memory (cumulated for all children) (KiB): 37436
Max. memory (cumulated for all children) (KiB): 13900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2371
system time used= 0.007
maximum resident set size= 13972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 22644
#   total CPU time (s): 24.2441
#   total CPU user time (s): 24.2371
#   total CPU system time (s): 0.007

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.117843 second user time and 0.207664 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-24 01:04:49
IDJOB=4294003
IDBENCH=141311
IDSOLVER=2752
FILE ID=node134/4294003-1532387089
RUNJOBID= node134-1532369368-20796
PBS_JOBID= 21021570
Free space on /tmp= 55932 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-05-4-rom_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294003-1532387089/watcher-4294003-1532387089 -o /tmp/evaluation-result-4294003-1532387089/solver-4294003-1532387089 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532369368-20796 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4294003-1532387089.xml

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

MD5SUM BENCH= 1b32d92326af8dd624b5ed4fc8860100
RANDOM SEED=1088371948

node134.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.68
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.68
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.68
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.68
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:        26905964 kB
MemAvailable:   31500244 kB
Buffers:          199016 kB
Cached:          4658316 kB
SwapCached:            0 kB
Active:          1974224 kB
Inactive:        3415344 kB
Active(anon):     481484 kB
Inactive(anon):    70292 kB
Active(file):    1492740 kB
Inactive(file):  3345052 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3544 kB
Writeback:             8 kB
AnonPages:        539280 kB
Mapped:            39444 kB
Shmem:             17056 kB
Slab:             172924 kB
SReclaimable:     144644 kB
SUnreclaim:        28280 kB
KernelStack:        3440 kB
PageTables:         6320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     821080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55928 MiB
End job on node134 at 2018-07-24 01:05:13