Trace number 4265650

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.12? (MO) 337.13901 337.194

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-7.xml
MD5SUMd6761b054431b884cfc6d948dd81b50d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1705
Best CPU time to get the best result obtained on this benchmark392.939
Satisfiable
(Un)Satisfiability was proved
Number of variables38010
Number of constraints1832
Number of domains20
Minimum domain size2
Maximum domain size187
Distribution of domain sizes[{"size":2,"count":1810},{"size":6,"count":3620},{"size":16,"count":1810},{"size":19,"count":1810},{"size":25,"count":1810},{"size":26,"count":1810},{"size":43,"count":1810},{"size":73,"count":1810},{"size":98,"count":1810},{"size":109,"count":1810},{"size":110,"count":1810},{"size":130,"count":1810},{"size":132,"count":1810},{"size":158,"count":1810},{"size":165,"count":1810},{"size":171,"count":1810},{"size":178,"count":1810},{"size":182,"count":1810},{"size":186,"count":1810},{"size":187,"count":1810}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":38010}]
Minimum constraint arity21
Maximum constraint arity36200
Distribution of constraint arities[{"arity":21,"count":1810},{"arity":1810,"count":21},{"arity":36200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1830}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

22.00/22.09	c SAT : Variables: 3659820 -- Clauses: 263268120
22.00/22.10	c best=?? lower=-1810 upper=0 
336.43/336.50	c
336.43/336.50	c This is cosoco 1.12 --  
336.43/336.50	c
336.43/336.50	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265650-1502573196.xml 
336.43/336.50	c enable optimization
336.43/336.50	c ========================================[ Problem Statistics ]===========================================
336.43/336.50	c |                                                                                                       
336.43/336.50	c |  Parse time        :        19.19 s 
336.43/336.50	c |
336.43/336.50	c |               Variables: 38010
336.43/336.50	c |            Domain Sizes: 2..187
336.43/336.50	c |
336.43/336.50	c |             Constraints: 5449
336.43/336.50	c |                   Arity: 2..1810  -- Binary: 1809
336.43/336.50	c | 
336.43/336.50	c |                   Types: 
336.43/336.50	c |                          (X -Y <= k): 1809
336.43/336.50	c |                          Lex: 1809
336.43/336.50	c |                          Sum: 1831
336.43/336.50	c |                          
336.43/336.50	c =========================================================================================================
336.43/336.50	
336.43/336.50	c *** INTERRUPTED ***
336.43/336.50	c restarts              : 56          
336.43/336.50	c conflicts             : 522          (2 /sec)
336.43/336.50	c decisions             : 294778       (887 /sec)
336.43/336.50	c propagations          : 7730383     (23260 /sec)
336.43/336.50	c root propagations     : 3563890     
336.43/336.50	c filter calls          : 4045699        (12173 /sec)
336.43/336.50	c useless filter calls  : 3080602        (76 %)
336.43/336.50	c
336.43/336.50	c clauses               : 263268370
336.43/336.50	c SAT propagations      : 138
336.43/336.50	c SAT conflicts         : 6 (0 learnts)
336.43/336.50	c Memory used           : 15513.71 MB
336.43/336.50	c CPU time              : 332.349 s
336.43/336.50	
336.43/336.50	c No Bound found!
336.43/336.50	
336.43/336.50	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265650-1502573196/watcher-4265650-1502573196 -o /tmp/evaluation-result-4265650-1502573196/solver-4265650-1502573196 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502567255-24898 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265650-1502573196.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=26675, runsolver pid=26672
Current StackSize limit: 8192 KiB


[startup+0.100197 s]*
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=27121256/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=34504 memory=10212 CPUtime=0.1 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 2876 0 0 0 10 0 0 0 20 0 1 0 90407293 35332096 2553 33554432000 4194304 5972588 140729585982256 140729585978904 139725035707365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 8626 2553 711 435 0 1989 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34504 KiB
Current children cumulated memory: 10212 KiB

[startup+0.209753 s]*
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=27079096/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=76184 memory=52032 CPUtime=0.21 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 13291 0 0 0 19 2 0 0 20 0 1 0 90407293 78012416 13008 33554432000 4194304 5972588 140729585982256 140729585978904 5404850 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 19046 13008 738 435 0 12409 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 76184 KiB
Current children cumulated memory: 52032 KiB

[startup+0.309705 s]*
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=27078352/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=76968 memory=52824 CPUtime=0.31 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 13480 0 0 0 29 2 0 0 20 0 1 0 90407293 78815232 13206 33554432000 4194304 5972588 140729585982256 140729585978904 5635668 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 19242 13206 743 435 0 12605 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 76968 KiB
Current children cumulated memory: 52824 KiB

[startup+0.700359 s]
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=27077112/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=79640 memory=55464 CPUtime=0.69 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 14149 0 0 0 67 2 0 0 20 0 1 0 90407293 81551360 13866 33554432000 4194304 5972588 140729585982256 140729585978904 5635668 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 19910 13866 743 435 0 13273 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 79640 KiB
Current children cumulated memory: 55464 KiB

[startup+1.50043 s]
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=26534876/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=1080540 memory=1040340 CPUtime=1.49 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 245123 0 0 0 118 31 0 0 20 0 1 0 90407293 1106472960 260085 33554432000 4194304 5972588 140729585982256 140729585976088 139725035703102 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 270135 260085 784 435 0 263498 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1080540 KiB
Current children cumulated memory: 1040340 KiB

[startup+3.10962 s]
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=25263640/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=2153488 memory=1921416 CPUtime=3.1 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 363174 0 0 0 259 51 0 0 20 0 1 0 90407293 2205171712 480354 33554432000 4194304 5972588 140729585982256 140729585976088 5252505 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 538372 480354 784 435 0 531735 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2153488 KiB
Current children cumulated memory: 1921416 KiB

[startup+6.30041 s]
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=23697812/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=4116516 memory=3584444 CPUtime=6.29 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 586727 0 0 0 536 93 0 0 20 0 1 0 90407293 4215312384 896111 33554432000 4194304 5972588 140729585982256 140729585979048 5280404 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 1029129 896111 784 435 0 1022492 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 4116516 KiB
Current children cumulated memory: 3584444 KiB

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=20605020/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=7177896 memory=6873428 CPUtime=12.69 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 1029521 0 0 0 1099 170 0 0 20 0 1 0 90407293 7350165504 1718357 33554432000 4194304 5972588 140729585982256 140729585979048 139725035707365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 1794474 1718357 784 435 0 1787837 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 7177896 KiB
Current children cumulated memory: 6873428 KiB

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.00 3/188 26676
/proc/meminfo: memFree=15407728/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=14180996 memory=11700404 CPUtime=25.48 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 1673057 0 0 0 2257 291 0 0 20 0 1 0 90407293 14521339904 2925101 33554432000 4194304 5972588 140729585982256 140729585979448 5328506 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 3545249 2925101 800 435 0 3538612 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 14180996 KiB
Current children cumulated memory: 11700404 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.02 2.00 3/188 26676
/proc/meminfo: memFree=15069184/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=14506188 memory=12037880 CPUtime=51.09 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 1869929 0 0 0 4798 311 0 0 20 0 1 0 90407293 14854336512 3009470 33554432000 4194304 5972588 140729585982256 140729585979112 5039159 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 3626547 3009470 802 435 0 3619910 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 14506188 KiB
Current children cumulated memory: 12037880 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/188 26677
/proc/meminfo: memFree=14657548/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=14927844 memory=12448380 CPUtime=102.27 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 2147567 0 0 0 9894 333 0 0 20 0 1 0 90407293 15286112256 3112095 33554432000 4194304 5972588 140729585982256 140729585979016 5039616 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 3731961 3112095 802 435 0 3725324 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 14927844 KiB
Current children cumulated memory: 12448380 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/188 26678
/proc/meminfo: memFree=14617528/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=14966900 memory=12488340 CPUtime=162.26 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 2297205 0 0 0 15884 342 0 0 20 0 1 0 90407293 15326105600 3122085 33554432000 4194304 5972588 140729585982256 140729585979112 5099616 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 3741725 3122085 802 435 0 3735088 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 14966900 KiB
Current children cumulated memory: 12488340 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 26679
/proc/meminfo: memFree=14611200/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=14972628 memory=12494468 CPUtime=222.26 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 2423170 0 0 0 21878 348 0 0 20 0 1 0 90407293 15331971072 3123617 33554432000 4194304 5972588 140729585982256 140729585978856 5094144 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 3743157 3123617 802 435 0 3736520 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 14972628 KiB
Current children cumulated memory: 12494468 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 26680
/proc/meminfo: memFree=13917016/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=15724996 memory=13187040 CPUtime=282.24 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 3007698 0 0 0 27830 394 0 0 20 0 1 0 90407293 16102395904 3296760 33554432000 4194304 5972588 140729585982256 140729585978952 5039701 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 3931249 3296760 802 435 0 3924612 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 15724996 KiB
Current children cumulated memory: 13187040 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+336.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 26681
/proc/meminfo: memFree=13784860/32770624 swapFree=67108860/67108860
[pid=26675] ppid=26672 vsize=15886040 memory=13332404 CPUtime=336.43 cores=0,2,4,6
/proc/26675/stat : 26675 (cosoco) R 26672 26675 24815 0 -1 4202496 3173608 0 0 0 33234 409 0 0 20 0 1 0 90407293 16267304960 3333101 33554432000 4194304 5972588 140729585982256 140729585979016 5094144 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15724544 140729585984698 140729585984798 140729585984798 140729585987534 0
/proc/26675/statm: 3971510 3333101 802 435 0 3964873 0
Current children cumulated CPU time: 336.43 s
Current children cumulated vsize: 15886040 KiB
Current children cumulated memory: 13332404 KiB

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

[startup+337.194 s]
# the end of solver process 26675 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=332.35 s, system=4.78871 s

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

[startup+336.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 26681
/proc/meminfo: memFree=16021700/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+337 s]*
/proc/loadavg: 2.00 2.01 2.00 3/187 26681
/proc/meminfo: memFree=23114956/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+337.11 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 26681
/proc/meminfo: memFree=23114956/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 337.194
CPU time (s): 337.139
CPU user time (s): 332.35
CPU system time (s): 4.78871
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 15886040
Max. memory (cumulated for all children) (KiB): 13332404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 332.35
system time used= 4.78871
maximum resident set size= 13332480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3173653
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= 83
involuntary context switches= 156


# summary of solver processes directly reported to runsolver:
#   pid: 26675
#   total CPU time (s): 337.139
#   total CPU user time (s): 332.35
#   total CPU system time (s): 4.78871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35558 second user time and 2.50551 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-12 23:12:18
IDJOB=4265650
IDBENCH=124204
IDSOLVER=2655
FILE ID=node113/4265650-1502573196
RUNJOBID= node113-1502567255-24898
PBS_JOBID= 20628282
Free space on /tmp= 61808 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-7.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265650-1502573196/watcher-4265650-1502573196 -o /tmp/evaluation-result-4265650-1502573196/solver-4265650-1502573196 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502567255-24898 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265650-1502573196.xml

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

MD5SUM BENCH= d6761b054431b884cfc6d948dd81b50d
RANDOM SEED=1351367025

node113.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.89
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.89
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.89
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.89
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:        27128888 kB
MemAvailable:   31974756 kB
Buffers:          124168 kB
Cached:          5014492 kB
SwapCached:            0 kB
Active:           483476 kB
Inactive:        4730132 kB
Active(anon):      77892 kB
Inactive(anon):    24988 kB
Active(file):     405584 kB
Inactive(file):  4705144 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2236 kB
Writeback:             0 kB
AnonPages:         81456 kB
Mapped:            44424 kB
Shmem:             25224 kB
Slab:             127572 kB
SReclaimable:     101952 kB
SUnreclaim:        25620 kB
KernelStack:        3312 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     374688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61804 MiB
End job on node113 at 2017-08-12 23:17:55