Trace number 4267040

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-sat 1.12SAT (TO)1200 240.002 240.00999

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r3.xml
MD5SUMbc26aaa932070946748b52cb6241d030
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1200
Best CPU time to get the best result obtained on this benchmark240.002
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints68
Number of domains8
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":12},{"size":3,"count":60},{"size":5,"count":12},{"size":9,"count":12},{"size":11,"count":12},{"size":17,"count":12}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":70},{"degree":4,"count":12},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":36},{"arity":4,"count":1},{"arity":7,"count":24},{"arity":12,"count":7}]
Number of extensional constraints36
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c SAT : Variables: 708 -- Clauses: 3156
0.00/0.01	c best=?? lower=-2400 upper=0 
0.00/0.01	c
0.00/0.01	c This is cosoco 1.12 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4267040-1502602740.xml 
0.00/0.01	c enable optimization
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 120
0.00/0.01	c |            Domain Sizes: 2..17
0.00/0.01	c |
0.00/0.01	c |             Constraints: 79
0.00/0.01	c |                   Arity: 2..12  -- Binary: 47
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X -Y <= k): 11
0.00/0.01	c |                          Extension: 36  (nb tuples: 3..3) -- (shared: 33)
0.00/0.01	c |                          Intension: 1
0.00/0.01	c |                          Sum: 31
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	o -1800
0.00/0.01	c    1 calls to solver: best=-1800 lower=-1799 upper=0 
0.00/0.01	o -1650
0.00/0.01	o -1500
0.00/0.01	c    3 calls to solver: best=-1500 lower=-1499 upper=0 
0.00/0.01	o -1350
0.00/0.02	o -1200
0.00/0.02	c    5 calls to solver: best=-1200 lower=-1199 upper=0 
239.99/240.00	
239.99/240.00	c *** INTERRUPTED ***
239.99/240.00	c restarts              : 593         
239.99/240.00	c conflicts             : 7851543      (32716 /sec)
239.99/240.00	c decisions             : 27532908     (114723 /sec)
239.99/240.00	c propagations          : 734054083   (3058633 /sec)
239.99/240.00	c root propagations     : 36          
239.99/240.00	c filter calls          : 493259643      (2055298 /sec)
239.99/240.00	c useless filter calls  : 251670102      (51 %)
239.99/240.00	c
239.99/240.00	c clauses               : 6662
239.99/240.00	c SAT propagations      : 3204
239.99/240.00	c SAT conflicts         : 17 (0 learnts)
239.99/240.00	c Memory used           : 31.26 MB
239.99/240.00	c CPU time              : 239.994 s
239.99/240.00	
239.99/240.00	c nb Solutions = 5
239.99/240.00	s SATISFIABLE
239.99/240.00	c Best value found: -1200
239.99/240.00	
239.99/240.00	
239.99/240.00	v <instantiation type='solution' cost='-1200'>
239.99/240.00	v <list>c[0][0] c[0][1] c[0][2] c[0][3] c[0][4] c[0][5] c[10][0] c[10][1] c[10][2] c[10][3] c[10][4] c[10][5] c[11][0] c[11][1] c[11][2] c[11][3] c[11][4] c[11][5] c[1][0] c[1][1] c[1][2] c[1][3] c[1][4] c[1][5] c[2][0] c[2][1] c[2][2] c[2][3] c[2][4] c[2][5] c[3][0] c[3][1] c[3][2] c[3][3] c[3][4] c[3][5] c[4][0] c[4][1] c[4][2] c[4][3] c[4][4] c[4][5] c[5][0] c[5][1] c[5][2] c[5][3] c[5][4] c[5][5] c[6][0] c[6][1] c[6][2] c[6][3] c[6][4] c[6][5] c[7][0] c[7][1] c[7][2] c[7][3] c[7][4] c[7][5] c[8][0] c[8][1] c[8][2] c[8][3] c[8][4] c[8][5] c[9][0] c[9][1] c[9][2] c[9][3] c[9][4] c[9][5] r[0] r[10] r[11] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] rcn[0] rcn[10] rcn[11] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rpr[0] rpr[10] rpr[11] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9] rpw[0] rpw[10] rpw[11] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] </list>
239.99/240.00	v <values>8 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 2 0 0 0 5 0 0 0 0 5 0 1 0 0 0 0 0 3 0 0 2 5 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 2 2 1 1 1 1 0 0 0 16 0 0 16 16 8 8 8 8 0 0 0 200 0 0 200 200 150 150 150 150 0 0 0 200 0 0 200 200 150 150 150 150 0 0 0 </values>
239.99/240.00	v </instantiation>
239.99/240.00	

Verifier Data

OK	1200

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4267040-1502602740/watcher-4267040-1502602740 -o /tmp/evaluation-result-4267040-1502602740/solver-4267040-1502602740 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502598081-28306 --watchdog 300 cosoco -lc -model -restarts -sat HOME/instance-4267040-1502602740.xml 

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

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=30802, runsolver pid=30799

[startup+0.100107 s]*
/proc/loadavg: 2.00 2.01 1.99 3/187 30803
/proc/meminfo: memFree=31721668/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=31876 memory=4372 CPUtime=0.1 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 1285 0 0 0 10 0 0 0 20 0 1 0 93362285 32641024 1093 33554432000 4194304 5972588 140731558283296 140731558279944 5280404 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 7969 1093 856 435 0 1332 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31876 KiB
Current children cumulated memory: 4372 KiB

[startup+0.20918 s]*
/proc/loadavg: 2.00 2.01 1.99 3/187 30803
/proc/meminfo: memFree=31721668/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=31876 memory=4632 CPUtime=0.21 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 1354 0 0 0 21 0 0 0 20 0 1 0 93362285 32641024 1158 33554432000 4194304 5972588 140731558283296 140731558279944 5280404 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 7969 1158 856 435 0 1332 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 31876 KiB
Current children cumulated memory: 4632 KiB

[startup+0.308687 s]*
/proc/loadavg: 2.00 2.01 1.99 3/187 30803
/proc/meminfo: memFree=31721296/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=31876 memory=4896 CPUtime=0.31 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 1418 0 0 0 31 0 0 0 20 0 1 0 93362285 32641024 1224 33554432000 4194304 5972588 140731558283296 140731558279944 5327769 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 7969 1224 856 435 0 1332 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 31876 KiB
Current children cumulated memory: 4896 KiB

[startup+0.700227 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 30803
/proc/meminfo: memFree=31721016/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5044 CPUtime=0.69 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 1430 0 0 0 69 0 0 0 20 0 1 0 93362285 32776192 1261 33554432000 4194304 5972588 140731558283296 140731558279944 5327764 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1261 856 435 0 1365 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5044 KiB

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 30803
/proc/meminfo: memFree=31720644/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5044 CPUtime=1.49 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 1440 0 0 0 149 0 0 0 20 0 1 0 93362285 32776192 1261 33554432000 4194304 5972588 140731558283296 140731558280248 5039463 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1261 856 435 0 1365 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5044 KiB

[startup+3.10874 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 30803
/proc/meminfo: memFree=31720644/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5124 CPUtime=3.1 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 1791 0 0 0 310 0 0 0 20 0 1 0 93362285 32776192 1281 33554432000 4194304 5972588 140731558283296 140731558280248 5328496 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1281 856 435 0 1365 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5124 KiB

[startup+6.30021 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 30803
/proc/meminfo: memFree=31720500/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5164 CPUtime=6.29 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 2152 0 0 0 629 0 0 0 20 0 1 0 93362285 32776192 1291 33554432000 4194304 5972588 140731558283296 140731558280248 5328539 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1291 856 435 0 1365 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5164 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 30803
/proc/meminfo: memFree=31720492/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5184 CPUtime=12.69 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 2520 0 0 0 1269 0 0 0 20 0 1 0 93362285 32776192 1296 33554432000 4194304 5972588 140731558283296 140731558280248 5040659 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1296 856 435 0 1365 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5184 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 30804
/proc/meminfo: memFree=31720316/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5240 CPUtime=25.48 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 3264 0 0 0 2548 0 0 0 20 0 1 0 93362285 32776192 1310 33554432000 4194304 5972588 140731558283296 140731558280248 5046624 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1310 856 435 0 1365 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5240 KiB

[startup+51.1089 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 30804
/proc/meminfo: memFree=31720544/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5268 CPUtime=51.09 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 3655 0 0 0 5109 0 0 0 20 0 1 0 93362285 32776192 1317 33554432000 4194304 5972588 140731558283296 140731558280248 5320985 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1317 856 435 0 1365 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5268 KiB

[startup+102.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/187 30868
/proc/meminfo: memFree=31572012/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5300 CPUtime=102.28 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 4050 0 0 0 10228 0 0 0 20 0 1 0 93362285 32776192 1325 33554432000 4194304 5972588 140731558283296 140731558280248 5046284 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1325 856 435 0 1365 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5300 KiB

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/187 30869
/proc/meminfo: memFree=31570636/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5328 CPUtime=162.28 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 4450 0 0 0 16228 0 0 0 20 0 1 0 93362285 32776192 1332 33554432000 4194304 5972588 140731558283296 140731558280248 5046584 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1332 856 435 0 1365 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5328 KiB

[startup+222.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/187 30871
/proc/meminfo: memFree=31569912/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5368 CPUtime=222.28 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 4859 0 0 0 22228 0 0 0 20 0 1 0 93362285 32776192 1342 33554432000 4194304 5972588 140731558283296 140731558280248 5273261 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1342 856 435 0 1365 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5368 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240 s]*
/proc/loadavg: 2.05 2.04 2.01 3/187 30872
/proc/meminfo: memFree=31569784/32770624 swapFree=67108860/67108860
[pid=30802] ppid=30799 vsize=32008 memory=5384 CPUtime=239.99 cores=0,2,4,6
/proc/30802/stat : 30802 (cosoco) R 30799 30802 24168 0 -1 4202496 5191 0 0 0 23999 0 0 0 20 0 1 0 93362285 32776192 1346 33554432000 4194304 5972588 140731558283296 140731558280248 5045983 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9396224 140731558286527 140731558286627 140731558286627 140731558289358 0
/proc/30802/statm: 8002 1346 856 435 0 1365 0
Current children cumulated CPU time: 239.99 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5384 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+240.01 s]
# the end of solver process 30802 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=239.995 s, system=0.006999 s

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

Child status: 1
Real time (s): 240.01
CPU time (s): 240.002
CPU user time (s): 239.995
CPU system time (s): 0.006999
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 32008
Max. memory (cumulated for all children) (KiB): 5384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.995
system time used= 0.006999
maximum resident set size= 5452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5243
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= 10
involuntary context switches= 142


# summary of solver processes directly reported to runsolver:
#   pid: 30802
#   total CPU time (s): 240.002
#   total CPU user time (s): 239.995
#   total CPU system time (s): 0.006999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.977746 second user time and 1.44577 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 07:24:42
IDJOB=4267040
IDBENCH=140551
IDSOLVER=2656
FILE ID=node103/4267040-1502602740
RUNJOBID= node103-1502598081-28306
PBS_JOBID= 20628288
Free space on /tmp= 61792 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r3.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267040-1502602740/watcher-4267040-1502602740 -o /tmp/evaluation-result-4267040-1502602740/solver-4267040-1502602740 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502598081-28306 --watchdog 300  cosoco -lc -model -restarts -sat HOME/instance-4267040-1502602740.xml

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

MD5SUM BENCH= bc26aaa932070946748b52cb6241d030
RANDOM SEED=1461432473

node103.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.56
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.56
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.56
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.56
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:        31721936 kB
MemAvailable:   31973620 kB
Buffers:           82220 kB
Cached:           464272 kB
SwapCached:            0 kB
Active:           506624 kB
Inactive:         117492 kB
Active(anon):      25444 kB
Inactive(anon):    80088 kB
Active(file):     481180 kB
Inactive(file):    37404 kB
Unevictable:        6344 kB
Mlocked:            6344 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2340 kB
Writeback:             0 kB
AnonPages:         83768 kB
Mapped:            45016 kB
Shmem:             25228 kB
Slab:             123664 kB
SReclaimable:      97868 kB
SUnreclaim:        25796 kB
KernelStack:        3296 kB
PageTables:         5160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     374992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61788 MiB
End job on node103 at 2017-08-13 07:28:42