Trace number 4258689

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.1SAT (TO)1200 251.908 252.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.10	c best=?? lower=-2400 upper=0 
0.00/0.10	c
0.00/0.10	c This is cosoco 1.1 --  
0.00/0.10	c
0.00/0.10	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4258689-1502658125.xml 
0.00/0.10	c enable optimization
0.00/0.10	c ========================================[ Problem Statistics ]===========================================
0.00/0.10	c |                                                                                                       
0.00/0.10	c |  Parse time        :         0.00 s 
0.00/0.10	c |
0.00/0.10	c |               Variables: 120
0.00/0.10	c |            Domain Sizes: 2..17
0.00/0.10	c |
0.00/0.10	c |             Constraints: 79
0.00/0.10	c |                   Arity: 2..12  -- Binary: 47
0.00/0.10	c | 
0.00/0.10	c |                   Types: 
0.00/0.10	c |                          (X -Y <= k): 11
0.00/0.10	c |                          Extension: 36  (nb tuples: 3..3) -- (shared: 33)
0.00/0.10	c |                          Intension: 1
0.00/0.10	c |                          Sum: 31
0.00/0.10	c |                          
0.00/0.10	c =========================================================================================================
0.00/0.10	o -1800
0.00/0.10	c    1 calls to solver: best=-1800 lower=-1799 upper=0 
0.00/0.10	o -1650
0.00/0.10	o -1500
0.00/0.10	c    3 calls to solver: best=-1500 lower=-1499 upper=0 
0.00/0.10	o -1350
0.00/0.17	o -1200
0.00/0.17	c    5 calls to solver: best=-1200 lower=-1199 upper=0 
251.90/252.00	
251.90/252.00	c *** INTERRUPTED ***
251.90/252.00	c restarts              : 96          
251.90/252.00	c conflicts             : 9831992      (39031 /sec)
251.90/252.00	c decisions             : 32276678     (128132 /sec)
251.90/252.00	c propagations          : 798218984   (3168762 /sec)
251.90/252.00	c root propagations     : 36          
251.90/252.00	c filter calls          : 560814881      (2226317 /sec)
251.90/252.00	c useless filter calls  : 293305638      (52 %)
251.90/252.00	c Memory used           : 26.62 MB
251.90/252.00	c CPU time              : 251.902 s
251.90/252.00	
251.90/252.00	c nb Solutions = 5
251.90/252.00	s SATISFIABLE
251.90/252.00	c Best value found: -1200
251.90/252.00	
251.90/252.00	
251.90/252.00	v <instantiation type='solution' cost='-1200'>
251.90/252.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>
251.90/252.00	v <values>1 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 7 0 0 0 1 0 1 3 2 0 0 0 7 0 0 0 1 0 3 0 3 0 0 0 1 0 2 1 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 0 0 8 0 0 8 8 8 8 8 8 8 0 0 150 0 0 150 150 150 150 150 150 150 0 0 150 0 0 150 150 150 150 150 150 150 0 0 </values>
251.90/252.00	v </instantiation>
251.90/252.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 (15302 MiB free)
  memory of node 1: 16384 MiB (15584 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258689-1502658125/watcher-4258689-1502658125 -o /tmp/evaluation-result-4258689-1502658125/solver-4258689-1502658125 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502644570-29824 --watchdog 312 HOME/cosoco -lc -model -restarts HOME/instance-4258689-1502658125.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=4390, runsolver pid=4387
Current StackSize limit: 8192 KiB


[startup+0.10019 s]*
/proc/loadavg: 2.00 2.01 2.04 3/185 4391
/proc/meminfo: memFree=31627784/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27128 memory=3856 CPUtime=0 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1143 0 0 0 0 0 0 0 20 0 1 0 165465268 27779072 964 18446744073709551615 4194304 5972556 140720514492288 140720514488936 5109216 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6782 964 835 435 0 145 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 27128 KiB
Current children cumulated memory: 3856 KiB

[startup+0.209759 s]*
/proc/loadavg: 2.00 2.01 2.04 3/185 4391
/proc/meminfo: memFree=31627784/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3856 CPUtime=0.11 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1144 0 0 0 11 0 0 0 20 0 1 0 165465268 27914240 964 18446744073709551615 4194304 5972556 140720514492288 140720514488936 5099600 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 964 835 435 0 178 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3856 KiB

[startup+0.309163 s]*
/proc/loadavg: 2.00 2.01 2.04 3/185 4391
/proc/meminfo: memFree=31627784/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3856 CPUtime=0.21 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1144 0 0 0 21 0 0 0 20 0 1 0 165465268 27914240 964 18446744073709551615 4194304 5972556 140720514492288 140720514488936 5047627 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 964 835 435 0 178 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3856 KiB

[startup+0.700331 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 4391
/proc/meminfo: memFree=31627784/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3856 CPUtime=0.6 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1144 0 0 0 60 0 0 0 20 0 1 0 165465268 27914240 964 18446744073709551615 4194304 5972556 140720514492288 140720514488936 5048578 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 964 835 435 0 178 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3856 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 4391
/proc/meminfo: memFree=31627784/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3856 CPUtime=1.4 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1144 0 0 0 140 0 0 0 20 0 1 0 165465268 27914240 964 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5039600 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 964 835 435 0 178 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3856 KiB

[startup+3.10932 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 4392
/proc/meminfo: memFree=31627660/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=3.01 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1216 0 0 0 301 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5040606 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 4392
/proc/meminfo: memFree=31627532/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=6.2 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1284 0 0 0 620 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5099632 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 4392
/proc/meminfo: memFree=31627660/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=12.6 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1352 0 0 0 1260 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5094080 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB

[startup+25.5003 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 4456
/proc/meminfo: memFree=31620188/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=25.4 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1488 0 0 0 2540 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5320930 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB

[startup+51.1092 s]
/proc/loadavg: 1.99 2.01 2.04 3/184 4456
/proc/meminfo: memFree=31620236/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=51 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1556 0 0 0 5100 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5048487 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 4458
/proc/meminfo: memFree=31619456/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=102.19 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1624 0 0 0 10219 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5040164 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 102.19 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 4474
/proc/meminfo: memFree=31615068/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=162.19 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1692 0 0 0 16219 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5312267 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 162.19 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 4476
/proc/meminfo: memFree=31615308/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=222.19 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1760 0 0 0 22219 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5099607 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 222.19 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.00 2.01 2.04 3/185 4478
/proc/meminfo: memFree=31617572/32770624 swapFree=67108776/67108860
[pid=4390] ppid=4387 vsize=27260 memory=3952 CPUtime=251.9 cores=0,2,4,6
/proc/4390/stat : 4390 (cosoco) R 4387 4390 7084 0 -1 4202496 1828 0 0 0 25190 0 0 0 20 0 1 0 165465268 27914240 988 18446744073709551615 4194304 5972556 140720514492288 140720514479480 5046631 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 26931200 140720514498987 140720514499117 140720514499117 140720514502606 0
/proc/4390/statm: 6815 988 849 435 0 178 0
Current children cumulated CPU time: 251.9 s
Current children cumulated vsize: 27260 KiB
Current children cumulated memory: 3952 KiB

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

[startup+252.01 s]
# the end of solver process 4390 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.902 s, system=0.004999 s

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

Child status: 1
Real time (s): 252.01
CPU time (s): 251.908
CPU user time (s): 251.902
CPU system time (s): 0.004999
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 27260
Max. memory (cumulated for all children) (KiB): 3952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.902
system time used= 0.004999
maximum resident set size= 4024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1879
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= 453


# summary of solver processes directly reported to runsolver:
#   pid: 4390
#   total CPU time (s): 251.908
#   total CPU user time (s): 251.902
#   total CPU system time (s): 0.004999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.942356 second user time and 1.724 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 22:47:40
IDJOB=4258689
IDBENCH=140551
IDSOLVER=2644
FILE ID=node132/4258689-1502658125
RUNJOBID= node132-1502644570-29824
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r3.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258689-1502658125/watcher-4258689-1502658125 -o /tmp/evaluation-result-4258689-1502658125/solver-4258689-1502658125 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502644570-29824 --watchdog 312  HOME/cosoco -lc -model -restarts HOME/instance-4258689-1502658125.xml

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

MD5SUM BENCH= bc26aaa932070946748b52cb6241d030
RANDOM SEED=1808221466

node132.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.74
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.74
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.74
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.74
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:        31628244 kB
MemAvailable:   31977400 kB
Buffers:          233944 kB
Cached:           440328 kB
SwapCached:           84 kB
Active:           528532 kB
Inactive:         209920 kB
Active(anon):      11984 kB
Inactive(anon):   101868 kB
Active(file):     516548 kB
Inactive(file):   108052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:         76348 kB
Mapped:            66728 kB
Shmem:             49768 kB
Slab:             107820 kB
SReclaimable:      80784 kB
SUnreclaim:        27036 kB
KernelStack:        3536 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 62028 MiB
End job on node132 at 2017-08-13 22:51:52