Trace number 4299223

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.0774 24.0777

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.0774
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.30	c best=?? lower=0 upper=200 
0.30/0.36	c
0.30/0.36	c This is cosoco 1.12 --  
0.30/0.36	c
0.30/0.36	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4299223-1532794321.xml 
0.30/0.36	c enable optimization
0.30/0.36	c ========================================[ Problem Statistics ]===========================================
0.30/0.36	c |                                                                                                       
0.30/0.36	c |  Parse time        :         0.30 s 
0.30/0.36	c |
0.30/0.36	c |               Variables: 145
0.30/0.36	c |            Domain Sizes: 2..10397
0.30/0.36	c |
0.30/0.36	c |             Constraints: 41
0.30/0.36	c |                   Arity: 8..40
0.30/0.36	c | 
0.30/0.36	c |                   Types: 
0.30/0.36	c |                          Extension: 40  (nb tuples: 1..14230) -- (shared: 32)
0.30/0.36	c |                          Sum: 1
0.30/0.36	c |                          
0.30/0.36	c |               Objective: Maximize Sum
0.30/0.36	
0.30/0.36	c =========================================================================================================
0.30/0.36	o 0
0.30/0.36	c    1 calls to solver: best=0 lower=1 upper=200 
0.30/0.40	o 5
0.40/0.45	o 8
0.40/0.45	c    3 calls to solver: best=8 lower=9 upper=200 
0.40/0.49	o 10
0.50/0.54	o 14
0.50/0.54	c    5 calls to solver: best=14 lower=15 upper=200 
0.50/0.59	o 15
0.59/0.68	o 18
0.59/0.68	c    7 calls to solver: best=18 lower=19 upper=200 
0.69/0.76	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.36	o 23
1.79/1.89	o 24
1.79/1.89	c   11 calls to solver: best=24 lower=25 upper=200 
2.18/2.25	o 25
2.38/2.47	o 26
2.38/2.47	c   13 calls to solver: best=26 lower=27 upper=200 
2.78/2.80	o 28
2.99/3.03	o 30
2.99/3.03	c   15 calls to solver: best=30 lower=31 upper=200 
4.48/4.58	o 32
7.29/7.39	o 33
7.29/7.39	c   17 calls to solver: best=33 lower=34 upper=200 
9.49/9.50	o 36
10.69/10.74	o 38
10.69/10.74	c   19 calls to solver: best=38 lower=39 upper=200 
24.00/24.07	c
24.00/24.07	c Optimum found         : 38
24.00/24.07	c
24.00/24.07	
24.00/24.07	v <instantiation type='solution' cost='38'>
24.00/24.07	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.00/24.07	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.00/24.07	v </instantiation>
24.00/24.07	
24.00/24.07	c call to solver        : 20
24.00/24.07	c
24.00/24.07	c restarts              : 19          
24.00/24.07	c conflicts             : 5398         (224 /sec)
24.00/24.07	c decisions             : 26144        (1086 /sec)
24.00/24.07	c propagations          : 176903664   (7350969 /sec)
24.00/24.07	c root propagations     : 298320      
24.00/24.07	c filter calls          : 716129         (29758 /sec)
24.00/24.07	c useless filter calls  : 474045         (66 %)
24.00/24.07	c Memory used           : 36.56 MB
24.00/24.07	c CPU time              : 24.0653 s
24.00/24.07	
24.00/24.07	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 (7775 MiB free)
  memory of node 1: 16384 MiB (11533 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299223-1532794321/watcher-4299223-1532794321 -o /tmp/evaluation-result-4299223-1532794321/solver-4299223-1532794321 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532776049-11498 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4299223-1532794321.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=13580, runsolver pid=13577

[startup+0.100158 s]*
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19768692/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=31464 memory=7392 CPUtime=0.1 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 2112 0 0 0 10 0 0 0 20 0 1 0 96995311 32219136 1848 33554432000 4194304 6142532 140726946836560 140726946833192 140175766064101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 7866 1848 783 476 0 1188 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31464 KiB
Current children cumulated memory: 7392 KiB

[startup+0.20969 s]*
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19766460/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=32772 memory=9084 CPUtime=0.21 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 2617 0 0 0 21 0 0 0 20 0 1 0 96995311 33558528 2271 33554432000 4194304 6142532 140726946836560 140726946833192 5800101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 8193 2271 792 476 0 1515 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 32772 KiB
Current children cumulated memory: 9084 KiB

[startup+0.309159 s]*
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19762740/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37304 memory=13568 CPUtime=0.3 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 3793 0 0 0 30 0 0 0 20 0 1 0 96995311 38199296 3392 33554432000 4194304 6142532 140726946836560 140726946833192 5333471 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9326 3392 799 476 0 2648 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 37304 KiB
Current children cumulated memory: 13568 KiB

[startup+0.700323 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19762740/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37304 memory=13832 CPUtime=0.69 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 3818 0 0 0 69 0 0 0 20 0 1 0 96995311 38199296 3458 33554432000 4194304 6142532 140726946836560 140726946833192 5017775 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9326 3458 844 476 0 2648 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 37304 KiB
Current children cumulated memory: 13832 KiB

[startup+1.50032 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19761932/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37304 memory=13832 CPUtime=1.49 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 3818 0 0 0 149 0 0 0 20 0 1 0 96995311 38199296 3458 33554432000 4194304 6142532 140726946836560 140726946823832 5017816 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9326 3458 844 476 0 2648 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 37304 KiB
Current children cumulated memory: 13832 KiB

[startup+3.10949 s]
/proc/loadavg: 2.00 2.02 2.05 4/188 13581
/proc/meminfo: memFree=19761684/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13892 CPUtime=3.09 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 5683 0 0 0 309 0 0 0 20 0 1 0 96995311 38334464 3473 33554432000 4194304 6142532 140726946836560 140726946834088 5016568 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3473 846 476 0 2681 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13892 KiB

[startup+6.30031 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19762116/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13892 CPUtime=6.29 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 7545 0 0 0 628 1 0 0 20 0 1 0 96995311 38334464 3473 33554432000 4194304 6142532 140726946836560 140726946823832 5017759 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3473 846 476 0 2681 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13892 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19761728/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13892 CPUtime=12.69 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 9412 0 0 0 1268 1 0 0 20 0 1 0 96995311 38334464 3473 33554432000 4194304 6142532 140726946836560 140726946823832 5017979 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3473 846 476 0 2681 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13892 KiB

[startup+24.0776 s]
# the end of solver process 13580 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.0654 s, system=0.012 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.02 2.05 3/188 13581
/proc/meminfo: memFree=19761728/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13892 CPUtime=12.79 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 9412 0 0 0 1278 1 0 0 20 0 1 0 96995311 38334464 3473 33554432000 4194304 6142532 140726946836560 140726946823832 5017759 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3473 846 476 0 2681 0
Current children cumulated CPU time: 12.79 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13892 KiB

[startup+19.2003 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19762472/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13896 CPUtime=19.19 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 11252 0 0 0 1918 1 0 0 20 0 1 0 96995311 38334464 3474 33554432000 4194304 6142532 140726946836560 140726946823832 5017816 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 19.19 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

[startup+22.4003 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19761836/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13896 CPUtime=22.39 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 11252 0 0 0 2238 1 0 0 20 0 1 0 96995311 38334464 3474 33554432000 4194304 6142532 140726946836560 140726946823832 5017909 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 22.39 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

[startup+23.2003 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19761920/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13896 CPUtime=23.19 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 12817 0 0 0 2318 1 0 0 20 0 1 0 96995311 38334464 3474 33554432000 4194304 6142532 140726946836560 140726946823832 5017767 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 23.19 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

[startup+23.6003 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19761920/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13896 CPUtime=23.59 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 12817 0 0 0 2358 1 0 0 20 0 1 0 96995311 38334464 3474 33554432000 4194304 6142532 140726946836560 140726946823832 5017767 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 23.59 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

[startup+24.0003 s]*
/proc/loadavg: 2.00 2.02 2.05 3/188 13581
/proc/meminfo: memFree=19762168/32770624 swapFree=67108860/67108860
[pid=13580] ppid=13577 vsize=37436 memory=13896 CPUtime=24 cores=1,3,5,7
/proc/13580/stat : 13580 (cosoco) R 13577 13580 11466 0 -1 4202496 12872 0 0 0 2399 1 0 0 20 0 1 0 96995311 38334464 3474 33554432000 4194304 6142532 140726946836560 140726946823832 5017733 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 31252480 140726946837638 140726946837768 140726946837768 140726946840526 0
/proc/13580/statm: 9359 3474 846 476 0 2681 0
Current children cumulated CPU time: 24 s
Current children cumulated vsize: 37436 KiB
Current children cumulated memory: 13896 KiB

Child status: 0
Real time (s): 24.0777
CPU time (s): 24.0774
CPU user time (s): 24.0654
CPU system time (s): 0.012
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 37436
Max. memory (cumulated for all children) (KiB): 13896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0654
system time used= 0.012
maximum resident set size= 13968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12926
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= 13


# summary of solver processes directly reported to runsolver:
#   pid: 13580
#   total CPU time (s): 24.0774
#   total CPU user time (s): 24.0654
#   total CPU system time (s): 0.012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.089948 second user time and 0.231484 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 18:12:01
IDJOB=4299223
IDBENCH=141311
IDSOLVER=2761
FILE ID=node105/4299223-1532794321
RUNJOBID= node105-1532776049-11498
PBS_JOBID= 21022469
Free space on /tmp= 44536 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-4299223-1532794321/watcher-4299223-1532794321 -o /tmp/evaluation-result-4299223-1532794321/solver-4299223-1532794321 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532776049-11498 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4299223-1532794321.xml

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

MD5SUM BENCH= 1b32d92326af8dd624b5ed4fc8860100
RANDOM SEED=1062693972

node105.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.32
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.32
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.32
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.32
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:        19772596 kB
MemAvailable:   31317860 kB
Buffers:          269876 kB
Cached:         11414108 kB
SwapCached:            0 kB
Active:          3092004 kB
Inactive:        9257736 kB
Active(anon):     620216 kB
Inactive(anon):    73344 kB
Active(file):    2471788 kB
Inactive(file):  9184392 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3504 kB
Writeback:             0 kB
AnonPages:        717580 kB
Mapped:            45072 kB
Shmem:             25228 kB
Slab:             345100 kB
SReclaimable:     317544 kB
SUnreclaim:        27556 kB
KernelStack:        3376 kB
PageTables:         6628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     967944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44532 MiB
End job on node105 at 2018-07-28 18:12:26