Trace number 4298210

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.12? (exit code) 46.5365 46.5598

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-13-opt_c18.xml
MD5SUM30d5b14867d08d256465dbe099767a69
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5731
Number of constraints5273
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4815},{"size":6,"count":60},{"size":22,"count":30},{"size":24,"count":18},{"size":36,"count":196},{"size":42,"count":130},{"size":44,"count":482}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":4815},{"degree":3,"count":3},{"degree":4,"count":4},{"degree":5,"count":15},{"degree":6,"count":38},{"degree":7,"count":82},{"degree":8,"count":83},{"degree":9,"count":97},{"degree":10,"count":88},{"degree":11,"count":79},{"degree":12,"count":53},{"degree":13,"count":62},{"degree":14,"count":58},{"degree":15,"count":101},{"degree":16,"count":77},{"degree":17,"count":38},{"degree":18,"count":19},{"degree":19,"count":14},{"degree":20,"count":2},{"degree":21,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":4815}]
Number of extensional constraints5273
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":5273}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

10.58/10.66	c best=?? lower=0 upper=1167525 
46.47/46.52	Solution Error : constraint number 2611 (name ) is not valid
46.47/46.52	c
46.47/46.52	c This is cosoco 1.12 --  
46.47/46.52	c
46.47/46.52	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4298210-1532746222.xml 
46.47/46.52	c enable optimization
46.47/46.52	c ========================================[ Problem Statistics ]===========================================
46.47/46.52	c |                                                                                                       
46.47/46.52	c |  Parse time        :        10.53 s 
46.47/46.52	c |
46.47/46.52	c |               Variables: 5731
46.47/46.52	c |            Domain Sizes: 2..44
46.47/46.52	c |
46.47/46.52	c |             Constraints: 5274
46.47/46.52	c |                   Arity: 2..4815  -- Binary: 458  -- Ternary: 4815
46.47/46.52	c | 
46.47/46.52	c |                   Types: 
46.47/46.52	c |                          Extension: 5273  (nb tuples: 6..1936) -- (shared: 3317)
46.47/46.52	c |                          Sum: 1
46.47/46.52	c |                          
46.47/46.52	c |               Objective: Minimize Sum
46.47/46.52	
46.47/46.52	c =========================================================================================================
46.47/46.52	Constraint {STRNegE}  : [ x[5]  x[568]  za4[16] ]

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298210-1532746222/watcher-4298210-1532746222 -o /tmp/evaluation-result-4298210-1532746222/solver-4298210-1532746222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532740685-23501 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4298210-1532746222.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
Current StackSize limit: 8192 KiB

solver pid=24320, runsolver pid=24317

[startup+0.100628 s]*
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27440376/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=44812 memory=21200 CPUtime=0.09 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 5460 0 0 0 9 0 0 0 20 0 1 0 92185394 45887488 5300 33554432000 4194304 6142532 140724000497728 140724000494376 5801863 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 11203 5300 795 476 0 4525 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44812 KiB
Current children cumulated memory: 21200 KiB

[startup+0.209694 s]*
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27437600/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=47676 memory=23840 CPUtime=0.2 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 6158 0 0 0 20 0 0 0 20 0 1 0 92185394 48820224 5960 33554432000 4194304 6142532 140724000497728 140724000494376 5489252 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 11919 5960 795 476 0 5241 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 47676 KiB
Current children cumulated memory: 23840 KiB

[startup+0.309322 s]*
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27435368/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=50644 memory=26812 CPUtime=0.3 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 6862 0 0 0 30 0 0 0 20 0 1 0 92185394 51859456 6703 33554432000 4194304 6142532 140724000497728 140724000494376 5489263 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 12661 6703 795 476 0 5983 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50644 KiB
Current children cumulated memory: 26812 KiB

[startup+0.700238 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27430656/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=58872 memory=34944 CPUtime=0.68 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 8917 0 0 0 68 0 0 0 20 0 1 0 92185394 60284928 8736 33554432000 4194304 6142532 140724000497728 140724000494376 5404520 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 14718 8736 795 476 0 8040 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 58872 KiB
Current children cumulated memory: 34944 KiB

[startup+1.50024 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27420240/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=74336 memory=49968 CPUtime=1.48 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 12689 0 0 0 148 0 0 0 20 0 1 0 92185394 76120064 12492 33554432000 4194304 6142532 140724000497728 140724000494376 5800163 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 18584 12492 795 476 0 11906 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 74336 KiB
Current children cumulated memory: 49968 KiB

[startup+3.10971 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27376392/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=111780 memory=86836 CPUtime=3.09 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 23102 0 0 0 307 2 0 0 20 0 1 0 92185394 114462720 21709 33554432000 4194304 6142532 140724000497728 140724000494376 5802398 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 27945 21709 795 476 0 21267 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 111780 KiB
Current children cumulated memory: 86836 KiB

[startup+6.30023 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27305244/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=187584 memory=161520 CPUtime=6.28 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 43462 0 0 0 622 6 0 0 20 0 1 0 92185394 192086016 40380 33554432000 4194304 6142532 140724000497728 140724000492216 5801160 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 46896 40380 795 476 0 40218 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 187584 KiB
Current children cumulated memory: 161520 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27071320/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=422844 memory=395640 CPUtime=12.68 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 127711 0 0 0 1252 16 0 0 20 0 1 0 92185394 432992256 98910 33554432000 4194304 6142532 140724000497728 140724000494552 5335940 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 105711 98910 849 476 0 99033 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 422844 KiB
Current children cumulated memory: 395640 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27032556/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=455240 memory=427544 CPUtime=25.48 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 204451 0 0 0 2527 21 0 0 20 0 1 0 92185394 466165760 106886 33554432000 4194304 6142532 140724000497728 140724000494584 5012183 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 113810 106886 849 476 0 107132 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 455240 KiB
Current children cumulated memory: 427544 KiB

[startup+46.5597 s]
# the end of solver process 24320 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=46.2135 s, system=0.322968 s

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

[startup+25.6004 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=27032556/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=455508 memory=427760 CPUtime=25.58 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 204515 0 0 0 2537 21 0 0 20 0 1 0 92185394 466440192 106940 33554432000 4194304 6142532 140724000497728 140724000494584 5215810 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 113877 106940 849 476 0 107199 0
Current children cumulated CPU time: 25.58 s
Current children cumulated vsize: 455508 KiB
Current children cumulated memory: 427760 KiB

[startup+38.4003 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=26993232/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=495784 memory=466392 CPUtime=38.37 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 251886 0 0 0 3813 24 0 0 20 0 1 0 92185394 507682816 116598 33554432000 4194304 6142532 140724000497728 140724000494440 5138248 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 123946 116598 849 476 0 117268 0
Current children cumulated CPU time: 38.37 s
Current children cumulated vsize: 495784 KiB
Current children cumulated memory: 466392 KiB

[startup+41.6003 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=26965332/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=525688 memory=494960 CPUtime=41.57 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 300031 0 0 0 4130 27 0 0 20 0 1 0 92185394 538304512 123740 33554432000 4194304 6142532 140724000497728 140724000494408 5215653 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 131422 123740 849 476 0 124744 0
Current children cumulated CPU time: 41.57 s
Current children cumulated vsize: 525688 KiB
Current children cumulated memory: 494960 KiB

[startup+44.8003 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=26953412/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=537496 memory=505908 CPUtime=44.77 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 304458 0 0 0 4449 28 0 0 20 0 1 0 92185394 550395904 126477 33554432000 4194304 6142532 140724000497728 140724000494408 5168903 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 134374 126477 849 476 0 127696 0
Current children cumulated CPU time: 44.77 s
Current children cumulated vsize: 537496 KiB
Current children cumulated memory: 505908 KiB

[startup+45.6003 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=26953660/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=537496 memory=505928 CPUtime=45.57 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 304635 0 0 0 4529 28 0 0 20 0 1 0 92185394 550395904 126482 33554432000 4194304 6142532 140724000497728 140724000494408 5215611 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 134374 126482 849 476 0 127696 0
Current children cumulated CPU time: 45.57 s
Current children cumulated vsize: 537496 KiB
Current children cumulated memory: 505928 KiB

[startup+46.0003 s]*
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=26953288/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=537892 memory=506260 CPUtime=45.98 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 304973 0 0 0 4570 28 0 0 20 0 1 0 92185394 550801408 126565 33554432000 4194304 6142532 140724000497728 140724000494488 5168903 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 134473 126565 849 476 0 127795 0
Current children cumulated CPU time: 45.98 s
Current children cumulated vsize: 537892 KiB
Current children cumulated memory: 506260 KiB

[startup+46.4003 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=26953288/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=545568 memory=513280 CPUtime=46.37 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 307248 0 0 0 4609 28 0 0 20 0 1 0 92185394 558661632 128320 33554432000 4194304 6142532 140724000497728 140724000494488 5138432 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 136392 128320 849 476 0 129714 0
Current children cumulated CPU time: 46.37 s
Current children cumulated vsize: 545568 KiB
Current children cumulated memory: 513280 KiB

[startup+46.5003 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 24321
/proc/meminfo: memFree=26953288/32770624 swapFree=67108856/67108860
[pid=24320] ppid=24317 vsize=552156 memory=519256 CPUtime=46.47 cores=0,2,4,6
/proc/24320/stat : 24320 (cosoco) R 24317 24320 23470 0 -1 4202496 309086 0 0 0 4619 28 0 0 20 0 1 0 92185394 565407744 129814 33554432000 4194304 6142532 140724000497728 140724000494488 5168903 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8243016 8247936 36085760 140724000498822 140724000498952 140724000498952 140724000501710 0
/proc/24320/statm: 138039 129814 849 476 0 131361 0
Current children cumulated CPU time: 46.47 s
Current children cumulated vsize: 552156 KiB
Current children cumulated memory: 519256 KiB

Child status: 1
Real time (s): 46.5598
CPU time (s): 46.5365
CPU user time (s): 46.2135
CPU system time (s): 0.322968
CPU usage (%): 99.95
Max. virtual memory (cumulated for all children) (KiB): 552156
Max. memory (cumulated for all children) (KiB): 519256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.2135
system time used= 0.322968
maximum resident set size= 521228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309656
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= 32
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 24320
#   total CPU time (s): 46.5365
#   total CPU user time (s): 46.2135
#   total CPU system time (s): 0.322968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181721 second user time and 0.404199 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-28 04:50:22
IDJOB=4298210
IDBENCH=141085
IDSOLVER=2761
FILE ID=node133/4298210-1532746222
RUNJOBID= node133-1532740685-23501
PBS_JOBID= 21022445
Free space on /tmp= 48220 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-13-opt_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298210-1532746222/watcher-4298210-1532746222 -o /tmp/evaluation-result-4298210-1532746222/solver-4298210-1532746222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532740685-23501 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4298210-1532746222.xml

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

MD5SUM BENCH= 30d5b14867d08d256465dbe099767a69
RANDOM SEED=1948592011

node133.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.24
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.24
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.24
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.24
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:        27458236 kB
MemAvailable:   31928236 kB
Buffers:          168404 kB
Cached:          4550124 kB
SwapCached:            0 kB
Active:          2178512 kB
Inactive:        2612216 kB
Active(anon):      23592 kB
Inactive(anon):    76692 kB
Active(file):    2154920 kB
Inactive(file):  2535524 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             31408 kB
Writeback:             0 kB
AnonPages:         79508 kB
Mapped:            42276 kB
Shmem:             25244 kB
Slab:             218484 kB
SReclaimable:     190780 kB
SUnreclaim:        27704 kB
KernelStack:        3360 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     372056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48216 MiB
End job on node133 at 2018-07-28 04:51:09